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