source: trunk/spip/esqueleto-redcta/plugins/agenda/1_9_0/img_pack/agenda.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: 5.4 KB
Line 
1.agenda_invisible_au_chargement {
2        visibility: hidden;
3}
4.agenda_visible_au_chargement {
5        visibility: visible;
6}
7#container_debut,#container_fin{
8        left:0px;
9        top:0px;
10        z-index:150;
11        filter:alpha(opacity=100);
12        opacity: 1.0;
13        -moz-opacity:1.0;
14}
15
16.agenda-calendrier {
17        width: 100%;
18        height: 60%;
19        font-weight: bold;
20        background-color: none;
21  }
22
23.agenda-visu-evenement {
24        position: absolute;
25        right :0px;
26        top :100px;
27        width: 400px;
28        height: 47em;
29        border-bottom: 1px solid #cccccc;
30        font-weight: bold;
31        z-index:100;
32        -moz-border-radius-topleft: 8px;
33        -moz-border-radius-bottomleft: 8px;
34        border-radius-topleft: 8px;
35        border-radius-bottomleft: 8px;
36        font-family: Verdana, Arial, Sans, sans-serif;
37        font-size:small;
38  background-color: #F0FFC2;
39        filter:alpha(opacity=80);
40        opacity: 0.8;
41        -moz-opacity:0.8;
42        text-align:left;
43 }
44.agenda-visu-evenement-bouton-fermer{
45        position: absolute;
46        right:1em;
47        top:0px;
48        width:12px;
49        height:12px;
50}
51.agenda-visu-evenement-bouton-fermer a:hover{
52        border-color:#cccccc;
53        border-top:1px solid #cccccc;
54        border-left:1px solid #cccccc;
55        border-bottom:2px solid #cccccc;
56        border-right:2px solid #cccccc;
57}
58
59.article-evenement {
60        position: absolute;
61        top :0;
62        left :0px;
63        width : 100%;
64        height : 4em;
65        border-top: 1px solid #cccccc;
66        border-bottom: 1px solid #cccccc;
67        border-left: 1px solid #cccccc;
68        border-right: 1px solid #cccccc;
69        -moz-border-radius-topleft: 8px;
70        -moz-border-radius-topright: 8px;
71        border-radius-topleft: 8px;
72        border-radius-topright: 8px;
73        font-weight: bold;
74        background-color: #ccff66;
75 }
76
77.titre-titre {
78        position: absolute;
79        top :4em;
80        left :0px;
81        width : 20%;
82        height : 1.5em;
83        border-top: 1px solid #cccccc;
84        border-bottom: 1px solid #cccccc;
85        border-left: 1px solid #cccccc;
86        font-weight: bold;
87        background-color: #ccff66;
88 }
89.titre-visu {
90        position: absolute;
91        top :4em;
92        left :20%;
93        width : 80%;
94        height : 1.5em;
95        border-top: 1px solid #cccccc;
96        border-bottom: 1px solid #cccccc;
97        border-right: 1px solid #cccccc;
98        font-weight: bold;
99        background-color: #ccff99;
100 }
101
102.lieu-titre {
103        position: absolute;
104        top :5.5em;
105        left :0px;
106        width : 20%;
107        height : 1.5em;
108        border-top: 1px solid #cccccc;
109        border-bottom: 1px solid #cccccc;
110        border-left: 1px solid #cccccc;
111        -moz-border-radius-bottomleft: 8px;
112        border-radius-bottomleft: 8px;
113        font-weight: bold;
114        background-color: #ccff66;
115 }
116.lieu-visu {
117        position: absolute;
118        top :5.5em;
119        left :20%;
120        width : 80%;
121        height : 1.5em;
122        border-top: 1px solid #cccccc;
123        border-bottom: 1px solid #cccccc;
124        border-right: 1px solid #cccccc;
125        -moz-border-radius-bottomright: 8px;
126        border-radius-bottomright: 8px;
127        font-weight: bold;
128        background-color: #ccff99;
129 }
130.horaire-titre {
131        position: absolute;
132        top :7.1em;
133        left :20%;
134        width : 80%;
135        height : 2em;
136        border-top: 1px solid #cccccc;
137        border-right: 1px solid #cccccc;
138        -moz-border-radius-topright: 8px;
139        border-radius-topright: 8px;
140        font-weight: bold;
141        background-color: #ccff66;
142 }
143.date-titre {
144        position: absolute;
145        top :7.1em;
146        left :0px;
147        width : 20%;
148        height : 2em;
149        border-top: 1px solid #cccccc;
150        border-left: 1px solid #cccccc;
151        -moz-border-radius-topleft: 8px;
152        border-radius-topleft: 8px;
153        font-weight: bold;
154        background-color: #ccff66;
155 }
156.date-visu {
157        position: absolute;
158        top :9em;
159        left :0%;
160        width : 100%;
161        height : 5em;
162        border-top: 1px solid #cccccc;
163        border-bottom: 1px solid #cccccc;
164        border-right: 1px solid #cccccc;
165        -moz-border-radius-bottomright: 8px;
166        border-radius-bottomright: 8px;
167        -moz-border-radius-bottomleft: 8px;
168        border-radius-bottomleft: 8px;
169        font-weight: bold;
170        background-color: #ccff99;
171 }
172.descriptif-titre {
173        visibility: hidden;
174 }
175.descriptif-visu {
176        position: absolute;
177        top :14em;
178        left :0px;
179        width : 100%;
180        height: 6em;
181        border-top: 1px solid #cccccc;
182        border-bottom: 1px solid #cccccc;
183        border-right: 1px solid #cccccc;
184        border-radius-topright: 8px;
185        border-radius-bottomright: 8px;
186        border-radius-topleft: 8px;
187        border-radius-bottomleft: 8px;
188        font-weight: bold;
189        background-color: #ccff99;
190 }
191.agenda_mot_cle_select{
192width:49%;
193}
194.agenda_mots_cles{
195        position: absolute;
196        left:0px;
197        top:20em;
198        height:8em;
199        width:100%;
200        font-weight: bold;
201        background-color: #ccff99;
202}
203.repetitions-calendrier{
204        position: absolute;
205        left:0px;
206        top:28em;
207        height:17em;
208        width:100%;
209}
210.edition-bouton {
211        position: absolute;
212        bottom :0em;
213        left :0%;
214        width : 98%;
215        height:2em;
216        border-top: 1px solid #cccccc;
217        border-bottom: 1px solid #cccccc;
218        border-right: 1px solid #cccccc;
219        text-align : right;
220        vertical-align : bottom;
221        padding-right:2%;
222        -moz-border-radius-topright: 8px;
223        -moz-border-radius-bottomright: 8px;
224        -moz-border-radius-topleft: 8px;
225        -moz-border-radius-bottomleft: 8px;
226        border-radius-topright: 8px;
227        border-radius-bottomright: 8px;
228        border-radius-topleft: 8px;
229        border-radius-bottomleft: 8px;
230        font-weight: bold;
231        background-color: #99cc33;
232 }
233a span.survol {
234        display: none;
235}
236
237a:hover .calendrier-verdana10 > span.survol {
238        display: block;
239        position: fixed;
240        top: auto;
241        left: auto;
242        width: auto;
243        padding: 5px;
244        z-index: 100;
245        text-decoration: none;
246  color: #333;
247        background: #ccff99;
248        border: solid 1px #99cc33;
249        font: 10px Verdana, sans-serif;
250        text-align: left;
251        -moz-border-radius-topright: 8px;
252        -moz-border-radius-bottomright: 8px;
253        -moz-border-radius-topleft: 8px;
254        -moz-border-radius-bottomleft: 8px;
255        border-radius-topright: 8px;
256        border-radius-bottomright: 8px;
257        border-radius-topleft: 8px;
258        border-radius-bottomleft: 8px;
259        filter:alpha(opacity=80);
260        opacity: 0.8;
261        -moz-opacity:0.8;
262}
Note: See TracBrowser for help on using the repository browser.