summaryrefslogtreecommitdiffabout
path: root/htdocs/style.css
blob: 83e308f197d9b79cfc497339f6a09e49678a9f8a (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
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
body {
 font-family: sans-serif;
 font-size: 11pt;
}

a {
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
p {
 margin: 1ex 1em;
 text-indent: 2em;
 text-align: justify;
}
p.note {
 margin-left: 10%;
 border-width: 1px 1px 1px 6px;
 border-color: gray gray gray #0000a0;
 border-style: solid solid solid double;
 padding: 1ex 1ex 1ex 2em;
 font-size: 80%;
 background: #c0c0e0;
 color: #202020;
}
code {
 color: #d04040;
}
em {
 white-space: nowrap;
}

div.google_ad {
 text-align: center;
 margin: 1ex;
}
div.google_ad.top {
 padding-bottom: 1ex;
 border-bottom: 1px gray solid;
}
div.google_ad.bottom {
 padding-top: 1ex;
 border-top: 1px gray solid;
}

div#sidepanel {
 position: absolute; top: 0px; left: 0px;
 margin: 0px;
 width: 20%;
 font-size: 80%;
}
div#content {
 position: absolute; top: 0px; right: -0px;
 margin: 0px;
 width: 80%;
}

div#sidepanel h1 {
 font-size: 80%;
 text-align: center;
 font-weight: normal;
 color: #004080;
 white-space: nowrap;
 margin-top: 2ex; margin-bottom: 2ex;
}
div#sidepanel h2 {
 font-size: 80%;
 text-align: justify;
 font-weight: normal;
 color: gray;
 margin: 1ex 1ex;
}
div#sidepanel ul {
 padding: 1ex 0.5ex 1ex 1ex;
 margin: 0.5ex;
 border-color: #c0c0c0 #404040 #404040 #c0c0c0;
 border-width: 1px 2px 2px 1px;
 border-style: solid;
 background: #d0d0d0;
 list-style-type: none;
}
div#sidepanel ul ul {
 margin: 0px; padding: 0px;
 border: none 0px;
}
div#sidepanel li {
 list-style-type: none;
 margin: 0px; padding: 0px;
 display: block;
}
div#sidepanel ul a {
 display: block;
 padding: 1px 1ex;
 margin: 0.5ex;
 border: 1px solid gray;
 text-decoration: none;
 background: white;
 color: black;
}
div#sidepanel ul a:hover {
 background: gray;
 color: white;
}
div#sidepanel ul ul a {
 padding-left: 2.5ex;
 background: #e0e0e0;
}
div#sidepanel div.copyright {
 text-align: center;
}

div#content h1 {
 font-size: 140%;
 color: gray;
 font-weight: bold;
 text-align: center;
 margin: 1em;
 clear: both;
}
div#content p a {
 font-weight: bold;
}

div.insert {
 text-align: center;
}
iframe#insert {
 border: 1px solid black;
}

div.source h1 {
 background: #e0e0e0;
 border: 1px solid #808080;
 padding-left: 1em;
 margin: 0px;
 font-size: 100%;
 color: #000060;
 overflow: hidden;
}
div.source ul {
 background: #80c0c0;
 margin: 0px;
 padding: 1px 0px;
 font-family: monospace;
 font-size: 80%;
 overflow: hidden;
 width:100%;
}
div.source li {
 list-style-type: none;
 white-space: nowrap;
 margin: 0px 0.5ex;
}

ul.sourcebrowser {
 font-size: 70%;
}
ul.sourcebrowser ul.dir {
 padding: 1px 0px 2px 1em;
 margin: 1px 0px 1px 0px;
}
ul.sourcebrowser li.dir {
 margin: 1px 0px 1px 0px;
}
ul.sourcebrowser li.file {
 list-style-type: none;
 white-space: nowrap;
 display: inline;
}
ul.sourcebrowser li.file a {
 border: 1px solid gray;
 padding: 1px 0.5ex;
 text-decoration: none;
 font-family: monospace;
}
ul.sourcebrowser li.file a:hover {
 background: gray;
 border: 1px solid black;
 color: white;
}

div.prevnext {
 margin: 1ex;
}
div.prevnext a {
 margin: 0.5ex 1em; padding: 0.2ex 0.5ex;
 display: block; width: 30%;
 border: solid 1px gray;
 color: black;
 text-decoration: none;
}
div.prevnext a.prevnext-prev {
 float: left;
 text-align: left;
}
div.prevnext a.prevnext-next {
 float: right;
 text-align: right;
}
div.prevnext a:hover {
 background: gray;
 border: black 1px solid;
 color: white;
}