r582: Finishing touches to the style
[bugdar.git] / admin / admin-bw.css
1 /* Admin CSS Class for BugStrike [#]version[#] */
2 /* (c) 2002 - [#]year[#] Iris Studios, Inc.*/
3
4 /* ################################################################### */
5 /* Body and table elements */
6 /* ################################################################### */
7
8 /* Main window background colour and font colour */
9 body
10 {
11 color: #000000;
12 background: #FFFFFF;
13 }
14
15 /* The row that goes on top of all other content */
16 .phead
17 {
18 color: #1C1C21;
19 font-size: 11pt;
20 font-weight: bold;
21 text-align: left;
22 border-bottom: outset 3px;
23 background: #445B78;
24 padding: 2px 25px; 2px; 25px;
25 }
26
27 /* Border area around tables and inbetween spacing */
28 .tborder
29 {
30 border: 2px solid black;
31 }
32
33 /* First row set in all tables */
34 .tcat
35 {
36 color: #FFFFFF;
37 background: #000000;
38 border-bottom: outset 1px;
39 }
40
41 /* Links within the TCAT class */
42 .tcat a:link, .tcat a:visited, .tcat a:active
43 {
44 color: #FFFFFF;
45 }
46
47 /* Row under the TCAT row (often used for column headers) */
48 td.thead, .thead td, .alt3
49 {
50 color: #FFFFFF;
51 font-weight: bold;
52 background: #666666;
53 border: outset 1px black;
54 }
55
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
58 {
59 color: #FFFFFF;
60 }
61
62 /* The first type of row used in the alternation cycle */
63 .alt1
64 {
65 color: #000000;
66 background: #FFFFFF;
67 }
68
69 /* The second type of row used in the alternation cycle */
70 .alt2
71 {
72 color: #000000;
73 background: #FFFFFF;
74 }
75
76 /* The third alternation, used in special cases */
77 .alt3
78 {
79 border: 0px;
80 }
81
82 /* The last row in the table (often used for the submit buttons) */
83 .tfoot
84 {
85 color: #FFFFFF;
86 background: #000000;
87 border: inset 1px;
88 }
89
90 /* ################################################################### */
91 /* Text elements */
92 /* ################################################################### */
93
94 /* Font settings for all non-styled elements */
95 body, p, td, tr, ol, ul
96 {
97 font: 12px verdana, geneva, arial, helvetica, sans-serif;
98 }
99
100 /* Small text (used in copyright) */
101 .smallfont, .copyright, dfn
102 {
103 font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
104 }
105
106 /* Description text */
107 dfn
108 {
109 font-style: italic;
110 }
111
112 /* Table headings */
113 .tcat, .thead, .tfoot
114 {
115 font: 12px tahoma, verdana, geneva, arial, helvetica, sans-serif;
116 }
117
118 /* Normal links */
119 a:link, a:visited, a:active
120 {
121 color: #000000;
122 background: none;
123 }
124
125 .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active
126 {
127 text-decoration: none;
128 }
129
130 /* Mono-space */
131 .code
132 {
133 font: 9pt 'courier new', courier, monospace;
134 }
135
136 /* ################################################################### */
137 /* Form styling elements */
138 /* ################################################################### */
139
140 /* Input elements in a form */
141 input, textarea, select, option
142 {
143 font: 12px verdana, geneva, arial, helvetica, sans-serif;
144 }
145
146 /* Input formatting */
147 .input
148 {
149 font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
150 text-indent: 5px;
151 margin: 1px;
152 margin-top: 3px;
153 border: 1px solid #808080;
154 }
155
156 /* Button styling */
157 .button
158 {
159 color: #000000;
160 font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
161 margin: 1px;
162 margin-top: 3px;
163 border: 1px solid #808080;
164 }
165
166 /*=====================================================================*\
167 || ###################################################################
168 || # $HeadURL$
169 || # $Id$
170 || ###################################################################
171 \*=====================================================================*/