From fcd69b64a2c943f6f3336cfd96ed5350b00c5565 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 15 Apr 2006 21:44:45 +0000 Subject: [PATCH] More CSS colour changes --- printer.css.php | 39 +++++++++++++++++++++++++++++---------- 1 file changed, 29 insertions(+), 10 deletions(-) diff --git a/printer.css.php b/printer.css.php index 45d9e10..3557da5 100755 --- a/printer.css.php +++ b/printer.css.php @@ -117,7 +117,7 @@ td.thead, .thead td, .alt3 { color: rgb(41, 63, 91); - background-color: rgb(182, 216, 154); + background-color: rgb(218, 235, 204); } /* The second type of row used in the alternation cycle */ @@ -176,13 +176,13 @@ dfn /* Normal links */ a:link, a:visited, a:active { - color: rgb(219, 227, 244); + color: rgb(109, 187, 45); } /* Hover links */ a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover, .alt3 a:hover { - color: rgb(180, 185, 199); + color: rgb(143, 236, 9); } .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active @@ -326,30 +326,49 @@ input, textarea, select, option { display: block; - padding: 2px; + padding: 2px 2px 2px 7px; + margin-top: 1px; + + background-color: rgb(208, 208, 208); +} + +#menu li a +{ + color: rgb(64, 64, 64); + text-decoration: none; + font-size: 10px; + font-weight: bold; +} + +#menu li a:hover span +{ + background-color: rgb(158, 236, 95); } #menu li.header span { font-weight: bold; text-transform: uppercase; + color: rgb(255, 255, 255); padding: 3px; - background-color: rgb(189, 189, 189); + background-color: rgb(96, 106, 90); } -#menu ul +#menu li.focus span { - list-style: none; + background-color: rgb(182, 216, 154); - padding: 0px; - margin: 0px; + text-decoration: underline; } -#menu li +#menu ul { + list-style: none; + padding: 0px; + margin: 0px; } CSS; -- 2.22.5