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