~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-01-14 05:43:10 UTC
  • Revision ID: robey@lag.net-20070114054310-q2tl1wlq0198owy3
fix collapse/expand triangles

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    color: #47626e;
36
36
}
37
37
 
 
38
.footer {
 
39
    margin-top: 1em;
 
40
    margin-bottom: 1em;
 
41
}
 
42
.footer .banner {
 
43
    margin-right: 5px;
 
44
}
 
45
.footer .banner img {
 
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
 
 
58
 
38
59
 
39
60
/* ----- navigation bar at the top ----- */
40
61
 
108
129
    width: auto;
109
130
}
110
131
 
 
132
 
111
133
/* ----- revision display in various places ----- */
112
134
 
113
135
.revision .revno {
172
194
 
173
195
/* ----- changelog page ----- */
174
196
 
175
 
.hide-all {
176
 
    font-size: smaller;
177
 
}
178
 
 
179
197
/* secret css-jutsu to make hidden margins vanish on a table */
180
198
.log-entries table {
181
199
    border-collapse: collapse;
255
273
}
256
274
 
257
275
/* default state: hide all */
258
 
.show-button { display: none; }
 
276
.revision-header .hide-button { display: none; }
259
277
.hidden-details { display: none; }
260
 
.hide-all#hide-all { display: none; }
 
278
.changelog .collapse-cl-hideall { display: none; }
261
279
 
262
280
 
263
281
/* ----- revision page ----- */
330
348
}
331
349
 
332
350
 
333
 
.diff-block,.diff-chunk {
 
351
.diff-block {
334
352
    border-collapse: collapse;
335
353
    width: 100%;
336
354
    margin-bottom: 1em;
347
365
    background-color: #dee7ec;
348
366
}
349
367
 
350
 
.diff-chunk {
 
368
.diff-block .diff-chunk {
351
369
    font-size: 66%;
352
370
    margin-top: 0px;
353
371
    margin-bottom: 2em;
354
372
}
355
373
 
356
 
.diff-chunk th.lineno {
 
374
.diff-block th.lineno {
357
375
    font-weight: bold;
358
376
    border-bottom: 1px solid #8cacbb;
359
377
    border-top: 1px solid #dee7ec;
360
 
    border-left: 1px solid #dee7ec;
361
 
}
 
378
}
 
379
 
 
380
.diff-block .diff-spacing {
 
381
    line-height: 1em;
 
382
}
 
383
 
 
384
.diff-option-buttons {
 
385
    margin-top: 1.0em;
 
386
    margin-bottom: 1.0em;
 
387
    border-collapse: collapse;
 
388
}
 
389
.diff-option-buttons td {
 
390
    line-height: 1em;
 
391
    height: 1em;
 
392
    vertical-align: middle;
 
393
    padding: 0px;
 
394
}
 
395
.diff-option-buttons .label {
 
396
    font-size: smaller;
 
397
    padding-left: 0.75em;
 
398
    padding-right: 2em;
 
399
    line-height: 1em;
 
400
}
 
401
.diff-option-buttons .spacey {
 
402
    padding-right: 5em;
 
403
}
 
404
 
 
405
.diff-option-buttons .collapse-file-showall { display: none; }
 
406
 
 
407
.diff-block .show-button { display: none; }
 
408
.diff .collapse-style-unified-content { display: none; }
 
409
.collapse-style-sbs-show { display: none; }
 
410
 
362
411
.diff-insert {
363
 
    background-color: #b0efb0;
 
412
    background-color: #9cc8ff;
364
413
}
365
414
.diff-delete {
366
415
    background-color: #ffa0a0;
370
419
}
371
420
 
372
421
.diff-key {
373
 
    margin-top: 20px;
 
422
    display: inline;
374
423
    font-size: smaller;
375
 
    line-height: 1em;
376
 
    padding-left: 1em;
377
424
}
378
425
 
379
426
.diff-key-block {
380
 
    width: 0.7em;
381
 
    height: 0.7em;
 
427
    width: 1em;
 
428
    height: 1em;
382
429
    border: 1px solid #8cacbb;
383
 
    margin-right: 5em;
384
430
}
385
431
 
386
432
.diff-key .label {
387
 
    position: relative;
388
 
    left: 1.3em;
389
 
    top: -1em;
390
 
    line-height: 1em;
 
433
    padding-right: 2em;
391
434
}
392
435
 
393
436
.diff .lineno {
398
441
    padding-right: 3px;
399
442
    border-bottom: 1px solid #8cacbb;
400
443
}
 
444
.diff .lineno-skip {
 
445
    width: 4em;
 
446
    background-color: #dee7ec; 
 
447
}
401
448
.diff .info {
402
449
    color: blue;
403
450
    background-color: #dee7ec;
541
588
.annotate th.text {
542
589
    padding-left: 1em;
543
590
}
 
591
 
 
592
 
 
593
/* ----- top-level browse page ----- */
 
594
 
 
595
.browse-project-name {
 
596
    background-color: #dee7ec;
 
597
    padding-top: 5px;
 
598
    padding-bottom: 5px;
 
599
    margin-left: 1em;
 
600
    margin-right: 1em;
 
601
    padding-left: 1em;
 
602
    width: 90%;
 
603
    font-weight: bold;
 
604
}
 
605
 
 
606
.browse-project-description {
 
607
        padding-top: 1em;
 
608
        padding-bottom: 1em;
 
609
        margin-left: 2em;
 
610
    width: 90%;
 
611
}
 
612
        
 
613
.browse-view {
 
614
        margin-top: 1em;
 
615
        margin-bottom: 1em;
 
616
        margin-left: 2em;
 
617
}
 
618
 
 
619
.browse-view table {
 
620
    border-collapse: collapse;
 
621
    width: 90%;
 
622
    margin-bottom: 2em;
 
623
}
 
624
 
 
625
.browse-view table tr.heading {
 
626
    background-color: #8cacbb;
 
627
    border-bottom: solid 1px #8cacbb;
 
628
    font-size: smaller;
 
629
}
 
630
 
 
631
.browse-view td,.browse-view th {
 
632
        padding: 0.25em 0.5em 0.25em 0.5em;
 
633
}
 
634
 
 
635
.browse-view td.name {
 
636
        width: 20%;
 
637
}
 
638
 
 
639
.browse-view td.last-update {
 
640
        font-size: smaller;
 
641
        width: 15%;
 
642
}
 
643
 
 
644
.browse-view td.url {
 
645
        font-family: monospace;
 
646
        font-size: smaller;
 
647
        padding-left: 3em;
 
648
        padding-top: 0px;
 
649
}
 
650
 
 
651
.browse-view td.feed {
 
652
        width: 16px;
 
653
}