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