r1260: Fixed a really annoying bug where IE6 hides error messages for no apparent...
[bugdar.git] / templates / global.css
1 /*=====================================================================*\
2 || ###################################################################
3 || # Bugdar [#]version[#]
4 || # Copyright ©2002-[#]year[#] 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 [#]gpl[#] 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 #copyright
148 {
149 text-align: center;
150 font-size: 10px;
151 }
152
153 #submitrow, .submitrow
154 {
155 background-color: rgb(187, 44, 0);
156 padding: 2px;
157 border: 1px solid rgb(0, 0, 0);
158 text-align: center;
159 }
160
161 .clearspill
162 {
163 clear: both;
164 }
165
166 .alertbox
167 {
168 background-color: rgb(255, 255, 255);
169
170 color: rgb(236, 0, 0);
171
172 border-color: rgb(202, 27, 0);
173 border-style: solid;
174 border-width: 2px;
175
176 padding: 4px;
177 margin: 4px;
178 }
179
180 .smallfont, .smallfont a
181 {
182 color: rgb(255, 255, 255);
183 font-size: 10px;
184 text-decoration: none;
185 }
186
187 /*=====================================================================*\
188 || ###################################################################
189 || # $HeadURL$
190 || # $Id$
191 || ###################################################################
192 \*=====================================================================*/