]> git.donarmstrong.com Git - debbugs.git/blob - html/bugs.css
add test for version.cgi cache control
[debbugs.git] / html / bugs.css
1 html {
2     color: #000; 
3     background: #fefefe;
4     font-family: serif;
5     margin: 0;
6     border: 0;
7     padding: 0;
8     line-height: 120%;
9 }
10
11 body {
12     color: #000; 
13     background: #fefefe;
14     margin: 10px;
15     border: 0;
16     padding: 0;
17 }
18
19 h1, h2, h3 {
20     color: #000; 
21     background: #fefefe;
22     text-align: left; 
23     font-family: sans-serif;
24 }
25
26 h1 {
27     font-size: 150%;
28     line-height: 150%;
29 }
30
31 h2 {
32     font-size: 130%;
33 }
34
35 h3 {
36     font-size: 100%;
37 }
38
39 a:link {
40     color: #1b56ce;
41     font-weight: bold;
42 }
43
44 a:visited {
45     color:#1b56ce;
46 }
47
48 a:link:active, a:link:visited {
49     color:#ff0000;
50 }
51
52 a:link:hover, a:visited:hover {
53     color: #d81e1e;
54 }
55
56 .link {
57     color: #1b56ce;
58     font-weight: bold;
59     text-decoration: underline;
60 }
61
62 .link abbr {
63     color: #1b56ce;
64     font-weight: bold;
65     text-decoration: underline;
66 }
67
68 .link abbr:hover {
69     color: #1b56ce;
70     font-weight: bold;
71     text-decoration: underline;
72 }
73
74
75 .link span:hover {
76     color: #d81e1e;
77 }
78
79
80 a.submitter:link {
81     color: #242424;
82     font-family: sans-serif;
83     font-size: 95%;
84     text-decoration: underline;
85     font-weight: normal;
86 }
87
88 a.submitter:visited, a.submitter:active {
89     color: #6e6e6e;
90     font-family: sans-serif;
91     font-size: 95%;
92 }
93
94 a.submitter:hover, a.submitter:visited:hover {
95     color: #d01414;
96     font-family: sans-serif;
97     font-size: 95%;
98 }
99
100 pre.message {
101     font-family: monospace;
102     padding-top: 8px;
103     margin-top: 0;
104     border-top: 0;
105 }
106
107 .sparse li {
108     padding-top: 1ex;
109     margin-top: 1ex;
110     border-top: 1ex;
111 }
112
113 a.bugtitle {
114     font-weight: bold;
115     font-size: 110%;
116 }
117
118
119 pre.headers {
120     font-family: sans-serif;
121     font-size: 95%;
122     color: #3c3c3c;
123     background-color: #f0f0f0;
124     padding: 2px;
125     border: #a7a7a7 1px solid;
126     line-height: 120%
127 }
128
129 div.headers { 
130     border: #a7a7a7 1px solid;
131     background-color: #f0f0f0;
132     padding: 2px;
133     overflow: auto;
134  }
135
136 div.header {
137     font-family: sans-serif;
138     font-size: 95%;
139     color: #3c3c3c;
140     padding: 0px;
141     line-height: 120%;
142     margin: 0px;
143 }
144
145 div.headers p {
146     font-family: sans-serif;
147     font-size: 95%;
148     color: #3c3c3c;
149     padding: 0px;
150     line-height: 120%;
151     margin: 0px;
152 }
153
154 div.headers img {  
155     float: right;
156 }
157
158 span.headerfield { 
159   font-weight: bold
160  };
161
162 pre.mime {
163     font-family: monospace;
164     font-size: 95%;
165     color: #797979;
166 }
167
168 /* This must be separate from the other CSS to make the showing of
169    unimportant messages work in bugreport.cgi. */ 
170 .infmessage { display: none; }
171
172 .infmessage {
173     font-family: sans-serif;
174     font-size: 90%;
175     color: #686868;
176 }
177
178 .msgreceived {
179     font-family: sans-serif;
180     font-size: 90%;
181     color: #686868;
182 }
183
184 .buginfo p
185
186   font-family: sans-serif;
187   font-size: 110%;
188   margin-bottom: 0px
189 }
190
191 .buginfo p + p
192
193   margin: 0;
194   margin-top: 0px;
195   border: 0;
196 }
197
198
199 .pkginfo p
200 { font-family: sans-serif;
201   font-size: 110%;
202   margin-bottom: 0px
203 }
204
205 .pkginfo p + p
206
207   margin: 0;
208   margin-top: 0px;
209   padding: 0;
210   border: 0;
211 }
212
213
214 .versiongraph
215 {
216   float: right
217   
218 }
219
220 pre.tags {
221     color: #a3a3a3;
222     font-size: 90%;
223 }
224
225 hr.thin {
226     color: #a1a1a1;
227 }
228
229 em.severity {
230     color: #c31212;
231 }
232
233 code, address {
234     font-family: sans-serif;
235 }
236
237 p {
238     font-family: sans-serif;
239     font-size: 95%;
240 }
241
242 h2.outstanding {
243     font-family: sans-serif;
244     background-color: #f0f0f0;
245     color: #3c3c3c;
246     border: #a7a7a7 1px solid;
247     padding: 10px;
248 }
249
250 a.options:link, a.options:visited {
251     font-family: sans-serif;
252     background-color: #f0f0f0;
253     color: #3c3c3c;
254     text-decoration: none;
255     border-bottom: #3c3c3c 1px dotted;
256 }
257
258 li {
259     list-style-type: square;
260 }
261
262 .shortbugstatus
263
264   font-family: sans-serif;
265   
266   }
267
268 .shortbugstatusextra
269 { font-family: sans-serif;
270   margin: 5px;
271   margin-top: 2px;
272   padding: 5px;
273   /* display: none; */
274   /* z-index: 1; */
275   /* position: absolute; */
276   left: 120px;
277   background-color: #ffffff;
278 /*  border: #000 1px solid; */
279   position: static;
280   display: block;
281   border: 0;
282   }
283
284 .shortbugstatusextra span
285 { margin: 0;
286   margin-top: 0px;
287   padding: 0;
288   border: 0;
289   display: inline;
290   }
291
292 #status_mask {
293     -moz-opacity: 0;
294     opacity: 0;
295     filter: alpha(opacity=0);
296     z-index: 1;
297     position: absolute;
298     width: 100%;
299     height: 100%;
300     top: 0px;
301     left: 0px;
302     display: none;
303 }
304
305 .bugs li {
306     margin-top: 5px;
307 }
308
309 input {
310     border: #000 1px solid;
311     margin: 3px;
312 }
313
314 table.forms {
315     font-size: 95%;
316     font-family: sans-serif;
317     margin-left: 10px;
318 }
319
320 select {
321     margin: 3px;
322     border: #000 1px solid;
323 }
324