Code

ignore coverage files
[roundup.git] / roundup / templates / classic / html / style.css
1 h1 {
2   font-family: Verdana, Helvetica, sans-serif; 
3   font-size: 18pt; 
4   font-weight: bold; 
5 }
7 h2 {
8   font-family: Verdana, Helvetica, sans-serif; 
9   font-size: 16pt; 
10   font-weight: bold; 
11 }
13 h3 {
14   font-family: Verdana, Helvetica, sans-serif; 
15   font-size: 12pt; 
16   font-weight: bold; 
17 }
19 a:hover {  
20   font-family: Verdana, Helvetica, sans-serif; 
21   text-decoration: underline;
22   color: #333333; 
23 }
25 a:link {
26   font-family: Verdana, Helvetica, sans-serif; 
27   text-decoration: none;
28   color: #000099;
29 }
31 a {
32   font-family: Verdana, Helvetica, sans-serif; 
33   text-decoration: none;
34   color: #000099;
35 }
37 p {
38   font-family: Verdana, Helvetica, sans-serif;
39   font-size: 10pt;
40   color: #333333;
41 }
43 th {
44   font-family: Verdana, Helvetica, sans-serif; 
45   font-weight: bold;
46   font-size: 10pt; 
47   color: #333333;
48 }
50 .form-help {
51   font-family: Verdana, Helvetica, sans-serif;
52   font-size: 10pt;
53   color: #333333;
54 }
56 .std-text {
57   font-family: Verdana, Helvetica, sans-serif;
58   font-size: 10pt;
59   color: #333333;
60 }
62 .tab-small {
63   font-family: Verdana, Helvetica, sans-serif; 
64   font-size: 8pt; 
65   color: #333333;
66 }
68 .location-bar {
69   background-color: #44bb66;
70   color: #ffffff;
71   border: none;
72 }
74 .strong-header {
75   font-family: Verdana, Helvetica, sans-serif;
76   font-size: 12pt;
77   font-weight: bold;
78   background-color: #000000;
79   color: #ffffff;
80 }
82 .msg-header {
83   font-family: Verdana, Helvetica, sans-serif;
84   font-size: 12pt;
85   font-weight: bold;
86   background-color: #EE71AC;
87   color: #ffffff;
88 }
90 .file-header {
91   font-family: Verdana, Helvetica, sans-serif;
92   font-size: 12pt;
93   font-weight: bold;
94   background-color: #41BE62;
95   color: #ffffff;
96 }   
98 .history-header {
99   font-family: Verdana, Helvetica, sans-serif;
100   font-size: 12pt;
101   font-weight: bold;
102   background-color: #739DEE;
103   color: #ffffff;
106 .list-header {
107   background-color: #aaccff;
108   color: #000000;
109   border: none;
112 .list-item {
113   font-family: Verdana, Helvetica, sans-serif; 
114   font-size: 10pt; 
117 .list-nav {
118   font-family: Verdana, Helvetica, sans-serif; 
119   font-size: 10pt; 
120   font-weight: bold;
123 .row-normal {
124   background-color: #ffffff;
125   border: none;
129 .row-hilite {
130   background-color: #efefef;
131   border: none;
134 .row-unread {
135   background-color: #ffddd9;
136   border: none;
139 .row-in-progress {
140   background-color: #3ccc50;
141   border: none;
144 .row-resolved {
145   background-color: #aaccff;
146   border: none;
149 .row-done-cbb {
150   background-color: #aaccff;
151   border: none;
154 .row-testing {
155   background-color: #c6ddff;
156   border: none;
159 .row-need-eg {
160   background-color: #ffc7c0;
161   border: none;
164 .row-chatting {
165   background-color: #ffe3c0;
166   border: none;
169 .row-deferred {
170   background-color: #cccccc;
171   border: none;
174 .section-bar {
175   background-color: #707070;
176   color: #ffffff;
177   border: 1px solid #404040;
180 .system-msg {
181   font-family: Verdana, Helvetica, sans-serif; 
182   font-size: 10pt; 
183   background-color: #ffffff;
184   border:  1px solid #000000;
185   margin-bottom: 6px;
186   margin-top: 6px;
187   padding: 4px;
188   width: 100%;
189   color: #660033;
192 .form-title {
193   font-family: Verdana, Helvetica, sans-serif; 
194   font-weight: bold;
195   font-size: 12pt; 
196   color: #333333;
199 .form-label {
200   font-family: Verdana, Helvetica, sans-serif; 
201   font-weight: bold;
202   font-size: 10pt; 
203   color: #333333;
206 .form-optional {
207   font-family: Verdana, Helvetica, sans-serif; 
208   font-weight: bold;
209   font-style: italic;
210   font-size: 10pt; 
211   color: #333333;
214 .form-element {
215   font-family: Verdana, Helvetica, aans-serif;
216   font-size: 10pt;
217   color: #000000;
220 .form-text {
221   font-family: Verdana, Helvetica, sans-serif;
222   font-size: 10pt;
223   color: #333333;
226 .form-mono {
227   font-family: monospace;
228   font-size: 12px;
229   text-decoration: none;