r665: Renaming product from "BugStrike" to "Bugdar"
[bugdar.git] / admin / admin.css
1 /* Admin CSS Class for Bugdar [#]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: #D2D3F0;
12 background: #68768A;
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: ridge 4px;
31 }
32
33 /* First row set in all tables */
34 .tcat
35 {
36 color: #97A9C4;
37 background: #38495E url(images/tcat.gif);
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: #97A9C4;
45 }
46
47 /* Row under the TCAT row (often used for column headers) */
48 td.thead, .thead td, .alt3
49 {
50 color: #D6E1EC;
51 font-weight: bold;
52 background: #445B78 url(images/thead.gif);
53 border: inset 1px;
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: #D6E1EC;
60 }
61
62 /* The first type of row used in the alternation cycle */
63 .alt1
64 {
65 color: #38495E;
66 background: #8994A4;
67 }
68
69 /* The second type of row used in the alternation cycle */
70 .alt2
71 {
72 color: #38495E;
73 background: #ABB2BC;
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: #7D7CA3;
86 background: #ECE8D8;
87 border: outset 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: #293F5B;
122 background: none;
123 }
124
125 /* Hover links */
126 a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover
127 {
128 color: #D6E1EC;
129 background: #38495E;
130 }
131
132 .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active
133 {
134 text-decoration: none;
135 }
136
137 /* Mono-space */
138 .code
139 {
140 font: 9pt 'courier new', courier, monospace;
141 }
142
143 /* ################################################################### */
144 /* Form styling elements */
145 /* ################################################################### */
146
147 /* Input elements in a form */
148 input, textarea, select, option
149 {
150 font: 12px verdana, geneva, arial, helvetica, sans-serif;
151 }
152
153 /* Input formatting */
154 .input
155 {
156 font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
157 text-indent: 5px;
158 margin: 1px;
159 margin-top: 3px;
160 }
161
162 /* Button styling */
163 .button
164 {
165 color: #000000;
166 font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
167 margin: 1px;
168 margin-top: 3px;
169 }
170
171 /* ################################################################### */
172 /* Navigation panel */
173 /* ################################################################### */
174
175 /* The background colour for the navigation frame */
176 .nav_body
177 {
178 background: #38495E;
179 }
180
181 .nav_body a:link, .nav_body a:active, .nav_body a:hover, .nav_body a:visited
182 {
183 color: #FFFFFF;
184 text-decoration: none;
185 }
186
187 /* Formatting for groups of nav elements */
188 .nav_group
189 {
190 color: #D6E1EC;
191 background: #445B78;
192 border: #97A9C4 solid 2px;
193 border-width: 0px 2px 1px 2px;
194 }
195
196 /* Nav title border */
197 .nav_title
198 {
199 font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
200 padding: 2px;
201 border: #97A9C4 solid 2px;
202 border-width: 0px 2px 2px 2px;
203 }
204
205 /* Cold nav items */
206 .nav_item
207 {
208 font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
209 padding: 2px 2px 1px 7px;
210 background: #5D7490;
211 border-bottom: #97A9C4 solid 1px;
212 }
213
214 /* Hot nav items */
215 .nav_item_hot
216 {
217 font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
218 padding: 2px 2px 1px 7px;
219 background: #4A5F78;
220 border-bottom: #97A9C4 solid 1px;
221 }
222
223 /* ################################################################### */
224 /* Template manager */
225 /* ################################################################### */
226
227 /* The body of the template manager */
228 .manager_body
229 {
230 background: #38495E;
231 color: #FFFFFF;
232 }
233
234 /* A group of templates */
235 .manager_group
236 {
237 background: #28394E;
238 color: #8994A4;
239 }
240
241 /* Items in a template group */
242 .manager_group_item
243 {
244 background: #364D6F;
245 color: #AABBD3;
246 }
247
248
249 /*=====================================================================*\
250 || ###################################################################
251 || # $HeadURL$
252 || # $Id$
253 || ###################################################################
254 \*=====================================================================*/