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