about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css347
1 files changed, 176 insertions, 171 deletions
diff --git a/cgit.css b/cgit.css index 55afa94..e06c261 100644 --- a/cgit.css +++ b/cgit.css
@@ -1,4 +1,4 @@
1body, table, form { 1body, div#cgit table, div#cgit form {
2 padding: 0em; 2 padding: 0em;
3 margin: 0em; 3 margin: 0em;
4} 4}
@@ -11,39 +11,40 @@ body {
11 padding: 4px; 11 padding: 4px;
12} 12}
13 13
14a { 14div#cgit a {
15 color: blue; 15 color: blue;
16 text-decoration: none; 16 text-decoration: none;
17} 17}
18 18
19a:hover { 19div#cgit a:hover {
20 text-decoration: underline; 20 text-decoration: underline;
21} 21}
22 22
23table { 23div#cgit table {
24 border-collapse: collapse; 24 border-collapse: collapse;
25} 25}
26 26
27table#header { 27div#cgit table#header {
28 width: 100%; 28 width: 100%;
29 margin-bottom: 1em; 29 margin-bottom: 1em;
30} 30}
31 31
32table#header td.logo { 32div#cgit table#header td.logo {
33 width: 96px; 33 width: 96px;
34 vertical-align: top;
34} 35}
35 36
36table#header td.main { 37div#cgit table#header td.main {
37 font-size: 250%; 38 font-size: 250%;
38 padding-left: 10px; 39 padding-left: 10px;
39 white-space: nowrap; 40 white-space: nowrap;
40} 41}
41 42
42table#header td.main a { 43div#cgit table#header td.main a {
43 color: #000; 44 color: #000;
44} 45}
45 46
46table#header td.form { 47div#cgit table#header td.form {
47 text-align: right; 48 text-align: right;
48 vertical-align: bottom; 49 vertical-align: bottom;
49 padding-right: 1em; 50 padding-right: 1em;
@@ -51,19 +52,19 @@ table#header td.form {
51 white-space: nowrap; 52 white-space: nowrap;
52} 53}
53 54
54table#header td.form form, 55div#cgit table#header td.form form,
55table#header td.form input, 56div#cgit table#header td.form input,
56table#header td.form select { 57div#cgit table#header td.form select {
57 font-size: 90%; 58 font-size: 90%;
58} 59}
59 60
60table#header td.sub { 61div#cgit table#header td.sub {
61 color: #777; 62 color: #777;
62 border-top: solid 1px #ccc; 63 border-top: solid 1px #ccc;
63 padding-left: 10px; 64 padding-left: 10px;
64} 65}
65 66
66table.tabs { 67div#cgit table.tabs {
67 border-bottom: solid 3px #ccc; 68 border-bottom: solid 3px #ccc;
68 border-collapse: collapse; 69 border-collapse: collapse;
69 margin-top: 2em; 70 margin-top: 2em;
@@ -71,74 +72,74 @@ table.tabs {
71 width: 100%; 72 width: 100%;
72} 73}
73 74
74table.tabs td { 75div#cgit table.tabs td {
75 padding: 0px 1em; 76 padding: 0px 1em;
76 vertical-align: bottom; 77 vertical-align: bottom;
77} 78}
78 79
79table.tabs td a { 80div#cgit table.tabs td a {
80 padding: 2px 0.75em; 81 padding: 2px 0.75em;
81 color: #777; 82 color: #777;
82 font-size: 110%; 83 font-size: 110%;
83} 84}
84 85
85table.tabs td a.active { 86div#cgit table.tabs td a.active {
86 color: #000; 87 color: #000;
87 background-color: #ccc; 88 background-color: #ccc;
88} 89}
89 90
90table.tabs td.form { 91div#cgit table.tabs td.form {
91 text-align: right; 92 text-align: right;
92} 93}
93 94
94table.tabs td.form form { 95div#cgit table.tabs td.form form {
95 padding-bottom: 2px; 96 padding-bottom: 2px;
96 font-size: 90%; 97 font-size: 90%;
97 white-space: nowrap; 98 white-space: nowrap;
98} 99}
99 100
100table.tabs td.form input, 101div#cgit table.tabs td.form input,
101table.tabs td.form select { 102div#cgit table.tabs td.form select {
102 font-size: 90%; 103 font-size: 90%;
103} 104}
104 105
105div.path { 106div#cgit div.path {
106 margin: 0px; 107 margin: 0px;
107 padding: 5px 2em 2px 2em; 108 padding: 5px 2em 2px 2em;
108 color: #000; 109 color: #000;
109 background-color: #eee; 110 background-color: #eee;
110} 111}
111 112
112div.content { 113div#cgit div.content {
113 margin: 0px; 114 margin: 0px;
114 padding: 2em; 115 padding: 2em;
115 border-bottom: solid 3px #ccc; 116 border-bottom: solid 3px #ccc;
116} 117}
117 118
118 119
119table.list { 120div#cgit table.list {
120 width: 100%; 121 width: 100%;
121 border: none; 122 border: none;
122 border-collapse: collapse; 123 border-collapse: collapse;
123} 124}
124 125
125table.list tr { 126div#cgit table.list tr {
126 background: white; 127 background: white;
127} 128}
128 129
129table.list tr.logheader { 130div#cgit table.list tr.logheader {
130 background: #eee; 131 background: #eee;
131} 132}
132 133
133table.list tr:hover { 134div#cgit table.list tr:hover {
134 background: #eee; 135 background: #eee;
135} 136}
136 137
137table.list tr.nohover:hover { 138div#cgit table.list tr.nohover:hover {
138 background: white; 139 background: white;
139} 140}
140 141
141table.list th { 142div#cgit table.list th {
142 font-weight: bold; 143 font-weight: bold;
143 /* color: #888; 144 /* color: #888;
144 border-top: dashed 1px #888; 145 border-top: dashed 1px #888;
@@ -148,93 +149,93 @@ table.list th {
148 vertical-align: baseline; 149 vertical-align: baseline;
149} 150}
150 151
151table.list td { 152div#cgit table.list td {
152 border: none; 153 border: none;
153 padding: 0.1em 0.5em 0.1em 0.5em; 154 padding: 0.1em 0.5em 0.1em 0.5em;
154} 155}
155 156
156table.list td.commitgraph { 157div#cgit table.list td.commitgraph {
157 font-family: monospace; 158 font-family: monospace;
158 white-space: pre; 159 white-space: pre;
159} 160}
160 161
161table.list td.commitgraph .column1 { 162div#cgit table.list td.commitgraph .column1 {
162 color: #a00; 163 color: #a00;
163} 164}
164 165
165table.list td.commitgraph .column2 { 166div#cgit table.list td.commitgraph .column2 {
166 color: #0a0; 167 color: #0a0;
167} 168}
168 169
169table.list td.commitgraph .column3 { 170div#cgit table.list td.commitgraph .column3 {
170 color: #aa0; 171 color: #aa0;
171} 172}
172 173
173table.list td.commitgraph .column4 { 174div#cgit table.list td.commitgraph .column4 {
174 color: #00a; 175 color: #00a;
175} 176}
176 177
177table.list td.commitgraph .column5 { 178div#cgit table.list td.commitgraph .column5 {
178 color: #a0a; 179 color: #a0a;
179} 180}
180 181
181table.list td.commitgraph .column6 { 182div#cgit table.list td.commitgraph .column6 {
182 color: #0aa; 183 color: #0aa;
183} 184}
184 185
185table.list td.logsubject { 186div#cgit table.list td.logsubject {
186 font-family: monospace; 187 font-family: monospace;
187 font-weight: bold; 188 font-weight: bold;
188} 189}
189 190
190table.list td.logmsg { 191div#cgit table.list td.logmsg {
191 font-family: monospace; 192 font-family: monospace;
192 white-space: pre; 193 white-space: pre;
193 padding: 0 0.5em; 194 padding: 0 0.5em;
194} 195}
195 196
196table.list td a { 197div#cgit table.list td a {
197 color: black; 198 color: black;
198} 199}
199 200
200table.list td a.ls-dir { 201div#cgit table.list td a.ls-dir {
201 font-weight: bold; 202 font-weight: bold;
202 color: #00f; 203 color: #00f;
203} 204}
204 205
205table.list td a:hover { 206div#cgit table.list td a:hover {
206 color: #00f; 207 color: #00f;
207} 208}
208 209
209img { 210div#cgit img {
210 border: none; 211 border: none;
211} 212}
212 213
213input#switch-btn { 214div#cgit input#switch-btn {
214 margin: 2px 0px 0px 0px; 215 margin: 2px 0px 0px 0px;
215} 216}
216 217
217td#sidebar input.txt { 218div#cgit td#sidebar input.txt {
218 width: 100%; 219 width: 100%;
219 margin: 2px 0px 0px 0px; 220 margin: 2px 0px 0px 0px;
220} 221}
221 222
222table#grid { 223div#cgit table#grid {
223 margin: 0px; 224 margin: 0px;
224} 225}
225 226
226td#content { 227div#cgit td#content {
227 vertical-align: top; 228 vertical-align: top;
228 padding: 1em 2em 1em 1em; 229 padding: 1em 2em 1em 1em;
229 border: none; 230 border: none;
230} 231}
231 232
232div#summary { 233div#cgit div#summary {
233 vertical-align: top; 234 vertical-align: top;
234 margin-bottom: 1em; 235 margin-bottom: 1em;
235} 236}
236 237
237table#downloads { 238div#cgit table#downloads {
238 float: right; 239 float: right;
239 border-collapse: collapse; 240 border-collapse: collapse;
240 border: solid 1px #777; 241 border: solid 1px #777;
@@ -242,152 +243,152 @@ table#downloads {
242 margin-bottom: 0.5em; 243 margin-bottom: 0.5em;
243} 244}
244 245
245table#downloads th { 246div#cgit table#downloads th {
246 background-color: #ccc; 247 background-color: #ccc;
247} 248}
248 249
249div#blob { 250div#cgit div#blob {
250 border: solid 1px black; 251 border: solid 1px black;
251} 252}
252 253
253div.error { 254div#cgit div.error {
254 color: red; 255 color: red;
255 font-weight: bold; 256 font-weight: bold;
256 margin: 1em 2em; 257 margin: 1em 2em;
257} 258}
258 259
259a.ls-blob, a.ls-dir, a.ls-mod { 260div#cgit a.ls-blob, div#cgit a.ls-dir, div#cgit a.ls-mod {
260 font-family: monospace; 261 font-family: monospace;
261} 262}
262 263
263td.ls-size { 264div#cgit td.ls-size {
264 text-align: right; 265 text-align: right;
265 font-family: monospace; 266 font-family: monospace;
266 width: 10em; 267 width: 10em;
267} 268}
268 269
269td.ls-mode { 270div#cgit td.ls-mode {
270 font-family: monospace; 271 font-family: monospace;
271 width: 10em; 272 width: 10em;
272} 273}
273 274
274table.blob { 275div#cgit table.blob {
275 margin-top: 0.5em; 276 margin-top: 0.5em;
276 border-top: solid 1px black; 277 border-top: solid 1px black;
277} 278}
278 279
279table.blob td.lines { 280div#cgit table.blob td.lines {
280 margin: 0; padding: 0 0 0 0.5em; 281 margin: 0; padding: 0 0 0 0.5em;
281 vertical-align: top; 282 vertical-align: top;
282 color: black; 283 color: black;
283} 284}
284 285
285table.blob td.linenumbers { 286div#cgit table.blob td.linenumbers {
286 margin: 0; padding: 0 0.5em 0 0.5em; 287 margin: 0; padding: 0 0.5em 0 0.5em;
287 vertical-align: top; 288 vertical-align: top;
288 text-align: right; 289 text-align: right;
289 border-right: 1px solid gray; 290 border-right: 1px solid gray;
290} 291}
291 292
292table.blob pre { 293div#cgit table.blob pre {
293 padding: 0; margin: 0; 294 padding: 0; margin: 0;
294} 295}
295 296
296table.blob a.no, table.ssdiff a.no { 297div#cgit table.blob a.no, div#cgit table.ssdiff a.no {
297 color: gray; 298 color: gray;
298 text-align: right; 299 text-align: right;
299 text-decoration: none; 300 text-decoration: none;
300} 301}
301 302
302table.blob a.no a:hover { 303div#cgit table.blob a.no a:hover {
303 color: black; 304 color: black;
304} 305}
305 306
306table.bin-blob { 307div#cgit table.bin-blob {
307 margin-top: 0.5em; 308 margin-top: 0.5em;
308 border: solid 1px black; 309 border: solid 1px black;
309} 310}
310 311
311table.bin-blob th { 312div#cgit table.bin-blob th {
312 font-family: monospace; 313 font-family: monospace;
313 white-space: pre; 314 white-space: pre;
314 border: solid 1px #777; 315 border: solid 1px #777;
315 padding: 0.5em 1em; 316 padding: 0.5em 1em;
316} 317}
317 318
318table.bin-blob td { 319div#cgit table.bin-blob td {
319 font-family: monospace; 320 font-family: monospace;
320 white-space: pre; 321 white-space: pre;
321 border-left: solid 1px #777; 322 border-left: solid 1px #777;
322 padding: 0em 1em; 323 padding: 0em 1em;
323} 324}
324 325
325table.nowrap td { 326div#cgit table.nowrap td {
326 white-space: nowrap; 327 white-space: nowrap;
327} 328}
328 329
329table.commit-info { 330div#cgit table.commit-info {
330 border-collapse: collapse; 331 border-collapse: collapse;
331 margin-top: 1.5em; 332 margin-top: 1.5em;
332} 333}
333 334
334div.cgit-panel { 335div#cgit div.cgit-panel {
335 float: right; 336 float: right;
336 margin-top: 1.5em; 337 margin-top: 1.5em;
337} 338}
338 339
339div.cgit-panel table { 340div#cgit div.cgit-panel table {
340 border-collapse: collapse; 341 border-collapse: collapse;
341 border: solid 1px #aaa; 342 border: solid 1px #aaa;
342 background-color: #eee; 343 background-color: #eee;
343} 344}
344 345
345div.cgit-panel th { 346div#cgit div.cgit-panel th {
346 text-align: center; 347 text-align: center;
347} 348}
348 349
349div.cgit-panel td { 350div#cgit div.cgit-panel td {
350 padding: 0.25em 0.5em; 351 padding: 0.25em 0.5em;
351} 352}
352 353
353div.cgit-panel td.label { 354div#cgit div.cgit-panel td.label {
354 padding-right: 0.5em; 355 padding-right: 0.5em;
355} 356}
356 357
357div.cgit-panel td.ctrl { 358div#cgit div.cgit-panel td.ctrl {
358 padding-left: 0.5em; 359 padding-left: 0.5em;
359} 360}
360 361
361table.commit-info th { 362div#cgit table.commit-info th {
362 text-align: left; 363 text-align: left;
363 font-weight: normal; 364 font-weight: normal;
364 padding: 0.1em 1em 0.1em 0.1em; 365 padding: 0.1em 1em 0.1em 0.1em;
365 vertical-align: top; 366 vertical-align: top;
366} 367}
367 368
368table.commit-info td { 369div#cgit table.commit-info td {
369 font-weight: normal; 370 font-weight: normal;
370 padding: 0.1em 1em 0.1em 0.1em; 371 padding: 0.1em 1em 0.1em 0.1em;
371} 372}
372 373
373div.commit-subject { 374div#cgit div.commit-subject {
374 font-weight: bold; 375 font-weight: bold;
375 font-size: 125%; 376 font-size: 125%;
376 margin: 1.5em 0em 0.5em 0em; 377 margin: 1.5em 0em 0.5em 0em;
377 padding: 0em; 378 padding: 0em;
378} 379}
379 380
380div.commit-msg { 381div#cgit div.commit-msg {
381 white-space: pre; 382 white-space: pre;
382 font-family: monospace; 383 font-family: monospace;
383} 384}
384 385
385div.notes-header { 386div#cgit div.notes-header {
386 font-weight: bold; 387 font-weight: bold;
387 padding-top: 1.5em; 388 padding-top: 1.5em;
388} 389}
389 390
390div.notes { 391div#cgit div.notes {
391 white-space: pre; 392 white-space: pre;
392 font-family: monospace; 393 font-family: monospace;
393 border: solid 1px #ee9; 394 border: solid 1px #ee9;
@@ -396,22 +397,22 @@ div.notes {
396 float: left; 397 float: left;
397} 398}
398 399
399div.notes-footer { 400div#cgit div.notes-footer {
400 clear: left; 401 clear: left;
401} 402}
402 403
403div.diffstat-header { 404div#cgit div.diffstat-header {
404 font-weight: bold; 405 font-weight: bold;
405 padding-top: 1.5em; 406 padding-top: 1.5em;
406} 407}
407 408
408table.diffstat { 409div#cgit table.diffstat {
409 border-collapse: collapse; 410 border-collapse: collapse;
410 border: solid 1px #aaa; 411 border: solid 1px #aaa;
411 background-color: #eee; 412 background-color: #eee;
412} 413}
413 414
414table.diffstat th { 415div#cgit table.diffstat th {
415 font-weight: normal; 416 font-weight: normal;
416 text-align: left; 417 text-align: left;
417 text-decoration: underline; 418 text-decoration: underline;
@@ -419,282 +420,286 @@ table.diffstat th {
419 font-size: 100%; 420 font-size: 100%;
420} 421}
421 422
422table.diffstat td { 423div#cgit table.diffstat td {
423 padding: 0.2em 0.2em 0.1em 0.1em; 424 padding: 0.2em 0.2em 0.1em 0.1em;
424 font-size: 100%; 425 font-size: 100%;
425 border: none; 426 border: none;
426} 427}
427 428
428table.diffstat td.mode { 429div#cgit table.diffstat td.mode {
429 white-space: nowrap; 430 white-space: nowrap;
430} 431}
431 432
432table.diffstat td span.modechange { 433div#cgit table.diffstat td span.modechange {
433 padding-left: 1em; 434 padding-left: 1em;
434 color: red; 435 color: red;
435} 436}
436 437
437table.diffstat td.add a { 438div#cgit table.diffstat td.add a {
438 color: green; 439 color: green;
439} 440}
440 441
441table.diffstat td.del a { 442div#cgit table.diffstat td.del a {
442 color: red; 443 color: red;
443} 444}
444 445
445table.diffstat td.upd a { 446div#cgit table.diffstat td.upd a {
446 color: blue; 447 color: blue;
447} 448}
448 449
449table.diffstat td.graph { 450div#cgit table.diffstat td.graph {
450 width: 500px; 451 width: 500px;
451 vertical-align: middle; 452 vertical-align: middle;
452} 453}
453 454
454table.diffstat td.graph table { 455div#cgit table.diffstat td.graph table {
455 border: none; 456 border: none;
456} 457}
457 458
458table.diffstat td.graph td { 459div#cgit table.diffstat td.graph td {
459 padding: 0px; 460 padding: 0px;
460 border: 0px; 461 border: 0px;
461 height: 7pt; 462 height: 7pt;
462} 463}
463 464
464table.diffstat td.graph td.add { 465div#cgit table.diffstat td.graph td.add {
465 background-color: #5c5; 466 background-color: #5c5;
466} 467}
467 468
468table.diffstat td.graph td.rem { 469div#cgit table.diffstat td.graph td.rem {
469 background-color: #c55; 470 background-color: #c55;
470} 471}
471 472
472div.diffstat-summary { 473div#cgit div.diffstat-summary {
473 color: #888; 474 color: #888;
474 padding-top: 0.5em; 475 padding-top: 0.5em;
475} 476}
476 477
477table.diff { 478div#cgit table.diff {
478 width: 100%; 479 width: 100%;
479} 480}
480 481
481table.diff td { 482div#cgit table.diff td {
482 font-family: monospace; 483 font-family: monospace;
483 white-space: pre; 484 white-space: pre;
484} 485}
485 486
486table.diff td div.head { 487div#cgit table.diff td div.head {
487 font-weight: bold; 488 font-weight: bold;
488 margin-top: 1em; 489 margin-top: 1em;
489 color: black; 490 color: black;
490} 491}
491 492
492table.diff td div.hunk { 493div#cgit table.diff td div.hunk {
493 color: #009; 494 color: #009;
494} 495}
495 496
496table.diff td div.add { 497div#cgit table.diff td div.add {
497 color: green; 498 color: green;
498} 499}
499 500
500table.diff td div.del { 501div#cgit table.diff td div.del {
501 color: red; 502 color: red;
502} 503}
503 504
504.sha1 { 505div#cgit .sha1 {
505 font-family: monospace; 506 font-family: monospace;
506 font-size: 90%; 507 font-size: 90%;
507} 508}
508 509
509.left { 510div#cgit .left {
510 text-align: left; 511 text-align: left;
511} 512}
512 513
513.right { 514div#cgit .right {
514 text-align: right; 515 text-align: right;
515} 516}
516 517
517table.list td.reposection { 518div#cgit table.list td.reposection {
518 font-style: italic; 519 font-style: italic;
519 color: #888; 520 color: #888;
520} 521}
521 522
522a.button { 523div#cgit a.button {
523 font-size: 80%; 524 font-size: 80%;
524 padding: 0em 0.5em; 525 padding: 0em 0.5em;
525} 526}
526 527
527a.primary { 528div#cgit a.primary {
528 font-size: 100%; 529 font-size: 100%;
529} 530}
530 531
531a.secondary { 532div#cgit a.secondary {
532 font-size: 90%; 533 font-size: 90%;
533} 534}
534 535
535td.toplevel-repo { 536div#cgit td.toplevel-repo {
536 537
537} 538}
538 539
539table.list td.sublevel-repo { 540div#cgit table.list td.sublevel-repo {
540 padding-left: 1.5em; 541 padding-left: 1.5em;
541} 542}
542 543
543div.pager { 544div#cgit div.pager {
544 text-align: center; 545 text-align: center;
545 margin: 1em 0em 0em 0em; 546 margin: 1em 0em 0em 0em;
546} 547}
547 548
548div.pager a { 549div#cgit div.pager a {
549 color: #777; 550 color: #777;
550 margin: 0em 0.5em; 551 margin: 0em 0.5em;
551} 552}
552 553
553span.age-mins { 554div#cgit span.age-mins {
554 font-weight: bold; 555 font-weight: bold;
555 color: #080; 556 color: #080;
556} 557}
557 558
558span.age-hours { 559div#cgit span.age-hours {
559 color: #080; 560 color: #080;
560} 561}
561 562
562span.age-days { 563div#cgit span.age-days {
563 color: #040; 564 color: #040;
564} 565}
565 566
566span.age-weeks { 567div#cgit span.age-weeks {
567 color: #444; 568 color: #444;
568} 569}
569 570
570span.age-months { 571div#cgit span.age-months {
571 color: #888; 572 color: #888;
572} 573}
573 574
574span.age-years { 575div#cgit span.age-years {
575 color: #bbb; 576 color: #bbb;
576} 577}
577div.footer { 578div#cgit div.footer {
578 margin-top: 0.5em; 579 margin-top: 0.5em;
579 text-align: center; 580 text-align: center;
580 font-size: 80%; 581 font-size: 80%;
581 color: #ccc; 582 color: #ccc;
582} 583}
583a.branch-deco { 584div#cgit a.branch-deco {
585 color: #000;
584 margin: 0px 0.5em; 586 margin: 0px 0.5em;
585 padding: 0px 0.25em; 587 padding: 0px 0.25em;
586 background-color: #88ff88; 588 background-color: #88ff88;
587 border: solid 1px #007700; 589 border: solid 1px #007700;
588} 590}
589a.tag-deco { 591div#cgit a.tag-deco {
592 color: #000;
590 margin: 0px 0.5em; 593 margin: 0px 0.5em;
591 padding: 0px 0.25em; 594 padding: 0px 0.25em;
592 background-color: #ffff88; 595 background-color: #ffff88;
593 border: solid 1px #777700; 596 border: solid 1px #777700;
594} 597}
595a.remote-deco { 598div#cgit a.remote-deco {
599 color: #000;
596 margin: 0px 0.5em; 600 margin: 0px 0.5em;
597 padding: 0px 0.25em; 601 padding: 0px 0.25em;
598 background-color: #ccccff; 602 background-color: #ccccff;
599 border: solid 1px #000077; 603 border: solid 1px #000077;
600} 604}
601a.deco { 605div#cgit a.deco {
606 color: #000;
602 margin: 0px 0.5em; 607 margin: 0px 0.5em;
603 padding: 0px 0.25em; 608 padding: 0px 0.25em;
604 background-color: #ff8888; 609 background-color: #ff8888;
605 border: solid 1px #770000; 610 border: solid 1px #770000;
606} 611}
607 612
608div.commit-subject a.branch-deco, 613div#cgit div.commit-subject a.branch-deco,
609div.commit-subject a.tag-deco, 614div#cgit div.commit-subject a.tag-deco,
610div.commit-subject a.remote-deco, 615div#cgit div.commit-subject a.remote-deco,
611div.commit-subject a.deco { 616div#cgit div.commit-subject a.deco {
612 margin-left: 1em; 617 margin-left: 1em;
613 font-size: 75%; 618 font-size: 75%;
614} 619}
615 620
616table.stats { 621div#cgit table.stats {
617 border: solid 1px black; 622 border: solid 1px black;
618 border-collapse: collapse; 623 border-collapse: collapse;
619} 624}
620 625
621table.stats th { 626div#cgit table.stats th {
622 text-align: left; 627 text-align: left;
623 padding: 1px 0.5em; 628 padding: 1px 0.5em;
624 background-color: #eee; 629 background-color: #eee;
625 border: solid 1px black; 630 border: solid 1px black;
626} 631}
627 632
628table.stats td { 633div#cgit table.stats td {
629 text-align: right; 634 text-align: right;
630 padding: 1px 0.5em; 635 padding: 1px 0.5em;
631 border: solid 1px black; 636 border: solid 1px black;
632} 637}
633 638
634table.stats td.total { 639div#cgit table.stats td.total {
635 font-weight: bold; 640 font-weight: bold;
636 text-align: left; 641 text-align: left;
637} 642}
638 643
639table.stats td.sum { 644div#cgit table.stats td.sum {
640 color: #c00; 645 color: #c00;
641 font-weight: bold; 646 font-weight: bold;
642/* background-color: #eee; */ 647/* background-color: #eee; */
643} 648}
644 649
645table.stats td.left { 650div#cgit table.stats td.left {
646 text-align: left; 651 text-align: left;
647} 652}
648 653
649table.vgraph { 654div#cgit table.vgraph {
650 border-collapse: separate; 655 border-collapse: separate;
651 border: solid 1px black; 656 border: solid 1px black;
652 height: 200px; 657 height: 200px;
653} 658}
654 659
655table.vgraph th { 660div#cgit table.vgraph th {
656 background-color: #eee; 661 background-color: #eee;
657 font-weight: bold; 662 font-weight: bold;
658 border: solid 1px white; 663 border: solid 1px white;
659 padding: 1px 0.5em; 664 padding: 1px 0.5em;
660} 665}
661 666
662table.vgraph td { 667div#cgit table.vgraph td {
663 vertical-align: bottom; 668 vertical-align: bottom;
664 padding: 0px 10px; 669 padding: 0px 10px;
665} 670}
666 671
667table.vgraph div.bar { 672div#cgit table.vgraph div.bar {
668 background-color: #eee; 673 background-color: #eee;
669} 674}
670 675
671table.hgraph { 676div#cgit table.hgraph {
672 border: solid 1px black; 677 border: solid 1px black;
673 width: 800px; 678 width: 800px;
674} 679}
675 680
676table.hgraph th { 681div#cgit table.hgraph th {
677 background-color: #eee; 682 background-color: #eee;
678 font-weight: bold; 683 font-weight: bold;
679 border: solid 1px black; 684 border: solid 1px black;
680 padding: 1px 0.5em; 685 padding: 1px 0.5em;
681} 686}
682 687
683table.hgraph td { 688div#cgit table.hgraph td {
684 vertical-align: center; 689 vertical-align: middle;
685 padding: 2px 2px; 690 padding: 2px 2px;
686} 691}
687 692
688table.hgraph div.bar { 693div#cgit table.hgraph div.bar {
689 background-color: #eee; 694 background-color: #eee;
690 height: 1em; 695 height: 1em;
691} 696}
692 697
693table.ssdiff { 698div#cgit table.ssdiff {
694 width: 100%; 699 width: 100%;
695} 700}
696 701
697table.ssdiff td { 702div#cgit table.ssdiff td {
698 font-size: 75%; 703 font-size: 75%;
699 font-family: monospace; 704 font-family: monospace;
700 white-space: pre; 705 white-space: pre;
@@ -703,53 +708,53 @@ table.ssdiff td {
703 border-right: solid 1px #aaa; 708 border-right: solid 1px #aaa;
704} 709}
705 710
706table.ssdiff td.add { 711div#cgit table.ssdiff td.add {
707 color: black; 712 color: black;
708 background: #cfc; 713 background: #cfc;
709 min-width: 50%; 714 min-width: 50%;
710} 715}
711 716
712table.ssdiff td.add_dark { 717div#cgit table.ssdiff td.add_dark {
713 color: black; 718 color: black;
714 background: #aca; 719 background: #aca;
715 min-width: 50%; 720 min-width: 50%;
716} 721}
717 722
718table.ssdiff span.add { 723div#cgit table.ssdiff span.add {
719 background: #cfc; 724 background: #cfc;
720 font-weight: bold; 725 font-weight: bold;
721} 726}
722 727
723table.ssdiff td.del { 728div#cgit table.ssdiff td.del {
724 color: black; 729 color: black;
725 background: #fcc; 730 background: #fcc;
726 min-width: 50%; 731 min-width: 50%;
727} 732}
728 733
729table.ssdiff td.del_dark { 734div#cgit table.ssdiff td.del_dark {
730 color: black; 735 color: black;
731 background: #caa; 736 background: #caa;
732 min-width: 50%; 737 min-width: 50%;
733} 738}
734 739
735table.ssdiff span.del { 740div#cgit table.ssdiff span.del {
736 background: #fcc; 741 background: #fcc;
737 font-weight: bold; 742 font-weight: bold;
738} 743}
739 744
740table.ssdiff td.changed { 745div#cgit table.ssdiff td.changed {
741 color: black; 746 color: black;
742 background: #ffc; 747 background: #ffc;
743 min-width: 50%; 748 min-width: 50%;
744} 749}
745 750
746table.ssdiff td.changed_dark { 751div#cgit table.ssdiff td.changed_dark {
747 color: black; 752 color: black;
748 background: #cca; 753 background: #cca;
749 min-width: 50%; 754 min-width: 50%;
750} 755}
751 756
752table.ssdiff td.lineno { 757div#cgit table.ssdiff td.lineno {
753 color: black; 758 color: black;
754 background: #eee; 759 background: #eee;
755 text-align: right; 760 text-align: right;
@@ -757,48 +762,48 @@ table.ssdiff td.lineno {
757 min-width: 3em; 762 min-width: 3em;
758} 763}
759 764
760table.ssdiff td.hunk { 765div#cgit table.ssdiff td.hunk {
761 color: #black; 766 color: black;
762 background: #ccf; 767 background: #ccf;
763 border-top: solid 1px #aaa; 768 border-top: solid 1px #aaa;
764 border-bottom: solid 1px #aaa; 769 border-bottom: solid 1px #aaa;
765} 770}
766 771
767table.ssdiff td.head { 772div#cgit table.ssdiff td.head {
768 border-top: solid 1px #aaa; 773 border-top: solid 1px #aaa;
769 border-bottom: solid 1px #aaa; 774 border-bottom: solid 1px #aaa;
770} 775}
771 776
772table.ssdiff td.head div.head { 777div#cgit table.ssdiff td.head div.head {
773 font-weight: bold; 778 font-weight: bold;
774 color: black; 779 color: black;
775} 780}
776 781
777table.ssdiff td.foot { 782div#cgit table.ssdiff td.foot {
778 border-top: solid 1px #aaa; 783 border-top: solid 1px #aaa;
779 border-left: none; 784 border-left: none;
780 border-right: none; 785 border-right: none;
781 border-bottom: none; 786 border-bottom: none;
782} 787}
783 788
784table.ssdiff td.space { 789div#cgit table.ssdiff td.space {
785 border: none; 790 border: none;
786} 791}
787 792
788table.ssdiff td.space div { 793div#cgit table.ssdiff td.space div {
789 min-height: 3em; 794 min-height: 3em;
790} 795}
791 796
792/* Syntax highlighting */ 797/* Syntax highlighting */
793table.blob .num { color:#2928ff; } 798div#cgit table.blob .num { color:#2928ff; }
794table.blob .esc { color:#ff00ff; } 799div#cgit table.blob .esc { color:#ff00ff; }
795table.blob .str { color:#ff0000; } 800div#cgit table.blob .str { color:#ff0000; }
796table.blob .dstr { color:#818100; } 801div#cgit table.blob .dstr { color:#818100; }
797table.blob .slc { color:#838183; font-style:italic; } 802div#cgit table.blob .slc { color:#838183; font-style:italic; }
798table.blob .com { color:#838183; font-style:italic; } 803div#cgit table.blob .com { color:#838183; font-style:italic; }
799table.blob .dir { color:#008200; } 804div#cgit table.blob .dir { color:#008200; }
800table.blob .sym { color:#000000; } 805div#cgit table.blob .sym { color:#000000; }
801table.blob .kwa { color:#000000; font-weight:bold; } 806div#cgit table.blob .kwa { color:#000000; font-weight:bold; }
802table.blob .kwb { color:#830000; } 807div#cgit table.blob .kwb { color:#830000; }
803table.blob .kwc { color:#000000; font-weight:bold; } 808div#cgit table.blob .kwc { color:#000000; font-weight:bold; }
804table.blob .kwd { color:#010181; } 809div#cgit table.blob .kwd { color:#010181; }