From a0948b0d41b787756e0a81dbe7f2d321800bab0e Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 25 Nov 2005 05:32:22 +0000 Subject: [PATCH] r581: Black and white style sheet done --- admin/admin-bw.css | 119 +++++++-------------------------------------- 1 file changed, 17 insertions(+), 102 deletions(-) diff --git a/admin/admin-bw.css b/admin/admin-bw.css index d2107d1..0bbc193 100755 --- a/admin/admin-bw.css +++ b/admin/admin-bw.css @@ -8,8 +8,8 @@ /* Main window background colour and font colour */ body { - color: #D2D3F0; - background: #68768A; + color: #000000; + background: #FFFFFF; } /* The row that goes on top of all other content */ @@ -27,50 +27,50 @@ body /* Border area around tables and inbetween spacing */ .tborder { - border: ridge 4px; + border: 2px solid black; } /* First row set in all tables */ .tcat { - color: #97A9C4; - background: #38495E url(images/tcat.gif); + color: #FFFFFF; + background: #000000; border-bottom: outset 1px; } /* Links within the TCAT class */ .tcat a:link, .tcat a:visited, .tcat a:active { - color: #97A9C4; + color: #FFFFFF; } /* Row under the TCAT row (often used for column headers) */ td.thead, .thead td, .alt3 { - color: #D6E1EC; + color: #FFFFFF; font-weight: bold; - background: #445B78 url(images/thead.gif); - border: inset 1px; + background: #666666; + border: outset 1px black; } /* 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: #FFFFFF; } /* The first type of row used in the alternation cycle */ .alt1 { - color: #38495E; - background: #8994A4; + color: #000000; + background: #E6E6E6; } /* The second type of row used in the alternation cycle */ .alt2 { - color: #38495E; - background: #ABB2BC; + color: #000000; + background: #B3B3B3; } /* The third alternation, used in special cases */ @@ -82,8 +82,8 @@ td.thead, .thead td, .alt3 /* The last row in the table (often used for the submit buttons) */ .tfoot { - color: #7D7CA3; - background: #ECE8D8; + color: #000000; + background: #FFFFFF; border: outset 1px; } @@ -118,17 +118,10 @@ dfn /* Normal links */ a:link, a:visited, a:active { - color: #293F5B; + color: #000000; background: none; } -/* Hover links */ -a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover -{ - color: #D6E1EC; - background: #38495E; -} - .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active { text-decoration: none; @@ -168,84 +161,6 @@ input, textarea, select, option margin-top: 3px; } -/* ################################################################### */ -/* Navigation panel */ -/* ################################################################### */ - -/* The background colour for the navigation frame */ -.nav_body -{ - background: #38495E; -} - -.nav_body a:link, .nav_body a:active, .nav_body a:hover, .nav_body a:visited -{ - color: #FFFFFF; - text-decoration: none; -} - -/* Formatting for groups of nav elements */ -.nav_group -{ - color: #D6E1EC; - background: #445B78; - border: #97A9C4 solid 2px; - border-width: 0px 2px 1px 2px; -} - -/* Nav title border */ -.nav_title -{ - font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif; - padding: 2px; - border: #97A9C4 solid 2px; - border-width: 0px 2px 2px 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; -} - -/* Hot nav items */ -.nav_item_hot -{ - font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif; - padding: 2px 2px 1px 7px; - background: #4A5F78; - border-bottom: #97A9C4 solid 1px; -} - -/* ################################################################### */ -/* Template manager */ -/* ################################################################### */ - -/* The body of the template manager */ -.manager_body -{ - background: #38495E; - color: #FFFFFF; -} - -/* A group of templates */ -.manager_group -{ - background: #28394E; - color: #8994A4; -} - -/* Items in a template group */ -.manager_group_item -{ - background: #364D6F; - color: #AABBD3; -} - - /*=====================================================================*\ || ################################################################### || # $HeadURL$ -- 2.22.5