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