]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Common/calendar.css
34553bb4cdf345c33c6c3087ba9f1d5f4be226da
[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 .weekoverview_title {
15   font-size:        10pt;
16   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
17   letter-spacing:   0pt;
18   color:            #000000;
19   background-color: #d2d2cc;
20 }
21
22 .weekoverview_title a {
23   color:            #0033cc;
24   text-decoration: none;
25 }
26
27 .weekoverview_title_hilite {
28   font-size:        10pt;
29   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
30   letter-spacing:   0pt;
31   color:            #000000;
32   background-color: #d2d2cc;
33   font-weight:      bold;
34 }
35
36 .weekoverview_title_hilite a {
37   color:            #0033cc;
38   text-decoration: none;
39 }
40
41 .weekoverview_title_daylink {
42   font-size:        12pt;
43   color:            #0033cc;
44   font-weight:      bold;
45 }
46
47 .weekoverview_title_newlink {
48   font-size:        8pt;
49 }
50
51 .weekoverview_holidayinfo {
52   font-size:        8pt;
53   font-weight:      bold;
54 }
55
56 .weekoverview_content {
57   color:            #FFFFFF;
58   background-color: #e8e8e0;
59 }
60
61 .weekoverview_content a {
62   color:           #0000FF;
63   font-family:     Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
64   letter-spacing:  0pt;
65   text-decoration: none;
66 }
67
68 .weekoverview_content_hilite {
69   background-color: #fffff0;
70 }
71
72 .weekoverview_content_hilite a {
73   color:           #0000FF;
74   font-family:     Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
75   letter-spacing:  0pt;
76   text-decoration: none;
77 }
78
79 .monthoverview {
80   color:            #000000;
81   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
82   font-size:        10pt;
83   letter-spacing:   0pt;
84   padding:          2px;
85 }
86
87 .monthoverview a {
88   color:            #0033cc;
89   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
90   font-size:        7pt;
91   font-style:       normal;
92   font-weight:      normal;
93   letter-spacing:   0pt;
94   text-decoration:  none;
95 }
96
97 .monthoverview a:hover {
98   text-decoration:  underline;
99 }
100
101 .monthoverview_title {
102   background-color: #d2d2cc;
103   text-align:       center;
104 }
105
106 .monthoverview_week {
107   background-color: #d2d2cc;
108   width:            16pt;
109   text-align:       center;
110   vertical-align:   middle;
111 }
112
113 .monthoverview_week a {
114   color:            #000000;
115   font-size:        10pt;
116 }
117
118 .monthoverview_week_hilite {
119   background-color: #fffff0;
120   width:            16pt;
121   text-align:       center;
122   vertical-align:   middle;
123 }
124
125 .monthoverview_week_hilite a {
126   color:            #000000;
127   font-size:        10pt;
128 }
129
130 .monthoverview_content {
131   background-color: #e8e8e0;
132   font-size:        9pt;
133   height:           60;
134 }
135
136 .monthoverview_content a {
137   font-style:       italic;
138   font-weight:      bold;
139 }
140
141 .monthoverview_content td {
142   text-align:       let;
143   vertical-align:   top;
144 }
145
146
147 .monthoverview_content_hilite {
148   background-color: #fffff0;
149   font-size:        9pt;
150   height:           60;
151 }
152
153 .monthoverview_content_hilite a {
154   font-style:       italic;
155   font-weight:      bold;
156 }
157
158 .monthoverview_content_dimmed {
159   background-color: #d2d2cc;
160   font-size:        9pt;
161   height:           60;
162 }
163
164 .monthoverview_content_dimmed a {
165   font-style:       normal;
166   font-weight:      normal;
167 }
168
169 .monthoverview_day a {
170   color:            #000000;
171   font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
172   font-size:        12pt;
173 }
174
175 .monthoverview_day_new a {
176   font-style:       normal;
177   font-weight:      normal;
178 }
179
180 .monthoverview_day_new a:hover {
181   font-style:       normal;
182   font-weight:      normal;
183   color:            #ff0000;
184 }
185
186 .monthoverview_content_link {
187   font-style:       normal;
188   font-weight:      normal;
189 }