]> git.ozlabs.org Git - patchwork/blob - htdocs/css/style.css
Inital commit
[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 #;
113         border-top: thin solid gray;
114         border-bottom: thin solid black;
115         font-size: smaller;
116
117 }
118 table.patchlist tr.odd {
119         background: #ffffff;
120 }
121
122 table.patchlist tr.even {
123         background: #eeeeee;
124 }
125
126 a.colactive {
127         color: red;
128 }
129
130 a.colinactive {
131         color: black;
132         text-decoration: none;
133 }
134 a.colinactive:hover {
135         color: red;
136 }
137
138 div.filters {
139 }
140
141 /* list pagination */
142 .paginator { padding-bottom: 1em; padding-top: 1em; font-size: 80%; }
143  
144 .paginator .prev-na,
145 .paginator .next-na {
146         padding:.3em;
147         font-weight: normal;
148         border: 0.1em solid #c0c0c0;
149         background-color: #f9f9f9;
150         color: #a0a0a0;
151 }
152  
153 .paginator .prev a, .paginator .prev a:visited,
154 .paginator .next a, .paginator .next a:visited {
155         border: 0.1em solid #b0b0d0;
156         background-color: #eeeeee;
157         color: #786fb4;
158         padding: .3em;
159         font-weight: bold;
160 }
161  
162 .paginator .prev, .paginator .prev-na { margin-right:.5em; }
163 .paginator .next, .paginator .next-na { margin-left:.5em; }
164  
165 .paginator .page a, .paginator .page a:visited, .paginator .curr {
166         padding: .25em;
167         font-weight: bold;
168         border: 1px solid #b0b0d0;
169         background-color: #eeeeee;
170         margin: 0em .25em;       
171         color: #786fb4;
172 }
173  
174 .paginator .curr { 
175         background-color: #b0b0d0;
176         color:#fff;
177         border:1px solid #c0c0ff;
178         font-weight:bold;
179 }
180  
181 .paginator .page a:hover,
182 .paginator .curr a:hover,
183 .paginator .prev a:hover,
184 .paginator .next a:hover {
185         color: #ffffff;
186         background-color: #c0c0ff;
187         border:1px solid #234f32;
188 }
189 /*
190 div.filters h2 {
191         font-size: 110%;
192 }
193
194 table.filters tr th, table.filters tr td {
195         text-align: left;
196         padding: 0px 10px 0px 10px;
197         vertical-align: middle;
198 }
199 table.filters tr th {
200         width: 8em;
201 }
202
203 table.filters tr td {
204         padding-top: 0.1em;
205         width: 12em;
206 }
207
208 table.filters tr td.clearcol {
209         text-align: right;
210         width: 16px;
211 }
212 */
213
214 img {
215         border: 0;
216 }
217
218 input {
219         border: thin solid #909090;
220 }
221
222 #footer {
223         padding: 1em;
224         font-size: small;
225         text-align: center;
226         color: #909090;
227 }
228
229 #footer a {
230         color: #909090;
231 }
232
233 /* patch view */
234 table.patchmeta th {
235         text-align: left;
236 }
237
238 table.patchmeta tr th, table.patchmeta tr td {
239         text-align: left;
240         padding: 3px 10px 3px 10px;
241         vertical-align: middle;
242 }
243
244 .patchnav {
245     padding-left: 1em;
246     padding-top: 1em;
247 }
248
249 .comment .meta {
250         background: #f0f0f0;
251 }
252
253 .patch .content {
254         border: thin solid gray;
255         padding: 1em;
256 }
257
258 .quote {
259         color: #007f00;
260 }
261
262 span.p_header   { color: #2e8b57; font-weight: bold; }
263 span.p_chunk    { color: #a52a2a; font-weight: bold; }
264 span.p_context  { color: #a020f0; }
265 span.p_add      { color: #008b8b; }
266 span.p_del      { color: #6a5acd; }
267 span.p_mod      { color: #0000ff; }
268
269 .acked-by {
270         color: red;
271
272 }
273
274 .signed-off-by {
275         color: red;
276         font-weight: bold;
277 }
278
279 .from {
280         font-weight: bold;
281 }
282
283 /* bundles */
284 table.bundlelist {
285         border: thin solid black;
286 }
287
288 table.bundlelist th {
289         padding-left: 2em;
290         padding-right: 2em;
291         background: #eeeeee;
292         border-bottom: thin solid black;
293 }
294
295 table.bundlelist td
296 {
297         padding-left: 2em;
298         padding-right: 2em;
299 }
300
301 /* forms that appear for a patch */
302 div.patchform {
303         border: thin solid gray;
304         padding-left: 0.6em;
305         padding-right: 0.6em;
306         float: left;
307         margin: 0.5em 1em;
308 }
309
310 div.patchform h3 {
311         margin-top: 0em;
312         margin-left: -0.6em;
313         margin-right: -0.6em;
314         padding-left: 0.3em;
315         padding-right: 0.3em;
316         background: #786fb4;
317         color: white;
318         font-size: 100%;
319 }
320
321 div.patchform ul {
322         list-style-type: none;
323         padding-left: 0.2em;
324         margin-top: 0em;
325 }
326
327 /* forms */
328 table.form {
329 }
330
331 span.help_text {
332         font-size: 80%;
333 }
334
335
336 table.form td {
337         padding: 0.6em;
338         vertical-align: top;
339 }
340
341 table.form th.headerrow {
342         background: #786fb4;
343         color: white;
344         font-weight: bold;
345         text-align: center;
346 }
347
348 table.form th {
349         font-weight: normal;
350         text-align: left;
351         vertical-align: top;
352         padding-top: 0.6em;
353 }
354
355 table.form td.form-help {
356         font-size: smaller;
357         padding-bottom: 1em;
358         padding-top: 0em;
359 }
360
361 table.form tr td.submitrow {
362         border-bottom: 0.2em solid #786fb4;
363         text-align: center;
364 }
365
366 table.registerform {
367         margin-left: auto;
368         margin-right: auto;
369 }
370 table.loginform {
371         margin-left: auto;
372         margin-right: auto;
373         width: 30em;
374 }
375
376 /* form errors */
377 .errorlist {
378         color: red;
379         list-style-type: none;
380         padding-left: 0.2em;
381         margin: 0em;
382 }
383
384 /* generic table with header columns on the left */
385 table.horizontal {
386         border-collapse: collapse;
387         border: thin solid #e8e8e8;
388 }
389
390 table.horizontal th {
391         text-align: left;
392 }
393
394 table.horizontal td, table.horizontal th {
395         padding: 0.5em 1em;
396         border: thin solid #e8e8e8;
397 }
398
399 /* generic table with header row */
400 table.vertical {
401         border-collapse: collapse;
402 }
403 table.vertical th {
404         background: #786fb4;
405         color: white;
406         font-weight: bold;
407         text-align: center;
408 }
409
410 table.vertical th, table.vertical td {
411         padding: 0.2em 0.8em;
412         border: thin solid #e8e8e8;
413 }
414
415 td.numberformat {
416         text-align: right;
417 }