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