~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/static/css/style.css

  • Committer: Robey Pointer
  • Date: 2007-03-26 06:21:06 UTC
  • Revision ID: robey@lag.net-20070326062106-1fehbvag3z2o2q0f
(bug 86247)
it's possible for a commit to have no message at all.  in that case, don't
try to index into it. :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
}
37
37
 
38
38
.footer {
39
 
        margin-top: 1em;
40
 
        margin-botom: 2em;
 
39
    margin-top: 1em;
 
40
    margin-bottom: 1em;
41
41
}
42
42
.footer .banner {
43
 
        margin-right: 5px;
 
43
    margin-right: 5px;
44
44
}
45
45
.footer .banner img {
46
 
        border: 1px solid #8cacbb;
47
 
}
 
46
    border: 1px solid #8cacbb;
 
47
}
 
48
 
 
49
.collapse-triangle {
 
50
    padding-right: 0.5em;
 
51
}
 
52
 
 
53
.hide-all {
 
54
    font-size: smaller;
 
55
    padding: 0.25em 0.75em 0.25em 0.75em;
 
56
}
 
57
 
48
58
 
49
59
 
50
60
/* ----- navigation bar at the top ----- */
52
62
.navbar {
53
63
}
54
64
 
55
 
.navbar table, .bar table {
 
65
.bar table {
56
66
    width: 100%;
 
67
    border-collapse: collapse;
 
68
}
 
69
 
 
70
/* safari gives forms a big default margin, to vex me */
 
71
.bar form {
 
72
    margin: 0px;
57
73
}
58
74
 
59
75
.bar {
119
135
    width: auto;
120
136
}
121
137
 
 
138
 
122
139
/* ----- revision display in various places ----- */
123
140
 
124
141
.revision .revno {
183
200
 
184
201
/* ----- changelog page ----- */
185
202
 
186
 
.hide-all {
187
 
    font-size: smaller;
188
 
}
189
 
 
190
203
/* secret css-jutsu to make hidden margins vanish on a table */
191
204
.log-entries table {
192
205
    border-collapse: collapse;
266
279
}
267
280
 
268
281
/* default state: hide all */
269
 
.show-button { display: none; }
 
282
.revision-header .hide-button { display: none; }
270
283
.hidden-details { display: none; }
271
 
.hide-all#hide-all { display: none; }
 
284
.changelog .collapse-cl-hideall { display: none; }
272
285
 
273
286
 
274
287
/* ----- revision page ----- */
341
354
}
342
355
 
343
356
 
344
 
.diff-block,.diff-chunk {
 
357
.diff-block {
345
358
    border-collapse: collapse;
346
359
    width: 100%;
347
360
    margin-bottom: 1em;
358
371
    background-color: #dee7ec;
359
372
}
360
373
 
361
 
.diff-chunk {
 
374
.diff-block .diff-chunk {
362
375
    font-size: 66%;
363
376
    margin-top: 0px;
364
377
    margin-bottom: 2em;
365
378
}
366
379
 
367
 
.diff-chunk th.lineno {
 
380
.diff-block th.lineno {
368
381
    font-weight: bold;
369
382
    border-bottom: 1px solid #8cacbb;
370
383
    border-top: 1px solid #dee7ec;
371
 
    border-left: 1px solid #dee7ec;
372
 
}
 
384
}
 
385
 
 
386
.diff-block .diff-spacing {
 
387
    line-height: 1em;
 
388
}
 
389
 
 
390
.diff-option-buttons {
 
391
    margin-top: 1.0em;
 
392
    margin-bottom: 1.0em;
 
393
    border-collapse: collapse;
 
394
}
 
395
.diff-option-buttons td {
 
396
    line-height: 1em;
 
397
    height: 1em;
 
398
    vertical-align: middle;
 
399
    padding: 0px;
 
400
}
 
401
.diff-option-buttons .label {
 
402
    font-size: smaller;
 
403
    padding-left: 0.75em;
 
404
    padding-right: 2em;
 
405
    line-height: 1em;
 
406
}
 
407
.diff-option-buttons .spacey {
 
408
    padding-right: 5em;
 
409
}
 
410
 
 
411
.diff-option-buttons .collapse-file-showall { display: none; }
 
412
 
 
413
.diff-block .show-button { display: none; }
 
414
.diff .collapse-style-unified-content { display: none; }
 
415
.collapse-style-sbs-show { display: none; }
 
416
 
373
417
.diff-insert {
374
 
    background-color: #b0efb0;
 
418
    background-color: #9cc8ff;
375
419
}
376
420
.diff-delete {
377
421
    background-color: #ffa0a0;
381
425
}
382
426
 
383
427
.diff-key {
384
 
    margin-top: 20px;
 
428
    display: inline;
385
429
    font-size: smaller;
386
 
    line-height: 1em;
387
 
    padding-left: 1em;
388
430
}
389
431
 
390
432
.diff-key-block {
391
 
    width: 0.7em;
392
 
    height: 0.7em;
 
433
    width: 1em;
 
434
    height: 1em;
393
435
    border: 1px solid #8cacbb;
394
 
    margin-right: 5em;
395
436
}
396
437
 
397
438
.diff-key .label {
398
 
    position: relative;
399
 
    left: 1.3em;
400
 
    top: -1em;
401
 
    line-height: 1em;
 
439
    padding-right: 2em;
402
440
}
403
441
 
404
442
.diff .lineno {
409
447
    padding-right: 3px;
410
448
    border-bottom: 1px solid #8cacbb;
411
449
}
 
450
.diff .lineno-skip {
 
451
    width: 4em;
 
452
    background-color: #dee7ec;
 
453
}
412
454
.diff .info {
413
455
    color: blue;
414
456
    background-color: #dee7ec;
415
457
    margin-top: 15px;
416
458
}
 
459
/*
 
460
.diff-context-skip {
 
461
    background-color: #dee7ec;
 
462
}*/
417
463
 
418
464
 
419
465
/* ----- file inventory ----- */
552
598
.annotate th.text {
553
599
    padding-left: 1em;
554
600
}
 
601
 
 
602
 
 
603
/* ----- top-level browse page ----- */
 
604
 
 
605
.browse-project-name {
 
606
    background-color: #dee7ec;
 
607
    padding-top: 5px;
 
608
    padding-bottom: 5px;
 
609
    margin-left: 1em;
 
610
    margin-right: 1em;
 
611
    padding-left: 1em;
 
612
    width: 90%;
 
613
    font-weight: bold;
 
614
}
 
615
 
 
616
.browse-project-description {
 
617
        padding-top: 1em;
 
618
        padding-bottom: 1em;
 
619
        margin-left: 2em;
 
620
    width: 90%;
 
621
}
 
622
        
 
623
.browse-view {
 
624
        margin-top: 1em;
 
625
        margin-bottom: 1em;
 
626
        margin-left: 2em;
 
627
}
 
628
 
 
629
.browse-view table {
 
630
    border-collapse: collapse;
 
631
    width: 90%;
 
632
    margin-bottom: 2em;
 
633
}
 
634
 
 
635
.browse-view table tr.heading {
 
636
    background-color: #8cacbb;
 
637
    border-bottom: solid 1px #8cacbb;
 
638
    font-size: smaller;
 
639
}
 
640
 
 
641
.browse-view td,.browse-view th {
 
642
        padding: 0.25em 0.5em 0.25em 0.5em;
 
643
}
 
644
 
 
645
.browse-view td.name {
 
646
        width: 20%;
 
647
}
 
648
 
 
649
.browse-view td.last-update {
 
650
        font-size: smaller;
 
651
        width: 15%;
 
652
}
 
653
 
 
654
.browse-view td.url {
 
655
        font-family: monospace;
 
656
        font-size: smaller;
 
657
        padding-left: 3em;
 
658
        padding-top: 0px;
 
659
}
 
660
 
 
661
.browse-view td.feed {
 
662
        width: 16px;
 
663
}