source: trunk/spip/esqueleto-redcta/plugins/agenda/1_9_0/img_pack/calendrier.css @ 30

Last change on this file since 30 was 30, checked in by sebas, 17 years ago

nueva importacion del codigo del esqueleto de redcta con los plugins

File size: 9.7 KB
Line 
1/*
2 * Styles du calendrier
3 */
4
5.calendrier-arial9 {
6        font-family: Arial, Sans, sans-serif; font-size: 9px;
7}
8
9.calendrier-arial10 {
10        font-family: Arial, Sans, sans-serif; font-size: 10px;
11}
12
13.calendrier-arial11 {
14        font-family: Arial, Sans, sans-serif; font-size: 11px;
15}
16
17.calendrier-verdana10 {
18        font-family: Verdana, Arial, Sans, sans-serif; font-size: 10px;
19}
20
21.calendrier-helvetica16 {
22        font-family: arial,helvetica,sans-serif;
23        font-size: 16px;
24        color: black;
25}
26
27div.navigation-calendrier {
28        color: white;
29        background-color: #99cc33;
30        font-family: verdana, arial, sans,sans-serif;
31        font-weight: bold;
32        font-size: 14px;
33}
34
35div.navigation-calendrier img {
36        border: 0px;
37        vertical-align: middle;
38        margin: 1px;
39}
40
41a.calendrier-annee {
42        background-color: #aaaaaa;
43        padding: 3px;
44        margin: 1px;
45        font-family: verdana, arial, sans,sans-serif;
46        font-size: 10px;
47        font-weight: bold;
48        color: white;
49        -moz-border-radius: 5px;
50}
51
52a.calendrier-annee:hover {
53        color: black;
54        background-color: white;
55}
56
57.calendrier-table-large {
58        border: 0px;
59        width: 900px;
60 }
61
62.calendrier-table-etroit {
63        border: 0px;
64        width: 750px;
65 }
66
67.calendrier-td-centre {
68        width: 550px;
69        padding-left: 25px;
70        padding-right: 25px;
71        vertical-align: top;
72 }
73
74.calendrier-td {
75        width: 14%;
76        vertical-align: top;
77 }
78
79.calendrier-th {
80        width: 14%;
81        padding: 5px;
82        text-align: center;
83        vertical-align: center;
84        font-size: 10px;
85        font-weight: bold;
86        font-family: Verdana, Arial, Sans, sans-serif;
87 }
88
89.calendrier-th a {
90  color: black;
91}
92
93.calendrier-table-etroit  .calendrier-td-gauche {
94        width: 0px;
95        vertical-align: top;
96 }
97
98.calendrier-table-large  .calendrier-td-gauche {
99        width: 150px;
100        vertical-align: top;
101 }
102
103.calendrier-table-etroit  .calendrier-td-droit {
104        width: 150px;
105        vertical-align: top;
106 }
107
108.calendrier-table-large  .calendrier-td-droit {
109        width: 150px;
110        vertical-align: top;
111 }
112
113.calendrier-jour {
114        position: relative;
115        color: #999999;
116        background-color: white;
117        border: 1px solid #aaaaaa;
118}
119
120.calendrier-agenda {
121        margin-left: 1px;
122        margin-top: 1px;
123        padding: 1px;
124        text-align: center;
125        background-color: white;
126        -moz-border-radius: 5px;
127 }
128
129.calendrier-demiagenda {
130        margin-left: 0px;
131        margin-top: 0px;
132        padding: 0px;
133        text-align: center;
134        background-color: white;
135        -moz-border-radius: 5px;
136 }
137
138
139.calendrier-tripleagenda {
140        vertical-align: top;
141        width: 33%;
142 }
143
144.calendrier-cadreagenda {
145        visibility: hidden;
146        width: 100%;
147        position: absolute;
148        padding-top: 5px;
149        padding-bottom: 5px;
150        border: 0px;
151        background-color: #ccff99;
152        -moz-border-radius-bottomleft: 8px;
153        -moz-border-radius-bottomright: 8px;
154 }
155
156.calendrier-titre {
157        padding: 5px;
158        text-align: center;
159        font-weight: bold;
160 }
161
162.calendrier-evenement {
163        padding: 2px;
164        margin-top: 2px;
165 }
166
167.calendrier-heurepile {
168        position: absolute;
169        margin-left: 2px;
170        margin-right: 2px;
171        border-top: 1px solid #cccccc;
172        font-weight: bold;
173        width: 100%;
174 }
175
176.calendrier-heurepile a {
177        color : #777777;
178        font-weight: bold;
179 }
180
181.calendrier-heurepile a:hover {
182        position: absolute;
183        border-bottom: 1px solid #cccccc;
184        font-weight: bold;
185        background-color: #ccff99;
186        width: 100%;
187 }
188
189.calendrier-heureface {
190        position: absolute;
191        margin-left: 2px;
192        margin-right: 2px;
193        border-top: 1px solid #cccccc;
194 }
195
196.calendrier-mozleft {
197        -moz-border-radius-topleft: 10px;
198        -moz-border-radius-bottomleft: 10px;
199 }
200
201.calendrier-mozright {
202        -moz-border-radius-topright: 10px;
203        -moz-border-radius-bottomright: 10px;
204 }
205
206.calendrier-moztop8 {
207        -moz-border-radius-topleft: 8px;
208        -moz-border-radius-topright: 8px;
209}
210
211.calendrier-mozbottom8 {
212        -moz-border-radius-bottomleft: 8px;
213        -moz-border-radius-bottomright: 8px;
214}
215
216.calendrier-moztop6 {
217        -moz-border-radius-topleft: 6px;
218        -moz-border-radius-topright: 6px;
219}
220
221.calendrier-mozbottom6 {
222        -moz-border-radius-bottomleft: 6px;
223        -moz-border-radius-bottomright: 6px;
224}
225
226.calendrier-opacity {
227        -moz-opacity: 0.3;
228        filter: alpha(opacity=30);
229}
230
231
232.calendrier-png {
233        width: 12px;
234        height: 12px;
235        behavior: url(win_png.htc);
236}
237
238.calendrier-icone {
239        width: 14px;
240        height: 7px;
241        border: 0px;
242}
243
244.calendrier-noir  {             /*  style anar */
245        color: black;
246}
247
248.calendrier-nb  {               /*  style cinemat(yp)ographe */
249        background-color: white;
250        border: 1px solid black;
251        color: black;
252}
253
254.calendrier-couleur1 {          /* Fushia */
255                background-color: #FDE5F2;
256                border: 1px solid #CD006F;
257                color: #CD006F;
258}
259.calendrier-couleur1i {                 /* Fushia */
260                background-color: #CD006F;
261                border: 1px solid #FDE5F2;
262                color: #FDE5F2
263}
264.calendrier-couleur2 {          /* Bleu */
265                background-color: #EDF3FE;
266                border: 1px solid #5da7c5;
267                color: #5da7c5;
268}
269.calendrier-couleur2i {                 /* Bleu */
270                background-color: #5da7c5;
271                border: 1px solid #EDF3FE;
272                color: #EDF3FE
273}
274.calendrier-couleur3 {          /* Bleu pastel */
275                background-color: #EBE9FF;
276                border: 1px solid #766CF6;
277                color: #766CF6;
278}
279.calendrier-couleur3i {                 /* Bleu pastel */
280                background-color: #766CF6;
281                border: 1px solid #EBE9FF;
282                color: #EBE9FF
283}
284.calendrier-couleur4 {          /* Orange */
285                background-color: #ffeecc;
286                border: 1px solid #fa9a00;
287                color: #fa9a00;
288}
289.calendrier-couleur4i {                 /* Orange */
290                background-color: #fa9a00;
291                border: 1px solid #ffeecc;
292                color: #ffeecc
293}
294.calendrier-couleur5 {          /* Rouge (Vermillon) */
295                background-color: #FFEDED;
296                border: 1px solid #FF0000;
297                color: #FF0000;
298}
299.calendrier-couleur5i {                 /* Rouge (Vermillon) */
300                background-color: #FF0000;
301                border: 1px solid #FFEDED;
302                color: #FFEDED
303}
304.calendrier-couleur6 {          /* Orange */
305                background-color: #FFF2EB;
306                border: 1px solid #E95503;
307                color: #E95503;
308}
309.calendrier-couleur6i {                 /* Orange */
310                background-color: #E95503;
311                border: 1px solid #FFF2EB;
312                color: #FFF2EB
313}
314.calendrier-couleur7 {          /* Jaune */
315                background-color: #ffffee;
316                border: 1px solid #ccaa00;
317                color: #ccaa00;
318}
319.calendrier-couleur7i {                 /* Jaune */
320                background-color: #ccaa00;
321                border: 1px solid #ffffee;
322                color: #ffffee
323}
324.calendrier-couleur8 {          /* Vert pastel */
325                background-color: #E2FDEC;
326                border: 1px solid #009F3C;
327                color: #009F3C;
328}
329.calendrier-couleur8i {                 /* Vert pastel */
330                background-color: #009F3C;
331                border: 1px solid #E2FDEC;
332                color: #E2FDEC
333}
334.calendrier-couleur9 {          /* Vert */
335                background-color: #e5fd63;
336                border: 1px solid #9DBA00;
337                color: #9DBA00;
338}
339.calendrier-couleur9i {                 /* Vert */
340                background-color: #9DBA00;
341                border: 1px solid #e5fd63;
342                color: #e5fd63
343}
344.calendrier-couleur10 {                 /* Rouge (Bordeaux) */
345                background-color: #FFE0E0;
346                border: 1px solid #640707;
347                color: #640707;
348}
349.calendrier-couleur10i {                /* Rouge (Bordeaux) */
350                background-color: #640707;
351                border: 1px solid #FFE0E0;
352                color: #FFE0E0
353}
354.calendrier-couleur11 {                 /* Gris */
355                background-color: #F2F2F2;
356                border: 1px solid #3F3F3F;
357                color: #3F3F3F;
358}
359.calendrier-couleur11i {                /* Gris */
360                background-color: #3F3F3F;
361                border: 1px solid #F2F2F2;
362                color: #F2F2F2
363}
364.calendrier-couleur12 {
365                background-color: #aaaaaa;
366                border: 1px solid black;
367                color:black;
368
369}
370.calendrier-couleur12i {
371                background-color: black;
372                border: 1px solid #aaaaaa;
373                color: #aaaaaa}
374.calendrier-couleur13 { /* Caca d'oie */
375                background-color: #FFFFE0;
376                border: 1px solid #666500;
377                color: #666500; 
378}
379.calendrier-couleur13i {                /* Caca d'oie */
380                background-color: #666500;
381                border: 1px solid #FFFFE0;
382                color: #FFFFE0
383}
384.calendrier-couleur14 {                 /* Marron */
385                background-color: #F5EEE5;
386                border: 1px solid #8C6635;
387                color: #8C6635;
388}
389.calendrier-couleur14i {                /* Marron */
390                background-color: #8C6635;
391                border: 1px solid #F5EEE5;
392                color: #F5EEE5
393}
394
395.calendrier-creneau,
396.calendrier-creneau-today,
397.calendrier-creneau-sunday {
398        position: absolute;
399        margin-left: 0px;
400        margin-right: 0px;
401        border-top: 0px ;
402        border-right: 0px ;
403        border-bottom: 0px ;
404        border-left: 0px ;
405        font-weight: bold;
406        background-color: #dddddd;
407        color: #dddddd;
408        width: 100%;
409 }
410
411.calendrier-creneau a {
412        color : #dddddd;
413        font-weight: bold;
414}
415.calendrier-creneau a:hover {
416        background-color: #ccff99;
417}
418
419.calendrier-creneau-today {
420        background-color: #eeeeee;
421        color: #eeeeee;
422}
423.calendrier-creneau-today a {
424        color : #eeeeee;
425        font-weight: bold;
426}
427.calendrier-creneau-today a:hover {
428        background-color: #ccff99;
429}
430
431.calendrier-creneau-sunday {
432/*      background-color: #ccff99;
433        color: #ccff99;*/
434}
435
436.calendrier-creneau-sunday a {
437        /*color : #ccff99;*/
438        color : #dddddd;
439        font-weight: bold;
440 }
441
442.calendrier-creneau-sunday a:hover {
443        /*background-color: #dddddd;*/
444        background-color: #ccff99;
445}
446
447.calendrier-plage,.calendrier-plage-selection {                 /* Orange */
448                background-color: #FFF2EB;
449                border: 1px solid #E95503;
450                color: #E95503;
451}
452.calendrier-plage-selection{
453                border: 3px solid #E95503;
454}
455.calendrier-reunions {          /* Bleu pastel */
456                background-color: #EBE9FF;
457                border: 1px solid #766CF6;
458                color: #766CF6;
459}
460
461.calendrier-evenement,.calendrier-evenement-selection {                 /* Vert pastel */
462                background-color: #eeeeee;
463                border: 0px solid #009F3C;
464}
465.calendrier-evenement-selection{
466}
467
468.calendrier-anniversaire {              /* Jaune */
469                background-color: #ffffee;
470                border: 1px solid #ccaa00;
471                color: #ccaa00;
472}
473.calendrier-rappel {            /* Rouge (Vermillon) */
474                background-color: #FFEDED;
475                border: 1px solid #FF0000;
476                color: #FF0000;
477}
478
479.calendrier-plage-info {                /* Jaune transparent*/
480                background-color: #ffffee;
481                border: 1px solid #ccaa00;
482                color: #ccaa00;
483                filter:alpha(opacity=50);
484                opacity: 0.5;
485                -moz-opacity:0.5;
486}
487.activite-couleur15 {           /* Fushia */
488                background-color: #FDE5F2;
489                border: 1px solid #CD006F;
490                color: #CD006F;
491}
492.activite-couleur9 {            /* Bleu pastel */
493                background-color: #EBE9FF;
494                border: 1px solid #766CF6;
495                color: #766CF6;
496}
497.activite-couleur14 {           /* Bleu pastel */
498                background-color: #EBE9FF;
499                border: 1px solid #766CF6;
500                color: #766CF6;
501}
502.activite-couleur5 {            /* Vert pastel */
503                background-color: #E2FDEC;
504                border: 1px solid #009F3C;
505                color: #009F3C;
506}
507.activite-couleur12 {           /* Orange */
508                background-color: #ffeecc;
509                border: 1px solid #fa9a00;
510                color: #fa9a00;
511}
Note: See TracBrowser for help on using the repository browser.