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