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