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