From e0331c6b6c4df0d785248c29395f4e5722589300 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 13 Apr 2006 00:39:03 +0000 Subject: [PATCH] Some new colours might be nice --- printer.css.php | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/printer.css.php b/printer.css.php index 9578335..8dea57a 100755 --- a/printer.css.php +++ b/printer.css.php @@ -70,12 +70,9 @@ html /* Main window background colour and font colour */ body { - color: rgb(0, 0, 0); + color: rgb(214, 216, 222); - background-color: rgb(217, 217, 217); - background-image: url({$GLOBALS['isso:callback']->webpath}images/body.gif); - background-repeat: repeat-x; - background-position: top; + background-color: rgb(47, 53, 64); } /* Border area around tables and inbetween spacing */ @@ -89,7 +86,7 @@ body /* First row set in all tables */ .tcat { - color: rgb(55, 55, 55); + color: rgb(30, 35, 46); background-image: url({$GLOBALS['isso:callback']->webpath}images/tcat.gif); background-color: rgb(91, 96, 101); @@ -132,7 +129,7 @@ td.thead, .thead td, .alt3 { color: rgb(41, 63, 91); - background-color: rgb(204, 204, 204); + background-color: rgb(143, 147, 158); } /* The second type of row used in the alternation cycle */ @@ -140,7 +137,7 @@ td.thead, .thead td, .alt3 { color: rgb(41, 63, 91); - background-color: rgb(229, 229, 229); + background-color: rgb(126, 131, 143); } /* The third alternation, used in special cases */ @@ -154,7 +151,7 @@ td.thead, .thead td, .alt3 { color: rgb(55, 55, 55); - background-color: rgb(222, 222, 222); + background-color: rgb(63, 66, 72); border-style: outset; border-width: 1px; @@ -194,13 +191,13 @@ dfn /* Normal links */ a:link, a:visited, a:active { - color: rgb(41, 63, 91); + color: rgb(180, 185, 199); } /* Hover links */ a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover, .alt3 a:hover { - color: rgb(158, 0, 0); + color: rgb(219, 227, 244); } .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active -- 2.22.5