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