style.css (1063B)
1 body { 2 color: #000; 3 background-color: #fff; 4 font-family: monospace; 5 } 6 7 h1, h2, h3, h4, h5, h6 { 8 font-size: 1em; 9 margin: 0; 10 } 11 12 img, h1, h2 { 13 vertical-align: middle; 14 } 15 16 img { 17 border: 0; 18 } 19 20 a.d, 21 a.h, 22 a.i, 23 a.line { 24 text-decoration: none; 25 } 26 27 #blob a { 28 color: #777; 29 } 30 31 #blob a:hover { 32 color: blue; 33 text-decoration: none; 34 } 35 36 table thead td { 37 font-weight: bold; 38 } 39 40 table td { 41 padding: 0 0.4em; 42 } 43 44 #content table td { 45 vertical-align: top; 46 white-space: nowrap; 47 } 48 49 #branches tr:hover td, 50 #tags tr:hover td, 51 #index tr:hover td, 52 #log tr:hover td, 53 #files tr:hover td { 54 background-color: #eee; 55 } 56 57 #index tr td:nth-child(2), 58 #tags tr td:nth-child(3), 59 #branches tr td:nth-child(3), 60 #log tr td:nth-child(2) { 61 white-space: normal; 62 } 63 64 td.num { 65 text-align: right; 66 } 67 68 .desc { 69 color: #777; 70 } 71 72 hr { 73 border: 0; 74 border-top: 1px solid #777; 75 height: 1px; 76 } 77 78 pre { 79 font-family: monospace; 80 } 81 82 pre a.h { 83 color: #00a; 84 } 85 86 .A, 87 span.i, 88 pre a.i { 89 color: #070; 90 } 91 92 .D, 93 span.d, 94 pre a.d { 95 color: #e00; 96 } 97 98 pre a.h:hover, 99 pre a.i:hover, 100 pre a.d:hover { 101 text-decoration: none; 102 }