1 a { text-decoration:none; } |
|
2 .age { white-space:nowrap; } |
|
3 .date { white-space:nowrap; } |
|
4 .indexlinks { white-space:nowrap; } |
|
5 .parity0 { background-color: #ddd; } |
|
6 .parity1 { background-color: #eee; } |
|
7 .lineno { width: 60px; color: #aaa; font-size: smaller; |
|
8 text-align: right; } |
|
9 .plusline { color: green; } |
|
10 .minusline { color: red; } |
|
11 .atline { color: purple; } |
|
12 .annotate { font-size: smaller; text-align: right; padding-right: 1em; } |
|
13 .buttons a { |
|
14 background-color: #666; |
|
15 padding: 2pt; |
|
16 color: white; |
|
17 font-family: sans; |
|
18 font-weight: bold; |
|
19 } |
|
20 .navigate a { |
|
21 background-color: #ccc; |
|
22 padding: 2pt; |
|
23 font-family: sans; |
|
24 color: black; |
|
25 } |
|
26 |
|
27 .metatag { |
|
28 background-color: #888; |
|
29 color: white; |
|
30 text-align: right; |
|
31 } |
|
32 |
|
33 /* Common */ |
|
34 pre { margin: 0; } |
|
35 |
|
36 .logo { |
|
37 float: right; |
|
38 clear: right; |
|
39 } |
|
40 |
|
41 /* Changelog/Filelog entries */ |
|
42 .logEntry { width: 100%; } |
|
43 .logEntry .age { width: 15%; } |
|
44 .logEntry th { font-weight: normal; text-align: right; vertical-align: top; } |
|
45 .logEntry th.age, .logEntry th.firstline { font-weight: bold; } |
|
46 .logEntry th.firstline { text-align: left; width: inherit; } |
|
47 |
|
48 /* Shortlog entries */ |
|
49 .slogEntry { width: 100%; } |
|
50 .slogEntry .age { width: 8em; } |
|
51 .slogEntry td { font-weight: normal; text-align: left; vertical-align: top; } |
|
52 .slogEntry td.author { width: 15em; } |
|
53 |
|
54 /* Tag entries */ |
|
55 #tagEntries { list-style: none; margin: 0; padding: 0; } |
|
56 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; } |
|
57 |
|
58 /* Changeset entry */ |
|
59 #changesetEntry { } |
|
60 #changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; } |
|
61 #changesetEntry th.files, #changesetEntry th.description { vertical-align: top; } |
|
62 |
|
63 /* File diff view */ |
|
64 #filediffEntry { } |
|
65 #filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; } |
|
66 |
|
67 /* Graph */ |
|
68 div#wrapper { |
|
69 position: relative; |
|
70 margin: 0; |
|
71 padding: 0; |
|
72 } |
|
73 |
|
74 canvas { |
|
75 position: absolute; |
|
76 z-index: 5; |
|
77 top: -0.6em; |
|
78 margin: 0; |
|
79 } |
|
80 |
|
81 ul#nodebgs { |
|
82 list-style: none inside none; |
|
83 padding: 0; |
|
84 margin: 0; |
|
85 top: -0.7em; |
|
86 } |
|
87 |
|
88 ul#graphnodes li, ul#nodebgs li { |
|
89 height: 39px; |
|
90 } |
|
91 |
|
92 ul#graphnodes { |
|
93 position: absolute; |
|
94 z-index: 10; |
|
95 top: -0.85em; |
|
96 list-style: none inside none; |
|
97 padding: 0; |
|
98 } |
|
99 |
|
100 ul#graphnodes li .info { |
|
101 display: block; |
|
102 font-size: 70%; |
|
103 position: relative; |
|
104 top: -1px; |
|
105 } |
|