From bfbad5bbd98e1a10a15a09601a8dcdd0d08b92d0 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 16 Jan 2006 10:21:14 +0000 Subject: [PATCH] Navigation panel done --- printer.css.php | 42 ++++++++++++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 14 deletions(-) diff --git a/printer.css.php b/printer.css.php index 1110158..507e1d8 100755 --- a/printer.css.php +++ b/printer.css.php @@ -246,49 +246,63 @@ input, textarea, select, option /* The background colour for the navigation frame */ .nav_body { - background: rgb(0, 0, 0); + background: rgb(136, 136, 136); } .nav_body a:link, .nav_body a:active, .nav_body a:hover, .nav_body a:visited { - color: rgb(255, 255, 255); + color: rgb(0, 0, 0); text-decoration: none; } /* Formatting for groups of nav elements */ .nav_group { - color: #D6E1EC; - background: #445B78; - border: #97A9C4 solid 2px; + border-color: rgb(98, 107, 152); + border-style: solid; border-width: 0px 2px 1px 2px; } /* Nav title border */ .nav_title { - font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif; + font-size: 11px + font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif; + font-weight: bold; + padding: 2px; - border: #97A9C4 solid 2px; + + background-image: url({$GLOBALS['isso:null-framework']->webpath}images/thead.gif); + background-repeat: repeat-x; + background-color: rgb(156, 156, 156); + + border-color: rgb(98, 107, 152); + border-style: solid; border-width: 2px; } /* Cold nav items */ .nav_item { - font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif; padding: 2px 2px 1px 7px; - background: #5D7490; - border-bottom: #97A9C4 solid 1px; + + font-size: 11px; + font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif; + font-weight: normal; + + color: rgb(0, 0, 0); + + background-color: rgb(204, 204, 204); + + border-color: rgb(98, 107, 152); + border-style: solid; + border-width: 0px 0px 1px 0px; } /* Hot nav items */ .nav_item:hover { - font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif; - padding: 2px 2px 1px 7px; - background: #4A5F78; - border-bottom: #97A9C4 solid 1px; + background-color: rgb(242, 242, 242); } /* ################################################################### */ -- 2.22.5