]> git.donarmstrong.com Git - debbugs.git/blob - html/bugs.css
* use white background for extra status boxes
[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     margin: 10px;
13     border: 0;
14     padding: 0;
15 }
16
17 h1, h2, h3 {
18     text-align: left; 
19     font-family: sans-serif;
20 }
21
22 h1 {
23     font-size: 150%;
24     line-height: 150%;
25 }
26
27 h2 {
28     font-size: 130%;
29 }
30
31 h3 {
32     font-size: 100%;
33 }
34
35 a:link {
36     color: #1b56ce;
37     font-weight: bold;
38 }
39
40 a:visited {
41     color:#1b56ce;
42 }
43
44 a:link:active, a:link:visited {
45     color:#ff0000;
46 }
47
48 a:link:hover, a:visited:hover {
49     color: #d81e1e;
50 }
51
52 a.submitter:link {
53     color: #242424;
54     font-family: sans-serif;
55     font-size: 95%;
56     text-decoration: underline;
57     font-weight: normal;
58 }
59
60 a.submitter:visited, a.submitter:active {
61     color: #6e6e6e;
62     font-family: sans-serif;
63     font-size: 95%;
64 }
65
66 a.submitter:hover, a.submitter:visited:hover {
67     color: #d01414;
68     font-family: sans-serif;
69     font-size: 95%;
70 }
71
72 pre.message {
73     font-family: monospace;
74     padding-top: 0;
75     margin-top: 0;
76     border-top: 0;
77 }
78
79 .sparse li {
80     padding-top: 1ex;
81     margin-top: 1ex;
82     border-top: 1ex;
83 }
84
85 a.bugtitle {
86     font-weight: bold;
87     font-size: 110%;
88 }
89
90
91 pre.headers {
92     font-family: sans-serif;
93     font-size: 95%;
94     color: #3c3c3c;
95     background-color: #f0f0f0;
96     padding: 2px;
97     border: #a7a7a7 1px solid;
98     line-height: 120%
99 }
100
101 pre.mime {
102     font-family: monospace;
103     font-size: 95%;
104     color: #797979;
105 }
106
107 /* This must be separate from the other CSS to make the showing of
108    unimportant messages work in bugreport.cgi. */ 
109 .infmessage { display: none; }
110
111 .infmessage {
112     font-family: sans-serif;
113     font-size: 90%;
114     color: #686868;
115 }
116
117 .msgreceived {
118     font-family: sans-serif;
119     font-size: 90%;
120     color: #686868;
121 }
122
123 .buginfo p
124
125   font-family: sans-serif;
126   font-size: 110%;
127   margin-bottom: 0px
128 }
129
130 .buginfo p + p
131
132   margin: 0;
133   margin-top: 0px;
134   border: 0;
135 }
136
137
138 .pkginfo p
139 { font-family: sans-serif;
140   font-size: 110%;
141   margin-bottom: 0px
142 }
143
144 .pkginfo p + p
145
146   margin: 0;
147   margin-top: 0px;
148   padding: 0;
149   border: 0;
150 }
151
152
153 .versiongraph
154 {
155   float: right
156   
157 }
158
159 pre.tags {
160     color: #a3a3a3;
161     font-size: 90%;
162 }
163
164 hr.thin {
165     color: #a1a1a1;
166 }
167
168 em.severity {
169     color: #c31212;
170 }
171
172 code, address {
173     font-family: sans-serif;
174 }
175
176 p {
177     font-family: sans-serif;
178     font-size: 95%;
179 }
180
181 h2.outstanding {
182     font-family: sans-serif;
183     background-color: #f0f0f0;
184     color: #3c3c3c;
185     border: #a7a7a7 1px solid;
186     padding: 10px;
187 }
188
189 a.options:link, a.options:visited {
190     font-family: sans-serif;
191     background-color: #f0f0f0;
192     color: #3c3c3c;
193     text-decoration: none;
194     border-bottom: #3c3c3c 1px dotted;
195 }
196
197 li {
198     list-style-type: square;
199 }
200
201 .shortbugstatus
202
203   font-family: sans-serif;
204   
205   }
206
207 .shortbugstatusextra
208 { font-family: sans-serif;
209   margin: 5px;
210   margin-top: 2px;
211   padding: 5px;
212   /* display: none; */
213   /* z-index: 1; */
214   /* position: absolute; */
215   left: 120px;
216   background-color: #ffffff;
217 /*  border: #000 1px solid; */
218   position: static;
219   display: block;
220   border: 0;
221   }
222
223 .shortbugstatusextra span
224 { margin: 0;
225   margin-top: 0px;
226   padding: 0;
227   border: 0;
228   display: block;
229   }
230
231 .bugs li {
232     margin-top: 5px;
233 }
234
235 input {
236     border: #000 1px solid;
237     margin: 3px;
238 }
239
240 table.forms {
241     font-size: 95%;
242     font-family: sans-serif;
243     margin-left: 10px;
244 }
245
246 select {
247     margin: 3px;
248     border: #000 1px solid;
249 }
250