Merge branch 'maint'
[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 }
446
447 table.project_list {
448         border-spacing: 0;
449 }
450
451 table.diff_tree {
452         border-spacing: 0;
453         font-family: monospace;
454 }
455
456 table.combined.diff_tree th {
457         text-align: center;
458 }
459
460 table.combined.diff_tree td {
461         padding-right: 24px;
462 }
463
464 table.combined.diff_tree th.link,
465 table.combined.diff_tree td.link {
466         padding: 0px 2px;
467 }
468
469 table.combined.diff_tree td.nochange a {
470         color: #6666ff;
471 }
472
473 table.combined.diff_tree td.nochange a:hover,
474 table.combined.diff_tree td.nochange a:visited {
475         color: #d06666;
476 }
477
478 table.blame {
479         border-collapse: collapse;
480 }
481
482 table.blame td {
483         padding: 0px 5px;
484         font-size: 100%;
485         vertical-align: top;
486 }
487
488 tr.light:hover {
489         background-color: yellow;
490         color: #cc3322;
491 }
492
493 tr.dark {
494         background-color: #333333;
495 }
496
497 tr.dark2 {
498         background-color: #333333;
499 }
500
501 tr.dark:hover {
502         background-color: yellow;
503         color: #cc3322;
504 }
505
506 td.link, td.selflink {
507         padding: 2px 5px;
508         font-family: sans-serif;
509         font-size: 70%;
510 }
511
512 td.selflink {
513         padding-right: 0px;
514 }
515
516 td.sha1 {
517         font-family: monospace;
518 }
519
520 td.error {
521         color: red;
522         background-color: yellow;
523 }
524
525 td.current_head {
526         text-decoration: underline;
527 }
528
529 table.diff_tree span.file_status.new {
530         color: #008000;
531 }
532
533 table.diff_tree span.file_status.deleted {
534         color: #c00000;
535 }
536
537 table.diff_tree span.file_status.moved,
538 table.diff_tree span.file_status.mode_chnge {
539         color: #777777;
540 }
541
542 table.diff_tree span.file_status.copied {
543         color: #70a070;
544 }
545
546 /* noage: "No commits" */
547 table.project_list td.noage {
548         color: #808080;
549         font-style: italic;
550 }
551
552 /* age2: 60*60*24*2 <= age */
553 table.project_list td.age2, table.blame td.age2 {
554         font-style: italic;
555 }
556
557 /* age1: 60*60*2 <= age < 60*60*24*2 */
558 table.project_list td.age1 {
559         color: #009900;
560         font-style: italic;
561 }
562
563 table.blame td.age1 {
564         color: #009900;
565         background: transparent;
566 }
567
568 /* age0: age < 60*60*2 */
569 table.project_list td.age0 {
570         color: #009900;
571         font-style: italic;
572         font-weight: bold;
573 }
574
575 table.blame td.age0 {
576         color: #009900;
577         background: transparent;
578         font-weight: bold;
579 }
580
581 td.pre, div.pre, div.diff {
582         white-space: pre;
583 }
584
585 td.mode {
586         font-family: monospace;
587 }
588
589 /* styling of diffs (patchsets): commitdiff and blobdiff views */
590
591 div.diff.header,
592 div.diff.extended_header {
593         white-space: normal;
594 }
595
596 div.diff.header {
597         font-weight: bold;
598
599         background-color: #333333;
600
601         margin-top: 4px;
602         padding: 4px 0px 2px 0px;
603         border: solid #d9d8d1;
604         border-width: 1px 0px 1px 0px;
605 }
606
607 div.diff.header a.path {
608         text-decoration: underline;
609 }
610
611 div.diff.extended_header,
612 div.diff.extended_header a.path,
613 div.diff.extended_header a.hash {
614         color: #cccccc;
615 }
616
617 div.diff.extended_header .info {
618         color: #b0b0b0;
619 }
620
621 div.diff.extended_header {
622         background-color: #333333;
623         padding: 2px 0px 2px 0px;
624 }
625
626 div.diff a.list,
627 div.diff a.path,
628 div.diff a.hash {
629         text-decoration: none;
630 }
631
632 div.diff a.list:hover,
633 div.diff a.path:hover,
634 div.diff a.hash:hover {
635         text-decoration: underline;
636 }
637
638 div.diff.to_file a.path,
639 div.diff.to_file {
640         color: #007000;
641 }
642
643 div.diff.add {
644         color: #008800;
645 }
646
647 div.diff.from_file a.path,
648 div.diff.from_file {
649         color: #ff0000;
650 }
651
652 div.diff.rem {
653         color: #cc0000;
654 }
655
656 div.diff.chunk_header a,
657 div.diff.chunk_header {
658         color: #990099;
659 }
660
661 div.diff.chunk_header {
662         border: dotted #ffe0ff;
663         border-width: 1px 0px 0px 0px;
664         margin-top: 2px;
665 }
666
667 div.diff.chunk_header span.chunk_info {
668         background-color: #000000;
669 }
670
671 div.diff.chunk_header span.section {
672         color: #aa22aa;
673 }
674
675 div.diff.incomplete {
676         color: #cccccc;
677 }
678
679 div.diff.nodifferences {
680         font-weight: bold;
681         color: #600000;
682 }
683
684 div.index_include {
685         border: solid #d9d8d1;
686         border-width: 0px 0px 1px;
687         padding: 12px 8px;
688 }
689
690 div.search {
691         font-size: 100%;
692         font-weight: normal;
693         margin: 4px 8px;
694         float: right;
695         top: 56px;
696         right: 12px
697 }
698
699 td.linenr {
700         text-align: right;
701 }
702
703 a.linenr {
704         color: #999999;
705         text-decoration: none
706 }
707
708 a.rss_logo {
709         float: right;
710         padding: 3px 0px;
711         width: 35px;
712         line-height: 10px;
713         border: 1px solid;
714         border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
715         color: #ffffff;
716         background-color: #ff6600;
717         font-weight: bold;
718         font-family: sans-serif;
719         font-size: 70%;
720         text-align: center;
721         text-decoration: none;
722 }
723
724 a.rss_logo:hover {
725         background-color: #ee5500;
726 }
727
728 span.refs span {
729         padding: 0px 4px;
730         font-size: 70%;
731         font-weight: normal;
732         border: 1px solid;
733         background-color: #222222;
734         border-color: #ffccff #ff00ee #ff00ee #ffccff;
735 }
736
737 span.refs span.ref {
738         background-color: #aaaaff;
739         border-color: #ccccff #0033cc #0033cc #ccccff;
740 }
741
742 span.refs span.tag {
743         background-color: #ffffaa;
744         border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
745 }
746
747 span.refs span.head {
748         background-color: #222222;
749         border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
750 }
751
752 span.atnight {
753         color: #cc0000;
754 }
755
756 span.match {
757         color: #e00000;
758 }
759
760 div.binary {
761         font-style: italic;
762 }