diff --git a/trac/htdocs/main.css b/trac/htdocs/main.css index 2de6002..dfbf3f3 100644 --- a/trac/htdocs/main.css +++ b/trac/htdocs/main.css @@ -1,28 +1,5 @@ -input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] { - background: #EEEEEE; - border: 1px solid #88AA77; - color: #224422; - font-weight: bold; -} -input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { - background: #88AA77; - border: 1px solid #224422; - color: #224422; - font-weight: bold; -} -#loginguest { - float: right; - font-size: 0.9em; - color: #945973; -} -#loginguest a { - color: #945973; - border-bottom: 1px dotted #88AA77; - font-size: 0.9em; -} -select, input[type="text"], input.textwidget, textarea { - background: white; - border: 1px solid #88AA77; +body { + background: black; } dt em { color: #88AA77; @@ -55,3 +32,29 @@ th { th a { color: #224422; } +input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] { + background: #EEEEEE; + border: 1px solid #88AA77; + color: #224422; + font-weight: bold; +} +input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { + background: #88AA77; + border: 1px solid #224422; + color: #224422; + font-weight: bold; +} +select, input[type="text"], input.textwidget, textarea { + background: white; + border: 1px solid #88AA77; +} +#loginguest { + float: right; + font-size: 0.9em; + color: #945973; +} +#loginguest a { + color: #945973; + border-bottom: 1px dotted #88AA77; + font-size: 0.9em; +}