From 25fcac2c9cb7d6549c794e12c4e1731aa67f3eac Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 15 Apr 2006 19:13:21 +0000 Subject: [PATCH] Lots of CSS changes for the tabs --- printer.css.php | 83 ++++++++++++++++++++----------------------------- 1 file changed, 34 insertions(+), 49 deletions(-) diff --git a/printer.css.php b/printer.css.php index e7c07ea..da4874d 100755 --- a/printer.css.php +++ b/printer.css.php @@ -78,7 +78,7 @@ body /* Border area around tables and inbetween spacing */ .tborder { - border-style: groove; + border-style: ridge; border-width: 2px; border-color: rgb(255, 255, 255); } @@ -115,7 +115,7 @@ td.thead, .thead td, .alt3 background-color: rgb(156, 156, 156); border-style: outset; - border-width: 1px; + border-width: 1px 0px 1px 0px; } /* Links for the THEAD class */ @@ -133,7 +133,7 @@ td.thead, .thead td, .alt3 border-style: solid; border-width: 1px 0px 1px 0px; - border-bottom-color: rgb(47, 53, 64); + border-bottom-color: rgb(64, 64, 64); border-top-color: rgb(151, 154, 159); } @@ -146,7 +146,7 @@ td.thead, .thead td, .alt3 border-style: solid; border-width: 1px 0px 1px 0px; - border-bottom-color: rgb(47, 53, 64); + border-bottom-color: rgb(64, 64, 64); border-top-color: rgb(151, 154, 159); } @@ -260,67 +260,52 @@ input, textarea, select, option /* Navigation panel */ /* ################################################################### */ -/* The background colour for the navigation frame */ -.nav_body -{ - background: rgb(136, 136, 136); -} - -.nav_body a:link, .nav_body a:active, .nav_body a:hover, .nav_body a:visited -{ - color: rgb(0, 0, 0); - text-decoration: none; -} - -/* Formatting for groups of nav elements */ -.nav_group +/* The content panel wrapped around with tabs */ +#contentbody { - border-color: rgb(80, 84, 89); + padding: 5px; + + background-color: rgb(255, 255, 255); + + border-color: rgb(124, 128, 135); + border-width: 1px; border-style: solid; - border-width: 0px 2px 1px 2px; } -/* Nav title border */ -.nav_title +/* The actual tabbar */ +#tabbar { - font-size: 11px; - font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif; - font-weight: bold; + height: 35px; - padding: 2px; - margin-top: 4px; + padding-left: 10px; - background-image: url({$GLOBALS['isso:callback']->webpath}images/thead.gif); - background-repeat: repeat-x; - background-color: rgb(156, 156, 156); - - border-color: rgb(80, 84, 89); - border-style: solid; - border-width: 2px; + margin-bottom: -2px; + margin-top: 5px; } -/* Cold nav items */ -.nav_item +/* Links in the tabbar */ +#tabbar a { - padding: 2px 2px 1px 7px; - - font-size: 11px; - font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif; - font-weight: normal; + float: left; - color: rgb(0, 0, 0); + text-transform: uppercase; + text-decoration: none; - background-color: rgb(204, 204, 204); + border: 1px solid green; /***/ - border-color: rgb(80, 84, 89); - border-style: solid; - border-width: 0px 0px 1px 0px; + padding: 10px 15px 10px 15px; + margin: 0px 1px 0px 0px; } -/* Hot nav items */ -.nav_item:hover +#tabbar .focus { - background-color: rgb(242, 242, 242); + font-weight: bold; + + background-color: white; + + border-color: rgb(124, 128, 135); + border-width: 1px 1px 0px 1px; + border-style: solid; } /* ################################################################### */ -- 2.22.5