|
diff --git a/cgit.css b/cgit.css index 327eaba..8977533 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -1,415 +1,413 @@ |
1 | body { |
1 | body { |
2 | font-family: arial; |
2 | font-family: arial; |
3 | font-size: 11pt; |
3 | font-size: 11pt; |
4 | background: white; |
4 | background: white; |
5 | } |
5 | } |
6 | |
6 | |
7 | body, table { |
7 | body, table { |
8 | padding: 0em; |
8 | padding: 0em; |
9 | margin: 0em; |
9 | margin: 0em; |
10 | } |
10 | } |
11 | |
11 | |
12 | table { |
12 | table { |
13 | border-collapse: collapse; |
13 | border-collapse: collapse; |
14 | } |
14 | } |
15 | |
15 | |
16 | h2 { |
16 | h2 { |
17 | font-size: 120%; |
17 | font-size: 120%; |
18 | font-weight: bold; |
18 | font-weight: bold; |
19 | margin-top: 0em; |
19 | margin-top: 0em; |
20 | margin-bottom: 0.25em; |
20 | margin-bottom: 0.25em; |
21 | } |
21 | } |
22 | |
22 | |
23 | h3 { |
23 | h3 { |
24 | margin-top: 0em; |
24 | margin-top: 0em; |
25 | font-size: 100%; |
25 | font-size: 100%; |
26 | font-weight: normal; |
26 | font-weight: normal; |
27 | } |
27 | } |
28 | |
28 | |
29 | h4 { |
29 | h4 { |
30 | margin-top: 1.5em; |
30 | margin-top: 1.5em; |
31 | margin-bottom: 0.1em; |
31 | margin-bottom: 0.1em; |
32 | font-size: 100%; |
32 | font-size: 100%; |
33 | font-weight: bold; |
33 | font-weight: bold; |
34 | } |
34 | } |
35 | |
35 | |
36 | a { |
36 | a { |
37 | color: blue; |
37 | color: blue; |
38 | text-decoration: none; |
38 | text-decoration: none; |
39 | } |
39 | } |
40 | |
40 | |
41 | a:hover { |
41 | a:hover { |
42 | text-decoration: underline; |
42 | text-decoration: underline; |
43 | } |
43 | } |
44 | |
44 | |
45 | table.list { |
45 | table.list { |
46 | border: none; |
46 | border: none; |
47 | border-collapse: collapse; |
47 | border-collapse: collapse; |
48 | } |
48 | } |
49 | |
49 | |
50 | table.list tr { |
50 | table.list tr { |
51 | background: white; |
51 | background: white; |
52 | } |
52 | } |
53 | |
53 | |
54 | table.list tr:hover { |
54 | table.list tr:hover { |
55 | background: #eee; |
55 | background: #eee; |
56 | } |
56 | } |
57 | |
57 | |
58 | table.list tr.nohover:hover { |
58 | table.list tr.nohover:hover { |
59 | background: white; |
59 | background: white; |
60 | } |
60 | } |
61 | |
61 | |
62 | table.list th { |
62 | table.list th { |
63 | font-weight: bold; |
63 | font-weight: bold; |
64 | border-bottom: solid 1px #777; |
64 | border-bottom: solid 1px #777; |
65 | padding: 0.1em 0.5em 0.1em 0.5em; |
65 | padding: 0.1em 0.5em 0.1em 0.5em; |
66 | vertical-align: baseline; |
66 | vertical-align: baseline; |
67 | } |
67 | } |
68 | |
68 | |
69 | table.list td { |
69 | table.list td { |
70 | border: none; |
70 | border: none; |
71 | padding: 0.1em 0.5em 0.1em 0.5em; |
71 | padding: 0.1em 0.5em 0.1em 0.5em; |
72 | } |
72 | } |
73 | |
73 | |
74 | img { |
74 | img { |
75 | border: none; |
75 | border: none; |
76 | } |
76 | } |
77 | |
77 | |
78 | table#layout { |
78 | table#layout { |
79 | width: 100%; |
79 | width: 100%; |
80 | border-collapse: collapse; |
80 | border-collapse: collapse; |
81 | margin: 0px; |
81 | margin: 0px; |
82 | } |
82 | } |
83 | |
83 | |
84 | td#header, td#logo { |
84 | td#header, td#logo { |
85 | color: #666; |
85 | color: #666; |
86 | background-color: #ddd; |
86 | background-color: #ddd; |
87 | border-bottom: solid 1px #000; |
87 | border-bottom: solid 1px #000; |
88 | } |
88 | } |
89 | |
89 | |
90 | td#header { |
90 | td#header { |
91 | font-size: 150%; |
91 | font-size: 150%; |
92 | font-weight: bold; |
92 | font-weight: bold; |
93 | padding: 0.2em 0.5em; |
93 | padding: 0.2em 0.5em; |
94 | vertical-align: text-bottom; |
94 | vertical-align: text-bottom; |
95 | } |
95 | } |
96 | |
96 | |
97 | td#logo { |
97 | td#logo { |
98 | text-align: right; |
98 | text-align: right; |
99 | vertical-align: middle; |
99 | vertical-align: middle; |
100 | padding-right: 0.5em; |
100 | padding-right: 0.5em; |
101 | } |
101 | } |
102 | |
102 | |
103 | td#crumb, td#search { |
103 | td#crumb, td#search { |
104 | color: #ccc; |
104 | color: #ccc; |
105 | border-top: solid 3px #555; |
105 | border-top: solid 3px #555; |
106 | background-color: #666; |
106 | background-color: #666; |
107 | border-bottom: solid 1px #333; |
107 | border-bottom: solid 1px #333; |
108 | padding: 2px 1em; |
108 | padding: 2px 1em; |
109 | } |
109 | } |
110 | |
110 | |
111 | td#crumb { |
111 | td#crumb { |
112 | font-weight: bold; |
112 | font-weight: bold; |
113 | } |
113 | } |
114 | |
114 | |
115 | td#crumb a { |
115 | td#crumb a { |
116 | color: #ccc; |
116 | color: #ccc; |
117 | } |
117 | } |
118 | |
118 | |
119 | td#crumb a:hover { |
119 | td#crumb a:hover { |
120 | color: #eee; |
120 | color: #eee; |
121 | } |
121 | } |
122 | |
122 | |
123 | td#search { |
123 | td#search { |
124 | text-align: right; |
124 | text-align: right; |
125 | vertical-align: center; |
125 | vertical-align: center; |
126 | padding-right: 0.5em; |
126 | padding-right: 0.5em; |
127 | } |
127 | } |
128 | |
128 | |
129 | td#search form { |
129 | td#search form { |
130 | margin: 0px; |
130 | margin: 0px; |
131 | padding: 0px; |
131 | padding: 0px; |
132 | } |
132 | } |
133 | |
133 | |
134 | td#search input { |
134 | td#search input { |
135 | font-size: 9pt; |
135 | font-size: 9pt; |
136 | padding: 0px; |
136 | padding: 0px; |
137 | width: 10em; |
137 | width: 10em; |
138 | border: solid 1px #333; |
138 | border: solid 1px #333; |
139 | color: #333; |
139 | color: #333; |
140 | background-color: #fff; |
140 | background-color: #fff; |
141 | } |
141 | } |
142 | |
142 | |
143 | td#summary { |
143 | div#summary { |
144 | vertical-align: top; |
144 | vertical-align: top; |
145 | padding-bottom: 1em; |
145 | margin-bottom: 1em; |
146 | } |
146 | } |
147 | |
147 | |
148 | td#archivelist { |
148 | table#downloads { |
149 | padding-bottom: 1em; |
| |
150 | } |
| |
151 | |
| |
152 | td#archivelist table { |
| |
153 | float: right; |
149 | float: right; |
154 | border-collapse: collapse; |
150 | border-collapse: collapse; |
155 | border: solid 1px #777; |
151 | border: solid 1px #777; |
| |
152 | margin-left: 0.5em; |
| |
153 | margin-bottom: 0.5em; |
156 | } |
154 | } |
157 | |
155 | |
158 | td#archivelist table th { |
156 | table#downloads th { |
159 | background-color: #ccc; |
157 | background-color: #ccc; |
160 | } |
158 | } |
161 | |
159 | |
162 | td#content { |
160 | td#content { |
163 | padding: 1em 0.5em; |
161 | padding: 1em 0.5em; |
164 | } |
162 | } |
165 | |
163 | |
166 | div#blob { |
164 | div#blob { |
167 | border: solid 1px black; |
165 | border: solid 1px black; |
168 | } |
166 | } |
169 | |
167 | |
170 | div.error { |
168 | div.error { |
171 | color: red; |
169 | color: red; |
172 | font-weight: bold; |
170 | font-weight: bold; |
173 | margin: 1em 2em; |
171 | margin: 1em 2em; |
174 | } |
172 | } |
175 | |
173 | |
176 | td.ls-blob, td.ls-dir, td.ls-mod { |
174 | td.ls-blob, td.ls-dir, td.ls-mod { |
177 | font-family: monospace; |
175 | font-family: monospace; |
178 | } |
176 | } |
179 | |
177 | |
180 | div.ls-dir a { |
178 | div.ls-dir a { |
181 | font-weight: bold; |
179 | font-weight: bold; |
182 | } |
180 | } |
183 | |
181 | |
184 | th.filesize, td.filesize { |
182 | th.filesize, td.filesize { |
185 | text-align: right; |
183 | text-align: right; |
186 | } |
184 | } |
187 | |
185 | |
188 | td.filesize { |
186 | td.filesize { |
189 | font-family: monospace; |
187 | font-family: monospace; |
190 | } |
188 | } |
191 | |
189 | |
192 | td.links { |
190 | td.links { |
193 | font-size: 80%; |
191 | font-size: 80%; |
194 | padding-left: 2em; |
192 | padding-left: 2em; |
195 | } |
193 | } |
196 | |
194 | |
197 | td.filemode { |
195 | td.filemode { |
198 | font-family: monospace; |
196 | font-family: monospace; |
199 | } |
197 | } |
200 | |
198 | |
201 | td.blob { |
199 | td.blob { |
202 | white-space: pre; |
200 | white-space: pre; |
203 | font-family: monospace; |
201 | font-family: monospace; |
204 | background-color: white; |
202 | background-color: white; |
205 | } |
203 | } |
206 | |
204 | |
207 | table.nowrap td { |
205 | table.nowrap td { |
208 | white-space: nowrap; |
206 | white-space: nowrap; |
209 | } |
207 | } |
210 | |
208 | |
211 | table.commit-info { |
209 | table.commit-info { |
212 | border-collapse: collapse; |
210 | border-collapse: collapse; |
213 | margin-top: 1.5em; |
211 | margin-top: 1.5em; |
214 | } |
212 | } |
215 | |
213 | |
216 | table.commit-info th { |
214 | table.commit-info th { |
217 | text-align: left; |
215 | text-align: left; |
218 | font-weight: normal; |
216 | font-weight: normal; |
219 | padding: 0.1em 1em 0.1em 0.1em; |
217 | padding: 0.1em 1em 0.1em 0.1em; |
220 | } |
218 | } |
221 | |
219 | |
222 | table.commit-info td { |
220 | table.commit-info td { |
223 | font-weight: normal; |
221 | font-weight: normal; |
224 | padding: 0.1em 1em 0.1em 0.1em; |
222 | padding: 0.1em 1em 0.1em 0.1em; |
225 | } |
223 | } |
226 | |
224 | |
227 | div.commit-subject { |
225 | div.commit-subject { |
228 | font-weight: bold; |
226 | font-weight: bold; |
229 | font-size: 125%; |
227 | font-size: 125%; |
230 | margin: 1.5em 0em 0.5em 0em; |
228 | margin: 1.5em 0em 0.5em 0em; |
231 | padding: 0em; |
229 | padding: 0em; |
232 | } |
230 | } |
233 | |
231 | |
234 | div.commit-msg { |
232 | div.commit-msg { |
235 | white-space: pre; |
233 | white-space: pre; |
236 | font-family: monospace; |
234 | font-family: monospace; |
237 | } |
235 | } |
238 | |
236 | |
239 | div.diffstat-header { |
237 | div.diffstat-header { |
240 | font-weight: bold; |
238 | font-weight: bold; |
241 | padding-top: 1.5em; |
239 | padding-top: 1.5em; |
242 | } |
240 | } |
243 | |
241 | |
244 | table.diffstat { |
242 | table.diffstat { |
245 | border-collapse: collapse; |
243 | border-collapse: collapse; |
246 | width: 100%; |
244 | width: 100%; |
247 | border: solid 1px #aaa; |
245 | border: solid 1px #aaa; |
248 | background-color: #eee; |
246 | background-color: #eee; |
249 | } |
247 | } |
250 | |
248 | |
251 | table.diffstat tr:hover { |
249 | table.diffstat tr:hover { |
252 | background-color: #ccc; |
250 | background-color: #ccc; |
253 | } |
251 | } |
254 | |
252 | |
255 | table.diffstat th { |
253 | table.diffstat th { |
256 | font-weight: normal; |
254 | font-weight: normal; |
257 | text-align: left; |
255 | text-align: left; |
258 | text-decoration: underline; |
256 | text-decoration: underline; |
259 | padding: 0.1em 1em 0.1em 0.1em; |
257 | padding: 0.1em 1em 0.1em 0.1em; |
260 | font-size: 100%; |
258 | font-size: 100%; |
261 | } |
259 | } |
262 | |
260 | |
263 | table.diffstat td { |
261 | table.diffstat td { |
264 | padding: 0.2em 0.2em 0.1em 0.1em; |
262 | padding: 0.2em 0.2em 0.1em 0.1em; |
265 | font-size: 100%; |
263 | font-size: 100%; |
266 | border: none; |
264 | border: none; |
267 | } |
265 | } |
268 | |
266 | |
269 | table.diffstat td.mode { |
267 | table.diffstat td.mode { |
270 | white-space: nowrap; |
268 | white-space: nowrap; |
271 | } |
269 | } |
272 | |
270 | |
273 | table.diffstat td span.modechange { |
271 | table.diffstat td span.modechange { |
274 | padding-left: 1em; |
272 | padding-left: 1em; |
275 | color: red; |
273 | color: red; |
276 | } |
274 | } |
277 | |
275 | |
278 | table.diffstat td.add a { |
276 | table.diffstat td.add a { |
279 | color: green; |
277 | color: green; |
280 | } |
278 | } |
281 | |
279 | |
282 | table.diffstat td.del a { |
280 | table.diffstat td.del a { |
283 | color: red; |
281 | color: red; |
284 | } |
282 | } |
285 | |
283 | |
286 | table.diffstat td.upd a { |
284 | table.diffstat td.upd a { |
287 | color: blue; |
285 | color: blue; |
288 | } |
286 | } |
289 | |
287 | |
290 | table.diffstat td.graph { |
288 | table.diffstat td.graph { |
291 | width: 75%; |
289 | width: 75%; |
292 | vertical-align: center; |
290 | vertical-align: center; |
293 | } |
291 | } |
294 | |
292 | |
295 | table.diffstat td.graph table { |
293 | table.diffstat td.graph table { |
296 | border: none; |
294 | border: none; |
297 | } |
295 | } |
298 | |
296 | |
299 | table.diffstat td.graph td { |
297 | table.diffstat td.graph td { |
300 | padding: 0px; |
298 | padding: 0px; |
301 | border: 0px; |
299 | border: 0px; |
302 | height: 7pt; |
300 | height: 7pt; |
303 | } |
301 | } |
304 | |
302 | |
305 | table.diffstat td.graph td.add { |
303 | table.diffstat td.graph td.add { |
306 | background-color: #5c5; |
304 | background-color: #5c5; |
307 | } |
305 | } |
308 | |
306 | |
309 | table.diffstat td.graph td.rem { |
307 | table.diffstat td.graph td.rem { |
310 | background-color: #c55; |
308 | background-color: #c55; |
311 | } |
309 | } |
312 | |
310 | |
313 | table.diffstat td.graph td.none { |
311 | table.diffstat td.graph td.none { |
314 | background-color: none; |
312 | background-color: none; |
315 | } |
313 | } |
316 | |
314 | |
317 | div.diffstat-summary { |
315 | div.diffstat-summary { |
318 | color: #888; |
316 | color: #888; |
319 | padding-top: 0.5em; |
317 | padding-top: 0.5em; |
320 | } |
318 | } |
321 | |
319 | |
322 | table.diff td { |
320 | table.diff td { |
323 | font-family: monospace; |
321 | font-family: monospace; |
324 | white-space: pre; |
322 | white-space: pre; |
325 | } |
323 | } |
326 | |
324 | |
327 | table.diff td div.head { |
325 | table.diff td div.head { |
328 | font-weight: bold; |
326 | font-weight: bold; |
329 | padding-top: 1em; |
327 | padding-top: 1em; |
330 | } |
328 | } |
331 | |
329 | |
332 | table.diff td div.hunk { |
330 | table.diff td div.hunk { |
333 | color: #009; |
331 | color: #009; |
334 | } |
332 | } |
335 | |
333 | |
336 | table.diff td div.add { |
334 | table.diff td div.add { |
337 | color: green; |
335 | color: green; |
338 | } |
336 | } |
339 | |
337 | |
340 | table.diff td div.del { |
338 | table.diff td div.del { |
341 | color: red; |
339 | color: red; |
342 | } |
340 | } |
343 | |
341 | |
344 | .sha1 { |
342 | .sha1 { |
345 | font-family: courier; |
343 | font-family: courier; |
346 | font-size: 90%; |
344 | font-size: 90%; |
347 | } |
345 | } |
348 | |
346 | |
349 | .left { |
347 | .left { |
350 | text-align: left; |
348 | text-align: left; |
351 | } |
349 | } |
352 | |
350 | |
353 | .right { |
351 | .right { |
354 | text-align: right; |
352 | text-align: right; |
355 | } |
353 | } |
356 | |
354 | |
357 | table.list td.repogroup { |
355 | table.list td.repogroup { |
358 | font-style: italic; |
356 | font-style: italic; |
359 | color: #888; |
357 | color: #888; |
360 | } |
358 | } |
361 | |
359 | |
362 | a.button { |
360 | a.button { |
363 | font-size: 80%; |
361 | font-size: 80%; |
364 | color: #333; |
362 | color: #333; |
365 | background-color: #ccc; |
363 | background-color: #ccc; |
366 | border: solid 1px #999; |
364 | border: solid 1px #999; |
367 | padding: 0em 0.5em; |
365 | padding: 0em 0.5em; |
368 | margin: 0.1em 0.25em; |
366 | margin: 0.1em 0.25em; |
369 | } |
367 | } |
370 | |
368 | |
371 | a.button:hover { |
369 | a.button:hover { |
372 | text-decoration: none; |
370 | text-decoration: none; |
373 | background-color: #eee; |
371 | background-color: #eee; |
374 | } |
372 | } |
375 | |
373 | |
376 | a.primary { |
374 | a.primary { |
377 | font-size: 100%; |
375 | font-size: 100%; |
378 | } |
376 | } |
379 | |
377 | |
380 | a.secondary { |
378 | a.secondary { |
381 | font-size: 90%; |
379 | font-size: 90%; |
382 | } |
380 | } |
383 | |
381 | |
384 | td.toplevel-repo { |
382 | td.toplevel-repo { |
385 | |
383 | |
386 | } |
384 | } |
387 | |
385 | |
388 | table.list td.sublevel-repo { |
386 | table.list td.sublevel-repo { |
389 | padding-left: 1.5em; |
387 | padding-left: 1.5em; |
390 | } |
388 | } |
391 | |
389 | |
392 | span.age-mins { |
390 | span.age-mins { |
393 | font-weight: bold; |
391 | font-weight: bold; |
394 | color: #080; |
392 | color: #080; |
395 | } |
393 | } |
396 | |
394 | |
397 | span.age-hours { |
395 | span.age-hours { |
398 | color: #080; |
396 | color: #080; |
399 | } |
397 | } |
400 | |
398 | |
401 | span.age-days { |
399 | span.age-days { |
402 | color: #040; |
400 | color: #040; |
403 | } |
401 | } |
404 | |
402 | |
405 | span.age-weeks { |
403 | span.age-weeks { |
406 | color: #444; |
404 | color: #444; |
407 | } |
405 | } |
408 | |
406 | |
409 | span.age-months { |
407 | span.age-months { |
410 | color: #888; |
408 | color: #888; |
411 | } |
409 | } |
412 | |
410 | |
413 | span.age-years { |
411 | span.age-years { |
414 | color: #bbb; |
412 | color: #bbb; |
415 | } |
413 | } |
|