]> code.citadel.org Git - citadel.git/blob - webcit/static/webcit.css
* Made the ImportantMessage div less obtrusive
[citadel.git] / webcit / static / webcit.css
1 <style type="text/css">
2
3 * html {
4         overflow: hidden;
5 }
6
7 body {
8         margin:0;
9         padding: 0 0 0 0;
10         height: 100%;
11         overflow: auto;
12         background-image:url(/static/body-background.gif);
13         color: #000000;
14         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
15         font-weight: normal;
16         font-size: 10pt;
17 }
18
19 #iconbar {
20         position:fixed;
21         display:block;
22         top:0px;
23         left:0px;
24         width: 15%;
25         height:100%;
26         background: #ffffee;
27 }
28
29 * html #iconbar {
30         position:absolute;
31         display:block;
32         top:0px;
33         left:0px;
34         width: 15%;
35         height:100%;
36         background: #ffffff;
37 }
38
39 #banner {
40         position:fixed;
41         display:block;
42         top:0px;
43         left: 15%;
44         width: 85%;
45         height: 15%;
46         background: #444455;
47 }
48
49 * html #banner {
50         position:absolute;
51         display:block;
52         top:0px;
53         left: 15%;
54         width: 85%;
55         height: 15%;
56         background: #444455;
57 }
58
59 #page_popup {
60         position:absolute;
61         top:100px; left:100px;
62         background-color: #880000;
63         z-index: 2;
64 }
65
66 #important_message {
67         position:absolute;
68         top:0px; right:0px;
69         background-color: #880000;
70         z-index: 2;
71 }
72
73 #content {
74         position:fixed;
75         display:block;
76         top: 15%;
77         left: 15%;
78         width: 85%;
79         height: 85%;
80         overflow: auto;
81         /* overflow-x: hidden; */
82 }
83
84 * html #content {
85         position:absolute;
86         display:block;
87         top: 15%;
88         left: 15%;
89         width: 85%;
90         height: 85%;
91         overflow: auto;
92         /* overflow-x: hidden; */
93 }
94
95 #message_list {
96         position:fixed;
97         display:block;
98         top: 15%;
99         left: 15%;
100         width: 85%;
101         height: 20%;
102         overflow: auto;
103 }
104
105 * html #message_list {
106         position:absolute;
107         display:block;
108         top: 15%;
109         left: 15%;
110         width: 85%;
111         height: 20%;
112         overflow: auto;
113 }
114
115 #preview_pane {
116         position:fixed;
117         display:block;
118         top: 35%;
119         left: 15%;
120         width: 85%;
121         height: 65%;
122         overflow: auto;
123 }
124
125 * html #preview_pane {
126         position:absolute;
127         display:block;
128         top: 35%;
129         left: 15%;
130         width: 85%;
131         height: 65%;
132         overflow: auto;
133 }
134
135 #fix_scrollbar_bug {
136         margin-right:1px;               /* Gecko */
137         width: expression('97%');       /* Only IE6 understands 'expression' and it also has the weird scrollbarbug */
138 }
139
140 #button {
141         width: 100%;
142         padding: 0 0 1em 0;
143         margin-bottom: 1em;
144         background-color: #ffffee;
145         color: #aaaaaa;
146         font-size: 8pt;
147 }
148
149 #button ul {
150         list-style: none;
151         margin: 0;
152         padding: 0;
153         border: none;
154 }
155
156 #button li {
157         border-bottom: 1px solid #aaaaaa;
158         margin: 0;
159 }
160
161 #button img {
162         vertical-align: middle;
163         padding-left: 2px;
164         padding-right: 5px;
165 }
166
167 #button li a {
168         display: block;
169         background-color: #ffffee;
170         color: #000000;
171         text-decoration: none;
172         width: 100%;
173 }
174
175 html>body #button li a {
176         width: auto;
177 }
178
179 #button li a:hover {
180         //background-color: #ddddff;
181         background-image:url(/static/body-background.gif);
182         color: #000000;
183 }
184
185 a:link {
186         color: #0000FF;
187         text-decoration: none;
188 }
189
190 a:visited {
191         color: #0000FF;
192         text-decoration: none;
193 }
194
195 a:active {
196         color: #0000FF;
197         text-decoration: none;
198 }
199
200 a:hover {
201         text-decoration: underline;
202 }
203
204 .menubar_link {
205         font-size: 9pt;
206 }
207
208 .navbar_link {
209         font-size: 7pt;
210         color: #FFFFEE;
211 }
212
213 .titlebar {
214         font-size: 12pt;
215         color: #FFFFEE;
216 }
217
218 .mainmenu {
219         font-size: 10pt;
220         font-weight: bold;
221         color: #880000;
222 }
223
224 .menudesc {
225         font-size: 8pt;
226         color: #000088;
227 }
228
229 .message_header {
230         font-size: 10pt;
231         color: #000000;
232 }
233
234 .message_subject {
235         font-size: 10pt;
236         color: #000000;
237         font-style: italic;
238 }
239
240 .tablabel {
241         font-size: 10pt;
242         font-weight: bold;
243         color: #000000;
244 }
245
246 .boxlabel {
247         font-size: 7pt;
248         font-weight: bold;
249         color: #FFFFEE;
250 }
251
252 .youhavemail {
253         font-size: 6pt;
254         font-style: italic;
255         color: #000044;
256 }
257
258 .customize {
259         font-size: 8pt;
260         font-style: italic;
261         color: #000044;
262         background-color: #DDDDCC;
263 }
264
265 .room_banner_room_name {
266         font-size: 14pt;
267         font-weight: bold;
268         color: #FFFFEE;
269 }
270
271 .room_banner_room_info {
272         font-size: 6pt;
273         color: #FFFFEE;
274 }
275
276 .room_banner_new_messages {
277         font-size: 10pt;
278         color: #DDDDCC;
279 }
280
281 .room_banner_start_page {
282         font-size: 7pt;
283         color: #DDDDCC;
284 }
285
286 .menubar_bg {
287         background-color: #FF0000;
288 }
289
290 .roomlist_floor {
291         font-size: 12pt;
292         font-weight: bold;
293         color: #000000;
294 }
295
296 .roomlist_new {
297         font-size: 10pt;
298         color: #880000;
299         font-weight: bold;
300 }
301
302 .roomlist_old {
303         font-size: 10pt;
304         color: #000088;
305 }
306
307 blockquote {
308         margin-left: 8%;
309         margin-right: 8%;
310         border: thin ridge #dc143c;
311 }
312
313 blockquote pre {
314         margin-left: 1%;
315         margin-right: 1%;
316 }
317
318 var sub {
319         font-style: normal;
320 }
321
322 .note {
323         font-size: 85%;
324         margin-left: 10%;
325 }
326
327 .toolbar {
328         text-align: center;
329 }
330
331 .toolbar IMG {
332         float: right;
333 }
334
335 .errormsg {
336         color: #AA0000;
337         background: none;
338         font-weight: bold;
339         font-style: italic;
340 }
341
342 .imsg {
343         color: #aaaaaa;
344         background: none;
345         font-weight: bold;
346         font-style: italic;
347         text-align: center;
348 }
349
350 .warning {
351         color: #FF4500;
352         background: none;
353         text-decoration: none;
354 }
355
356 .error strong {
357         color: #DC143C;
358         background: #FFD700;
359         text-decoration: none;
360 }
361
362 .warning strong {
363         color: #FF4500;
364         background: #FFD700;
365         text-decoration: none;
366 }
367
368 .warning a:link, .warning a:visited, .warning a:active {
369         color: #FF4500;
370         background: none;
371         text-decoration: underline;
372 }
373
374 .error a:link, .error a:visited, .error a:active {
375         color: #DC143C;
376         background: none;
377         text-decoration: underline;
378 }
379
380 .error strong a:link, .error strong a:visited, .error strong a:active {
381         color: #DC143C;
382         background: #FFD700;
383 }
384
385 .warning strong a:link, .warning strong a:visited, .warning strong a:active {
386         color: #FF4500;
387         background: #FFD700;
388 }
389
390 colgroup.entity {
391         text-align: center;
392 }
393
394 .default {
395         text-decoration: underline;
396         font-style: normal;
397 }
398
399 .required {
400         font-weight: bold;
401 }
402
403 td li.transitional, .elements li.transitional {
404         font-weight: lighter;
405         color: #696969;
406         background: none;
407 }
408
409 td li.frameset, .elements li.frameset {
410         font-weight: lighter;
411         color: #808080;
412         background: none;
413 }
414
415 @media print {
416         input#toggler, .toolbar { display: none }
417 }
418
419 <!-- begin nanotree styles -->
420
421 .treetitle {
422         padding:2px;
423         cursor:default;
424         
425         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
426         font-size: 11px;
427         color: #000000;
428 }
429 .editednode {
430         padding:2px;
431         cursor:default;
432         background-color: #FFFFFF;;
433         color: #000000;
434         
435         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
436         font-size: 11px;
437 }
438 .editednodeinput {
439         background-color: #FFFFFF;;
440         color: #000000;
441         
442         width: 150px;
443         height: 17px;
444         
445         border-style: solid;
446         border-width: 1px;
447         border-color: #000000;
448         
449         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
450         font-size: 11px;
451 }
452 .treetitleselectedfocused {
453         padding:2px;
454         cursor:default;
455         background-color: highlight;
456         color: highlighttext;
457         
458         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
459         font-size: 11px;
460 }
461 .treetitleselectedblured {
462         padding:2px;
463         cursor:default;
464         background-color: menu;
465         color: windowtext;
466         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
467         font-size: 11px;
468 }
469
470 <!-- end nanotree styles -->
471
472 </style>