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