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