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