r665: Renaming product from "BugStrike" to "Bugdar"
[bugdar.git] / admin / admin-bw.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: #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 .tfoot a:link, .tfoot a:hover, .tfoot a:active, .tfoot a:visited
91 {
92 color: #FFFFFF;
93 }
94
95 /* ################################################################### */
96 /* Text elements */
97 /* ################################################################### */
98
99 /* Font settings for all non-styled elements */
100 body, p, td, tr, ol, ul
101 {
102 font: 12px verdana, geneva, arial, helvetica, sans-serif;
103 }
104
105 /* Small text (used in copyright) */
106 .smallfont, .copyright, dfn
107 {
108 font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
109 }
110
111 /* Description text */
112 dfn
113 {
114 font-style: italic;
115 }
116
117 /* Table headings */
118 .tcat, .thead, .tfoot
119 {
120 font: 12px tahoma, verdana, geneva, arial, helvetica, sans-serif;
121 }
122
123 /* Normal links */
124 a:link, a:visited, a:active
125 {
126 color: #000000;
127 background: none;
128 }
129
130 .copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active
131 {
132 text-decoration: none;
133 }
134
135 /* Mono-space */
136 .code
137 {
138 font: 9pt 'courier new', courier, monospace;
139 }
140
141 /* ################################################################### */
142 /* Form styling elements */
143 /* ################################################################### */
144
145 /* Input elements in a form */
146 input, textarea, select, option
147 {
148 font: 12px verdana, geneva, arial, helvetica, sans-serif;
149 }
150
151 /* Input formatting */
152 .input
153 {
154 font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
155 text-indent: 5px;
156 margin: 1px;
157 margin-top: 3px;
158 border: 1px solid #808080;
159 }
160
161 /* Button styling */
162 .button
163 {
164 color: #000000;
165 font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
166 margin: 1px;
167 margin-top: 3px;
168 border: 1px solid #808080;
169 }
170
171 /*=====================================================================*\
172 || ###################################################################
173 || # $HeadURL$
174 || # $Id$
175 || ###################################################################
176 \*=====================================================================*/