Initial commit: Imported yaala 0.7.3.
[yaala.git] / reports / style.css
1 body
2 {
3         color: black;
4         background-color: #e0e0e0;
5 }
6
7 caption
8 {
9         color: black;
10         background-color: #c0c0c0;
11         border: 1px solid black;
12         text-align: center;
13         font-weight: bold;
14 }
15
16 h1 img
17 {
18         margin-right: 15px;
19 }
20
21 img
22 {
23         border-width: none;
24 }
25
26 img[src~=logo.png]
27 {
28         width: 32px;
29         height: 32px;
30 }
31
32 /* attempt to make thin 'ridge' border */
33 table
34 {
35         border: none;
36         min-width: 400px;
37 }
38
39 td
40 {
41         color: black;
42         background-color: #c0c0c0;
43         text-align: right;
44         /*font-family: sans-serif;*/
45         border: none;
46 }
47
48 td.blank
49 {
50         background-color: transparent;
51         text-align: center;
52         vertical-align: middle;
53 }
54
55 td.total
56 {
57         color: black;
58         background-color: #a0a0a0;
59         font-weight: bold;
60 }
61
62 th
63 {
64         color: white;
65         background-color: #808080;
66         border: none;
67 }
68
69 th.subhdr
70 {
71         color: black;
72         background-color: #a0a0a0;
73 }
74
75 th.top
76 {
77         vertical-align: top;
78 }
79
80 div#index
81 {
82         color: black;
83         background-color: #aaaaaa;
84         padding: 5px;
85 }
86
87 div#index a
88 {
89         color: black;
90         background-color: transparent;
91         text-decoration: none;
92         font-weight: bold;
93         margin: 2px;
94 }
95
96 div#index a:hover
97 {
98         border: 1px dashed black;
99 }
100
101 /* cross-references */
102 a.data
103 {
104         color: black;
105         background-color: transparent;
106         text-decoration: none;
107 }
108
109 p#footer
110 {
111         color: rgb(127,127,127);
112         background-color: transparent;
113         text-align: right;
114         font-size: 8pt;
115         font-weight: bold;
116 }
117
118 p#footer a
119 {
120         color: rgb(95,95,95);
121         background-color: transparent;
122         text-decoration: none;
123 }