Initial commit: Imported yaala 0.7.3.
[yaala.git] / reports / qmax.css
1 body
2 {
3         color: black;
4         background-color: #33C4C4;
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-width: 1px;
24         border-style: outset;
25         border-color: #E0E0E0;
26 }
27
28 td
29 {
30         color: black;
31         background-color: #4CE1FF;
32         text-align: right;
33         font-family: helvetica, sans-serif;
34         border-width: 1px;
35         border-style: inset;
36         border-color: #E0E0E0;
37 }
38
39 th
40 {
41         color: white;
42         background-color: #376ECC;
43         border-width: 1px;
44         border-style: inset;
45         border-color: #E0E0E0;
46 }
47
48 th.subhdr
49 {
50         color: black;
51         background-color: #6394EB;
52 }
53
54 div#index
55 {
56         color: black;
57         background-color: #10B69D;
58         padding: 5px;
59 }
60
61 div#index a
62 {
63         color: #FFF9B0;
64         background-color: transparent;
65         text-decoration: none;
66 }
67
68 div#index a:hover
69 {
70         border: 1px dashed black;
71 }
72
73 /* cross-references */
74 a.data
75 {
76         color: black;
77         background-color: transparent;
78         text-decoration: none;
79 }
80
81 p#footer
82 {
83         color: rgb(127,127,127);
84         background-color: transparent;
85         text-align: right;
86         font-size: 8pt;
87         font-weight: bold;
88 }
89
90 p#footer a
91 {
92         color: rgb(95,95,95);
93         background-color: transparent;
94         text-decoration: none;
95 }