Merge branch 'refs/heads/t/tarball-build-fix'
[paraslash.git] / web / para.css
1 body,h1,h2,h3,h4,h5,h6,p,center,td,th,ul,dl,div {
2         font-family: sans-serif;
3 }
4
5 body {
6         background-color: black;
7         color: #bbbbbb;
8         margin: 0px;
9 }
10
11 table {
12         padding: 8px 4px;
13 }
14
15 th {
16         padding: 2px 5px;
17         font-size: 100%;
18         text-align: left;
19 }
20
21 td {
22         padding: 2px 5px;
23         font-size: 100%;
24         vertical-align: top;
25 }
26
27 a {
28         color: #cc3322;
29 }
30
31 hr {
32         height: 1px;
33         border: none;
34         border-top: 1px solid yellow;
35 }
36
37 img {
38         float: right;
39         border-width: 0px;
40 }
41
42 caption { font-weight: bold }
43
44 /* doxgen */
45
46 /* Data structure index. Box with clickable letters */
47 div.qindex {
48         width: 100%;
49         background-color: #000055;
50         border: 1px solid #ffff00;
51         text-align: center;
52         margin: 2px;
53         padding: 2px;
54         line-height: 140%;
55 }
56
57 /* Data structure index, clickable letters */
58 a.qindex {
59        text-decoration: none;
60        font-weight: bold;
61        color: #cc3322;
62 }
63
64 a.qindex:visited {
65        text-decoration: none;
66        font-weight: bold;
67        color: #cc3322
68 }
69
70 a.qindex:hover {
71         text-decoration: none;
72         background-color: #ffff00;
73 }
74
75 a.el {
76         text-decoration: none;
77         font-weight: bold
78 }
79
80 a.elRef { font-weight: bold }
81
82 a.code:link {
83         text-decoration: none;
84         font-weight: normal;
85         color: #BA3708
86 }
87
88 a.code:visited {
89         text-decoration: none;
90         font-weight: normal;
91         color: #BA3708
92 }
93
94 a.codeRef:link {
95         font-weight: normal;
96         color: #BA3708
97 }
98
99 a.codeRef:visited {
100         font-weight: normal;
101         color: #BA3708
102 }
103
104 dl.el { margin-left: -1cm }
105 .fragment {
106        font-family: Fixed, monospace;
107        font-size: 95%;
108 }
109
110 pre.fragment {
111         border: 1px solid #CCCCCC;
112         background-color: #351505;
113         margin-top: 4px;
114         margin-bottom: 4px;
115         margin-left: 2px;
116         margin-right: 8px;
117         padding-left: 6px;
118         padding-right: 6px;
119         padding-top: 4px;
120         padding-bottom: 4px;
121 }
122
123 /* data structures non-clickable letters */
124 div.ah {
125         background-color: black;
126         font-weight: bold;
127         color: #cccccc;
128         margin-bottom: 3px;
129         margin-top: 3px
130 }
131
132 div.groupHeader {
133        margin-left: 16px;
134        margin-top: 12px;
135        margin-bottom: 6px;
136        font-weight: bold;
137 }
138
139 div.groupText {
140         margin-left: 16px;
141         font-style: italic;
142         font-size: 90%
143 }
144
145 /* File list */
146 td.indexkey {
147         background-color: #000055;
148         font-weight: bold;
149         padding-right  : 10px;
150         padding-top    : 2px;
151         padding-left   : 10px;
152         padding-bottom : 2px;
153         margin-left    : 0px;
154         margin-right   : 0px;
155         margin-top     : 2px;
156         margin-bottom  : 2px;
157         border: 1px solid #ffff00;
158 }
159
160 td.indexvalue {
161         background-color: #000055;
162         font-style: italic;
163         padding-right  : 10px;
164         padding-top    : 2px;
165         padding-left   : 10px;
166         padding-bottom : 2px;
167         margin-left    : 0px;
168         margin-right   : 0px;
169         margin-top     : 2px;
170         margin-bottom  : 2px;
171         border: 1px solid #ffff00;
172 }
173
174 tr.memlist {
175    background-color: #112244;
176 }
177 p.formulaDsp { text-align: center; }
178 img.formulaDsp { }
179 img.formulaInl { vertical-align: middle; }
180
181 /* Overwiew on top of page for *.c file */
182
183 .mdescLeft { /* empty box on the left besides short description */
184         padding: 0px 8px 4px 8px;
185         margin: 0px;
186 }
187
188 .mdescRight { /* Short description */
189         padding: 0px 8px 4px 8px;
190         font-size: 100%;
191         font-style: italic;
192         margin: 0px;
193 }
194
195 .memItemLeft { /* return value */
196         color: #ffffff;
197         border-top-color: #ffff00;
198         padding: 1px 0px 0px 8px;
199         margin: 4px;
200         border-top-width: 2px;
201         border-top-style: solid;
202         border-right-style: none;
203         border-bottom-style: none;
204         border-left-style: none;
205         font-size: 100%;
206 }
207
208 .memItemRight { /* function declaration */
209         color: #ffffff;
210         border-top-color: #ffff00;
211         padding: 1px 8px 0px 8px;
212         margin: 4px;
213         border-top-width: 2px;
214         border-top-style: solid;
215         border-right-style: none;
216         border-bottom-style: none;
217         border-left-style: none;
218         font-size: 100%;
219 }
220
221 .search {
222         color: #f03309;
223         font-weight: bold;
224 }
225
226 form.search {
227         margin-bottom: 0px;
228         margin-top: 0px;
229 }
230
231 input.search {
232         font-size: 75%;
233         color: #800000;
234         font-weight: normal;
235         background-color: #000000;
236 }
237
238 td.tiny {
239         font-size: 75%;
240 }
241
242 .dirtab { padding: 4px;
243           border-collapse: collapse;
244           border: 1px solid #84b007;
245 }
246
247 th.dirtab {
248         background: #080e02;
249         font-weight: bold;
250 }
251
252 /* Style for detailed member documentation */
253 .memtemplate {
254         font-size: 100%;
255         color: #cccccc;
256         font-weight: normal;
257 }
258
259 .memitem { /* outer border around function */
260         padding: 6px;
261         background-color: #000000;
262         border-width: 2px;
263         border-style: solid;
264         border-color: #ffff00;
265 }
266
267 .memname {
268         color: #ffffff; /* name of the function */
269         white-space: nowrap;
270         font-weight: bold;
271 }
272
273 .memdoc{
274         padding-left: 10px;
275 }
276
277 /* inner box containing function definition */
278 .memproto {
279         background-color: #000055;
280         width: 100%;
281         border-width: 2px;
282         border-style: solid;
283         border-color: #ffff00;
284         font-weight: bold;
285 }
286
287 .paramkey {
288         color: #ff0000;
289         text-align: right;
290 }
291
292 .paramtype { /* type of function parameter, e.g. "int" */
293         color: #00ff00;
294         white-space: nowrap;
295 }
296
297 .paramname { /* name of function parameter */
298         color: #ffff00;
299         font-style: italic;
300 }
301
302 span.cntrl {
303         border: dashed #aaaaaa;
304         border-width: 1px;
305         padding: 0px 2px 0px 2px;
306         margin:  0px 2px 0px 2px;
307 }
308
309 div.page_header {
310         padding: 8px;
311         font-size: 120%;
312         font-weight: bold;
313         background-color: #151515;
314 }
315
316 div.page_header a:visited, a.header {
317         color: #cc3322;
318 }
319
320 div.page_header a:hover {
321         color: #880000;
322 }
323
324 div.page_nav {
325         padding: 8px;
326 }
327
328 div.page_nav a:visited {
329         color: #cc3322;
330 }
331
332 div.page_path {
333         padding: 8px;
334         font-weight: bold;
335         border: solid #d9d8d1;
336         border-width: 0px 0px 1px;
337 }
338
339 div.page_footer {
340         height: 17px;
341         padding: 4px 8px;
342         background-color: #d9d8d1;
343 }
344
345 div.page_footer_text {
346         float: left;
347         color: #555555;
348         font-style: italic;
349 }
350
351 div.page_body {
352         padding: 8px;
353         font-family: monospace;
354         font-size: 120%;
355 }
356
357 a.title:hover {
358         background-color: #AA3100;
359 }
360
361 div.title_text {
362         padding: 6px 0px;
363         border: solid #d9d8d1;
364         border-width: 0px 0px 1px;
365         font-family: monospace;
366 }
367
368 div.log_body {
369         padding: 8px 8px 8px 150px;
370         font-family: monospace;
371         font-size: 120%;
372 }
373
374 div.log {
375         font-family: monospace;
376         font-size: 120%;
377 }
378
379 span.age {
380         position: relative;
381         float: left;
382         width: 142px;
383         font-style: italic;
384 }
385
386 span.signoff {
387         color: #888888;
388 }
389
390 div.log_link {
391         padding: 0px 8px;
392         font-size: 70%;
393         font-family: sans-serif;
394         font-style: normal;
395         position: relative;
396         float: left;
397         width: 136px;
398 }
399
400 div.list_head {
401         padding: 6px 8px 4px;
402         border: solid #d9d8d1;
403         border-width: 1px 0px 0px;
404         font-style: italic;
405 }
406
407 div.author_date {
408         padding: 8px;
409         border: solid #d9d8d1;
410         border-width: 0px 0px 1px 0px;
411         font-style: italic;
412 }
413
414 a.list {
415         text-decoration: none;
416         color: #cc3322;
417 }
418
419 a.subject, a.name {
420         font-weight: bold;
421 }
422
423 table.tags a.subject {
424         font-weight: normal;
425 }
426
427 a.list:hover {
428         text-decoration: underline;
429         color: #880000;
430 }
431
432 a.text {
433         text-decoration: none;
434         color: #0000cc;
435 }
436
437 a.text:visited {
438         text-decoration: none;
439         color: #880000;
440 }
441
442 a.text:hover {
443         text-decoration: underline;
444         color: #880000;
445 }