* First cut of message list resize. It works but it resizes on mouseup.
[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 .roomlist_floor {
329         font-size: 12pt;
330         font-weight: bold;
331         color: #000000;
332 }
333
334 .roomlist_new {
335         font-size: 10pt;
336         color: #880000;
337         font-weight: bold;
338 }
339
340 .roomlist_old {
341         font-size: 10pt;
342         color: #000088;
343 }
344
345 .mailbox_summary {
346         font-size: 10pt;
347         color: #000000;
348 }
349
350 <!-- begin quote levels colors -->
351
352 blockquote {
353         color: navy !important; background-color: RGB(245,245,245) !important; 
354 }
355 blockquote blockquote {
356         color: maroon !important; background-color: RGB(235,235,235) !important;
357 }
358 blockquote blockquote blockquote {
359         color: green !important; background-color: RGB(225,225,225) !important;
360 }
361 blockquote blockquote blockquote blockquote {
362         color: purple !important; background-color: RGB(215,215,215) !important;
363 }
364 blockquote blockquote blockquote blockquote blockquote {
365         color: teal !important; background-color: RGB(205,205,205) !important;
366 }
367
368 blockquote pre {
369         margin-left: 1%;
370         margin-right: 1%;
371 }
372
373 <!-- end quote levels colors -->
374
375 var sub {
376         font-style: normal;
377 }
378
379 .note {
380         font-size: 85%;
381         margin-left: 10%;
382 }
383
384 .toolbar {
385         text-align: center;
386 }
387
388 .toolbar IMG {
389         float: right;
390 }
391
392 .errormsg {
393         color: #AA0000;
394         background: none;
395         font-weight: bold;
396         font-style: italic;
397 }
398
399 .imsg {
400         color: #aaaaaa;
401         background: none;
402         font-weight: bold;
403         font-style: italic;
404         text-align: center;
405 }
406
407 .warning {
408         color: #FF4500;
409         background: none;
410         text-decoration: none;
411 }
412
413 .error strong {
414         color: #DC143C;
415         background: #FFD700;
416         text-decoration: none;
417 }
418
419 .warning strong {
420         color: #FF4500;
421         background: #FFD700;
422         text-decoration: none;
423 }
424
425 .warning a:link, .warning a:visited, .warning a:active {
426         color: #FF4500;
427         background: none;
428         text-decoration: underline;
429 }
430
431 .error a:link, .error a:visited, .error a:active {
432         color: #DC143C;
433         background: none;
434         text-decoration: underline;
435 }
436
437 .error strong a:link, .error strong a:visited, .error strong a:active {
438         color: #DC143C;
439         background: #FFD700;
440 }
441
442 .warning strong a:link, .warning strong a:visited, .warning strong a:active {
443         color: #FF4500;
444         background: #FFD700;
445 }
446
447 colgroup.entity {
448         text-align: center;
449 }
450
451 .default {
452         text-decoration: underline;
453         font-style: normal;
454 }
455
456 .required {
457         font-weight: bold;
458 }
459
460 td li.transitional, .elements li.transitional {
461         font-weight: lighter;
462         color: #696969;
463         background: none;
464 }
465
466 td li.frameset, .elements li.frameset {
467         font-weight: lighter;
468         color: #808080;
469         background: none;
470 }
471
472 @media print {
473         input#toggler, .toolbar { display: none }
474 }
475
476 <!-- begin nanotree styles -->
477
478 .treetitle {
479         padding:2px;
480         cursor:default;
481         
482         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
483         font-size: 11px;
484         color: #000000;
485 }
486 .editednode {
487         padding:2px;
488         cursor:default;
489         background-color: #FFFFFF;;
490         color: #000000;
491         
492         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
493         font-size: 11px;
494 }
495 .editednodeinput {
496         background-color: #FFFFFF;;
497         color: #000000;
498         
499         width: 150px;
500         height: 17px;
501         
502         border-style: solid;
503         border-width: 1px;
504         border-color: #000000;
505         
506         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
507         font-size: 11px;
508 }
509 .treetitleselectedfocused {
510         padding:2px;
511         cursor:default;
512         background-color: highlight;
513         color: highlighttext;
514         
515         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
516         font-size: 11px;
517 }
518 .treetitleselectedblured {
519         padding:2px;
520         cursor:default;
521         background-color: menu;
522         color: windowtext;
523         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
524         font-size: 11px;
525 }
526
527 <!-- end nanotree styles -->
528
529 <!-- begin address autocompleter styles -->
530
531 div.auto_complete {
532         width: 350px;
533         background: #fff;
534 }
535
536 div.auto_complete ul {
537         border:1px solid #888;
538         margin:0;
539         padding:0;
540         width:100%;
541         list-style-type: none;
542         background: #fff;
543 }
544
545 div.auto_complete ul li {
546         margin:0;
547         padding:3px;
548 }
549
550 div.auto_complete ul li.selected {
551         background-color: #ffc;
552
553
554 div.auto_complete ul strong.highlight {
555         color: #800;
556         margin:0;
557         padding:0;
558 }
559
560 <!-- end address autocompleter styles -->
561
562 </style>