* Repaired all my b0rken COLOR tags
[citadel.git] / webcit / static / style.css
1 a:link {
2   color: #FF0000;
3   text-decoration: none;
4 }
5
6 a:visited {
7   color: #800080;
8   text-decoration: none;
9 }
10
11 a:active {
12   color: #00FF00;
13   text-decoration: none;
14 }
15
16 .menubar_link {
17         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
18         font-size: 9pt;
19 }
20
21 .navbar_link {
22         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
23         font-size: 7pt;
24 }
25
26 .titlebar {
27         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
28         font-size: 12pt;
29         color: #FFFFEE;
30 }
31
32 .message_header {
33         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
34         font-size: 10pt;
35         color: #000000;
36 }
37
38 .message_subject {
39         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
40         font-size: 10pt;
41         color: #000000;
42         font-style: italic;
43 }
44
45 .pull_quote {
46         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
47         font-size: 7pt;
48         font-style: italic;
49         color: #000044;
50 }
51
52 .tablabel {
53         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
54         font-size: 10pt;
55         font-style: bold;
56         color: #FFFFEE;
57 }
58
59 .youhavemail {
60         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
61         font-size: 6pt;
62         font-style: italic;
63         color: #000044;
64 }
65
66 .room_banner_room_name {
67         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
68         font-size: 14pt;
69         font-weight: bold;
70         color: #FFFFEE;
71 }
72
73 .room_banner_room_info {
74         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
75         font-size: 14pt;
76         color: #FFFFEE;
77 }
78
79 .room_banner_new_messages {
80         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
81         font-size: 10pt;
82         color: #DDDDCC;
83 }
84
85 .room_banner_start_page {
86         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
87         font-size: 7pt;
88         color: #DDDDCC;
89 }
90
91
92 .menubar_bg {
93         background-color: #FF0000;
94 }
95
96 .iconbar_link {
97         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
98         font-size: 9pt;
99 }
100
101 .powered_by {
102         font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
103         font-size: 7pt;
104         letter-spacing: 1pt;
105 }
106
107 body {
108   background-image: url("/image&name=background");
109   background: #FFFFFF;
110   color: #000000;
111 }
112
113 h1 {
114   color: #c33;
115   background: none;
116   font-weight: bold;
117   text-align: center
118 }
119
120 h2 {
121   color: #00008b;
122   background: none;
123   font-weight: bold
124 }
125
126 h3 {
127   color: #006400;
128   background: none;
129   margin-left: 4%;
130   margin-right: 4%;
131   font-weight: bold
132 }
133
134 h4 {
135   margin-left: 6%;
136   margin-right: 6%;
137   font-weight: bold
138 }
139
140 h5 {
141   margin-left: 6%;
142   margin-right: 6%;
143   font-weight: bold
144 }
145
146 ul, ol, dl, p {
147   margin-left: 6%;
148   margin-right: 6%
149 }
150
151 ul ul, table ol, table ul, dl ol, dl ul {
152   margin-left: 1.2em;
153   margin-right: 1%;
154   padding-left: 0
155 }
156
157 pre {
158   margin-left: 10%;
159   white-space: pre
160 }
161
162 table caption {
163   font-size: larger;
164   font-weight: bolder
165 }
166
167 table p, table dl, ol p, ul p, dl p, blockquote p, .note p, .note ul, .note ol, .note dl, li pre, dd pre {
168   margin-left: 0;
169   margin-right: 0
170 }
171
172 p.top {
173   margin-left: 1%;
174   margin-right: 1%
175 }
176
177 blockquote {
178   margin-left: 8%;
179   margin-right: 8%;
180   border: thin ridge #dc143c
181 }
182
183 blockquote pre {
184   margin-left: 1%;
185   margin-right: 1%
186 }
187
188 dt a {
189   font-weight: bold;
190   margin-top: .8em
191 }
192
193
194 .html {
195   color: #000080;
196   background: none
197 }
198
199 .css {
200   color: #800000;
201   background: none
202 }
203
204 .javascript {
205   color: #008000;
206   background: none
207 }
208
209 .example { margin-left: 10% }
210
211 dfn {
212   font-style: normal;
213   font-weight: bolder
214 }
215
216 var sub { font-style: normal }
217
218 .note {
219   font-size: 85%;
220   margin-left: 10%
221 }
222
223 .SMA {
224   color: fuchsia;
225   background: none;
226   font-family: Kids, "Comic Sans MS", Jester
227 }
228
229 .oops {
230   font-family: Jester, "Comic Sans MS"
231 }
232
233 .author {
234  font-style: italic;
235 }
236
237 .copyright {
238   font-size: smaller;
239   text-align: right;
240   clear: right
241 }
242
243 .toolbar {
244   text-align: center
245 }
246
247 .toolbar IMG {
248   float: right
249 }
250
251 .error {
252   color: #DC143C;
253   background: none;
254   text-decoration: none
255 }
256
257 .warning {
258   color: #FF4500;
259   background: none;
260   text-decoration: none
261 }
262
263 .error strong {
264   color: #DC143C;
265   background: #FFD700;
266   text-decoration: none
267 }
268
269 .warning strong {
270   color: #FF4500;
271   background: #FFD700;
272   text-decoration: none
273 }
274
275 .warning a:link, .warning a:visited, .warning a:active {
276   color: #FF4500;
277   background: none;
278   text-decoration: underline
279 }
280
281 .error a:link, .error a:visited, .error a:active {
282   color: #DC143C;
283   background: none;
284   text-decoration: underline
285 }
286
287 .error strong a:link, .error strong a:visited, .error strong a:active {
288   color: #DC143C;
289   background: #FFD700
290 }
291
292 .warning strong a:link, .warning strong a:visited, .warning strong a:active {
293   color: #FF4500;
294   background: #FFD700
295 }
296
297 colgroup.entity { text-align: center }
298
299 .default { text-decoration: underline; font-style: normal }
300 .required { font-weight: bold }
301 td li.transitional, .elements li.transitional {
302   font-weight: lighter;
303   color: #696969;
304   background: none
305 }
306
307 td li.frameset, .elements li.frameset {
308   font-weight: lighter;
309   color: #808080;
310   background: none
311 }
312
313 .footer, .checkedDocument {
314   margin-top: 2em;
315   padding-top: 1em;
316   border-top: solid thin black
317 }
318
319 strong.legal {
320   font-weight: normal;
321   text-transform: uppercase
322 }
323
324 @media print {
325   input#toggler, .toolbar { display: none }
326 }
327