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