Attachment 'eventcal-080.css'
Download 1 /* for EventCalendar */
2
3 TABLE.eventcalendar {
4 width: 90%;
5 /* margin:auto; */
6 }
7
8 TD.head_yearmonth {
9 border-width:0px;
10 text-align:center;
11 font-size: large;
12 }
13
14 TD.head_weekday {
15 width:14%;
16
17 border-style:solid;
18 border-width:1px;
19 border-color:#000000;
20 background-color: #ffeeee;
21
22 font-weight:normal;
23 font-size:10pt;
24 text-align:center;
25 }
26
27 TD.head_day {
28 line-height: 20px;
29 padding:0px;
30 margin:0px;
31 border-style:solid;
32 border-width:1px;
33 border-color:#000000;
34 border-bottom-width:0px;
35 /* background-color: #FFFFEE; */
36 vertical-align: top;
37 font-weight:normal;
38 font-size:10pt;
39 text-align:left;
40 }
41
42 TD.head_day_sunday {
43 line-height: 20px;
44 padding:0px;
45 margin:0px;
46 border-style:solid;
47 border-width:1px;
48 border-color:#000000;
49 border-bottom-width:0px;
50 /* background-color: #FFFFEE; */
51 vertical-align: top;
52 font-weight:normal;
53 font-size:10pt;
54 color: #FF3300;
55 text-align:left;
56 }
57
58 TD.head_day_today {
59 line-height: 20px;
60 padding:0px;
61 margin:0px;
62 border-style:solid;
63 border-width:1px;
64 border-color:#000000;
65 border-bottom-width:0px;
66 background-color: #FFFFAA;
67 vertical-align: top;
68 font-weight: bold;
69 font-size:10pt;
70 text-align:left;
71 }
72
73 TD.head_day_nbmonth {
74 line-height: 20px;
75 padding:0px;
76 margin:0px;
77 border-style:solid;
78 border-width:1px;
79 border-color:#000000;
80 border-bottom-width:0px;
81 background-color: #eeeeee;
82 vertical-align: top;
83 font-weight:normal;
84 font-size:8pt;
85 text-align:left;
86 color: #999999;
87 }
88
89 TD.cal_eventbox {
90 line-height: 12px;
91 padding:2px;
92 margin:1px;
93
94 border-style:solid;
95 border-width:1px;
96 border-top-width:0px;
97 border-bottom-width:0px;
98 border-color:#000000;
99
100 vertical-align: top;
101 text-align: center;
102 }
103
104 TABLE.cal_event {
105 width:99%;
106
107 padding:0px;
108 margin:0px;
109
110 border-width:0px;
111
112 }
113
114 TD.cal_event {
115 border-style:solid;
116 border-width:1px;
117 border-color:#cccccc;
118 padding:3px;
119 margin:1px;
120 text-align:center;
121 color:#3266cd;
122 font-weight:normal;
123 font-size: 8pt;
124 display: block;
125 background-color: #eeffff;
126 vertical-align: middle;
127 }
128
129 TD.cal_event_append {
130 border-style:solid;
131 border-width:1px;
132 border-color:#cccccc;
133 border-left-width:0px;
134 padding:3px;
135 margin:1px;
136 text-align:center;
137 color:#3266cd;
138 font-weight:normal;
139 font-size: 8pt;
140 display: block;
141 background-color: #eeffff;
142 vertical-align: middle;
143 }
144
145 TD.cal_event_pending {
146 border-style:solid;
147 border-width:1px;
148 border-color:#cccccc;
149 border-right-width:0px;
150 padding:3px;
151 margin:1px;
152 text-align:center;
153 color:#3266cd;
154 font-weight:normal;
155 font-size: 8pt;
156 display: block;
157 background-color: #eeffff;
158 vertical-align: middle;
159 }
160
161 TD.cal_event_append_pending {
162 border-style:solid;
163 border-width:1px;
164 border-color:#cccccc;
165 border-left-width:0px;
166 border-right-width:0px;
167 padding:3px;
168 margin:1px;
169 text-align:center;
170 color:#3266cd;
171 font-weight:normal;
172 font-size: 8pt;
173 display: block;
174 background-color: #eeffff;
175 vertical-align: middle;
176 }
177
178 TD.cal_nbmonth {
179 border-top-width:0px;
180 border-bottom-width:0px;
181 border-color:#000000;
182 background-color: #eeeeee;
183 padding: 2px;
184 margin: 1px;
185 }
186
187 TD.cal_noevent {
188 border-top-width:0px;
189 border-bottom-width:0px;
190 border-color:#000000;
191 padding: 2px;
192 margin: 1px;
193 }
194
195 TD.cal_last_nbmonth {
196 border-top-width:0px;
197 border-bottom-width:1px;
198 border-color:#000000;
199 background-color: #eeeeee;
200 padding: 2px;
201 margin: 1px;
202 }
203
204 TD.cal_last_noevent {
205 border-top-width:0px;
206 border-bottom-width:1px;
207 border-color:#000000;
208 padding: 2px;
209 margin: 1px;
210 }
211
212
213 TD.list_head {
214 border-width: 1px;
215 border-style: solid;
216 font-size: 11pt;
217 font-weight: bold;
218 background-color: #cccccc;
219 }
220
221 TD.list_entry {
222 font-size: 10pt;
223 font-weight: normal;
224 }
225
226 TD.head_dummy_nbmonth {
227 line-height: 5px;
228 border-top-width:0px;
229 border-bottom-width:0px;
230 border-color:#000000;
231 background-color: #eeeeee;
232 padding: 0px;
233 margin: 0px;
234 }
235
236 TD.head_dummy {
237 line-height: 5px;
238 border-top-width:0px;
239 border-bottom-width:0px;
240 border-color:#000000;
241 padding: 0px;
242 margin: 0px;
243 }
244
245 TABLE.eventcalendar_menubar {
246 width: 90%;
247 /* margin:auto; */
248 }
249
250 TD.eventcalendar_menubar {
251 border-width: 0px;
252 /* text-align: left; */
253 font-size: 9pt;
254 }
255
256 TABLE.eventcalendar_msg {
257 width: 90%;
258 /* margin:auto; */
259 }
260
261 TD.eventcalendar_msg {
262 background-color: #FFFF66;
263 border-width: 0px;
264 font-size: 9pt;
265 color: #990000;
266 }
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.