Merge remote-tracking branch 'remotes/origin2/master'
[gitweb.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 img.avatar {
32 vertical-align: middle;
33 }
34
35 a.list img.avatar {
36 border-style: none;
37 }
38
39 div.page_header {
40 height: 25px;
41 padding: 8px;
42 font-size: 150%;
43 font-weight: bold;
44 background-color: #d9d8d1;
45 }
46
47 div.page_header a:visited, a.header {
48 color: #0000cc;
49 }
50
51 div.page_header a:hover {
52 color: #880000;
53 }
54
55 div.page_nav {
56 padding: 8px;
57 }
58
59 div.page_nav a:visited {
60 color: #0000cc;
61 }
62
63 div.page_path {
64 padding: 8px;
65 font-weight: bold;
66 border: solid #d9d8d1;
67 border-width: 0px 0px 1px;
68 }
69
70 div.page_footer {
71 height: 17px;
72 padding: 4px 8px;
73 background-color: #d9d8d1;
74 }
75
76 div.page_footer_text {
77 float: left;
78 color: #555555;
79 font-style: italic;
80 }
81
82 div#generating_info {
83 margin: 4px;
84 font-size: smaller;
85 text-align: center;
86 color: #505050;
87 }
88
89 div.page_body {
90 padding: 8px;
91 font-family: monospace;
92 }
93
94 div.title, a.title {
95 display: block;
96 padding: 6px 8px;
97 font-weight: bold;
98 background-color: #edece6;
99 text-decoration: none;
100 color: #000000;
101 }
102
103 div.readme {
104 padding: 8px;
105 }
106
107 a.title:hover {
108 background-color: #d9d8d1;
109 }
110
111 div.title_text {
112 padding: 6px 0px;
113 border: solid #d9d8d1;
114 border-width: 0px 0px 1px;
115 font-family: monospace;
116 }
117
118 div.log_body {
119 padding: 8px 8px 8px 150px;
120 }
121
122 span.age {
123 position: relative;
124 float: left;
125 width: 142px;
126 font-style: italic;
127 }
128
129 span.signoff {
130 color: #888888;
131 }
132
133 div.log_link {
134 padding: 0px 8px;
135 font-size: 70%;
136 font-family: sans-serif;
137 font-style: normal;
138 position: relative;
139 float: left;
140 width: 136px;
141 }
142
143 div.list_head {
144 padding: 6px 8px 4px;
145 border: solid #d9d8d1;
146 border-width: 1px 0px 0px;
147 font-style: italic;
148 }
149
150 .author_date, .author {
151 font-style: italic;
152 }
153
154 div.author_date {
155 padding: 8px;
156 border: solid #d9d8d1;
157 border-width: 0px 0px 1px 0px;
158 }
159
160 a.list {
161 text-decoration: none;
162 color: #000000;
163 }
164
165 a.subject, a.name {
166 font-weight: bold;
167 }
168
169 table.tags a.subject {
170 font-weight: normal;
171 }
172
173 a.list:hover {
174 text-decoration: underline;
175 color: #880000;
176 }
177
178 a.text {
179 text-decoration: none;
180 color: #0000cc;
181 }
182
183 a.text:visited {
184 text-decoration: none;
185 color: #880000;
186 }
187
188 a.text:hover {
189 text-decoration: underline;
190 color: #880000;
191 }
192
193 table {
194 padding: 8px 4px;
195 border-spacing: 0;
196 }
197
198 table.shortlog td {
199 padding: 0px 8px;
200 vertical-align: middle;
201 height:20px;
202 }
203
204 img.graph {
205 padding: 0px;
206 margin: 0px;
207 display: block;
208 }
209
210 table.diff_tree {
211 font-family: monospace;
212 }
213
214 table.combined.diff_tree th {
215 text-align: center;
216 }
217
218 table.combined.diff_tree td {
219 padding-right: 24px;
220 }
221
222 table.combined.diff_tree th.link,
223 table.combined.diff_tree td.link {
224 padding: 0px 2px;
225 }
226
227 table.combined.diff_tree td.nochange a {
228 color: #6666ff;
229 }
230
231 table.combined.diff_tree td.nochange a:hover,
232 table.combined.diff_tree td.nochange a:visited {
233 color: #d06666;
234 }
235
236 table.blame {
237 border-collapse: collapse;
238 }
239
240 table.blame td {
241 padding: 0px 5px;
242 font-size: 100%;
243 vertical-align: top;
244 }
245
246 th {
247 padding: 2px 5px;
248 font-size: 100%;
249 text-align: left;
250 }
251
252 /* do not change row style on hover for 'blame' view */
253 tr.light,
254 table.blame .light:hover {
255 background-color: #ffffff;
256 }
257
258 tr.dark,
259 table.blame .dark:hover {
260 background-color: #f6f6f0;
261 }
262
263 /* currently both use the same, but it can change */
264 tr.light:hover,
265 tr.dark:hover {
266 background-color: #edece6;
267 }
268
269 /* boundary commits in 'blame' view */
270 /* and commits without "previous" */
271 tr.boundary td.sha1,
272 tr.no-previous td.linenr {
273 font-weight: bold;
274 }
275
276 /* for 'blame_incremental', during processing */
277 tr.color1 { background-color: #f6fff6; }
278 tr.color2 { background-color: #f6f6ff; }
279 tr.color3 { background-color: #fff6f6; }
280
281 td {
282 padding: 2px 5px;
283 font-size: 100%;
284 vertical-align: top;
285 }
286
287 td.link, td.selflink {
288 padding: 2px 5px;
289 font-family: sans-serif;
290 font-size: 70%;
291 }
292
293 td.selflink {
294 padding-right: 0px;
295 }
296
297 td.sha1 {
298 font-family: monospace;
299 }
300
301 .error {
302 color: red;
303 background-color: yellow;
304 }
305
306 td.current_head {
307 text-decoration: underline;
308 }
309
310 table.diff_tree span.file_status.new {
311 color: #008000;
312 }
313
314 table.diff_tree span.file_status.deleted {
315 color: #c00000;
316 }
317
318 table.diff_tree span.file_status.moved,
319 table.diff_tree span.file_status.mode_chnge {
320 color: #777777;
321 }
322
323 table.diff_tree span.file_status.copied {
324 color: #70a070;
325 }
326
327 /* noage: "No commits" */
328 table.project_list td.noage {
329 color: #808080;
330 font-style: italic;
331 }
332 table.shortlog td.noage, table.history td.noage {
333 color: #808080;
334 font-style: italic;
335 }
336
337 /* age2: 60*60*24*2 <= age */
338 table.project_list td.age2, table.blame td.age2 {
339 font-style: italic;
340 }
341 table.shortlog td.age2, table.history td.age2 {
342 font-style: italic;
343 }
344
345 /* age1: 60*60*2 <= age < 60*60*24*2 */
346 table.shortlog td.age1, table.project_list td.age1, table.history td.age1 {
347 color: #009900;
348 font-style: italic;
349 }
350
351 table.blame td.age1 {
352 color: #009900;
353 background: transparent;
354 }
355
356 /* age0: age < 60*60*2 */
357 table.project_list td.age0 {
358 color: #009900;
359 font-style: italic;
360 font-weight: bold;
361 }
362 table.shortlog td.age0, table.history td.age0 {
363 color: #009900;
364 font-style: italic;
365 font-weight: bold;
366 }
367
368 table.blame td.age0 {
369 color: #009900;
370 background: transparent;
371 font-weight: bold;
372 }
373
374 td.pre, div.pre, div.diff {
375 font-family: monospace;
376 font-size: 12px;
377 white-space: pre;
378 }
379
380 td.mode {
381 font-family: monospace;
382 }
383
384 /* progress of blame_interactive */
385 div#progress_bar {
386 height: 2px;
387 margin-bottom: -2px;
388 background-color: #d8d9d0;
389 }
390 div#progress_info {
391 float: right;
392 text-align: right;
393 }
394
395 /* format of (optional) objects size in 'tree' view */
396 td.size {
397 font-family: monospace;
398 text-align: right;
399 }
400
401 /* styling of diffs (patchsets): commitdiff and blobdiff views */
402 div.diff.header,
403 div.diff.extended_header {
404 white-space: normal;
405 }
406
407 div.diff.header {
408 font-weight: bold;
409
410 background-color: #edece6;
411
412 margin-top: 4px;
413 padding: 4px 0px 2px 0px;
414 border: solid #d9d8d1;
415 border-width: 1px 0px 1px 0px;
416 }
417
418 div.diff.header a.path {
419 text-decoration: underline;
420 }
421
422 div.diff.extended_header,
423 div.diff.extended_header a.path,
424 div.diff.extended_header a.hash {
425 color: #777777;
426 }
427
428 div.diff.extended_header .info {
429 color: #b0b0b0;
430 }
431
432 div.diff.extended_header {
433 background-color: #f6f5ee;
434 padding: 2px 0px 2px 0px;
435 }
436
437 div.diff a.list,
438 div.diff a.path,
439 div.diff a.hash {
440 text-decoration: none;
441 }
442
443 div.diff a.list:hover,
444 div.diff a.path:hover,
445 div.diff a.hash:hover {
446 text-decoration: underline;
447 }
448
449 div.diff.to_file a.path,
450 div.diff.to_file {
451 color: #007000;
452 }
453
454 div.diff.add {
455 color: #008800;
456 }
457
458 div.diff.from_file a.path,
459 div.diff.from_file {
460 color: #aa0000;
461 }
462
463 div.diff.rem {
464 color: #cc0000;
465 }
466
467 div.diff.chunk_header a,
468 div.diff.chunk_header {
469 color: #990099;
470 }
471
472 div.diff.chunk_header {
473 border: dotted #ffe0ff;
474 border-width: 1px 0px 0px 0px;
475 margin-top: 2px;
476 }
477
478 div.diff.chunk_header span.chunk_info {
479 background-color: #ffeeff;
480 }
481
482 div.diff.chunk_header span.section {
483 color: #aa22aa;
484 }
485
486 div.diff.incomplete {
487 color: #cccccc;
488 }
489
490 div.diff.nodifferences {
491 font-weight: bold;
492 color: #600000;
493 }
494
495 div.index_include {
496 border: solid #d9d8d1;
497 border-width: 0px 0px 1px;
498 padding: 12px 8px;
499 }
500
501 div.search {
502 font-size: 100%;
503 font-weight: normal;
504 margin: 4px 8px;
505 float: right;
506 top: 56px;
507 right: 12px
508 }
509
510 p.projsearch {
511 text-align: center;
512 }
513
514 td.linenr {
515 text-align: right;
516 }
517
518 a.linenr {
519 color: #999999;
520 text-decoration: none
521 }
522
523 a.rss_logo {
524 float: right;
525 padding: 3px 0px;
526 width: 35px;
527 line-height: 10px;
528 border: 1px solid;
529 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
530 color: #ffffff;
531 background-color: #ff6600;
532 font-weight: bold;
533 font-family: sans-serif;
534 font-size: 70%;
535 text-align: center;
536 text-decoration: none;
537 }
538 a.rss_logo2 {
539 float: right;
540 padding: 3px 0px;
541 width: 60px;
542 line-height: 10px;
543 border: 1px solid;
544 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
545 color: #ffffff;
546 background-color: #ff6600;
547 font-weight: bold;
548 font-family: sans-serif;
549 font-size: 70%;
550 text-align: center;
551 text-decoration: none;
552 }
553
554 a.rss_logo:hover {
555 background-color: #ee5500;
556 }
557
558 a.rss_logo.generic {
559 background-color: #ff8800;
560 }
561
562 a.rss_logo.generic:hover {
563 background-color: #ee7700;
564 }
565
566 span.refs span {
567 padding: 0px 4px;
568 font-size: 70%;
569 font-weight: normal;
570 border: 1px solid;
571 background-color: #ffaaff;
572 border-color: #ffccff #ff00ee #ff00ee #ffccff;
573 }
574
575 span.refs span a {
576 text-decoration: none;
577 color: inherit;
578 }
579
580 span.refs span a:hover {
581 text-decoration: underline;
582 }
583
584 span.refs span.indirect {
585 font-style: italic;
586 }
587
588 span.refs span.ref {
589 background-color: #aaaaff;
590 border-color: #ccccff #0033cc #0033cc #ccccff;
591 }
592
593 span.refs span.tag {
594 background-color: #ffffaa;
595 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
596 }
597
598 span.refs span.head {
599 background-color: #aaffaa;
600 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
601 }
602
603 span.atnight {
604 color: #cc0000;
605 }
606
607 span.match {
608 color: #e00000;
609 }
610
611 div.binary {
612 font-style: italic;
613 }
614
615 /* Style definition generated by highlight 2.4.5, http://www.andre-simon.de/ */
616
617 /* Highlighting theme definition: */
618
619 .num { color:#2928ff; }
620 .esc { color:#ff00ff; }
621 .str { color:#ff0000; }
622 .dstr { color:#818100; }
623 .slc { color:#838183; font-style:italic; }
624 .com { color:#838183; font-style:italic; }
625 .dir { color:#008200; }
626 .sym { color:#000000; }
627 .line { color:#555555; }
628 .kwa { color:#000000; font-weight:bold; }
629 .kwb { color:#830000; }
630 .kwc { color:#000000; font-weight:bold; }
631 .kwd { color:#010181; }