[24] | 1 | <?cs |
---|
| 2 | ################################################################## |
---|
| 3 | # Site CSS - Place custom CSS, including overriding styles here. |
---|
| 4 | ?> |
---|
[26] | 5 | body { background: #000; color: #edd; } |
---|
[35] | 6 | /* Undo /body/ for a few other cases */ |
---|
| 7 | #dirlist { background: #fff; color: #000; } |
---|
| 8 | #preview { background: #fff; color: #000; } |
---|
| 9 | |
---|
| 10 | :link, :visited { color: #a96; } |
---|
[27] | 11 | #mainnav :link, #mainnav :visited { border-right: 1px solid #000; } |
---|
[35] | 12 | #prefs { background: #222; border: 1px outset #544; } |
---|
| 13 | #mainnav { background: inherit; } |
---|
| 14 | #mainnav li { background: #aaa url(../topbar_gradient.png) repeat scroll 0pt; padding: 0.2em 0; } |
---|
| 15 | #info { background: inherit; } |
---|
| 16 | pre.wiki, pre.literal-block { background: #222; border: 1px solid #111} |
---|
| 17 | h2 { background: none; } |
---|
| 18 | .milestone .info h2 { background: none; } |
---|
| 19 | dt em { color: #a96; } |
---|
| 20 | dt :link, dt :visited { color: #ddd; } |
---|
| 21 | dt :link:hover, dt :visited:hover { color: #ddd; background-color: #222; } |
---|
| 22 | dd { color: #ddd; } |
---|
| 23 | .milestone .info h2 :link, .milestone .info h2 :visited { color: #ddd; } |
---|
| 24 | .milestone .info h2 :link:hover, .milestone .info h2 :visited:hover { color: #ddd; background-color: #222; } |
---|
| 25 | .milestone .info h2 em { color: #a96; } |
---|
| 26 | #ticket { background-color: #222; border: 1px outset #544; } |
---|
[26] | 27 | |
---|
[36] | 28 | input { background-color: #000; color: #edd; } |
---|
| 29 | |
---|
| 30 | input[type=button], input[type=submit], input[type=reset] { background: #000; color: #cbb; border: 1px outset #333; } |
---|
| 31 | input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { background: #222; } |
---|
| 32 | input[type=button][disabled], input[type=submit][disabled], input[type=reset][disabled] { background: #000; color: #999; } |
---|
| 33 | |
---|
| 34 | table.progress td { background: #444; } |
---|
| 35 | table.progress td.closed { background: #4c4; } |
---|
| 36 | |
---|