]> git.donarmstrong.com Git - debbugs.git/blob - html/bugs.css
8e324454f30371c2b97b14d0fd6e432c8c076311
[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: 0;
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  }
134
135 div.headers p {
136     font-family: sans-serif;
137     font-size: 95%;
138     color: #3c3c3c;
139     padding: 0px;
140     line-height: 120%;
141     margin: 0px;
142 }
143
144 div.headers img {  
145     float: right;
146 }
147
148 span.header { 
149   font-weight: bold
150  };
151
152 pre.mime {
153     font-family: monospace;
154     font-size: 95%;
155     color: #797979;
156 }
157
158 /* This must be separate from the other CSS to make the showing of
159    unimportant messages work in bugreport.cgi. */ 
160 .infmessage { display: none; }
161
162 .infmessage {
163     font-family: sans-serif;
164     font-size: 90%;
165     color: #686868;
166 }
167
168 .msgreceived {
169     font-family: sans-serif;
170     font-size: 90%;
171     color: #686868;
172 }
173
174 .buginfo p
175
176   font-family: sans-serif;
177   font-size: 110%;
178   margin-bottom: 0px
179 }
180
181 .buginfo p + p
182
183   margin: 0;
184   margin-top: 0px;
185   border: 0;
186 }
187
188
189 .pkginfo p
190 { font-family: sans-serif;
191   font-size: 110%;
192   margin-bottom: 0px
193 }
194
195 .pkginfo p + p
196
197   margin: 0;
198   margin-top: 0px;
199   padding: 0;
200   border: 0;
201 }
202
203
204 .versiongraph
205 {
206   float: right
207   
208 }
209
210 pre.tags {
211     color: #a3a3a3;
212     font-size: 90%;
213 }
214
215 hr.thin {
216     color: #a1a1a1;
217 }
218
219 em.severity {
220     color: #c31212;
221 }
222
223 code, address {
224     font-family: sans-serif;
225 }
226
227 p {
228     font-family: sans-serif;
229     font-size: 95%;
230 }
231
232 h2.outstanding {
233     font-family: sans-serif;
234     background-color: #f0f0f0;
235     color: #3c3c3c;
236     border: #a7a7a7 1px solid;
237     padding: 10px;
238 }
239
240 a.options:link, a.options:visited {
241     font-family: sans-serif;
242     background-color: #f0f0f0;
243     color: #3c3c3c;
244     text-decoration: none;
245     border-bottom: #3c3c3c 1px dotted;
246 }
247
248 li {
249     list-style-type: square;
250 }
251
252 .shortbugstatus
253
254   font-family: sans-serif;
255   
256   }
257
258 .shortbugstatusextra
259 { font-family: sans-serif;
260   margin: 5px;
261   margin-top: 2px;
262   padding: 5px;
263   /* display: none; */
264   /* z-index: 1; */
265   /* position: absolute; */
266   left: 120px;
267   background-color: #ffffff;
268 /*  border: #000 1px solid; */
269   position: static;
270   display: block;
271   border: 0;
272   }
273
274 .shortbugstatusextra span
275 { margin: 0;
276   margin-top: 0px;
277   padding: 0;
278   border: 0;
279   display: inline;
280   }
281
282 #status_mask {
283     -moz-opacity: 0;
284     opacity: 0;
285     filter: alpha(opacity=0);
286     z-index: 1;
287     position: absolute;
288     width: 100%;
289     height: 100%;
290     top: 0px;
291     left: 0px;
292     display: none;
293 }
294
295 .bugs li {
296     margin-top: 5px;
297 }
298
299 input {
300     border: #000 1px solid;
301     margin: 3px;
302 }
303
304 table.forms {
305     font-size: 95%;
306     font-family: sans-serif;
307     margin-left: 10px;
308 }
309
310 select {
311     margin: 3px;
312     border: #000 1px solid;
313 }
314