131493052e4486254b6296b4ba56737bd799f8b4
[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 img.logo {
305         float: right;
306         border-width: 0px;
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 }