blob: 14cf4aa7c1f9a53265504631f4f8188b4f433189 (
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
|
body {
font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
line-height: 1.1em;
}
h2 {
font-size: 130%;
font-weight: bold ;
line-height: 16px;
color: #FFFFFF;
background-color: #0080C0;
padding: 5px;
}
h3 {
font-size: 110%;
font-weight: bold ;
line-height: 14px;
color: #FFFFFF;
background-color: orange;
padding: 5px;
}
tt {
font-size: 100%;
color: #00AAF0;
}
tt tt {
font-size: 100%;
}
.programlisting {
padding-top: 5px;
border: 2px solid #ccc;
background: #eee;
font-size: 120%;
color: #111199;
}
.term {
color: #111199;
}
.variablelist dd {
margin-left: 18px;
padding-left: 20px;
background: url(dd_arrow.gif) no-repeat 0 2px;
}
.toc dt {
font-size: 110%;
padding-bottom: 0px;
margin-bottom: 5px;
}
.toc dl dd dt {
font-size: 100%;
}
.toc dt {
font-size: 100%
margin-bottom: 0;
}
.informaltable table {
margin-left: 5%;
}
.informaltable th {
background-color: orange;
padding: 1px;
}
ul li {
line-height: 1.2em;
}
.keyword {
font-weight: bold;
color: purple;
}
.question {
color: #3333CC;
border-top: 1px solid silver;
}
|