|
-
-
-
-
-
- #footer {
- display: none;
- }
- 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;
- }
- dt em {
- color: #88AA77;
- }
- .buttons {
- margin:0.5em 0;
- text-align:center;
- }
- #jumprev, #jumploc {
- margin:0.2em 0 0.6em;
- }
- #prefs {
- background: #88AA77;
- border: 2px solid #945973;
- }
- fieldset {
- background: #88AA77;
- border-color: #224422;
- }
- legend {
- color: #224422;
- border-bottom: 1px solid #224422;
- background: #fff;
- }
- th {
- background: #88AA77;
- color: #fff;
- font-weight: bold;
- }
- th a {
- color: #224422;
- }
- y
|