* Placed a mini roomlist in the iconbar. This is not in its final form.
[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: #445;
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: #445;
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_hdr {
96         position:fixed;
97         display:block;
98         top: 15%;
99         left: 15%;
100         width: 85%;
101         height: 5%;
102         overflow: none;
103 }
104
105 * html #message_list_hdr {
106         position:absolute;
107         display:block;
108         top: 15%;
109         left: 15%;
110         width: 85%;
111         height: 5%;
112         overflow: none;
113 }
114
115 #message_list {
116         position:fixed;
117         display:block;
118         top: 20%;
119         left: 15%;
120         width: 85%;
121         height: 20%;
122         overflow: auto;
123         cursor: pointer;
124 }
125
126 * html #message_list {
127         position:absolute;
128         display:block;
129         top: 20%;
130         left: 15%;
131         width: 85%;
132         height: 20%;
133         overflow: auto;
134         cursor: pointer;
135 }
136
137 #resize_msglist {
138         position:fixed;
139         display:block;
140         top: 40%;
141         left: 15%;
142         width: 85%;
143         height: 1%;
144         overflow: none;
145         cursor: s-resize;
146 }
147
148 * html #resize_msglist {
149         position:absolute;
150         display:block;
151         top: 40%;
152         left: 15%;
153         width: 85%;
154         height: 1%;
155         overflow: none;
156         cursor: s-resize;
157 }
158
159 #preview_pane {
160         position:fixed;
161         display:block;
162         top: 41%;
163         left: 15%;
164         width: 85%;
165         height: 59%;
166         overflow: auto;
167 }
168
169 * html #preview_pane {
170         position:absolute;
171         display:block;
172         top: 41%;
173         left: 15%;
174         width: 85%;
175         height: 59%;
176         overflow: auto;
177 }
178
179 #fix_scrollbar_bug {
180         margin-right:1px;               /* Gecko */
181         width: expression('97%');       /* Only IE6 understands 'expression' and it also has the weird scrollbarbug */
182 }
183
184 #button {
185         width: 100%;
186         padding: 0 0 1em 0;
187         margin-bottom: 1em;
188         background-color: #ffffee;
189         color: #aaaaaa;
190         font-size: 8pt;
191 }
192
193 #button ul {
194         list-style: none;
195         margin: 0;
196         padding: 0;
197         border: none;
198 }
199
200 #button li {
201         border-bottom: 1px solid #aaaaaa;
202         margin: 0;
203 }
204
205 #button img {
206         vertical-align: middle;
207         padding-left: 2px;
208         padding-right: 5px;
209 }
210
211 #button li a {
212         display: block;
213         background-color: #ffffee;
214         color: #000000;
215         text-decoration: none;
216         width: 100%;
217 }
218
219 html>body #button li a {
220         width: auto;
221 }
222
223 #button li a:hover {
224         //background-color: #ddddff;
225         background-image:url(/static/body-background.gif);
226         color: #000000;
227 }
228
229 a:link {
230         color: #0000FF;
231         text-decoration: none;
232 }
233
234 a:visited {
235         color: #0000FF;
236         text-decoration: none;
237 }
238
239 a:active {
240         color: #0000FF;
241         text-decoration: none;
242 }
243
244 a:hover {
245         text-decoration: underline;
246 }
247
248 .menubar_link {
249         font-size: 9pt;
250 }
251
252 .navbar_link {
253         font-size: 7pt;
254         color: #FFFFEE;
255 }
256
257 .titlebar {
258         font-size: 12pt;
259         color: #FFFFEE;
260 }
261
262 .mainmenu {
263         font-size: 10pt;
264         font-weight: bold;
265         color: #880000;
266 }
267
268 .menudesc {
269         font-size: 8pt;
270         color: #000088;
271 }
272
273 .message_header {
274         font-size: 10pt;
275         color: #000000;
276 }
277
278 .message_subject {
279         font-size: 10pt;
280         color: #000000;
281         font-style: italic;
282 }
283
284 .tablabel {
285         font-size: 10pt;
286         font-weight: bold;
287         color: #000000;
288 }
289
290 .boxlabel {
291         font-size: 7pt;
292         font-weight: bold;
293         color: #FFFFEE;
294 }
295
296 .customize {
297         font-size: 8pt;
298         font-style: italic;
299         color: #000044;
300         background-color: #DDDDCC;
301 }
302
303 .room_banner_room_name {
304         font-size: 14pt;
305         font-weight: bold;
306         color: #FFFFEE;
307 }
308
309 .room_banner_room_info {
310         font-size: 6pt;
311         color: #FFFFEE;
312 }
313
314 .room_banner_new_messages {
315         font-size: 10pt;
316         color: #DDDDCC;
317 }
318
319 .room_banner_start_page {
320         font-size: 7pt;
321         color: #DDDDCC;
322 }
323
324 .menubar_bg {
325         background-color: #FF0000;
326 }
327
328 .msgbuttons {
329         font-size: 7pt;
330 }
331
332 .roomlist_floor {
333         font-size: 12pt;
334         font-weight: bold;
335         color: #000000;
336 }
337
338 .roomlist_new {
339         font-size: 10pt;
340         color: #880000;
341         font-weight: bold;
342 }
343
344 .roomlist_old {
345         font-size: 10pt;
346         color: #000088;
347 }
348
349 .ib_roomlist_floor {
350         font-size: 8pt;
351         font-weight: bold;
352         color: #000000;
353 }
354
355 .ib_roomlist_new {
356         font-size: 6pt;
357         color: #880000;
358         font-weight: bold;
359 }
360
361 .ib_roomlist_old {
362         font-size: 6pt;
363         color: #000088;
364 }
365
366 .mailbox_summary {
367         font-size: 10pt;
368         color: #000000;
369 }
370
371 <!-- begin quote levels colors -->
372
373 blockquote {
374         color: navy !important; background-color: RGB(245,245,245) !important; 
375 }
376 blockquote blockquote {
377         color: maroon !important; background-color: RGB(235,235,235) !important;
378 }
379 blockquote blockquote blockquote {
380         color: green !important; background-color: RGB(225,225,225) !important;
381 }
382 blockquote blockquote blockquote blockquote {
383         color: purple !important; background-color: RGB(215,215,215) !important;
384 }
385 blockquote blockquote blockquote blockquote blockquote {
386         color: teal !important; background-color: RGB(205,205,205) !important;
387 }
388
389 blockquote pre {
390         margin-left: 1%;
391         margin-right: 1%;
392 }
393
394 <!-- end quote levels colors -->
395
396 var sub {
397         font-style: normal;
398 }
399
400 .note {
401         font-size: 85%;
402         margin-left: 10%;
403 }
404
405 .toolbar {
406         text-align: center;
407 }
408
409 .toolbar IMG {
410         float: right;
411 }
412
413 .errormsg {
414         color: #AA0000;
415         background: none;
416         font-weight: bold;
417         font-style: italic;
418 }
419
420 .imsg {
421         color: #aaaaaa;
422         background: none;
423         font-weight: bold;
424         font-style: italic;
425         text-align: center;
426 }
427
428 .warning {
429         color: #FF4500;
430         background: none;
431         text-decoration: none;
432 }
433
434 .error strong {
435         color: #DC143C;
436         background: #FFD700;
437         text-decoration: none;
438 }
439
440 .warning strong {
441         color: #FF4500;
442         background: #FFD700;
443         text-decoration: none;
444 }
445
446 .warning a:link, .warning a:visited, .warning a:active {
447         color: #FF4500;
448         background: none;
449         text-decoration: underline;
450 }
451
452 .error a:link, .error a:visited, .error a:active {
453         color: #DC143C;
454         background: none;
455         text-decoration: underline;
456 }
457
458 .error strong a:link, .error strong a:visited, .error strong a:active {
459         color: #DC143C;
460         background: #FFD700;
461 }
462
463 .warning strong a:link, .warning strong a:visited, .warning strong a:active {
464         color: #FF4500;
465         background: #FFD700;
466 }
467
468 colgroup.entity {
469         text-align: center;
470 }
471
472 .default {
473         text-decoration: underline;
474         font-style: normal;
475 }
476
477 .required {
478         font-weight: bold;
479 }
480
481 td li.transitional, .elements li.transitional {
482         font-weight: lighter;
483         color: #696969;
484         background: none;
485 }
486
487 td li.frameset, .elements li.frameset {
488         font-weight: lighter;
489         color: #808080;
490         background: none;
491 }
492
493 @media print {
494         input#toggler, .toolbar { display: none }
495 }
496
497 <!-- begin nanotree styles -->
498
499 .treetitle {
500         padding:2px;
501         cursor:default;
502         
503         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
504         font-size: 11px;
505         color: #000000;
506 }
507 .editednode {
508         padding:2px;
509         cursor:default;
510         background-color: #FFFFFF;;
511         color: #000000;
512         
513         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
514         font-size: 11px;
515 }
516 .editednodeinput {
517         background-color: #FFFFFF;;
518         color: #000000;
519         
520         width: 150px;
521         height: 17px;
522         
523         border-style: solid;
524         border-width: 1px;
525         border-color: #000000;
526         
527         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
528         font-size: 11px;
529 }
530 .treetitleselectedfocused {
531         padding:2px;
532         cursor:default;
533         background-color: highlight;
534         color: highlighttext;
535         
536         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
537         font-size: 11px;
538 }
539 .treetitleselectedblured {
540         padding:2px;
541         cursor:default;
542         background-color: menu;
543         color: windowtext;
544         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
545         font-size: 11px;
546 }
547
548 <!-- end nanotree styles -->
549
550 <!-- begin address autocompleter styles -->
551
552 div.auto_complete {
553         width: 350px;
554         background: #fff;
555 }
556
557 div.auto_complete ul {
558         border:1px solid #888;
559         margin:0;
560         padding:0;
561         width:100%;
562         list-style-type: none;
563         background: #fff;
564 }
565
566 div.auto_complete ul li {
567         margin:0;
568         padding:3px;
569 }
570
571 div.auto_complete ul li.selected {
572         background-color: #ffc;
573
574
575 div.auto_complete ul strong.highlight {
576         color: #800;
577         margin:0;
578         padding:0;
579 }
580
581 <!-- end address autocompleter styles -->
582
583 </style>