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