summaryrefslogtreecommitdiff
path: root/doc/newstyle.css
blob: 26f91d377247df25fe37cce9990d00842ede0321 (plain)
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
body {
	background-color: #F5F5F5;
}
a, a:active {
	text-decoration: none;
	color: blue;
}
a:visited {
	color: #48468F;
}
a:hover, a:focus {
	text-decoration: underline;
	color: red;
}
h2 {
	margin-bottom: 12px;
}
table {
	margin-left: 12px;
}
th, td {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	text-align: left;
}
th {
	font-weight: bold;
	padding-right: 14px;
	padding-bottom: 3px;
}
td {
	padding-right: 14px;
}
td.s, th.s {
	text-align: right;
}
div.list {
	background-color: white;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #646464;
	padding-top: 10px;
	padding-bottom: 14px;
}
div.foot {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: #787878;
	padding-top: 4px;
}