r972: Rebranding from Iris Studios to Blue Static
[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 }
46
47 #header
48 {
49 background-color: rgb(51, 51, 51);
50 color: rgb(255, 255, 255);
51 padding: 5px;
52 padding-left: 10px;
53 }
54
55 #header #title, #header #title a
56 {
57 color: rgb(255, 255, 255);
58 text-decoration: none;
59 font-family: Helvetica, Arial, Tahoma, sans-serif;
60 font-size: 35px;
61 text-shadow: 2px 2px 3px gray;
62 font-weight: 300;
63 }
64
65 #header #title a:hover
66 {
67 text-decoration: underline;
68 }
69
70 #header #time
71 {
72 vertical-align: super;
73 }
74
75 #tabbar
76 {
77 margin: 10px 20px 0px 20px;
78 padding: 4px 16px 5px 0px;
79 }
80
81 #tabbar .tab, .tabfocus
82 {
83 background-color: rgb(204, 204, 204);
84 padding: 4px 15px 4px 15px;
85 color: rgb(0, 0, 0);
86 text-decoration: none;
87 margin: 0px 7px 0px 0px;
88 }
89
90 #tabbar .tab:hover
91 {
92 background-color: rgb(191, 204, 207);
93 text-decoration: underline;
94 }
95
96 #tabbar .tabfocus
97 {
98 background-color: rgb(255, 255, 255);
99 border-bottom: none;
100 padding-bottom: 5px;
101 font-weight: bold;
102 color: rgb(0, 51, 64);
103 }
104
105 #content
106 {
107 background-color: rgb(255, 255, 255);
108 padding: 10px;
109 margin: 0px 20px 5px 20px;
110 }
111
112 .smallcontent
113 {
114 margin-top: 35px;
115
116 }
117
118 .listinghead
119 {
120 background-color: rgb(51, 51, 51);
121 color: rgb(255, 255, 255);
122 font-weight: bold;
123 }
124
125 .listinghead a
126 {
127 color: rgb(255, 255, 255);
128 }
129
130 .listinghead a:hover
131 {
132 color: rgb(64, 102, 112);
133 }
134
135 .listinghead .select
136 {
137 color: rgb(187, 44, 0);
138 font-style: italic;
139 }
140
141 .form
142 {
143 display: inline;
144 }
145
146 #copyright
147 {
148 text-align: center;
149 font-size: 10px;
150 }
151
152 #submitrow, .submitrow
153 {
154 background-color: rgb(187, 44, 0);
155 padding: 2px;
156 border: 1px solid rgb(0, 0, 0);
157 text-align: center;
158 }
159
160 .clearspill
161 {
162 clear: both;
163 }
164
165 .alertbox
166 {
167 background-color: rgb(255, 255, 255);
168
169 color: rgb(236, 0, 0);
170
171 border-color: rgb(202, 27, 0);
172 border-style: solid;
173 border-width: 2px;
174
175 padding: 4px;
176 margin: 4px;
177 }
178
179 .smallfont, .smallfont a
180 {
181 color: rgb(255, 255, 255);
182 font-size: 10px;
183 text-decoration: none;
184 }
185
186 /*=====================================================================*\
187 || ###################################################################
188 || # $HeadURL$
189 || # $Id$
190 || ###################################################################
191 \*=====================================================================*/