]>
src.bluestatic.org Git - bugdar.git/blob - admin/admin-bw.css
1 /* Admin CSS Class for Bugdar [#]version[#] */
2 /* (c) 2002 - [#]year[#] Iris Studios, Inc.*/
4 /* ################################################################### */
5 /* Body and table elements */
6 /* ################################################################### */
8 /* Main window background colour and font colour */
15 /* The row that goes on top of all other content */
22 border-bottom: outset
3px;
24 padding: 2px 25px; 2px; 25px;
27 /* Border area around tables and inbetween spacing */
30 border: 2px solid black
;
33 /* First row set in all tables */
38 border-bottom: outset
1px;
41 /* Links within the TCAT class */
42 .tcat
a:link
, .tcat
a:visited
, .tcat
a:active
47 /* Row under the TCAT row (often used for column headers) */
48 td
.thead
, .thead td
, .alt3
53 border: outset
1px black
;
56 /* Links for the THEAD class */
57 .thead
a:link
, .thead
a:visited
, .thead
a:active
, .alt3
a:link
, .alt3
a:visited
, .alt3
a:active
62 /* The first type of row used in the alternation cycle */
69 /* The second type of row used in the alternation cycle */
76 /* The third alternation, used in special cases */
82 /* The last row in the table (often used for the submit buttons) */
90 .tfoot
a:link
, .tfoot
a:hover
, .tfoot
a:active
, .tfoot
a:visited
95 /* ################################################################### */
97 /* ################################################################### */
99 /* Font settings for all non-styled elements */
100 body
, p
, td
, tr
, ol
, ul
102 font: 12px verdana
, geneva
, arial
, helvetica
, sans-serif
;
105 /* Small text (used in copyright) */
106 .smallfont
, .copyright
, dfn
108 font: 11px tahoma
, verdana
, geneva
, arial
, helvetica
, sans-serif
;
111 /* Description text */
118 .tcat
, .thead
, .tfoot
120 font: 12px tahoma
, verdana
, geneva
, arial
, helvetica
, sans-serif
;
124 a:link
, a:visited
, a:active
130 .copyright
a:hover
, .copyright
a:link
, .copyright
a:visited
, .copyright
a:active
132 text-decoration: none
;
138 font: 9pt 'courier new', courier
, monospace
;
141 /* ################################################################### */
142 /* Form styling elements */
143 /* ################################################################### */
145 /* Input elements in a form */
146 input
, textarea
, select
, option
148 font: 12px verdana
, geneva
, arial
, helvetica
, sans-serif
;
151 /* Input formatting */
154 font: bold
11px tahoma
, verdana
, geneva
, arial
, helvetica
, sans-serif
;
158 border: 1px solid
#808080;
165 font: bold
11px tahoma
, verdana
, geneva
, arial
, helvetica
, sans-serif
;
168 border: 1px solid
#808080;
171 /*=====================================================================*\
172 || ###################################################################
175 || ###################################################################
176 \*=====================================================================*/