From 2d5409fe659c7879525b09d2e2ef8aebf9077684 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 13 Apr 2006 00:46:21 +0000 Subject: [PATCH] More colour changes --- printer.css.php | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/printer.css.php b/printer.css.php index 8dea57a..e7c07ea 100755 --- a/printer.css.php +++ b/printer.css.php @@ -129,7 +129,12 @@ td.thead, .thead td, .alt3 { color: rgb(41, 63, 91); - background-color: rgb(143, 147, 158); + background-color: rgb(126, 131, 143); + + border-style: solid; + border-width: 1px 0px 1px 0px; + border-bottom-color: rgb(47, 53, 64); + border-top-color: rgb(151, 154, 159); } /* The second type of row used in the alternation cycle */ @@ -138,6 +143,11 @@ td.thead, .thead td, .alt3 color: rgb(41, 63, 91); background-color: rgb(126, 131, 143); + + border-style: solid; + border-width: 1px 0px 1px 0px; + border-bottom-color: rgb(47, 53, 64); + border-top-color: rgb(151, 154, 159); } /* The third alternation, used in special cases */ @@ -151,7 +161,7 @@ td.thead, .thead td, .alt3 { color: rgb(55, 55, 55); - background-color: rgb(63, 66, 72); + background-color: rgb(143, 147, 158); border-style: outset; border-width: 1px; @@ -191,13 +201,13 @@ dfn /* Normal links */ a:link, a:visited, a:active { - color: rgb(180, 185, 199); + color: rgb(219, 227, 244); } /* Hover links */ a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover, .alt3 a:hover { - color: rgb(219, 227, 244); + color: rgb(180, 185, 199); } .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active -- 2.22.5