Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / templates / global.css
1 /*=====================================================================*\
2 || ###################################################################
3 || # Bugdar
4 || # Copyright (c)2004-2009 Blue Static
5 || #
6 || # This program is free software; you can redistribute it and/or modify
7 || # it under the terms of the GNU General Public License as published by
8 || # the Free Software Foundation; version 2 of the License.
9 || #
10 || # This program is distributed in the hope that it will be useful, but
11 || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 || # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 || # more details.
14 || #
15 || # You should have received a copy of the GNU General Public License along
16 || # with this program; if not, write to the Free Software Foundation, Inc.,
17 || # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
18 || ###################################################################
19 \*=====================================================================*/
20
21 body
22 {
23 margin: 0px;
24 padding: 0px;
25 font-family: Verdana, Tahoma, Geneva, "Lucida Grande", Arial, sans-serif;
26 font-size: 12px;
27 background-color: rgb(102, 102, 102);
28 }
29
30 a
31 {
32 color: rgb(0, 0, 0);
33 text-decoration: underline;
34 }
35
36 a:hover, .tlabel a:hover
37 {
38 color: rgb(64, 102, 112);
39 }
40
41 .error
42 {
43 color: rgb(255, 0, 0);
44 text-align: left;
45 zoom: 100%;
46 }
47
48 #header
49 {
50 background-color: rgb(51, 51, 51);
51 color: rgb(255, 255, 255);
52 padding: 5px;
53 padding-left: 10px;
54 }
55
56 #header #title, #header #title a
57 {
58 color: rgb(255, 255, 255);
59 text-decoration: none;
60 font-family: Helvetica, Arial, Tahoma, sans-serif;
61 font-size: 35px;
62 text-shadow: 2px 2px 3px gray;
63 font-weight: 300;
64 }
65
66 #header #title a:hover
67 {
68 text-decoration: underline;
69 }
70
71 #header #time
72 {
73 vertical-align: super;
74 }
75
76 #tabbar
77 {
78 margin: 10px 20px 0px 20px;
79 padding: 4px 16px 5px 0px;
80 }
81
82 #tabbar .tab, .tabfocus
83 {
84 background-color: rgb(204, 204, 204);
85 padding: 4px 15px 4px 15px;
86 color: rgb(0, 0, 0);
87 text-decoration: none;
88 margin: 0px 7px 0px 0px;
89 }
90
91 #tabbar .tab:hover
92 {
93 background-color: rgb(191, 204, 207);
94 text-decoration: underline;
95 }
96
97 #tabbar .tabfocus
98 {
99 background-color: rgb(255, 255, 255);
100 border-bottom: none;
101 padding-bottom: 5px;
102 font-weight: bold;
103 color: rgb(0, 51, 64);
104 }
105
106 #content
107 {
108 background-color: rgb(255, 255, 255);
109 padding: 10px;
110 margin: 0px 20px 5px 20px;
111 }
112
113 .smallcontent
114 {
115 margin-top: 35px;
116
117 }
118
119 .listinghead
120 {
121 background-color: rgb(51, 51, 51);
122 color: rgb(255, 255, 255);
123 font-weight: bold;
124 }
125
126 .listinghead a
127 {
128 color: rgb(255, 255, 255);
129 }
130
131 .listinghead a:hover
132 {
133 color: rgb(64, 102, 112);
134 }
135
136 .listinghead .select
137 {
138 color: rgb(187, 44, 0);
139 font-style: italic;
140 }
141
142 .form
143 {
144 display: inline;
145 }
146
147 .textarea
148 {
149 width: 100%;
150
151 margin: 0px;
152 padding: 0px;
153 left: 0px;
154
155 margin-top: 5px;
156 }
157
158 #copyright
159 {
160 text-align: center;
161 font-size: 10px;
162 }
163
164 #submitrow, .submitrow
165 {
166 background-color: rgb(187, 44, 0);
167 padding: 2px;
168 border: 1px solid rgb(0, 0, 0);
169 text-align: center;
170 }
171
172 .clearspill
173 {
174 clear: both;
175 }
176
177 .alertbox
178 {
179 background-color: rgb(255, 255, 255);
180
181 color: rgb(236, 0, 0);
182
183 border-color: rgb(202, 27, 0);
184 border-style: solid;
185 border-width: 2px;
186
187 padding: 4px;
188 margin: 4px;
189 }
190
191 .smallfont, .smallfont a
192 {
193 color: rgb(255, 255, 255);
194 font-size: 10px;
195 text-decoration: none;
196 }
197
198 .table
199 {
200 width: 100%;
201 border-collapse: separate;
202 border-spacing: 2px;
203 }
204
205 .table td
206 {
207 padding: 2px;
208 }
209
210 .altcolor
211 {
212 background-color: rgb(191, 204, 207);
213 }
214
215 .textcenter
216 {
217 text-align: center;
218 }
219
220 .altwidth
221 {
222 width: 45%;
223 }
224
225 #quicksearch
226 {
227 float: right;
228 margin-top: 5px;
229 display: inline;
230 }
231
232 /*=====================================================================*\
233 || ###################################################################
234 || # $HeadURL$
235 || # $Id$
236 || ###################################################################
237 \*=====================================================================*/