File: stylesheet.css

package info (click to toggle)
chipmunk 7.0.3-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,968 kB
  • sloc: ansic: 29,265; objc: 4,313; ruby: 409; makefile: 10; sh: 1
file content (72 lines) | stat: -rw-r--r-- 1,000 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
h1, h2 {
	padding: 0.25em;
	border-radius: 0.25em;
}

h1 {
	background-color: #89b4cb;
}

h2 {
	background-color: lightGrey;
}

p {
	margin-left: 1em;
}

p.expl {
	margin-left: 2em;
}

code {
	color: #191970
}

.HideShow {
	background-color: lightGrey;
	padding: 0.5em;
	border-radius: 1em;
	border: 2px grey solid;
}

.PopOpen {
	border-radius: 1em;
	border: 1px grey solid;
}

pre {
	border-radius: 0.75em;
	background-color: #F0F0F0;
	padding: 0.5em;
	margin-left: 1em;
}

/*ul {
	border-radius: 0.75em;
	background-color: #F0F0F0;
	margin-left: 1em;
}*/

table {
	border: 2px solid black;
	border-collapse: collapse;
	margin-left: 1em;
}

table td, th {
	border: 1px black solid;
	padding: 0.5em;
}

h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited {
	text-decoration:none;
	color:black;
	background-color:transparent
}

h1 a:hover, h2 a:hover, h3 a:hover, h1 a:active, h2 a:active, h3 a:active {
	text-decoration:underline;
	color:black;
	background-color:transparent
}