]> git.donarmstrong.com Git - debbugs.git/blob - html/bugs.css
Fix default user for usertags
[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     white-space: pre-wrap;
106 }
107
108 pre.wrapping {
109     width: 80ch;
110 }
111
112 .sparse li {
113     padding-top: 1ex;
114     margin-top: 1ex;
115     border-top: 1ex;
116 }
117
118 a.bugtitle {
119     font-weight: bold;
120     font-size: 110%;
121 }
122
123
124 pre.headers {
125     font-family: sans-serif;
126     font-size: 95%;
127     color: #3c3c3c;
128     background-color: #f0f0f0;
129     padding: 2px;
130     border: #a7a7a7 1px solid;
131     line-height: 120%
132 }
133
134 div.headers { 
135     border: #a7a7a7 1px solid;
136     background-color: #f0f0f0;
137     padding: 2px;
138     overflow: auto;
139  }
140
141 div.header {
142     font-family: sans-serif;
143     font-size: 95%;
144     color: #3c3c3c;
145     padding: 0px;
146     line-height: 120%;
147     margin: 0px;
148 }
149
150 div.headers p {
151     font-family: sans-serif;
152     font-size: 95%;
153     color: #3c3c3c;
154     padding: 0px;
155     line-height: 120%;
156     margin: 0px;
157 }
158
159 div.headers img {  
160     float: right;
161 }
162
163 span.headerfield { 
164   font-weight: bold
165  };
166
167 pre.mime {
168     font-family: monospace;
169     font-size: 95%;
170     color: #797979;
171 }
172
173 /* Show info messages when uselessmessages is checked */
174 #uselessmessages:checked ~ .infmessage {
175     display: block;
176 }
177
178 /* This must be separate from the other CSS to make the showing of
179    unimportant messages work in bugreport.cgi. */ 
180 .infmessage { display: none; }
181
182 .infmessage {
183     font-family: sans-serif;
184     font-size: 90%;
185     color: #686868;
186 }
187
188 .msgreceived {
189     font-family: sans-serif;
190     font-size: 90%;
191     color: #686868;
192 }
193
194 .msgreceived p {
195     width: 120ch;
196     margin-top: 0px;
197     margin-bottom: 0px;
198 }
199
200 p.msgreceived {
201     width: 120ch;
202     margin-top: 0px;
203     margin-bottom: 0px;
204 }
205
206 .buginfo p
207
208   font-family: sans-serif;
209   font-size: 110%;
210   margin-bottom: 0px
211 }
212
213 .buginfo p + p
214
215   margin: 0;
216   margin-top: 0px;
217   border: 0;
218 }
219
220
221 .pkginfo p
222 { font-family: sans-serif;
223   font-size: 110%;
224   margin-bottom: 0px
225 }
226
227 .pkginfo p + p
228
229   margin: 0;
230   margin-top: 0px;
231   padding: 0;
232   border: 0;
233 }
234
235
236 .versiongraph
237 {
238   float: right
239   
240 }
241
242 pre.tags {
243     color: #a3a3a3;
244     font-size: 90%;
245 }
246
247 hr.thin {
248     color: #a1a1a1;
249 }
250
251 em.severity {
252     color: #c31212;
253 }
254
255 code, address {
256     font-family: sans-serif;
257 }
258
259 p {
260     font-family: sans-serif;
261     font-size: 95%;
262 }
263
264 h2.outstanding {
265     font-family: sans-serif;
266     background-color: #f0f0f0;
267     color: #3c3c3c;
268     border: #a7a7a7 1px solid;
269     padding: 10px;
270 }
271
272 a.options:link, a.options:visited {
273     font-family: sans-serif;
274     background-color: #f0f0f0;
275     color: #3c3c3c;
276     text-decoration: none;
277     border-bottom: #3c3c3c 1px dotted;
278 }
279
280 li {
281     list-style-type: square;
282 }
283
284 .shortbugstatus
285
286   font-family: sans-serif;
287   
288   }
289
290 .shortbugstatusextra
291 { font-family: sans-serif;
292   margin: 5px;
293   margin-top: 2px;
294   padding: 5px;
295   /* display: none; */
296   /* z-index: 1; */
297   /* position: absolute; */
298   left: 120px;
299   background-color: #ffffff;
300 /*  border: #000 1px solid; */
301   position: static;
302   display: block;
303   border: 0;
304   }
305
306 .shortbugstatusextra span
307 { margin: 0;
308   margin-top: 0px;
309   padding: 0;
310   border: 0;
311   display: inline;
312   }
313
314 #status_mask {
315     -moz-opacity: 0;
316     opacity: 0;
317     filter: alpha(opacity=0);
318     z-index: 1;
319     position: absolute;
320     width: 100%;
321     height: 100%;
322     top: 0px;
323     left: 0px;
324     display: none;
325 }
326
327 .bugs li {
328     margin-top: 5px;
329 }
330
331 input {
332     border: #000 1px solid;
333     margin: 3px;
334 }
335
336 table.forms {
337     font-size: 95%;
338     font-family: sans-serif;
339     margin-left: 10px;
340 }
341
342 select {
343     margin: 3px;
344     border: #000 1px solid;
345 }
346