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