]> git.ozlabs.org Git - patchwork/blob - htdocs/css/style.css
Fix invalid border style
[patchwork] / htdocs / css / style.css
1 body {
2         background-color: white;
3         color: black;
4         margin: 0em;
5         font-size: 9pt;
6 }
7
8 .floaty {
9         position: fixed;
10         left: 0.1em;
11         top: 17em;
12 }
13
14
15 #title {
16         background: url('/images/title-background.png') top left repeat-x;
17         background-color: #786fb4;
18         width: 100%;
19         margin: 0px;
20         padding-top: 0.1em;
21         padding-bottom: 0.0em;
22         padding-left: 2em;
23 }
24
25 #title h1, #title h1 a {
26         font-size: 16pt;
27         color: white;
28 }
29
30 .beta {
31     font-size: 60%;
32     vertical-align: sub;
33     line-height: 2em;
34 }
35
36 #auth {
37         border-left: thin solid white;
38         padding-top: 0em;
39         padding-left: 2em;
40         padding-right: 5em;
41         padding-top: 0.5em;
42         padding-bottom: 0.5em;
43         font-size: 90%;
44         float: right;
45         color: white;
46 }
47 #auth a {
48         color: white;
49 }
50
51 #nav {
52         background: #e8e8e8;
53         border-bottom: 0.2em solid #786fb4;
54         font-size: 90%;
55         padding: 0.2em 0.5em;
56 }
57
58 #nav a {
59         text-decoration: underline;
60 }
61
62
63 #content {
64         padding: 1em;
65 }
66
67 form {
68         padding: 0em;
69         margin: 0em;
70 }
71
72 a:visited { color: #000000; }
73 a { color: #786fb4; }
74
75 table {
76         border-collapse: collapse;
77 }
78
79 /* messages */
80 #messages {
81        background: #e0e0f0;
82        margin: 0.5em 1em 0.0em 0.5em;
83        padding: 0.3em;
84 }
85
86 #messages .message {
87         color: green;
88 }
89
90 /* patch lists */
91 table.patchlist {
92         width: 98%;
93         border: thin solid black;
94         padding: 0em 1em;
95 }
96
97 table.patchlist th {
98         background: #eeeeee;
99         border-bottom: thin solid black;
100         text-align: left;
101         padding-left: 6px;
102 }
103
104 table.patchlist td {
105         padding: 2px 6px 2px 6px;
106         margin: 0px;
107         margin-top: 10px;
108 }
109
110 table.patchlist td.patchlistfilters {
111         background: #c0c0ff;
112         border-top: thin solid gray;
113         border-bottom: thin solid black;
114         font-size: smaller;
115
116 }
117 table.patchlist tr.odd {
118         background: #ffffff;
119 }
120
121 table.patchlist tr.even {
122         background: #eeeeee;
123 }
124
125 a.colactive {
126         color: red;
127 }
128
129 a.colinactive {
130         color: black;
131         text-decoration: none;
132 }
133 a.colinactive:hover {
134         color: red;
135 }
136
137 div.filters {
138 }
139
140 /* list pagination */
141 .paginator { padding-bottom: 1em; padding-top: 1em; font-size: 80%; }
142  
143 .paginator .prev-na,
144 .paginator .next-na {
145         padding:.3em;
146         font-weight: normal;
147         border: 0.1em solid #c0c0c0;
148         background-color: #f9f9f9;
149         color: #a0a0a0;
150 }
151  
152 .paginator .prev a, .paginator .prev a:visited,
153 .paginator .next a, .paginator .next a:visited {
154         border: 0.1em solid #b0b0d0;
155         background-color: #eeeeee;
156         color: #786fb4;
157         padding: .3em;
158         font-weight: bold;
159 }
160  
161 .paginator .prev, .paginator .prev-na { margin-right:.5em; }
162 .paginator .next, .paginator .next-na { margin-left:.5em; }
163  
164 .paginator .page a, .paginator .page a:visited, .paginator .curr {
165         padding: .25em;
166         font-weight: bold;
167         border: 1px solid #b0b0d0;
168         background-color: #eeeeee;
169         margin: 0em .25em;       
170         color: #786fb4;
171 }
172  
173 .paginator .curr { 
174         background-color: #b0b0d0;
175         color:#fff;
176         border:1px solid #c0c0ff;
177         font-weight:bold;
178 }
179  
180 .paginator .page a:hover,
181 .paginator .curr a:hover,
182 .paginator .prev a:hover,
183 .paginator .next a:hover {
184         color: #ffffff;
185         background-color: #c0c0ff;
186         border:1px solid #234f32;
187 }
188 /*
189 div.filters h2 {
190         font-size: 110%;
191 }
192
193 table.filters tr th, table.filters tr td {
194         text-align: left;
195         padding: 0px 10px 0px 10px;
196         vertical-align: middle;
197 }
198 table.filters tr th {
199         width: 8em;
200 }
201
202 table.filters tr td {
203         padding-top: 0.1em;
204         width: 12em;
205 }
206
207 table.filters tr td.clearcol {
208         text-align: right;
209         width: 16px;
210 }
211 */
212
213 img {
214         border: 0;
215 }
216
217 input {
218         border: thin solid #909090;
219 }
220
221 #footer {
222         padding: 1em;
223         font-size: small;
224         text-align: center;
225         color: #909090;
226 }
227
228 #footer a {
229         color: #909090;
230 }
231
232 /* patch view */
233 table.patchmeta th {
234         text-align: left;
235 }
236
237 table.patchmeta tr th, table.patchmeta tr td {
238         text-align: left;
239         padding: 3px 10px 3px 10px;
240         vertical-align: middle;
241 }
242
243 .patchnav {
244     padding-left: 1em;
245     padding-top: 1em;
246 }
247
248 .comment .meta {
249         background: #f0f0f0;
250 }
251
252 .patch .content {
253         border: thin solid gray;
254         padding: 1em;
255 }
256
257 .quote {
258         color: #007f00;
259 }
260
261 span.p_header   { color: #2e8b57; font-weight: bold; }
262 span.p_chunk    { color: #a52a2a; font-weight: bold; }
263 span.p_context  { color: #a020f0; }
264 span.p_add      { color: #008b8b; }
265 span.p_del      { color: #6a5acd; }
266 span.p_mod      { color: #0000ff; }
267
268 .acked-by {
269         color: red;
270
271 }
272
273 .signed-off-by {
274         color: red;
275         font-weight: bold;
276 }
277
278 .from {
279         font-weight: bold;
280 }
281
282 /* bundles */
283 table.bundlelist {
284         border: thin solid black;
285 }
286
287 table.bundlelist th {
288         padding-left: 2em;
289         padding-right: 2em;
290         background: #eeeeee;
291         border-bottom: thin solid black;
292 }
293
294 table.bundlelist td
295 {
296         padding-left: 2em;
297         padding-right: 2em;
298 }
299
300 /* forms that appear for a patch */
301 div.patchform {
302         border: thin solid gray;
303         padding-left: 0.6em;
304         padding-right: 0.6em;
305         float: left;
306         margin: 0.5em 1em;
307 }
308
309 div.patchform h3 {
310         margin-top: 0em;
311         margin-left: -0.6em;
312         margin-right: -0.6em;
313         padding-left: 0.3em;
314         padding-right: 0.3em;
315         background: #786fb4;
316         color: white;
317         font-size: 100%;
318 }
319
320 div.patchform ul {
321         list-style-type: none;
322         padding-left: 0.2em;
323         margin-top: 0em;
324 }
325
326 /* forms */
327 table.form {
328 }
329
330 span.help_text {
331         font-size: 80%;
332 }
333
334
335 table.form td {
336         padding: 0.6em;
337         vertical-align: top;
338 }
339
340 table.form th.headerrow {
341         background: #786fb4;
342         color: white;
343         font-weight: bold;
344         text-align: center;
345 }
346
347 table.form th {
348         font-weight: normal;
349         text-align: left;
350         vertical-align: top;
351         padding-top: 0.6em;
352 }
353
354 table.form td.form-help {
355         font-size: smaller;
356         padding-bottom: 1em;
357         padding-top: 0em;
358 }
359
360 table.form tr td.submitrow {
361         border-bottom: 0.2em solid #786fb4;
362         text-align: center;
363 }
364
365 table.registerform {
366         margin-left: auto;
367         margin-right: auto;
368 }
369 table.loginform {
370         margin-left: auto;
371         margin-right: auto;
372         width: 30em;
373 }
374
375 /* form errors */
376 .errorlist {
377         color: red;
378         list-style-type: none;
379         padding-left: 0.2em;
380         margin: 0em;
381 }
382
383 /* generic table with header columns on the left */
384 table.horizontal {
385         border-collapse: collapse;
386         border: thin solid #e8e8e8;
387 }
388
389 table.horizontal th {
390         text-align: left;
391 }
392
393 table.horizontal td, table.horizontal th {
394         padding: 0.5em 1em;
395         border: thin solid #e8e8e8;
396 }
397
398 /* generic table with header row */
399 table.vertical {
400         border-collapse: collapse;
401 }
402 table.vertical th {
403         background: #786fb4;
404         color: white;
405         font-weight: bold;
406         text-align: center;
407 }
408
409 table.vertical th, table.vertical td {
410         padding: 0.2em 0.8em;
411         border: thin solid #e8e8e8;
412 }
413
414 td.numberformat {
415         text-align: right;
416 }