web: Use lower-case css selectors.
[paraslash.git] / web / gitweb.css
1 body {
2         font-family: sans-serif;
3         border-width: 1px;
4         margin: 0px;
5         padding: 10px;
6         background-color: black;
7         color: #cccccc;
8         height: 100%;
9 }
10
11 a {
12         color: #BA3708;
13 }
14
15 a:hover {
16         color: #BA3708;
17         background-color: #ffff00;
18 }
19
20 span.cntrl {
21         border: dashed #aaaaaa;
22         border-width: 1px;
23         padding: 0px 2px 0px 2px;
24         margin:  0px 2px 0px 2px;
25 }
26
27 img.logo {
28         float: right;
29         border-width: 0px;
30 }
31
32 div.page_header {
33         padding: 8px;
34         font-size: 150%;
35         font-weight: bold;
36         background-color: #151515;
37 }
38
39 div.page_header a:visited, a.header {
40         color: #BA3708;
41 }
42
43 div.page_header a:hover {
44         color: #880000;
45 }
46
47 div.page_nav {
48         padding: 8px;
49 }
50
51 div.page_nav a:visited {
52         color: #BA3708;
53 }
54
55 div.page_path {
56         padding: 8px;
57         font-weight: bold;
58         border: solid #d9d8d1;
59         border-width: 0px 0px 1px;
60 }
61
62 div.page_footer {
63         height: 17px;
64         padding: 4px 8px;
65         background-color: #d9d8d1;
66 }
67
68 div.page_footer_text {
69         float: left;
70         color: #555555;
71         font-style: italic;
72 }
73
74 div.page_body {
75         padding: 8px;
76         font-family: monospace;
77 }
78
79 div.title, a.title {
80         display: block;
81         padding: 6px 8px;
82         font-weight: bold;
83         background-color: #555555;
84         text-decoration: none;
85         color: white;
86 }
87
88 a.title:hover {
89         background-color: #AA3100;
90 }
91
92 div.title_text {
93         padding: 6px 0px;
94         border: solid #d9d8d1;
95         border-width: 0px 0px 1px;
96         font-family: monospace;
97 }
98
99 div.log_body {
100         padding: 8px 8px 8px 150px;
101 }
102
103 span.age {
104         position: relative;
105         float: left;
106         width: 142px;
107         font-style: italic;
108 }
109
110 span.signoff {
111         color: #888888;
112 }
113
114 div.log_link {
115         padding: 0px 8px;
116         font-size: 70%;
117         font-family: sans-serif;
118         font-style: normal;
119         position: relative;
120         float: left;
121         width: 136px;
122 }
123
124 div.list_head {
125         padding: 6px 8px 4px;
126         border: solid #d9d8d1;
127         border-width: 1px 0px 0px;
128         font-style: italic;
129 }
130
131 div.author_date {
132         padding: 8px;
133         border: solid #d9d8d1;
134         border-width: 0px 0px 1px 0px;
135         font-style: italic;
136 }
137
138 a.list {
139         text-decoration: none;
140         color: #BA3708;
141 }
142
143 a.subject, a.name {
144         font-weight: bold;
145 }
146
147 table.tags a.subject {
148         font-weight: normal;
149 }
150
151 a.list:hover {
152         text-decoration: underline;
153         color: #880000;
154 }
155
156 a.text {
157         text-decoration: none;
158         color: #0000cc;
159 }
160
161 a.text:visited {
162         text-decoration: none;
163         color: #880000;
164 }
165
166 a.text:hover {
167         text-decoration: underline;
168         color: #880000;
169 }
170
171 table {
172         padding: 8px 4px;
173 }
174
175 table.project_list {
176         border-spacing: 0;
177 }
178
179 table.diff_tree {
180         border-spacing: 0;
181         font-family: monospace;
182 }
183
184 table.combined.diff_tree th {
185         text-align: center;
186 }
187
188 table.combined.diff_tree td {
189         padding-right: 24px;
190 }
191
192 table.combined.diff_tree th.link,
193 table.combined.diff_tree td.link {
194         padding: 0px 2px;
195 }
196
197 table.combined.diff_tree td.nochange a {
198         color: #6666ff;
199 }
200
201 table.combined.diff_tree td.nochange a:hover,
202 table.combined.diff_tree td.nochange a:visited {
203         color: #d06666;
204 }
205
206 table.blame {
207         border-collapse: collapse;
208 }
209
210 table.blame td {
211         padding: 0px 5px;
212         font-size: 100%;
213         vertical-align: top;
214 }
215
216 th {
217         padding: 2px 5px;
218         font-size: 100%;
219         text-align: left;
220 }
221
222 tr.light:hover {
223         background-color: yellow;
224         color: #BA3708;
225 }
226
227 tr.dark {
228         background-color: #333333;
229 }
230
231 tr.dark2 {
232         background-color: #333333;
233 }
234
235 tr.dark:hover {
236         background-color: yellow;
237         color: #BA3708;
238 }
239
240 td {
241         padding: 2px 5px;
242         font-size: 100%;
243         vertical-align: top;
244 }
245
246 td.link, td.selflink {
247         padding: 2px 5px;
248         font-family: sans-serif;
249         font-size: 70%;
250 }
251
252 td.selflink {
253         padding-right: 0px;
254 }
255
256 td.sha1 {
257         font-family: monospace;
258 }
259
260 td.error {
261         color: red;
262         background-color: yellow;
263 }
264
265 td.current_head {
266         text-decoration: underline;
267 }
268
269 table.diff_tree span.file_status.new {
270         color: #008000;
271 }
272
273 table.diff_tree span.file_status.deleted {
274         color: #c00000;
275 }
276
277 table.diff_tree span.file_status.moved,
278 table.diff_tree span.file_status.mode_chnge {
279         color: #777777;
280 }
281
282 table.diff_tree span.file_status.copied {
283         color: #70a070;
284 }
285
286 /* noage: "No commits" */
287 table.project_list td.noage {
288         color: #808080;
289         font-style: italic;
290 }
291
292 /* age2: 60*60*24*2 <= age */
293 table.project_list td.age2, table.blame td.age2 {
294         font-style: italic;
295 }
296
297 /* age1: 60*60*2 <= age < 60*60*24*2 */
298 table.project_list td.age1 {
299         color: #009900;
300         font-style: italic;
301 }
302
303 table.blame td.age1 {
304         color: #009900;
305         background: transparent;
306 }
307
308 /* age0: age < 60*60*2 */
309 table.project_list td.age0 {
310         color: #009900;
311         font-style: italic;
312         font-weight: bold;
313 }
314
315 table.blame td.age0 {
316         color: #009900;
317         background: transparent;
318         font-weight: bold;
319 }
320
321 td.pre, div.pre, div.diff {
322         font-family: monospace;
323         font-size: 12px;
324         white-space: pre;
325 }
326
327 td.mode {
328         font-family: monospace;
329 }
330
331 /* styling of diffs (patchsets): commitdiff and blobdiff views */
332 div.diff.header,
333 div.diff.extended_header {
334         white-space: normal;
335 }
336
337 div.diff.header {
338         font-weight: bold;
339
340         background-color: #333333;
341
342         margin-top: 4px;
343         padding: 4px 0px 2px 0px;
344         border: solid #d9d8d1;
345         border-width: 1px 0px 1px 0px;
346 }
347
348 div.diff.header a.path {
349         text-decoration: underline;
350 }
351
352 div.diff.extended_header,
353 div.diff.extended_header a.path,
354 div.diff.extended_header a.hash {
355         color: #cccccc;
356 }
357
358 div.diff.extended_header .info {
359         color: #b0b0b0;
360 }
361
362 div.diff.extended_header {
363         background-color: #333333;
364         padding: 2px 0px 2px 0px;
365 }
366
367 div.diff a.list,
368 div.diff a.path,
369 div.diff a.hash {
370         text-decoration: none;
371 }
372
373 div.diff a.list:hover,
374 div.diff a.path:hover,
375 div.diff a.hash:hover {
376         text-decoration: underline;
377 }
378
379 div.diff.to_file a.path,
380 div.diff.to_file {
381         color: #007000;
382 }
383
384 div.diff.add {
385         color: #008800;
386 }
387
388 div.diff.from_file a.path,
389 div.diff.from_file {
390         color: #ff0000;
391 }
392
393 div.diff.rem {
394         color: #cc0000;
395 }
396
397 div.diff.chunk_header a,
398 div.diff.chunk_header {
399         color: #990099;
400 }
401
402 div.diff.chunk_header {
403         border: dotted #ffe0ff;
404         border-width: 1px 0px 0px 0px;
405         margin-top: 2px;
406 }
407
408 div.diff.chunk_header span.chunk_info {
409         background-color: #000000;
410 }
411
412 div.diff.chunk_header span.section {
413         color: #aa22aa;
414 }
415
416 div.diff.incomplete {
417         color: #cccccc;
418 }
419
420 div.diff.nodifferences {
421         font-weight: bold;
422         color: #600000;
423 }
424
425 div.index_include {
426         border: solid #d9d8d1;
427         border-width: 0px 0px 1px;
428         padding: 12px 8px;
429 }
430
431 div.search {
432         font-size: 100%;
433         font-weight: normal;
434         margin: 4px 8px;
435         float: right;
436         top: 56px;
437         right: 12px
438 }
439
440 td.linenr {
441         text-align: right;
442 }
443
444 a.linenr {
445         color: #999999;
446         text-decoration: none
447 }
448
449 a.rss_logo {
450         float: right;
451         padding: 3px 0px;
452         width: 35px;
453         line-height: 10px;
454         border: 1px solid;
455         border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
456         color: #ffffff;
457         background-color: #ff6600;
458         font-weight: bold;
459         font-family: sans-serif;
460         font-size: 70%;
461         text-align: center;
462         text-decoration: none;
463 }
464
465 a.rss_logo:hover {
466         background-color: #ee5500;
467 }
468
469 span.refs span {
470         padding: 0px 4px;
471         font-size: 70%;
472         font-weight: normal;
473         border: 1px solid;
474         background-color: #222222;
475         border-color: #ffccff #ff00ee #ff00ee #ffccff;
476 }
477
478 span.refs span.ref {
479         background-color: #aaaaff;
480         border-color: #ccccff #0033cc #0033cc #ccccff;
481 }
482
483 span.refs span.tag {
484         background-color: #ffffaa;
485         border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
486 }
487
488 span.refs span.head {
489         background-color: #222222;
490         border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
491 }
492
493 span.atnight {
494         color: #cc0000;
495 }
496
497 span.match {
498         color: #e00000;
499 }
500
501 div.binary {
502         font-style: italic;
503 }