style.css (958B)
1 html { 2 background-color: #111; 3 color: #fff; 4 font-weight: normal; 5 } 6 h1, 7 h2, 8 h3 { 9 font-size: 1em; 10 margin: 0; 11 } 12 a, 13 a:link { 14 color: #8dc; 15 text-decoration: underline; 16 } 17 a:active, 18 a:visited { color: #8fc; } 19 a:focus { outline: 1px dotted; } 20 a:hover { color: #8cd; } 21 hr { 22 border: 0 none; 23 border-bottom: 1px dashed #fff; 24 } 25 td, 26 th { padding: 0 4px; } 27 #content table td { 28 white-space: nowrap; 29 vertical-align: top; 30 } 31 thead { font-weight: bold; } 32 .url, 33 #content { font-family: monospace; } 34 #index tr td:nth-child(2), 35 #tags tr td:nth-child(3), 36 #branches tr td:nth-child(3), 37 #log tr td:nth-child(2) { 38 white-space: normal; 39 } 40 .num { text-align: right; } 41 #files tbody tr:hover, 42 #index tbody tr:hover, 43 #log tbody tr:hover { background-color: #1a1a1a; } 44 #blob a { text-decoration: none; } 45 #blob a:active, 46 #blob a:visited { color: #8fc; } 47 a.d, 48 a.i, 49 a.h { text-decoration: none; } 50 .D, span.d, a.d { color: #f20; } 51 .A, span.i, a.i { color: #0a4; } 52 a.h { color: #a4c; }