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