blob: 36b2d883c2d147657aadceca62728c79d94de57c (
plain) (
blame)
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
BODY {
background-color: #ffffff;
color: #000000
}
TD.topbar {
background-color: #000099;
padding: 5px
}
TD.title {
color: #ffffff;
padding-left: 10px;
width: 100%
}
TD.topbut {
padding-left: 5px;
padding-right: 5px;
border-left-width: 1px;
border-left-color: #ffffff;
border-left-style: solid
}
TD.topbut A:link {
color: #ffffff
}
TD.topbut A:visited {
color: #ffff00
}
TD.topbut A:hover {
background-color: #6060ff;
}
TD.topbut:hover {
background-color: #6060ff
}
TD.modulebar {
background-color: #0077dd;
padding: 5px
}
TD.children {
padding-left: 25px;
}
TD.synopsis {
padding: 2px;
background-color: #f0f0f0;
font-family: monospace
}
TD.decl {
padding: 2px;
background-color: #f0f0f0;
font-family: monospace
}
TD.condecl { padding-left: 10px }
TD.recfield { padding-left: 20px }
TD.doc {
padding-top: 2px;
font-family: sans-serif;
padding-left: 10px
}
TD.cbody {
padding-left: 10px
}
A:link { color: #0000e0; text-decoration: none }
A:visited { color: #0000a0; text-decoration: none }
A:hover { background-color: #e0e0ff; text-decoration: none }
TD.botbar {
background-color: #000099;
color: #ffffff;
padding: 5px
}
TD.botbar A:link {
color: #ffffff;
text-decoration: underline
}
TD.botbar A:visited {
color: #ffff00
}
TD.botbar A:hover {
background-color: #6060ff
}
TD.section1 {
padding-top: 15px;
font-family: sans-serif;
font-weight: bold;
font-size: 150%
}
TD.section2 {
padding-top: 10px;
font-family: sans-serif;
font-weight: bold;
font-size: 130%
}
TD.section3 {
padding-top: 5px;
font-family: sans-serif;
font-weight: bold;
font-size: 110%
}
TD.section4 {
font-family: sans-serif;
font-weight: bold;
font-size: 100%
}
|