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