| @@ -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 { | dt em { | ||||
| color: #88AA77; | color: #88AA77; | ||||
| @@ -55,3 +32,29 @@ th { | |||||
| th a { | th a { | ||||
| color: #224422; | 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; | |||||
| } | |||||