]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Common/calendar.css
new hyperlinks in UIxPageFrame
[scalable-opengroupware.org] / SOGo / UI / Common / calendar.css
1 .aptview_title {
2   font-size:        10pt;
3   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
4   color:            #000000;
5   font-weight:      bold;
6 }
7
8 .aptview_text {
9   font-size:        10pt;
10   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
11   color:            #000000;
12 }
13
14 .apt_other {
15   color:            #000000;
16 }
17
18 .apt_other_print {
19   font-style:       italic;
20 }
21
22 .aptprintview_apt_other {
23   font-style:       italic;
24 }
25
26 .apt_prio0, .apt_prio5, .apt_prio6, .apt_prio7, .apt_prio8, .apt_prio9 {
27   font-weight:      normal;
28 }
29
30 .apt_prio1, .apt_prio2, .apt_prio3, .apt_prio4 {
31   font-weight:      bold;
32 }
33
34
35 .anais_me {
36   color:            #0000FF;
37 }
38
39 .anais_uids {
40   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
41   font-size:        10pt;
42 }
43
44
45 /* schedule */
46
47 .schedoverview {
48   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
49   letter-spacing:   0pt;
50   font-size:        10pt;
51 }
52
53 th.schedoverview_title {
54   font-size:        10pt;
55   font-weight:      bold;
56   text-align:       left;
57   background-color: #e8e8e0;
58   vertical-align:   top;
59 }
60
61 th.schedoverview {
62   font-size:        10pt;
63   font-weight:      bold;
64   text-align:       left;
65   vertical-align:   top;
66 }
67
68 td.schedoverview {
69   font-size:        10pt;
70   text-align:       left;
71   vertical-align:   top;
72 }
73
74 .schedoverview a {
75   color:            #000000;
76   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
77   font-size:        10pt;
78   letter-spacing:   0pt;
79   padding:          0px;
80   text-decoration:  none;
81 }
82 .schedoverview a:hover {
83   text-decoration:  underline;
84 }
85
86
87 /* day overview */
88
89 .dayoverview_content {
90   padding:          1px;
91   margin:           0px 0px 0px 0px;
92   vertical-align:   top;
93   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
94   letter-spacing:   0pt;
95   font-size:        9pt;
96 }
97
98 .dayoverview_content_time {
99   background-color: #d2d2cc;
100   text-align:       center;
101 }
102
103 .dayoverview_content_time_link {
104   font-size:        8pt;
105 }
106 .dayoverview_content_time_link a {
107   color:            #0033cc;
108   text-decoration:  none;
109 }
110 .dayoverview_content_time_link a:hover {
111   color:            #ff0000;
112   text-decoration:  underline;
113 }
114
115 .dayoverview_content_apts {
116   color:            #0033cc;
117   background-color: #e8e8e0;
118   text-align:       left;
119   vertical-align:   top;
120 }
121
122 .dayoverview_cal {
123   color:            #000000;
124   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
125   font-size:        10pt;
126   letter-spacing:   0pt;
127   padding:          0px 0px 0px 0px;
128   margin:           0px 0px 0px 0px;
129 }
130
131 .dayoverview_cal table {
132   padding:          0px 0px 0px 0px;
133   margin:           0px 0px 0px 0px;
134 }
135
136 .dayoverview_cal td {
137   padding:          0px 0px 0px 0px;
138   margin:           0px 0px 0px 0px;
139 }
140
141 .dayoverview_cal a {
142   color:            #000000;
143   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
144   font-size:        10pt;
145   letter-spacing:   0pt;
146   padding:          0px;
147   text-decoration:  none;
148 }
149 .dayoverview_cal a:hover {
150   text-decoration:  underline;
151 }
152
153 .dayoverview_cal_title {
154   background-color: #d2d2cc;
155   text-align:       center;
156   font-size:        10pt;
157   font-weight:      bold;
158   letter-spacing:   0pt;
159 }
160
161 .dayoverview_cal_day_header {
162   background-color: #d2d2cc;
163   text-align:       center;
164   vertical-align:   top;
165   font-size:        11pt;
166 //  width:            24px;
167 //  padding:          2px 2px 2px 2px;
168 //  margin:           2px 2px 2px 2px;
169 }
170
171 .dayoverview_cal_content {
172   color:            #0033cc;
173   background-color: #e8e8e0;
174   text-align:       center;
175   vertical-align:   top;
176 }
177
178 .dayoverview_cal_content_hilite {
179   color:            #0033cc;
180   background-color: #fffff0;
181   text-align:       center;
182   vertical-align:   top;
183 }
184
185 .dayoverview_cal_content_selected {
186   color:            #ff0000;
187 }
188 .dayoverview_cal_content_selected a {
189   color:            #ff0000;
190 }
191 .dayoverview_cal_content_selected a:hover {
192   color:            #ff0000;
193 }
194
195 .dayoverview_cal_content_dimmed {
196   color:            #0033cc;
197   background-color: #d2d2cc;
198   text-align:       center;
199   vertical-align:   top;
200 }
201 .dayoverview_cal_content_dimmed a {
202   color:            #5a5a5a;
203 }
204 .dayoverview_cal_content_dimmed a:hover {
205   color:            #5a5a5a;
206 }
207
208
209 /* day printview */
210
211 .dayprintview {
212   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
213   letter-spacing:   0pt;
214   font-size:        10pt;
215 }
216
217 td.dayprintview_time {
218   font-size:        10pt;
219   font-weight:      bold;
220   text-align:       center;
221 }
222
223 td.dayprintview_content {
224   font-size:        10pt;
225   text-align:       left;
226 }
227
228 h1.dayprintview, h2.dayprintview {
229   font-size:        11pt;
230   font-weight:      bold;
231   margin:           0px;
232   padding:          0px;
233   text-align:       center;
234 }
235
236 h1.dayprintview {
237   font-style:       italic;
238 }
239
240 .dayprintview_apt_other {
241   font-style:       italic;
242 }
243
244
245 /* week overview */
246
247 .weekoverview_title {
248   font-size:        10pt;
249   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
250   letter-spacing:   0pt;
251   color:            #000000;
252   background-color: #d2d2cc;
253 }
254
255 .weekoverview_title a {
256   color:            #0033cc;
257   text-decoration: none;
258 }
259
260 .weekoverview_title_hilite {
261   font-size:        10pt;
262   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
263   letter-spacing:   0pt;
264   color:            #000000;
265   background-color: #d2d2cc;
266   font-weight:      bold;
267 }
268
269 .weekoverview_title_hilite a {
270   color:            #0033cc;
271   text-decoration: none;
272 }
273
274 .weekoverview_title_daylink {
275   font-size:        12pt;
276   color:            #0033cc;
277   font-weight:      bold;
278 }
279
280 .weekoverview_title_newlink {
281   font-size:        8pt;
282 }
283
284 .weekoverview_holidayinfo {
285   font-size:        8pt;
286   font-weight:      bold;
287 }
288
289 .weekoverview_content {
290   color:            #FFFFFF;
291   background-color: #e8e8e0;
292 }
293
294 .weekoverview_content a {
295   color:           #0000FF;
296   font-family:     Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
297   letter-spacing:  0pt;
298   text-decoration: none;
299 }
300
301 .weekoverview_content_hilite {
302   background-color: #fffff0;
303 }
304
305 .weekoverview_content_hilite a {
306   color:           #0000FF;
307   font-family:     Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
308   letter-spacing:  0pt;
309   text-decoration: none;
310 }
311
312
313 /* week columnsview */
314
315 .weekcolumnsview {
316 }
317
318 .weekcolumnsview_title {
319   font-size:        10pt;
320   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
321   letter-spacing:   0pt;
322   color:            #000000;
323   background-color: #d2d2cc;
324   padding:          4px;
325 }
326
327 .weekcolumnsview_title a {
328   color:            #0033cc;
329   text-decoration: none;
330 }
331
332 .weekcolumnsview_title_hilite {
333   font-size:        10pt;
334   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
335   letter-spacing:   0pt;
336   color:            #000000;
337   background-color: #d2d2cc;
338   font-weight:      bold;
339   padding:          4px;
340 }
341
342 .weekcolumnsview_title_hilite a {
343   color:            #0033cc;
344   text-decoration: none;
345 }
346
347 .weekcolumnsview_title_daylink {
348   font-size:        12pt;
349   color:            #0033cc;
350   font-weight:      bold;
351 }
352
353 .weekcolumnsview_title_newlink {
354   font-size:        8pt;
355 }
356
357 .weekcolumnsview_holidayinfo {
358   font-size:        8pt;
359   font-weight:      bold;
360 }
361
362 .weekcolumnsview_content {
363   color:            #FFFFFF;
364   background-color: #e8e8e0;
365 }
366
367 .weekcolumnsview_content a {
368   color:           #0000FF;
369   font-family:     Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
370   letter-spacing:  0pt;
371   text-decoration: none;
372 }
373
374 .weekcolumnsview_content_hilite {
375   background-color: #fffff0;
376 }
377
378 .weekcolumnsview_content_hilite a {
379   color:           #0000FF;
380   font-family:     Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
381   letter-spacing:  0pt;
382   text-decoration: none;
383 }
384
385 .weekcolumnsview_cal {
386   color:            #000000;
387   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
388   font-size:        10pt;
389   letter-spacing:   0pt;
390   padding:          0px 0px 0px 0px;
391   margin:           0px 0px 0px 0px;
392 }
393
394 .weekcolumnsview_cal table {
395   padding:          0px 0px 0px 0px;
396   margin:           0px 0px 0px 0px;
397 }
398
399 .weekcolumnsview_cal td {
400   padding:          0px 0px 0px 0px;
401   margin:           0px 0px 0px 0px;
402 }
403
404 .weekcolumnsview_cal a {
405   color:            #000000;
406   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
407   font-size:        10pt;
408   letter-spacing:   0pt;
409   padding:          0px;
410   text-decoration:  none;
411 }
412 .weekcolumnsview_cal a:hover {
413   text-decoration:  underline;
414 }
415
416 .weekcolumnsview_cal_title {
417   background-color: #d2d2cc;
418   text-align:       center;
419   font-size:        10pt;
420   font-weight:      bold;
421   letter-spacing:   0pt;
422 }
423
424 .weekcolumnsview_cal_day_header {
425   background-color: #d2d2cc;
426   text-align:       center;
427   vertical-align:   middle;
428   font-size:        11pt;
429   width:            20px;
430   padding:          2px 2px 2px 2px;
431   margin:           2px 2px 2px 2px;
432 }
433
434 .weekcolumnsview_cal_content {
435   color:            #000000;
436   background-color: #e8e8e0;
437   text-align:       center;
438   vertical-align:   middle;
439   font-size:        10pt;
440   letter-spacing:   0pt;
441 }
442
443 .weekcolumnsview_cal_content_hilite {
444   color:            #000000;
445   background-color: #fffff0;
446   text-align:       center;
447   vertical-align:   middle;
448   font-size:        10pt;
449   letter-spacing:   0pt;
450 }
451
452 .weekcolumnsview_cal_content_dimmed {
453   color:            #5a5a5a;
454   background-color: #d2d2cc;
455   text-align:       center;
456   vertical-align:   middle;
457   font-size:        10pt;
458   letter-spacing:   0pt;
459 }
460
461 .weekcolumnsview_cal_week {
462   background-color: #d2d2cc;
463   width:            16pt;
464   text-align:       center;
465   vertical-align:   middle;
466 }
467
468
469 /* week printview */
470
471 td.weekprintview {
472   border:           1px solid;
473 }
474
475 h1.weekprintview, h2.weekprintview {
476   font-size:        10pt;
477   font-weight:      bold;
478   margin:           0px;
479   padding:          0px;
480   text-align:       center;
481 }
482
483 h1.weekprintview {
484   font-size:        12pt;
485   font-style:       italic;
486 }
487
488 .weekprintview_title {
489   font-size:        11pt;
490   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
491   letter-spacing:   0pt;
492 }
493
494 .weekprintview_title_hilite a {
495   color:            #0033cc;
496   text-decoration: none;
497 }
498
499 .weekprintview_holidayinfo {
500   font-size:        10pt;
501   font-weight:      bold;
502 }
503
504 .weekprintview_content, .weekprintview_apt_time {
505   font-size:        10pt;
506 }
507
508 .weekprintview_apt_time {
509   font-weight:      bold;
510   font-style:       italic;
511 }
512
513 .weekprintview_apt_time_other {
514   font-style:       italic;
515 }
516
517 .weekprintview_apt_other {
518   font-style:       italic;
519 }
520
521
522 /* month overview */
523
524 .monthoverview {
525   color:            #000000;
526   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
527   font-size:        10pt;
528   letter-spacing:   0pt;
529   padding:          2px;
530 }
531
532 .monthoverview a {
533   color:            #0033cc;
534   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
535   font-size:        7pt;
536   font-style:       normal;
537   font-weight:      normal;
538   letter-spacing:   0pt;
539   text-decoration:  none;
540 }
541
542 .monthoverview a:hover {
543   text-decoration:  underline;
544 }
545
546 .monthoverview_title {
547   background-color: #d2d2cc;
548   text-align:       center;
549 }
550
551 .monthoverview_week {
552   background-color: #d2d2cc;
553   width:            16pt;
554   text-align:       center;
555   vertical-align:   middle;
556 }
557
558 .monthoverview_week a {
559   color:            #000000;
560   font-size:        10pt;
561 }
562
563 .monthoverview_week_hilite {
564   background-color: #fffff0;
565   width:            16pt;
566   text-align:       center;
567   vertical-align:   middle;
568 }
569
570 .monthoverview_week_hilite a {
571   color:            #000000;
572   font-size:        10pt;
573 }
574
575 .monthoverview_content {
576   background-color: #e8e8e0;
577   font-size:        9pt;
578   height:           60;
579 }
580 .monthoverview_content a {
581   font-style:       italic;
582   font-weight:      bold;
583 }
584 .monthoverview_content td {
585   text-align:       left;
586   vertical-align:   top;
587 }
588
589 .monthoverview_content_hilite {
590   background-color: #fffff0;
591   font-size:        9pt;
592   height:           60;
593 }
594 .monthoverview_content_hilite a {
595   font-style:       italic;
596   font-weight:      bold;
597 }
598 .monthoverview_content_hilite td {
599   text-align:       left;
600   vertical-align:   top;
601 }
602
603 .monthoverview_content_dimmed {
604   background-color: #d2d2cc;
605   font-size:        9pt;
606   height:           60;
607 }
608 .monthoverview_content_dimmed a {
609   font-style:       normal;
610   font-weight:      normal;
611 }
612 .monthoverview_content_dimmed td {
613   text-align:       left;
614   vertical-align:   top;
615 }
616
617 .monthoverview_day a {
618   color:            #000000;
619   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
620   font-size:        12pt;
621 }
622
623 .monthoverview_day_new a {
624   font-style:       normal;
625   font-weight:      normal;
626 }
627
628 .monthoverview_day_new a:hover {
629   font-style:       normal;
630   font-weight:      normal;
631   color:            #ff0000;
632 }
633
634 .monthoverview_content_link {
635   font-style:       normal;
636   font-weight:      normal;
637 }
638
639
640 /* month printview */
641
642 .monthprintview {
643   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
644   letter-spacing:   0pt;
645   font-size:        9pt;
646 }
647
648 h1.monthprintview_header, h2.monthprintview_header {
649   font-size:        10pt;
650   font-weight:      bold;
651   margin:           0px;
652   padding:          0px;
653   text-align:       center;
654 }
655
656 h1.monthprintview_header {
657   font-size:        12pt;
658   font-style:       italic;
659 }
660
661 .monthprintview_title {
662   text-align:       center;
663 }
664
665 .monthprintview_week {
666   width:            16pt;
667   text-align:       center;
668   vertical-align:   middle;
669 }
670
671 .monthprintview_apt, .monthprintview_apt_time {
672   font-size:        7pt;
673 }
674
675 .monthprintview_apt_time {
676   font-weight:      bold;
677   font-style:       italic;
678 }
679
680 .monthprintview_apt_time_other {
681   font-style:       italic;
682 }
683
684 .monthprintview_apt_other {
685   font-style:       italic;
686 }
687
688 td.monthprintview_content {
689   text-align:       left;
690   vertical-align:   top;
691   font-style:       italic;
692   font-weight:      bold;
693   font-size:        12pt;
694   height:           60;
695 }
696
697 td.monthprintview_content_dimmed {
698   text-align:       left;
699   vertical-align:   top;
700   font-size:        12pt;
701   height:           60;
702 }
703
704
705 /* year overview */
706
707 .yearoverview {
708   color:            #000000;
709   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
710   font-size:        10pt;
711   letter-spacing:   0pt;
712   padding:          0px 0px 0px 0px;
713   margin:           0px 0px 0px 0px;
714 }
715
716 .yearoverview table {
717   padding:          0px 0px 0px 0px;
718   margin:           0px 0px 0px 0px;
719 }
720
721 .yearoverview td {
722   padding:          0px 0px 0px 0px;
723   margin:           0px 0px 0px 0px;
724 }
725
726 .yearoverview a {
727   color:            #000000;
728   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
729   font-size:        10pt;
730   letter-spacing:   0pt;
731   padding:          0px;
732   text-decoration:  none;
733 }
734 .yearoverview a:hover {
735   text-decoration:  underline;
736 }
737
738 .yearoverview_title {
739   background-color: #d2d2cc;
740   text-align:       center;
741   font-size:        10pt;
742   font-weight:      bold;
743   letter-spacing:   0pt;
744 }
745
746 .yearoverview_day_header {
747   background-color: #d2d2cc;
748   text-align:       center;
749   vertical-align:   middle;
750   font-size:        10pt;
751   width:            18px; /* this delimits all td's! */
752 }
753
754 .yearoverview_content {
755   color:            #0033cc;
756   background-color: #e8e8e0;
757   text-align:       center;
758   vertical-align:   middle;
759   font-weight:      bold;
760   font-style:       italic;
761 }
762 .yearoverview_content a {
763   color:            #0033cc;
764 }
765 .yearoverview_content a:hover {
766   color:            #ff0000;
767 }
768
769 .yearoverview_content_hilite {
770   color:            #0033cc;
771   background-color: #fffff0;
772   text-align:       center;
773   vertical-align:   middle;
774   font-weight:      bold;
775   font-style:       italic;
776 }
777 .yearoverview_content_hilite a {
778   color:            #0033cc;
779 }
780 .yearoverview_content_hilite a:hover {
781   color:            #ff0000;
782 }
783
784 .yearoverview_content_dimmed {
785   color:            #0033cc;
786   background-color: #d2d2cc;
787   text-align:       center;
788   vertical-align:   middle;
789 }
790 .yearoverview_content_dimmed a {
791   color:            #0033cc;
792 }
793 .yearoverview_content_dimmed a:hover {
794   color:            #ff0000;
795 }
796
797 .yearoverview_week {
798   background-color: #d2d2cc;
799   width:            16pt;
800   text-align:       center;
801   vertical-align:   middle;
802 }
803
804 .yearoverview_week_hilite {
805   background-color: #fffff0;
806   width:            16pt;
807   text-align:       center;
808   vertical-align:   middle;
809 }