body { background: #000; color: #edd; } /* Undo /body/ for a few other cases */ #dirlist { background: #fff; color: #000; } #preview { background: #fff; color: #000; } :link, :visited { color: #a96; } #mainnav :link, #mainnav :visited { border-right: 1px solid #000; } #prefs { background: #222; border: 1px outset #544; } #mainnav { background: inherit; } #mainnav li { background: #aaa url(../topbar_gradient.png) repeat scroll 0pt; padding: 0.2em 0; } #info { background: inherit; } pre.wiki, pre.literal-block { background: #222; border: 1px solid #111} h2 { background: none; } .milestone .info h2 { background: none; } dt em { color: #a96; } dt :link, dt :visited { color: #ddd; } dt :link:hover, dt :visited:hover { color: #ddd; background-color: #222; } dd { color: #ddd; } .milestone .info h2 :link, .milestone .info h2 :visited { color: #ddd; } .milestone .info h2 :link:hover, .milestone .info h2 :visited:hover { color: #ddd; background-color: #222; } .milestone .info h2 em { color: #a96; } #ticket { background-color: #222; border: 1px outset #544; } input { background-color: #000; color: #edd; } input[type=button], input[type=submit], input[type=reset] { background: #000; color: #cbb; border: 1px outset #333; } input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover { background: #222; } input[type=button][disabled], input[type=submit][disabled], input[type=reset][disabled] { background: #000; color: #999; } table.progress td { background: #444; } table.progress td.closed { background: #4c4; }