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