From fef527ba193f6fc8c82ded0a7be45fcebca58517 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 14 Jan 2006 09:22:46 +0000 Subject: [PATCH] Goodbye #38495E --- printer.css.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/printer.css.php b/printer.css.php index 092b097..31922ac 100755 --- a/printer.css.php +++ b/printer.css.php @@ -79,7 +79,7 @@ body .tcat { color: rgb(139, 155, 187); - background: #38495E url({$GLOBALS['isso:null-framework']->webpath}images/tcat.gif); + background: rgb(0, 0, 0) url({$GLOBALS['isso:null-framework']->webpath}images/tcat.gif); background-color: rgb(227, 233, 245); border-bottom: outset 1px; } @@ -109,14 +109,14 @@ td.thead, .thead td, .alt3 /* The first type of row used in the alternation cycle */ .alt1 { - color: #38495E; + color: rgb(0, 0, 0); background: rgb(205, 220, 243); } /* The second type of row used in the alternation cycle */ .alt2 { - color: #38495E; + color: rgb(0, 0, 0); background: rgb(232, 239, 250); } @@ -173,7 +173,7 @@ a:link, a:visited, a:active a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover { color: #D6E1EC; - background: #38495E; + background: rgb(0, 0, 0); } .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active @@ -222,7 +222,7 @@ input, textarea, select, option /* The background colour for the navigation frame */ .nav_body { - background: #38495E; + background: rgb(0, 0, 0); } .nav_body a:link, .nav_body a:active, .nav_body a:hover, .nav_body a:visited @@ -274,7 +274,7 @@ input, textarea, select, option /* The body of the template manager */ .manager_body { - background: #38495E; + background: rgb(0, 0, 0); color: #FFFFFF; } -- 2.22.5