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