Add uncomitted files
[wiki.git] / gitweb.css
1 body {
2         font-family: sans-serif;
3         font-size: small;
4         border: solid #d9d8d1;
5         border-width: 1px;
6         margin: 10px;
7         background-color: #ffffff;
8         color: #000000;
9 }
10
11 a {
12         color: #0000cc;
13 }
14
15 a:hover, a:visited, a:active {
16         color: #880000;
17 }
18
19 span.cntrl {
20         border: dashed #aaaaaa;
21         border-width: 1px;
22         padding: 0px 2px 0px 2px;
23         margin:  0px 2px 0px 2px;
24 }
25
26 img.logo {
27         float: right;
28         border-width: 0px;
29 }
30
31 div.page_header {
32         height: 25px;
33         padding: 8px;
34         font-size: 150%;
35         font-weight: bold;
36         background-color: #d9d8d1;
37 }
38
39 div.page_header a:visited, a.header {
40         color: #0000cc;
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: #0000cc;
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: #edece6;
84         text-decoration: none;
85         color: #000000;
86 }
87
88 div.readme {
89         padding: 8px;
90 }
91
92 a.title:hover {
93         background-color: #d9d8d1;
94 }
95
96 div.title_text {
97         padding: 6px 0px;
98         border: solid #d9d8d1;
99         border-width: 0px 0px 1px;
100         font-family: monospace;
101 }
102
103 div.log_body {
104         padding: 8px 8px 8px 150px;
105 }
106
107 span.age {
108         position: relative;
109         float: left;
110         width: 142px;
111         font-style: italic;
112 }
113
114 span.signoff {
115         color: #888888;
116 }
117
118 div.log_link {
119         padding: 0px 8px;
120         font-size: 70%;
121         font-family: sans-serif;
122         font-style: normal;
123         position: relative;
124         float: left;
125         width: 136px;
126 }
127
128 div.list_head {
129         padding: 6px 8px 4px;
130         border: solid #d9d8d1;
131         border-width: 1px 0px 0px;
132         font-style: italic;
133 }
134
135 div.author_date {
136         padding: 8px;
137         border: solid #d9d8d1;
138         border-width: 0px 0px 1px 0px;
139         font-style: italic;
140 }
141
142 a.list {
143         text-decoration: none;
144         color: #000000;
145 }
146
147 a.subject, a.name {
148         font-weight: bold;
149 }
150
151 table.tags a.subject {
152         font-weight: normal;
153 }
154
155 a.list:hover {
156         text-decoration: underline;
157         color: #880000;
158 }
159
160 a.text {
161         text-decoration: none;
162         color: #0000cc;
163 }
164
165 a.text:visited {
166         text-decoration: none;
167         color: #880000;
168 }
169
170 a.text:hover {
171         text-decoration: underline;
172         color: #880000;
173 }
174
175 table {
176         padding: 8px 4px;
177         border-spacing: 0;
178 }
179
180 table.diff_tree {
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: #edece6;
224 }
225
226 tr.dark {
227         background-color: #f6f6f0;
228 }
229
230 tr.dark2 {
231         background-color: #f6f6f0;
232 }
233
234 tr.dark:hover {
235         background-color: #edece6;
236 }
237
238 td {
239         padding: 2px 5px;
240         font-size: 100%;
241         vertical-align: top;
242 }
243
244 td.link, td.selflink {
245         padding: 2px 5px;
246         font-family: sans-serif;
247         font-size: 70%;
248 }
249
250 td.selflink {
251         padding-right: 0px;
252 }
253
254 td.sha1 {
255         font-family: monospace;
256 }
257
258 td.error {
259         color: red;
260         background-color: yellow;
261 }
262
263 td.current_head {
264         text-decoration: underline;
265 }
266
267 table.diff_tree span.file_status.new {
268         color: #008000;
269 }
270
271 table.diff_tree span.file_status.deleted {
272         color: #c00000;
273 }
274
275 table.diff_tree span.file_status.moved,
276 table.diff_tree span.file_status.mode_chnge {
277         color: #777777;
278 }
279
280 table.diff_tree span.file_status.copied {
281   color: #70a070;
282 }
283
284 /* noage: "No commits" */
285 table.project_list td.noage {
286         color: #808080;
287         font-style: italic;
288 }
289
290 /* age2: 60*60*24*2 <= age */
291 table.project_list td.age2, table.blame td.age2 {
292         font-style: italic;
293 }
294
295 /* age1: 60*60*2 <= age < 60*60*24*2 */
296 table.project_list td.age1 {
297         color: #009900;
298         font-style: italic;
299 }
300
301 table.blame td.age1 {
302         color: #009900;
303         background: transparent;
304 }
305
306 /* age0: age < 60*60*2 */
307 table.project_list td.age0 {
308         color: #009900;
309         font-style: italic;
310         font-weight: bold;
311 }
312
313 table.blame td.age0 {
314         color: #009900;
315         background: transparent;
316         font-weight: bold;
317 }
318
319 td.pre, div.pre, div.diff {
320         font-family: monospace;
321         font-size: 12px;
322         white-space: pre;
323 }
324
325 td.mode {
326         font-family: monospace;
327 }
328
329 /* styling of diffs (patchsets): commitdiff and blobdiff views */
330 div.diff.header,
331 div.diff.extended_header {
332         white-space: normal;
333 }
334
335 div.diff.header {
336         font-weight: bold;
337
338         background-color: #edece6;
339
340         margin-top: 4px;
341         padding: 4px 0px 2px 0px;
342         border: solid #d9d8d1;
343         border-width: 1px 0px 1px 0px;
344 }
345
346 div.diff.header a.path {
347         text-decoration: underline;
348 }
349
350 div.diff.extended_header,
351 div.diff.extended_header a.path,
352 div.diff.extended_header a.hash {
353         color: #777777;
354 }
355
356 div.diff.extended_header .info {
357         color: #b0b0b0;
358 }
359
360 div.diff.extended_header {
361         background-color: #f6f5ee;
362         padding: 2px 0px 2px 0px;
363 }
364
365 div.diff a.list,
366 div.diff a.path,
367 div.diff a.hash {
368         text-decoration: none;
369 }
370
371 div.diff a.list:hover,
372 div.diff a.path:hover,
373 div.diff a.hash:hover {
374         text-decoration: underline;
375 }
376
377 div.diff.to_file a.path,
378 div.diff.to_file {
379         color: #007000;
380 }
381
382 div.diff.add {
383         color: #008800;
384 }
385
386 div.diff.from_file a.path,
387 div.diff.from_file {
388         color: #aa0000;
389 }
390
391 div.diff.rem {
392         color: #cc0000;
393 }
394
395 div.diff.chunk_header a,
396 div.diff.chunk_header {
397         color: #990099;
398 }
399
400 div.diff.chunk_header {
401         border: dotted #ffe0ff;
402         border-width: 1px 0px 0px 0px;
403         margin-top: 2px;
404 }
405
406 div.diff.chunk_header span.chunk_info {
407         background-color: #ffeeff;
408 }
409
410 div.diff.chunk_header span.section {
411         color: #aa22aa;
412 }
413
414 div.diff.incomplete {
415         color: #cccccc;
416 }
417
418 div.diff.nodifferences {
419         font-weight: bold;
420         color: #600000;
421 }
422
423 div.index_include {
424         border: solid #d9d8d1;
425         border-width: 0px 0px 1px;
426         padding: 12px 8px;
427 }
428
429 div.search {
430         font-size: 100%;
431         font-weight: normal;
432         margin: 4px 8px;
433         float: right;
434         top: 56px;
435         right: 12px
436 }
437
438 p.projsearch {
439         text-align: center;
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 a.rss_logo.generic {
472         background-color: #ff8800;
473 }
474
475 a.rss_logo.generic:hover {
476         background-color: #ee7700;
477 }
478
479 span.refs span {
480         padding: 0px 4px;
481         font-size: 70%;
482         font-weight: normal;
483         border: 1px solid;
484         background-color: #ffaaff;
485         border-color: #ffccff #ff00ee #ff00ee #ffccff;
486 }
487
488 span.refs span a {
489         text-decoration: none;
490         color: inherit;
491 }
492
493 span.refs span a:hover {
494         text-decoration: underline;
495 }
496
497 span.refs span.indirect {
498         font-style: italic;
499 }
500
501 span.refs span.ref {
502         background-color: #aaaaff;
503         border-color: #ccccff #0033cc #0033cc #ccccff;
504 }
505
506 span.refs span.tag {
507         background-color: #ffffaa;
508         border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
509 }
510
511 span.refs span.head {
512         background-color: #aaffaa;
513         border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
514 }
515
516 span.atnight {
517         color: #cc0000;
518 }
519
520 span.match {
521         color: #e00000;
522 }
523
524 div.binary {
525         font-style: italic;
526 }