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