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