CSS3 rounded corners on tabs!
[citadel.git] / webcit / static / styles / webcit.css
1 /*
2  * Copyright 2005 - 2010 The Citadel Team
3  * Licensed under the GPL V3
4  */
5
6 /* These stylesheets were split from this one for convenience */
7
8 @import url("login.css");
9 @import url("global.css");
10 @import url("iconbar.css");
11 @import url("banner.css");
12 @import url("navbar.css");
13 @import url("content.css");
14 @import url("box.css");
15
16 @media print {
17         input#toggler, .toolbar { display: none }
18 }
19
20 /* Typography */
21
22 html {font-size: 100%}
23
24 body { font-size: 100%}
25
26 .address_book_popup_title { font-size: 130% }
27
28 #button, #content .msgbuttons a, .button_link a, input#delbutton,.attachfile,.logbuttons input,.buttons input, .buttons a, .customize, .menubar_link, .roomlist_floor, .ib_roomlist_floor, .roomlist_new, .ib_roomlist_new, .roomlist_old, .ib_roomlist_old, #banner ul.room_actions li, .selector_top, .selector_bottom, .banner .infos,li.search,li.view, .room_actions form select option, .selectbox, .message_header, ul.adminitems li span, #message_list tr > td {
29         font-size: 100%;
30 }
31
32 #nummsgs { font-size: 75% }
33
34 #message_list_hdr table { font-size: 80% }
35
36 .mailbox_summary { font-size: 80% }
37
38 #online_users li a { font-size: 80% !important }
39
40 /* Color */
41
42 body {
43         background-color: #6C91A6;
44         font-family: sans-serif;
45 }
46
47 .marked_row { 
48         color: white;
49         background-color: #69aaff !important;
50 }
51
52 .service form div,table.altern .odd, #message_list, .message_content, #roomlist_div,.editednode,.mailbox_summary, .auth_validate, .event_background, .calendar_background, .calendar_view_background, .graphics_background, .messages_background, .paging_background, .preferences_background, .roomops_background, .sieve_background, .siteconfig_background, .smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .wiki_history_background, .wiki_pagelist_background, .downloads_background, .vcard_edit_background, div.auto_complete, div.auto_complete ul, #summary_view {
53         background-color: #FFF;
54         color: #000;
55 }
56
57 #message_list_hdr table, #resize_msglist, .message, .message_header, .vcard_edit_background_alt,.roomops_background_alt {
58         background-color: #CCC;
59 }
60
61 #online_users li.inactiveuser a { background-color: transparent }
62
63 #room_infos, #address_book_popup,.roomops_cell, .roomops_cell_edit, .mimepart {
64         background-color: #F0FFFF;
65         color: #333;
66
67
68 #online_users:hover { /* separate in order for override */
69         background-color: #F0FFFF !important;
70         color: #333 !important;
71 }
72
73 #room_infos, #address_book_popup, .mimepart, .room_actions form select {
74         border: 1px solid #333;
75         overflow: scroll;
76 }
77
78 .buttons a,.roomlist_floor,.tablabel,.treetitle {
79         color: #000;
80         font-weight: 700;
81 }
82
83 #online_users li {
84         border: none;
85         border-top: 1px solid #AAA;
86 }
87
88 .mimepart div,.required { font-weight: 700 }
89
90 .selector_top,.selector_bottom {
91         background-color: #022750;
92         border-top: 1px solid black;
93         border-bottom: 1px solid black;
94         color: #FFF;
95 }
96
97 #message_list_hdr form input { border: 0 }
98
99 #message_list_hdr select {
100         background-color: #AD1C00;
101         border: 1px solid #6C91A6;
102 }
103
104 #message_list_hdr table { font-style: italic }
105
106 #resize_msglist {
107         background-image: url(/static/resizegrippy.gif);
108         background-position: center;
109         background-repeat: no-repeat; 
110 }
111
112 #resize_msglist hr {
113         background-color: #999;
114         border: 0;
115         color: #999;
116         height: 3px;
117 }
118
119 .message {
120         border: 1px outset #999;
121         clear: both;
122 }
123
124 .message_header .message_subject {
125         font-style: italic;
126         float: left;    
127 }
128
129 .adminlist { list-style: none }
130
131 .customize {
132         background-color: #DDC;
133         color: #004;
134         font-style: italic;
135 }
136
137 .default {
138         font-style: normal;
139         text-decoration: underline;
140 }
141
142 .editednodeinput {
143         background-color: #FFF;
144         border: 1px solid #000;
145         color: #000;
146         height: 17px;
147         width: 150px;
148 }
149
150 .error a:link, .error a:visited, .error a:active {
151         background: none;
152         color: #DC143C;
153         text-decoration: underline;
154 }
155
156 .error strong {
157         background: #FFD700;
158         color: #DC143C;
159         text-decoration: none;
160 }
161
162 .error strong a:link,.error strong a:visited,.error strong a:active {
163         background: #FFD700;
164         color: #DC143C;
165 }
166
167 .errormsg {
168         background: none;
169         color: #A00;
170         font-style: italic;
171         font-weight: 700;
172 }
173
174 .floors_config, .roomops_zap {
175         background-color: #700;
176         border: 0;
177 }
178
179 .imsg {
180         background: none;
181         color: #AAA;
182         font-style: italic;
183         font-weight: 700;
184 }
185
186 .menubar_bg { background-color: red }
187
188 .mimepart div span {
189         display: block;
190         font-style: italic;
191 }
192
193 .mimepart dl dd, .mimepart dl dt {
194         border-top: 1px solid #AAA;
195 }
196
197 .mailbox_summary td {
198         /* border-top: 1px solid #AAA; */
199         white-space: nowrap;
200         overflow: hidden;
201 }
202
203 .mimepart dl dt { font-weight: 700 }
204
205 .roomops_cell_label, .tab_cell_label {
206         background-color: #FF7814;
207         color: #FFF;
208         font-weight: 700;
209         border-radius: 8px 8px 0 0;
210         -webkit-border-radius: 8px 8px 0 0;
211         -moz-border-radius: 8px 8px 0 0;
212         behavior: url(/static/styles/PIE.htc);
213 }
214
215 .selectbox { background-color: #FF8000 }
216
217 .tab_cell, .tab_cell_edit {
218         background-color: #CCC;
219         font-weight: 700;
220         border-radius: 8px 8px 0 0;
221         -webkit-border-radius: 8px 8px 0 0;
222         -moz-border-radius: 8px 8px 0 0;
223         behavior: url(/static/styles/PIE.htc);
224 }
225
226 .tabcontent {
227         background-color: #FFF;
228         border-top: 3px solid #FF7814;
229 }
230
231 .treetitleselectedblured {
232         background-color: menu;
233         color: windowtext;
234 }
235
236 .treetitleselectedfocused {
237         background-color: highlight;
238         color: highlighttext;
239 }
240
241 .warning a:link, .warning a:visited, .warning a:active, .warning {
242         background: none;
243         color: #FF4500;
244 }
245
246 .warning, .warning strong { text-decoration: none }
247
248 .warning a:link,.warning a:visited,.warning a:active {
249         text-decoration: underline;
250 }
251
252 .warning strong {
253         background: #FFD700;
254         color: #FF4500;
255 }
256
257 .warning strong a:link,.warning strong a:visited,.warning strong a:active {
258         background: #FFD700;
259         color: #FF4500;
260 }
261
262 blockquote {
263         background-color: #f5f5f5 !important;
264         color: navy !important;
265 }
266
267 blockquote blockquote {
268         background-color: #ebebeb !important;
269         color: maroon !important;
270 }
271
272 blockquote blockquote blockquote {
273         background-color: #e1e1e1 !important;
274         color: green !important;
275 }
276
277 blockquote blockquote blockquote blockquote {
278         background-color: #d7d7d7 !important;
279         color: purple !important;
280 }
281
282 blockquote blockquote blockquote blockquote blockquote {
283         background-color: #cdcdcd !important;
284         color: teal !important;
285 }
286
287 blockquote pre {
288         margin-left: 1%;
289         margin-right: 1%;
290 }
291
292 div.auto_complete ul {
293         background: #fff;
294         border: 1px solid #888;
295         list-style-type: none;
296 }
297
298 div.auto_complete ul li.selected {
299         background-color: #ffc;
300 }
301
302 div.auto_complete ul strong.highlight { color: #800 }
303
304 table.altern {
305         border-bottom: solid 2px #AAA;
306         border-top: solid 2px #AAA;
307 }
308
309 table.altern .even {
310         background-color: #DDD;
311 }
312
313 td li.frameset,.elements li.frameset {
314         background: none;
315         color: gray;
316         font-weight: lighter;
317 }
318
319 td li.transitional,.elements li.transitional {
320         background: none;
321         color: #696969;
322         font-weight: lighter;
323 }
324
325 ul.adminitems {
326         list-style-type: disc;
327         padding: 0;
328 }
329
330 ul.adminitems li { font-weight: 700 }
331
332 ul.adminitems li span { color: #666 }
333
334 var sub { font-style: normal }
335
336 .calendar { background-color: #204B78 }
337
338 .week_of_year {
339         background-color: #e1e1e1;
340         font-size: 70%; 
341 }
342
343 .day { font-weight: 700 }
344
345 .calout { background-color: #DDDDDD }
346
347 .calday { background-color: #FFFFFF }
348
349 .calweekend { background-color: #EEEECC }
350
351 .caltoday { background-color: #EEEEFF }
352
353 .current_sort_mode { background-color: white }
354
355 #loading { background-color: white }
356
357 /* Message list in mailbox/summaryview */
358 .table-row { background-color: white }
359
360 .table-alt-row { background-color: #DDDDDD }
361
362 /* Links */
363
364 a { text-decoration: none }
365
366 a:active { color: #AD1C00 }
367
368 a:link { color: blue }
369
370 a:visited { color: purple}
371
372 #customize a:active, #customize a:link, #customize a:visited {
373         color: black;
374 }
375
376 #important_message, .buttons a:hover, .msgbuttons a:hover, #button li:hover, #online_users li a:hover {
377         background-color: #AD1C00;
378         color: #FFF;
379 } /* input:hover as well?? */
380
381 .button_link a, input, select, li.activeuser, .room_actions form select, .room_actions li.search input, .address_book_popup_title, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
382         background-color: #fbf4ca !important; /* needed for li.activeuser */
383 }
384
385 .button_link a, input, select, .room_actions form select, .room_actions li.search input, .address_book_popup_title, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
386         border: 1px solid #999;
387         color: #333;
388 }
389
390 .button_link a, .msgbuttons a, input#delbutton,.attachfile, .buttons input, .send_edit_msg input {
391         cursor: pointer;
392         -webkit-border-radius: 8px;
393         -moz-border-radius: 8px;
394         border-radius: 8px;
395         behavior: url(/static/styles/PIE.htc);
396         text-align: center;
397 }
398
399 .button_link a, .attachfile,.buttons input, .send_edit_msg input {
400         font-weight: bold;
401 }
402
403 .msgbuttons a, input#delbutton { font-weight: normal }
404
405 /* Layout */
406
407 * html { overflow: hidden }
408
409 html { overflow: auto }
410
411 body {
412         height: 100%;
413         overflow: hidden;
414         text-align: center;
415         margin-left: 0;
416         padding: 0;
417 }
418
419 #important_message {
420         position: absolute;
421         top: 0; 
422         right: 0;
423         z-index: 4;
424         padding: 3px;
425 }
426
427 #hellomsg, .fmout, .nomsgs {
428         text-align: center;
429 }
430
431 .moreprompt {
432         text-align: center;
433         font-size: 100%;
434         background-color: #004E79;
435         color: #dddddd;
436 }
437
438 .moreprompt_link {
439         color: #dddddd;
440         font-weight: bold;
441 }
442
443 .moreprompt_link:hover {
444         background-color: #AD1C00;
445         color: #FFF;
446 }
447
448 #validate { text-align: center }
449
450 #iconbar, #banner, #content, #message_list_hdr, #message_list, #preview_pane  { text-align: left }
451
452 .message_content > div > div { text-align: justify !important }
453
454 /* Please avoid setting heights for any of the mailbox view elements (except summary_view
455  * and resize). In particular, do NOT set any for message_list_hdr as its not good feng shui
456  */
457
458 #message_list_hdr {
459         display: block;
460         top: 0;
461         left: 0;
462         width: 100%;
463         padding-bottom: 0;
464         margin-bottom: 0;
465         background-color: #CCCCCC;
466 }
467
468 #summary_view {
469         height: 100px;
470         overflow-y: scroll;
471         overflow-x: hidden;
472         cursor: pointer;
473 }
474
475 #summary_headers {
476         background-color: white;
477         width: 100%;
478         table-layout: fixed;
479 }
480
481 #summary_headers tr td {
482         overflow-y: hidden;
483         overflow-x: hidden; /* stop long subjects overflowing */
484 }
485
486 .col1 { width: 50% }
487
488 .col2 { width: 30% }
489
490 .col3 { width: 20% }
491
492 .col1, .col2, .col3 {
493         cursor: pointer;
494         text-overflow: ellipsis;
495         -o-text-overflow: ellipsis;
496 }
497
498 .new_message { font-weight: bold; !important }
499
500 #loading { text-align: center}
501
502 #resize_msglist {
503         width: 100%;
504         overflow: hidden;
505         cursor: s-resize;
506         height: 6px;
507 }
508
509 #preview_pane { overflow: auto }
510
511 .ctdlTemplate { display: none }
512
513 #ctdlContextMenu {
514         position: fixed;
515         background-color: white;
516         border: 1px solid black;
517 }
518
519 .draganddrop {
520         position: fixed;
521         display: block;
522         border: 1px solid black;
523         z-index: 65535;
524         background-color: white;
525         text-align: left;
526         opacity: 0.9;
527 }
528
529 .draganddrop > ul {
530         list-style: none;
531         padding-left: 0;
532         margin-left: 0;
533 }
534
535 .hidden { display: none }
536
537 .floor { margin-left: 0px }
538
539 .floor > ul { display: none }
540
541 .floor-expanded > ul{ display: block !important }
542
543 #roomlist > ul {
544         margin: 0;
545         padding: 0;
546 }
547
548 #roomlist > div > ul > li {
549         margin: 0;
550         padding: 0;
551 }
552
553 /* Override to disable list-style-image" */
554 .room a, .room a, .room a:visited, .room a:link { color: #333333 }
555
556 .room-private { list-style-image: url("/static/privatemess_16x.gif") }
557
558 .room-addr { list-style-image: url("/static/viewcontacts_16x.gif") }
559
560 .room-cal { list-style-image: url("/static/calarea_16x.gif") }
561
562 .room-tasks { list-style-image: url("/static/taskmanag_16x.gif") }
563
564 .room-notes { list-style-image: url("/static/storenotes_16x.gif") }
565
566 .room-chat { list-style-image: url("/static/chatrooms_16x.gif") }
567
568 .room-newmsgs { font-weight: bold }
569
570 .room-emphasized { text-decoration: underline }
571
572 #message_list_hdr table { width: 100% }
573
574 .selector_top, .selector_bottom { text-align: center }
575
576 .selector_top p,.selector_bottom p {
577         margin: 0;
578         padding: 2px;
579 }
580
581 .message {
582         margin: 1%;
583         padding: 0;
584 }
585
586 .message_header p {
587         margin: 2px 0 2px 0;
588         padding: 0 0 2px 0;
589 }
590
591 .button_link a, .attachfile, .logbuttons input,.buttons input, .send_edit_msg input, .logbutton {
592         margin: 3px;
593         padding: 2px 4px 2px 4px;
594 }
595
596 .msgbuttons a, input#delbutton {
597         margin: 0 3px 0 3px;
598         padding: 2px 4px 2px 4px;
599 }
600
601
602 .mimepart {
603         margin-top: 15px;
604         margin-bottom: 15px;
605         margin-left: 15%;
606         width: 70%;
607         padding: 0;
608 }
609
610 .mimepart img {
611         vertical-align: middle;
612         float: left;
613 }
614
615 .mimepart div {
616         vertical-align: middle;
617         margin: 0 0 15px 0 ;
618         padding: 5px;
619 }
620
621 .mimepart div span { vertical-align: top }
622
623 .mimepart dl {
624         width: 100%;
625         margin-left: 5px;
626         padding: 5px;
627 }
628
629 .mimepart dl dt {
630         width: 30%;
631         float: left;
632         margin: 0 0 0 0;
633         padding: .5em;
634 }
635
636 .mimepart dl dd {
637         float: left;
638         width: 62%;
639         margin: 0;
640         padding: .5em;
641 }
642
643 .mimepart p {
644         margin-top: 1em;
645         margin-bottom: 0;
646         clear: both;
647 }
648
649 .msgbuttons {
650         float: right;
651         visibility: hidden;
652         padding: 2px;
653         font-size: 80%;
654 }
655
656 .buttons a { text-align: center }
657
658 .msgbuttons a span { display: none }
659
660 .message_content {
661         margin: 0;
662         padding: 0.3em;
663         clear: both;
664 }
665
666 .message form div label {
667         display: block;
668         float: left;
669         margin: 0.3em;
670         width: 9em;
671         text-align: right;
672 }
673
674 .message form div input, .message form div select { margin: 0.3em }
675
676 .imgedit { vertical-align: middle }
677
678 .send_edit_msg {
679         float: right;
680         margin-top: 0 ;
681         margin-right: 0;
682         padding: 2px 50px 2px 50px;
683 }
684
685 .edit_msg_table th {
686         text-align: right;
687         padding-right: 5px;
688         color: #333;
689         width: 20%;
690 }
691
692 .edit_msg_table td { width: 40% }
693
694 .edit_msg_table #recp_id, .edit_msg_table #cc_id, .edit_msg_table #bcc_id, .edit_msg_table #subject_id  {
695         width: 98%
696 }
697
698 .note {
699         font-size: 85%;
700         margin-left: 10%;
701 }
702
703 .toolbar { text-align: center }
704
705 .toolbar img { float: right }
706
707 .imsg { text-align: center }
708
709 colgroup.entity { text-align: center }
710
711 div.auto_complete ul {
712         margin: 0;
713         padding: 0;
714         width: 100%;
715 }
716
717 div.auto_complete ul li {
718         margin: 0;
719         padding: 3px;
720 }
721
722 div.auto_complete ul strong.highlight {
723         margin: 0;
724         padding: 0;
725 }
726
727 .auth_validate, .event_background, .calendar_background, .calendar_view_background, .graphics_background, .messages_background, .paging_background, .preferences_background, .roomops_background, .sieve_background, .siteconfig_background, .smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .downloads_background, .vcard_edit_background, .vcard_edit_background_alt, .roomops_background_alt, .floors_config, .roomops_zap  {
728  width: 100%;
729 }
730
731 #address_book_popup {
732         position: absolute;
733         top: 100px;
734         right: 25px;
735         width: 320px;
736         height: auto;
737         z-index: 100;
738         display: none;
739 }
740
741 #address_book_popup_container_div {
742         position: relative;
743         width: 100%;
744         height: 100%;
745 }
746
747 #address_book_popup_middle_div { position: relative }
748
749 #address_book_inner_div { margin: 5px }
750
751 #address_book_inner_div select { width: 100% }
752
753 #address_book_inner_div input { margin: 4px 5px 0 5px }
754
755 .service .edit_col, .service .host_col { display: none }
756
757 .who_is_online .edit_col, .who_is_online .host_col { display: block }
758
759 #citlogo { display: none; /* Overriden later */ }
760
761 .sort_ascending, .sort_descending {
762         background-repeat: no-repeat;
763         background-position: center right;
764 }
765
766 .sort_ascending { background-image: url("/static/down_pointer.gif") }
767
768 .sort_descending { background-image: url("/static/up_pointer.gif") }
769
770 #message_list_hdr > table { border-collapse: collapse }
771
772 #message_list_hdr > table > tbody > tr > th {
773         border-left: 2px solid white;
774         border-right: 2px solid white;
775 }
776
777 #summary_view > table { border-collapse: collapse }
778
779 th.col1 { border-left: none !important }
780
781 th.col3 { border-right: none !important }
782
783 /* System Administration Menu */
784
785 ul.adminitems {
786         margin: 15px;
787         padding: 0;
788 }
789
790 ul.adminitems li {
791         margin: 0.5em;
792         padding: 0;
793 }
794
795 ul.adminitems li span { display: block }
796
797
798 /* Room list - Tree Node */
799
800 .treetitle, .editednode, .treetitleselectedfocused, .treetitleselectedblured {
801         padding: 2px;
802         cursor: default;
803 }
804
805 table.altern {
806         margin: 0 auto 0 auto;
807         width: 98%
808
809
810 table.altern tr td {
811         height: 2em;    
812
813
814 /* Advanced menu */
815
816 table.advanced {
817         margin: 0 auto 0 auto;
818         width: 96%;
819         border-collapse: separate;
820         border-spacing: 15px;
821
822
823 .advanced .boxcontent ul { margin-left: 4em }
824
825 .advanced .boxcontent .col1, .advanced .boxcontent .col2 { 
826         float: left;
827         width: 33%;
828 }
829
830 .advanced .boxcontent .col2, .advanced .boxcontent .lastcol {
831         margin-left: 0;
832         margin-bottom: 4em;
833 }
834
835 /* Site configuration */
836
837 .tabs_background { margin-top: 0 }
838
839 /* Links and buttons */
840
841 .logbuttons, .buttons {
842         margin: 2px auto 2px auto;
843         width: 96%;
844         text-align: center;
845 }
846
847 /* Tabs */
848
849 #TheTabs {
850         margin: 3% auto 0 auto;
851         width: 94%;
852 }
853
854 ul.tabbed_dialog {
855         list-style: none;
856         margin: 3% auto 0 auto;
857         width: 96%;
858         padding: 0;
859         white-space: nowrap;
860         text-align: center;
861         vertical-align: middle;
862 }
863
864 ul.tabbed_dialog li {
865         margin: 0 3% 0 3%;
866         padding: 4px;
867         float: left;
868 }
869
870 .tabcontent {
871         margin: 0 auto 0 auto;
872         width: 96%;
873         padding: 10px;
874         clear: both;
875 }
876
877 .tabcontent_submit {
878         margin: 0 auto 0 auto;
879         width: 96%;
880         padding: 10px;
881         text-align: center;
882 }
883
884
885 /* Calendar view */
886
887 .calendar {
888         background-color: #204B78;
889         margin: 0;
890         width: 100%;
891         height: 302px;
892 }
893
894 td.events_of_the_day { width: 500px }
895
896 .events_of_the_day dl {
897         margin: 0;
898         padding: 0;
899         position: absolute;
900         top: 0;
901         left:0;
902         width: 500px;
903 }
904
905 .events_of_the_day dl dt {
906         background-color: #FFFFFF;
907         margin: 0;
908         width: 500px;
909         border: 1px solid #CCC;
910 }
911
912 .events_of_the_day dl dt.hour {
913         /* font-size: 160%; commenting out because we need to line it up with the actual size */
914 }
915
916 .events_of_the_day dl dt.extrahour {
917         /* font-size: 80%; commenting out because we need to line it up with the actual size */
918 }
919
920 .hour_label, .extra_events dl dt {
921         background-color: #CCCCDD;
922         vertical-align: middle;
923         text-align: left;       
924 }
925
926 .hour_events, .extra_events {
927         background-color: #FFFFFF;
928         vertical-align: top;
929         text-align: left;       
930 }
931
932
933 .extra_events ul {
934         list-style: none;
935         margin: 0;
936         padding: 0;
937 }
938
939 .extra_events ul li { margin: 4px }
940
941 .calday, .calout, .calweekend, .caltoday {
942         width: 14%;
943         height: 60px;
944         text-align: left;
945         vertical-align: top;
946 }
947
948 .event_framed_unread {
949         -webkit-border-radius: 8px;
950         -moz-border-radius: 8px;
951         border-radius: 8px;
952         behavior: url(/static/styles/PIE.htc);
953         border: solid 1px red;
954         background-color: yellow;
955         z-index: 10;
956         padding: 0 4px 0 4px; 
957 }
958
959 li.event_framed_unread span, a.event_title { font-size: 100% }
960
961 .event_framed_read {
962         -webkit-border-radius: 8px;
963         -moz-border-radius: 8px;
964         border-radius: 8px;
965         behavior: url(/static/styles/PIE.htc);
966         border: solid 1px red;
967         background-color: yellow;
968         z-index: 10;
969         padding: 0 4px 0 4px; 
970 }
971
972 li.event_framed_read span, a.event_title { font-size: 100% }
973
974 .event_read {}
975
976 li.event_read span, a.event_read_title { font-size: 100% }
977
978 .event_unread {}
979
980 li.event_unread span, a.event_read_title { font-size: 100% }
981
982 .mini_calendar { color: #fff }
983
984 .mini_calendar a { color: #fff }
985
986 .mini_calendar a:link,.mini_calendar a:visited { color: #fff }
987
988 .mini_calendar a:hover,.mini_calendar a:active {
989    color: #fff;
990    background-color: #AD1C00;
991 }
992
993 .mini_calendar td a { color: #fff }
994
995 .mini_calendar td a:link,.mini_calendar td a:visited { color: #fff }
996
997 .mini_calendar td a:hover,.mini_calendar td a:active {
998    color: #fff;
999    background-color: #AD1C00;
1000
1001 }
1002
1003 .menudesc {
1004         margin: 4px;
1005         padding: 4px;
1006 }
1007
1008 .roompic {
1009         height: 48px;
1010         width: 48px;
1011         border: none;
1012 }
1013
1014 .table-row, .table-alt-row { width: 100% }
1015
1016 .stickynote_outer {
1017         position: absolute;
1018         width: 200px;
1019         height: 200px;
1020         border: 1px solid #333;
1021         background-color: #ffff00;
1022         overflow: hidden;
1023 }
1024
1025 .stickynote_titlebar {
1026         position: relative;
1027         width: 100%;
1028         height: 16px;
1029         top: 0px;
1030         left: 0px;
1031         background-color: #888800;
1032         font-size: 60%;     
1033 }
1034
1035 .stickynote_body {
1036         position: relative;
1037         font-family: "Comic Sans MS", sans-serif;
1038 }
1039
1040 .stickynote_resize {
1041         position: absolute;
1042         background-image: url('resizecorner.png');
1043         height: 16px;
1044         width: 16px;
1045         right: -1px;
1046         bottom: -1px;
1047 }
1048
1049 .stickynote_palette {
1050         position: absolute;
1051         width: 48px;
1052         height: 48px;
1053         top: 16px;
1054         left: 0px;
1055         background-color: #ffffff;
1056         border: 1px solid #333;
1057         display: none;
1058 }
1059
1060 .stickynote_palette table {
1061         margin: 0;
1062         padding: 0;
1063 }
1064
1065 .stickynote_palette td {
1066         width: 16px;
1067         height: 16px;
1068 }
1069
1070 .conftitle {
1071         font-size: 140%;
1072         font-weight: bold;
1073         text-align: center;
1074 }
1075
1076 .confdescr {
1077         font-size: 110%;
1078         text-align: center;
1079 }
1080
1081 #noscript_warning {
1082         position: fixed;
1083         top: 0;
1084         left: 0;
1085         background-color: #FF0000;
1086         color: #FFFFFF;
1087 }
1088
1089 .chatrecv_history_class {
1090         position: absolute;
1091         top: 0;
1092         left: 1%;
1093         width: 74%;
1094         margin-top: 5px;
1095         margin-bottom: 5px;
1096         height: 70%;
1097         background-color: #FFFFFF;
1098         overflow: auto;
1099         border-style: solid;
1100         border-color: #022750;
1101         border-width: 1px;
1102         padding-left: 3px;
1103         padding-right: 3px;
1104 }
1105
1106 .chat_userlist_class {
1107         position: absolute;
1108         top: 0;
1109         right: 1%;
1110         width: 23%;
1111         margin-top: 5px;
1112         margin-bottom: 5px;
1113         height: 70%;
1114         background-color: #FFFFFF;
1115         overflow: auto;
1116         border-style: solid;
1117         border-color: #022750;
1118         border-width: 1px;
1119         padding-left: 3px;
1120         padding-right: 3px;
1121 }
1122
1123 .chatrecv_class { display: none }
1124
1125 .chatsend_class {
1126         position: absolute;
1127         left: 1%;
1128         right: 1%;
1129         height: 28%;
1130         bottom: 0;
1131         margin-top: 5px;
1132         margin-bottom: 5px;
1133         margin-left: auto;
1134         margin-right: auto;
1135         border-style: solid;
1136         border-color: #022750;
1137         border-width: 1px;
1138         padding-left: 3px;
1139         padding-right: 3px;
1140         background-color: #004E79;
1141 }
1142
1143 .chat_myname_class {
1144         font-weight: bold;
1145         color: #ff0000;
1146 }
1147
1148 .chat_notmyname_class {
1149         font-weight: bold;
1150         color: #0000ff;
1151 }
1152
1153 .chat_text_class {}
1154
1155 /*---------- bubble tooltips start -----------*/
1156
1157 a.event_title, a.event_unread, a.event_read {
1158         position:relative;
1159         z-index:24;
1160 }
1161
1162 a.event_title span, a.event_unread span, a.event_read span {
1163         display: none;
1164 }
1165
1166 /* background:; ie hack, something must be changed in a for ie to execute it */
1167
1168 a.event_title:hover, a.event_unread:hover, a.event_read:hover {
1169         z-index:25;
1170         background:;
1171 }
1172
1173 a.event_title:hover span.tooltip, a.event_unread:hover span.tooltip, a.event_read:hover span.tooltip {
1174         display:block;
1175         position:absolute;
1176         top:0px; left:0;
1177         padding: 15px 0 0 0;
1178         width:200px;
1179         text-align: center;
1180 }
1181
1182 a.event_title:hover span.btttop, a.event_unread:hover span.btttop, a.event_read:hover span.btttop {
1183         display: block;
1184         padding: 30px 8px 0;
1185         background: url(/static/bubble.gif) no-repeat top;
1186 }
1187
1188 /* different middle bg for stretch */
1189 a.event_title:hover span.bttmiddle, a.event_unread:hover span.bttmiddle, a.event_read:hover span.bttmiddle {
1190         display: block;
1191         padding: 0 8px; 
1192         background: url(/static/bubble_filler.gif) repeat bottom; 
1193         color: #022750;
1194         font-size: 10px;
1195 }
1196
1197 a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event_read:hover span.bttbottom {
1198         display: block;
1199         padding:3px 8px 10px;
1200         background: url(/static/bubble.gif) no-repeat bottom;
1201 }
1202
1203 /*---------- bubble tooltips end -----------*/