summaryrefslogtreecommitdiff
blob: b4ff11f93a49bec4d5892e049b300d9b00b655f4 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
body
{
	margin-left: 10.5em;
}

h1, h2, h3
{
	font-size: 100%;
}

h1
{
	font-weight: normal;
	text-align: center;

	margin-bottom: -6em;
}

ul.nav
{
	position: fixed;
	top: 0;
	left: 0;
	width: 10em;
	padding-left: 0;

	list-style: none;
	overflow: hidden;
}

ul.nav li
{
	margin-bottom: .3em;
	padding: .25em;
}

h2
{
	font-weight: bold;

	margin-top: 8em;
}

h3
{
	font-weight: normal;
	text-decoration: underline;
	padding-left: 2em;
}

table
{
}

th.heading
{
	text-align: left;
}

td
{
	background: #eee;
	border: .5em solid transparent;
}

.err td, li.err
{
	background: #fdd;
}

.warn td, li.warn
{
	background: #ffd;
}

h2 small, h3 small
{
	padding-left: .5em;
}

h2:target, h3:target
{
	background: #dfd;
}

address
{
	margin-top: 1em;
	font-size: 75%;
	text-align: center;
}