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