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