]> code.citadel.org Git - citadel.git/blob - webcit/static/webcit.css
messages list header : some HTML/CSS modifications
[citadel.git] / webcit / static / webcit.css
1
2 * html {
3         overflow: hidden;
4 }
5
6 body {
7         margin:0;
8         padding: 0 0 0 0;
9         height: 100%;
10         overflow: auto;
11         background-color: #D8D8D8;
12         color: #000000;
13         font-weight: normal;
14         font-size: 10pt;
15         font-family: sans-serif;
16 }
17
18 #iconbar {
19         /* position:fixed; */
20         display:block;
21         top:0px;
22         left:0px;
23         width: 15%;
24         /* height:100%; */
25         background: #ffffee;
26 }
27
28 * html #iconbar {
29         position:absolute;
30         display:block;
31         top:0px;
32         left:0px;
33         width: 15%;
34         /* height:100%; */
35         background: #ffffee;
36 }
37
38 .logo, .logo_citadel {
39         display: block;
40         text-align: center;
41         border-bottom: 1px solid #aaaaaa;
42         margin: 0;
43         padding: 0;
44 }
45
46 .logo_citadel a, .logo_citadel img {
47         border: none;
48 }
49
50 #banner {
51         position:fixed;
52         display:block;
53         top:0px;
54         left: 15%;
55         width: 85%;
56         height: 15%;
57         background: #445;
58 }
59
60 * html #banner {
61         position:absolute;
62         display:block;
63         top:0px;
64         left: 15%;
65         width: 85%;
66         height: 15%;
67         background: #445;
68 }
69
70
71 #banner .room_banner {
72         float: left;
73         width: 48%;
74 }
75
76 .room_banner img {
77         float: left;
78         margin-top: 0;
79         margin-left: 0;
80         margin-bottom: 5px;
81         margin-right: 5px;
82 }
83
84 .room_banner h1 {
85         font-size: 14pt;
86         font-weight: bold;
87         color: #FFFFEE;
88         margin: 0;
89         padding: 2px;
90 }
91
92 .room_banner .infos {
93         font-size: 8pt;
94         color: #FFFFEE;
95         text-align: center;
96         padding: 2px;
97         cursor: help;
98 }
99
100 #room_infos {
101         position: absolute;
102         top: 0px;
103         left: 50%;
104         width: 45%;
105         padding: 11px;
106         margin: 0px;
107         z-index: 100;
108         color: #666;
109         background: white;
110 }
111
112 #room_infos .close_infos {
113         cursor: pointer;
114         font-size: 8pt;
115         color: black;
116         text-align: right;
117         padding: 2px;
118         margin-top: 5px;
119 }
120
121 #banner ul {
122         float: right;
123         text-align: right;
124         width: 48%;
125         margin: 0;
126         padding: 0;
127 }
128
129 #banner ul li {
130         text-align: right;
131         clear: right;
132         list-style: none;
133         margin: 0;
134         padding: 2px;
135         white-space: nowrap;
136 }
137
138 li.search {
139         font-size: 10pt;
140         float: left;
141         color: #FFFFFF;
142 }
143
144 li.view {
145         font-size: 10pt;
146         float: right;
147         color: #FFFFFF;
148 }
149
150 li.search form, li.view form {
151         margin: 0;
152         padding: 0;
153 }
154
155 li.nummsgs {
156         font-size: 10pt;
157         color: #DDDDCC;
158 }
159
160 li.start_page {
161         font-size: 8pt;
162         color: #DDDDCC;
163 }
164
165
166 #navbar {
167         position: absolute; 
168         bottom: 0px; 
169         left: 0px;
170 }
171
172 #navbar ul {
173         float: left;
174         width: 95%;
175         margin: 0;
176         padding: 0;
177         white-space: nowrap;
178         text-align: left;
179 }
180
181 #navbar ul li {
182         display: inline;
183         list-style: none;
184         margin-top: 0;
185         margin-right: 5px;
186         margin-bottom:0 ;
187         margin-left: 20px;
188         white-space: nowrap;
189 }
190
191 #navbar ul li img {
192         margin-top: 0;
193         margin-right: 2px;
194         margin-bottom:0 ;
195         margin-left: 2px;
196 }
197
198 .navbar_link {
199         font-size: 7pt;
200         color: #FFFFEE;
201 }
202
203
204 #important_message {
205         position:absolute;
206         top:0px; right:0px;
207         background-color: #880000;
208         z-index: 2;
209 }
210
211 #content {
212         position:fixed;
213         display:block;
214         top: 16%;
215         left: 15%;
216         width: 85%;
217         height: 84%;
218         overflow: auto;
219         /* overflow-x: hidden; */
220 }
221
222 * html #content {
223         position:absolute;
224         display:block;
225         top: 16%;
226         left: 15%;
227         width: 85%;
228         height: 84%;
229         overflow: auto;
230         /* overflow-x: hidden; */
231 }
232
233 #message_list_hdr {
234         position:fixed;
235         display:block;
236         top: 16%;
237         left: 15%;
238         width: 85%;
239         height: 5%;
240         overflow: none;
241         font-style: italic;
242 }
243
244 * html #message_list_hdr {
245         position:absolute;
246         display:block;
247         top: 16%;
248         left: 15%;
249         width: 85%;
250         height: 5%;
251         overflow: none;
252         font-style: italic;
253 }
254
255 #delbutton {
256         font-size: 6pt;
257 }
258
259 #message_list {
260         position:fixed;
261         display:block;
262         top: 21%;
263         left: 15%;
264         width: 85%;
265         height: 20%;
266         overflow: auto;
267         cursor: pointer;
268 }
269
270 * html #message_list {
271         position:absolute;
272         display:block;
273         top: 21%;
274         left: 15%;
275         width: 85%;
276         height: 20%;
277         overflow: auto;
278         cursor: pointer;
279 }
280
281 #resize_msglist {
282         position:fixed;
283         display:block;
284         top: 41%;
285         left: 15%;
286         width: 85%;
287         height: 1%;
288         overflow: none;
289         cursor: s-resize;
290 }
291
292 * html #resize_msglist {
293         position:absolute;
294         display:block;
295         top: 41%;
296         left: 15%;
297         width: 85%;
298         height: 1%;
299         overflow: none;
300         cursor: s-resize;
301 }
302
303 #preview_pane {
304         position:fixed;
305         display:block;
306         top: 42%;
307         left: 15%;
308         width: 85%;
309         height: 58%;
310         overflow: auto;
311 }
312
313 * html #preview_pane {
314         position:absolute;
315         display:block;
316         top: 42%;
317         left: 15%;
318         width: 85%;
319         height: 58%;
320         overflow: auto;
321 }
322
323
324 .fix_scrollbar_bug {
325         margin-right:1px;               /* Gecko and other non-broken browsers */
326         width: expression('97%');       /* Only IE6 understands 'expression' - fixes weird scrollbarbug */
327 }
328
329 #button {
330         width: 100%;
331         background-color: #ffffee;
332         color: #aaaaaa;
333         font-size: 8pt;
334         list-style: none;
335         margin: 0;
336         padding: 0;
337         border: none;
338 }
339
340 #button li, #button li.switch {
341         border-bottom: 1px solid #aaaaaa;
342         margin: 0;
343 }
344
345 #button li.switch {
346         text-align: center;
347 }
348
349 #button img {
350         vertical-align: middle;
351         padding-left: 2px;
352         padding-right: 5px;
353 }
354
355 #button li a {
356         display: block;
357         background-color: #ffffee;
358         color: #000000;
359         text-decoration: none;
360         width: 100%;
361 }
362
363 html>body #button li a {
364         width: auto;
365 }
366
367 #button li a:hover {
368         background-image:url(/static/body-background.gif);
369         color: #000000;
370 }
371
372 a:link {
373         color: #0000FF;
374         text-decoration: none;
375 }
376
377 a:visited {
378         color: #0000FF;
379         text-decoration: none;
380 }
381
382 a:active {
383         color: #0000FF;
384         text-decoration: none;
385 }
386
387 a:hover {
388         text-decoration: underline;
389 }
390
391 .menubar_link {
392         font-size: 9pt;
393 }
394
395 .titlebar {
396         font-size: 12pt;
397         color: #FFFFEE;
398 }
399
400 .mainmenu {
401         font-size: 10pt;
402         font-weight: bold;
403         color: #880000;
404 }
405
406 .menudesc {
407         font-size: 8pt;
408         color: #000088;
409 }
410
411 .message_header {
412         font-size: 10pt;
413         color: #000000;
414 }
415
416 .message_subject {
417         font-size: 10pt;
418         color: #000000;
419         font-style: italic;
420 }
421
422 .tablabel {
423         font-size: 10pt;
424         font-weight: bold;
425         color: #000000;
426 }
427
428 .boxlabel {
429         font-size: 7pt;
430         font-weight: bold;
431         color: #FFFFEE;
432 }
433
434 .boxlabel a {
435         color: #FFFFEE;
436 }
437
438 .customize {
439         font-size: 8pt;
440         font-style: italic;
441         color: #000044;
442         background-color: #DDDDCC;
443 }
444
445 .room_banner_room_name {
446 }
447
448 .room_banner_room_info {
449 }
450
451 .room_banner_new_messages {
452 }
453
454 .room_banner_start_page {
455 }
456
457 .view_name, .search_name, .selectbox, .inputbox {
458         font-size: 7pt;
459         background: #444455; 
460         color: #ddddcc;
461 }
462
463 .menubar_bg {
464         background-color: #FF0000;
465 }
466
467 .msgbuttons {
468         font-size: 7pt;
469 }
470
471 .roomlist_floor {
472         font-size: 12pt;
473         font-weight: bold;
474         color: #000000;
475 }
476
477 .roomlist_new {
478         font-size: 10pt;
479         color: #880000;
480         font-weight: bold;
481 }
482
483 .roomlist_old {
484         font-size: 10pt;
485         color: #000088;
486 }
487
488 .ib_roomlist_floor {
489         font-size: 8pt;
490         font-weight: bold;
491         color: #000000;
492         cursor: pointer;
493 }
494
495 .ib_roomlist_new {
496         font-size: 10px;
497         color: #880000;
498         font-weight: bold;
499         cursor: pointer;
500 }
501
502 .ib_roomlist_old {
503         font-size: 10px;
504         color: #000088;
505         cursor: pointer;
506 }
507
508 .mailbox_summary {
509         font-size: 10pt;
510         color: #000000;
511 }
512
513
514 blockquote {
515         color: navy !important; background-color: RGB(245,245,245) !important; 
516 }
517 blockquote blockquote {
518         color: maroon !important; background-color: RGB(235,235,235) !important;
519 }
520 blockquote blockquote blockquote {
521         color: green !important; background-color: RGB(225,225,225) !important;
522 }
523 blockquote blockquote blockquote blockquote {
524         color: purple !important; background-color: RGB(215,215,215) !important;
525 }
526 blockquote blockquote blockquote blockquote blockquote {
527         color: teal !important; background-color: RGB(205,205,205) !important;
528 }
529
530 blockquote pre {
531         margin-left: 1%;
532         margin-right: 1%;
533 }
534
535
536 var sub {
537         font-style: normal;
538 }
539
540 .note {
541         font-size: 85%;
542         margin-left: 10%;
543 }
544
545 .toolbar {
546         text-align: center;
547 }
548
549 .toolbar IMG {
550         float: right;
551 }
552
553 .errormsg {
554         color: #AA0000;
555         background: none;
556         font-weight: bold;
557         font-style: italic;
558 }
559
560 .imsg {
561         color: #aaaaaa;
562         background: none;
563         font-weight: bold;
564         font-style: italic;
565         text-align: center;
566 }
567
568 .warning {
569         color: #FF4500;
570         background: none;
571         text-decoration: none;
572 }
573
574 .error strong {
575         color: #DC143C;
576         background: #FFD700;
577         text-decoration: none;
578 }
579
580 .warning strong {
581         color: #FF4500;
582         background: #FFD700;
583         text-decoration: none;
584 }
585
586 .warning a:link, .warning a:visited, .warning a:active {
587         color: #FF4500;
588         background: none;
589         text-decoration: underline;
590 }
591
592 .error a:link, .error a:visited, .error a:active {
593         color: #DC143C;
594         background: none;
595         text-decoration: underline;
596 }
597
598 .error strong a:link, .error strong a:visited, .error strong a:active {
599         color: #DC143C;
600         background: #FFD700;
601 }
602
603 .warning strong a:link, .warning strong a:visited, .warning strong a:active {
604         color: #FF4500;
605         background: #FFD700;
606 }
607
608 colgroup.entity {
609         text-align: center;
610 }
611
612 .default {
613         text-decoration: underline;
614         font-style: normal;
615 }
616
617 .required {
618         font-weight: bold;
619 }
620
621 td li.transitional, .elements li.transitional {
622         font-weight: lighter;
623         color: #696969;
624         background: none;
625 }
626
627 td li.frameset, .elements li.frameset {
628         font-weight: lighter;
629         color: #808080;
630         background: none;
631 }
632
633 @media print {
634         input#toggler, .toolbar { display: none }
635 }
636
637
638 .treetitle {
639         padding:2px;
640         cursor:default;
641         
642         font-size: 11px;
643         color: #000000;
644 }
645 .editednode {
646         padding:2px;
647         cursor:default;
648         background-color: #FFFFFF;;
649         color: #000000;
650         
651         font-size: 11px;
652 }
653 .editednodeinput {
654         background-color: #FFFFFF;;
655         color: #000000;
656         
657         width: 150px;
658         height: 17px;
659         
660         border-style: solid;
661         border-width: 1px;
662         border-color: #000000;
663         
664         font-size: 11px;
665 }
666 .treetitleselectedfocused {
667         padding:2px;
668         cursor:default;
669         background-color: highlight;
670         color: highlighttext;
671         
672         font-size: 11px;
673 }
674 .treetitleselectedblured {
675         padding:2px;
676         cursor:default;
677         background-color: menu;
678         color: windowtext;
679         font-size: 11px;
680 }
681
682
683
684 div.auto_complete {
685         width: 350px;
686         background: #fff;
687 }
688
689 div.auto_complete ul {
690         border:1px solid #888;
691         margin:0;
692         padding:0;
693         width:100%;
694         list-style-type: none;
695         background: #fff;
696 }
697
698 div.auto_complete ul li {
699         margin:0;
700         padding:3px;
701 }
702
703 div.auto_complete ul li.selected {
704         background-color: #ffc;
705
706
707 div.auto_complete ul strong.highlight {
708         color: #800;
709         margin:0;
710         padding:0;
711 }
712
713
714 .floors_config, .roomops_zap {
715         border: 0;
716         background-color: #770000;
717         width: 100%;
718 }
719
720 .roomops_cell_label {
721         background-color: #FFFFFF;
722 }
723
724 .roomops_cell, .roomops_cell_edit {
725         background-color: #CCCCCC;
726 }
727
728 .auth_validate, .event_background, .calendar_background, .calendar_view_background, .graphics_background, .iconbar_background {
729         border: 0;
730         width: 100%;
731         background-color: #ffffff;
732 }
733
734 .mainmenu_background, .messages_background, .paging_background, .preferences_background, .roomops_background, .sieve_background, .siteconfig_background { 
735         border: 0;
736         width: 100%;
737         background-color: #ffffff;
738 }
739
740 .smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .downloads_background, .vcard_edit_background, .who_background   {
741         border: 0;
742         width: 100%;
743         background-color: #ffffff;
744 }
745
746 .auth_banner, .event_banner, .floors_banner, .calendar_banner, .graphics_banner, .iconbar_banner, .inetconf_banner, .listsub_banner {
747         border: 0;
748         width: 100%;
749         background-color: #444455;
750 }
751
752 .mainmenu_banner, .netconf_banner, .paging_banner, .preferences_banner, .roomops_banner, .setup_banner, .sieve_banner, .siteconfig_banner {
753         border: 0;
754         width: 100%;
755         background-color: #444455;
756 }
757
758 .smtpqueue_banner, .summary_banner, .useredit_banner, .userlist_banner, .downloads_banner, .vcard_edit_banner, .who_banner, .room_banner   {
759         border: 0;
760         width: 100%;
761         background-color: #444455;
762 }
763
764
765 .vcard_edit_background_alt, .roomops_background_alt {
766         border: 0;
767         width: 100%;
768         background-color: #dddddd;
769 }
770
771
772 .box {
773         width: 100%;
774         padding: 0px;
775         background-color: #FFFFFF;
776 }
777
778 .boxlabel, .boxcontent {
779         padding: 5px;
780 }
781
782 .boxlabel {
783         background-color: #000088;
784         text-align: center;
785 }
786
787 #login_screen {
788         margin: 3%;
789 }
790
791 .login_content {
792         background-color: white;
793 }
794
795 .login_message, .login_hello {
796         position: relative;
797         margin-left: auto;
798         margin-right: auto;
799         width: 80%;
800         text-align: center;
801 }
802
803 .login_image {
804         display: block;
805         margin-left: auto;
806         margin-right: auto;
807         text-align: center;
808 }
809
810 .login_message {
811         color: red;
812         font-weight: bold;
813         font-size: 16px;
814 }
815
816 #login_form {
817         position: relative;
818         display: block;
819         margin-top: 20px;
820         margin-left: auto;
821         margin-right: auto;
822         margin-bottom: 20px;
823         padding: 6px;
824         width: 300px;
825         background-color: #DDDDDD;
826 }
827
828 #login_form input, #login_form label, #login_form select {
829         display: block;
830         float: left;
831         margin: 6px;
832 }
833
834 #login_form label {
835         width: 130px;
836         text-align: left;
837 }
838
839 #pname, #uname {
840         width: 130px;
841         text-align: left;
842 }
843
844 #login_form br {
845         clear: left;
846 }
847
848 #login_form .logbuttons {
849         margin-left: auto;
850         margin-right: auto;
851 }
852
853 #login_form .logbutton {
854         width: auto;
855         text-align: center;
856 }
857
858 .login_infos {
859         display: block;
860         margin-top: 30px;
861         margin-left: auto;
862         margin-right: auto;
863         width: 80% ;
864         text-align: left;
865 }
866
867 #address_book_popup {
868         position: absolute;
869         top: 100px;
870         right: 25px;
871         width: 320px;
872         height: auto;
873         z-index: 100;
874         background-color: #fff;
875         color: #000;
876         display: none;
877         border: 1px solid black;
878 }
879
880 #address_book_popup_container_div {
881         position: relative;
882         width: 100%;
883         height: 100%;
884         background-color: #ffd;
885 }
886
887 #address_book_popup_middle_div {
888         position: relative;
889         background-color: #ffd;
890 }
891
892 #address_book_inner_div {
893         margin: 5px;
894 }
895
896 #address_book_inner_div select {
897         width: 100%;
898         background-color: #ffd;
899 }
900
901 .address_book_popup_title {
902         font-size: 12pt;
903         background-color: #ffd;
904         color: #000;
905 }