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