From f692c3abe14bad397d1e7dcd371f65798c873962 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 16 Jan 2006 09:57:48 +0000 Subject: [PATCH] CSSing the new tcat and thead --- printer.css.php | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/printer.css.php b/printer.css.php index 2d570ca..eada939 100755 --- a/printer.css.php +++ b/printer.css.php @@ -78,32 +78,42 @@ body /* First row set in all tables */ .tcat { - color: rgb(70, 70, 70); - background: rgb(0, 0, 0) url({$GLOBALS['isso:null-framework']->webpath}images/tcat.gif); - background-color: rgb(227, 233, 245); - border-bottom: outset 1px; + color: rgb(55, 55, 55); + + background-image: url({$GLOBALS['isso:null-framework']->webpath}images/tcat.gif); + background-color: rgb(91, 96, 101); + background-repeat: repeat-x; + + border-style: outset; + border-width: 1px; } /* Links within the TCAT class */ .tcat a:link, .tcat a:visited, .tcat a:active { - color: #97A9C4; + color: rgb(55, 55, 55); } /* Row under the TCAT row (often used for column headers) */ td.thead, .thead td, .alt3 { - color: #D6E1EC; + color: rgb(45, 45, 45); + font-weight: bold; - background: #445B78 url({$GLOBALS['isso:null-framework']->webpath}images/thead.gif); - background-color: rgb(56, 117, 215); - border: outset 1px; + font-size: 11px; + + background-image: url({$GLOBALS['isso:null-framework']->webpath}images/thead.gif); + background-repeat: repeat-x; + background-color: rgb(156, 156, 156); + + border-style: outset; + border-width: 1px; } /* Links for the THEAD class */ .thead a:link, .thead a:visited, .thead a:active, .alt3 a:link, .alt3 a:visited, .alt3 a:active { - color: #D6E1EC; + color: rgb(45, 45, 45); } /* The first type of row used in the alternation cycle */ -- 2.22.5