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