summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 63acd78..5c4b15b 100644
--- a/cgit.css
+++ b/cgit.css
@@ -1,199 +1,199 @@
1body { 1body {
2 font-family: arial; 2 font-family: arial;
3 font-size: normal; 3 font-size: 11pt;
4 background: white; 4 background: white;
5 padding: 0em; 5 padding: 0em;
6 margin: 0em; 6 margin: 0em;
7} 7}
8 8
9 9
10h2 { 10h2 {
11 font-size: 120%; 11 font-size: 120%;
12 font-weight: bold; 12 font-weight: bold;
13 margin-bottom: 0.5em; 13 margin-bottom: 0.5em;
14} 14}
15 15
16a { 16a {
17 color: blue; 17 color: blue;
18 text-decoration: none; 18 text-decoration: none;
19} 19}
20 20
21a:hover { 21a:hover {
22 text-decoration: underline; 22 text-decoration: underline;
23} 23}
24 24
25table.list { 25table.list {
26 border: none; 26 border: none;
27 border-collapse: collapse; 27 border-collapse: collapse;
28} 28}
29table.list tr { 29table.list tr {
30 background: white; 30 background: white;
31} 31}
32table.list tr:hover { 32table.list tr:hover {
33 background: #eee; 33 background: #eee;
34} 34}
35table.list tr.nohover:hover { 35table.list tr.nohover:hover {
36 background: white; 36 background: white;
37} 37}
38table.list th { 38table.list th {
39 font-weight: normal; 39 font-weight: normal;
40 border-bottom: solid 1px #777; 40 border-bottom: solid 1px #777;
41 padding: 0.1em 0.5em 0.1em 0.5em; 41 padding: 0.1em 0.5em 0.1em 0.5em;
42 vertical-align: baseline; 42 vertical-align: baseline;
43} 43}
44table.list td { 44table.list td {
45 border: none; 45 border: none;
46 padding: 0.1em 0.5em 0.1em 0.5em; 46 padding: 0.1em 0.5em 0.1em 0.5em;
47} 47}
48img { 48img {
49 border: none; 49 border: none;
50} 50}
51table#layout { 51table#layout {
52 width: 100%; 52 width: 100%;
53 border-collapse: collapse; 53 border-collapse: collapse;
54 margin: 0px; 54 margin: 0px;
55} 55}
56td#header { 56td#header {
57 background-color: #ddd; 57 background-color: #ddd;
58 padding: 0.25em 0.25em 0.25em 0.5em; 58 padding: 0.25em 0.25em 0.25em 0.5em;
59 font-size: 150%; 59 font-size: 150%;
60 font-weight: bold; 60 font-weight: bold;
61 border-bottom: solid 1px #aaa; 61 border-bottom: solid 1px #aaa;
62 vertical-align: middle; 62 vertical-align: middle;
63} 63}
64td#header img#logo { 64td#header img#logo {
65 float: right; 65 float: right;
66} 66}
67 67
68td#header input { 68td#header input {
69 float: right; 69 float: right;
70 margin: 0.25em 1em; 70 margin: 0.25em 1em;
71} 71}
72td#header a { 72td#header a {
73 color: black; 73 color: black;
74} 74}
75 75
76td#content { 76td#content {
77 padding: 1em 0.5em; 77 padding: 1em 0.5em;
78} 78}
79 79
80div#blob { 80div#blob {
81 border: solid 1px black; 81 border: solid 1px black;
82} 82}
83 83
84div.error { 84div.error {
85 color: red; 85 color: red;
86 font-weight: bold; 86 font-weight: bold;
87 margin: 1em 2em; 87 margin: 1em 2em;
88} 88}
89div.ls-blob, div.ls-dir { 89div.ls-blob, div.ls-dir {
90 font-family: monospace; 90 font-family: monospace;
91} 91}
92div.ls-dir a { 92div.ls-dir a {
93 font-weight: bold; 93 font-weight: bold;
94} 94}
95th.filesize, td.filesize { 95th.filesize, td.filesize {
96 text-align: right; 96 text-align: right;
97} 97}
98td.filesize { 98td.filesize {
99 font-family: monospace; 99 font-family: monospace;
100} 100}
101td.filemode { 101td.filemode {
102 font-family: monospace; 102 font-family: monospace;
103} 103}
104 104
105td.blob { 105td.blob {
106 white-space: pre; 106 white-space: pre;
107 font-family: monospace; 107 font-family: monospace;
108 background-color: white; 108 background-color: white;
109} 109}
110 110
111table.nowrap td { 111table.nowrap td {
112 white-space: nowrap; 112 white-space: nowrap;
113} 113}
114 114
115table.commit-info { 115table.commit-info {
116 border-collapse: collapse; 116 border-collapse: collapse;
117 margin-top: 1.5em; 117 margin-top: 1.5em;
118} 118}
119table.commit-info th { 119table.commit-info th {
120 text-align: left; 120 text-align: left;
121 font-weight: normal; 121 font-weight: normal;
122 padding: 0.1em 1em 0.1em 0.1em; 122 padding: 0.1em 1em 0.1em 0.1em;
123} 123}
124table.commit-info td { 124table.commit-info td {
125 font-weight: normal; 125 font-weight: normal;
126 padding: 0.1em 1em 0.1em 0.1em; 126 padding: 0.1em 1em 0.1em 0.1em;
127} 127}
128div.commit-subject { 128div.commit-subject {
129 font-weight: bold; 129 font-weight: bold;
130 font-size: 125%; 130 font-size: 125%;
131 margin: 1.5em 0em 0.5em 0em; 131 margin: 1.5em 0em 0.5em 0em;
132 padding: 0em; 132 padding: 0em;
133} 133}
134div.commit-msg { 134div.commit-msg {
135 white-space: pre; 135 white-space: pre;
136 font-family: monospace; 136 font-family: monospace;
137} 137}
138table.diffstat { 138table.diffstat {
139 border-collapse: collapse; 139 border-collapse: collapse;
140 margin-top: 1.5em; 140 margin-top: 1.5em;
141} 141}
142table.diffstat th { 142table.diffstat th {
143 font-weight: normal; 143 font-weight: normal;
144 text-align: left; 144 text-align: left;
145 text-decoration: underline; 145 text-decoration: underline;
146 padding: 0.1em 1em 0.1em 0.1em; 146 padding: 0.1em 1em 0.1em 0.1em;
147 font-size: 100%; 147 font-size: 100%;
148} 148}
149table.diffstat td { 149table.diffstat td {
150 padding: 0.1em 1em 0.1em 0.1em; 150 padding: 0.1em 1em 0.1em 0.1em;
151 font-size: 100%; 151 font-size: 100%;
152} 152}
153table.diffstat td span.modechange { 153table.diffstat td span.modechange {
154 padding-left: 1em; 154 padding-left: 1em;
155 color: red; 155 color: red;
156} 156}
157table.diffstat td.add a { 157table.diffstat td.add a {
158 color: green; 158 color: green;
159} 159}
160table.diffstat td.del a { 160table.diffstat td.del a {
161 color: red; 161 color: red;
162} 162}
163table.diffstat td.upd a { 163table.diffstat td.upd a {
164 color: blue; 164 color: blue;
165} 165}
166table.diffstat td.summary { 166table.diffstat td.summary {
167 /* border-top: solid 1px black; */ 167 /* border-top: solid 1px black; */
168 color: #888; 168 color: #888;
169 padding-top: 0.5em; 169 padding-top: 0.5em;
170} 170}
171 171
172table.diff td { 172table.diff td {
173 border: solid 1px black; 173 border: solid 1px black;
174 font-family: monospace; 174 font-family: monospace;
175 white-space: pre; 175 white-space: pre;
176} 176}
177 177
178table.diff td div.hunk { 178table.diff td div.hunk {
179 background: #ccc; 179 background: #ccc;
180} 180}
181 181
182table.diff td div.add { 182table.diff td div.add {
183 color: green; 183 color: green;
184} 184}
185 185
186table.diff td div.del { 186table.diff td div.del {
187 color: red; 187 color: red;
188} 188}
189 189
190.sha1 { 190.sha1 {
191 font-family: courier; 191 font-family: courier;
192 font-size: 90%; 192 font-size: 90%;
193} 193}
194.left { 194.left {
195 text-align: left; 195 text-align: left;
196} 196}
197.right { 197.right {
198 text-align: right; 198 text-align: right;
199} 199}