AUTHORS, CHANGELOG: Added a note about qMax' sendmail parser.
[yaala.git] / reports / octo.css
1 body
2 {
3         color: black;
4         background-color: #e0e0e0;
5 }
6
7 caption
8 {
9         color: black;
10         background-color: transparent;
11         text-align: center;
12         font-weight: bold;
13 }
14
15 img
16 {
17         border-width: none;
18 }
19
20 /* attempt to make thin 'ridge' border */
21 table
22 {
23         border: none;
24 }
25
26 td
27 {
28         color: black;
29         background-color: #c0c0c0;
30         text-align: right;
31         font-family: sans-serif;
32         border: none;
33 }
34
35 td#logo
36 {
37         background-color: transparent;
38         text-align: center;
39         vertical-align: middle;
40 }
41
42 th
43 {
44         color: white;
45         background-color: #808080;
46         border: none;
47 }
48
49 th.subhdr
50 {
51         color: black;
52         background-color: #a0a0a0;
53 }
54
55 div#index
56 {
57         color: black;
58         background-color: #aaaaaa;
59         padding: 5px;
60 }
61
62 div#index a
63 {
64         color: black;
65         background-color: transparent;
66         text-decoration: none;
67         font-weight: bold;
68         margin: 2px;
69 }
70
71 div#index a:hover
72 {
73         border: 1px dashed black;
74 }
75
76 /* cross-references */
77 a.data
78 {
79         color: black;
80         background-color: transparent;
81         text-decoration: none;
82 }
83
84 p#footer
85 {
86         color: rgb(127,127,127);
87         background-color: transparent;
88         text-align: right;
89         font-size: 8pt;
90         font-weight: bold;
91 }
92
93 p#footer a
94 {
95         color: rgb(95,95,95);
96         background-color: transparent;
97         text-decoration: none;
98 }