From a3430b1afa0e0573fc440b26da7288301e0be5d8 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 17 Jul 2006 00:04:20 +0000 Subject: [PATCH] r890: Don't need the old black and white CSS file--plus it's all different now --- admin/admin-bw.css | 176 --------------------------------------------- 1 file changed, 176 deletions(-) delete mode 100755 admin/admin-bw.css diff --git a/admin/admin-bw.css b/admin/admin-bw.css deleted file mode 100755 index 9a7a71c..0000000 --- a/admin/admin-bw.css +++ /dev/null @@ -1,176 +0,0 @@ -/* Admin CSS Class for Bugdar [#]version[#] */ -/* (c) 2002 - [#]year[#] Iris Studios, Inc.*/ - -/* ################################################################### */ -/* Body and table elements */ -/* ################################################################### */ - -/* Main window background colour and font colour */ -body -{ - color: #000000; - background: #FFFFFF; -} - -/* The row that goes on top of all other content */ -.phead -{ - color: #1C1C21; - font-size: 11pt; - font-weight: bold; - text-align: left; - border-bottom: outset 3px; - background: #445B78; - padding: 2px 25px; 2px; 25px; -} - -/* Border area around tables and inbetween spacing */ -.tborder -{ - border: 2px solid black; -} - -/* First row set in all tables */ -.tcat -{ - color: #FFFFFF; - background: #000000; - border-bottom: outset 1px; -} - -/* Links within the TCAT class */ -.tcat a:link, .tcat a:visited, .tcat a:active -{ - color: #FFFFFF; -} - -/* Row under the TCAT row (often used for column headers) */ -td.thead, .thead td, .alt3 -{ - color: #FFFFFF; - font-weight: bold; - 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: #FFFFFF; -} - -/* The first type of row used in the alternation cycle */ -.alt1 -{ - color: #000000; - background: #FFFFFF; -} - -/* The second type of row used in the alternation cycle */ -.alt2 -{ - color: #000000; - background: #FFFFFF; -} - -/* The third alternation, used in special cases */ -.alt3 -{ - border: 0px; -} - -/* The last row in the table (often used for the submit buttons) */ -.tfoot -{ - color: #FFFFFF; - background: #000000; - border: inset 1px; -} - -.tfoot a:link, .tfoot a:hover, .tfoot a:active, .tfoot a:visited -{ - color: #FFFFFF; -} - -/* ################################################################### */ -/* Text elements */ -/* ################################################################### */ - -/* Font settings for all non-styled elements */ -body, p, td, tr, ol, ul -{ - font: 12px verdana, geneva, arial, helvetica, sans-serif; -} - -/* Small text (used in copyright) */ -.smallfont, .copyright, dfn -{ - font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif; -} - -/* Description text */ -dfn -{ - font-style: italic; -} - -/* Table headings */ -.tcat, .thead, .tfoot -{ - font: 12px tahoma, verdana, geneva, arial, helvetica, sans-serif; -} - -/* Normal links */ -a:link, a:visited, a:active -{ - color: #000000; - background: none; -} - -.copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active -{ - text-decoration: none; -} - -/* Mono-space */ -.code -{ - font: 9pt 'courier new', courier, monospace; -} - -/* ################################################################### */ -/* Form styling elements */ -/* ################################################################### */ - -/* Input elements in a form */ -input, textarea, select, option -{ - font: 12px verdana, geneva, arial, helvetica, sans-serif; -} - -/* Input formatting */ -.input -{ - font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif; - text-indent: 5px; - margin: 1px; - margin-top: 3px; - border: 1px solid #808080; -} - -/* Button styling */ -.button -{ - color: #000000; - font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif; - margin: 1px; - margin-top: 3px; - border: 1px solid #808080; -} - -/*=====================================================================*\ -|| ################################################################### -|| # $HeadURL$ -|| # $Id$ -|| ################################################################### -\*=====================================================================*/ \ No newline at end of file -- 2.22.5