1 | #CACHE{0} |
---|
2 | #HTTP_HEADER{Content-Type: text/css;} |
---|
3 | |
---|
4 | /* ====================================================================== |
---|
5 | LES ELEMENTS |
---|
6 | ======================================================================*/ |
---|
7 | [(#CONFIG{escal/config/pointeurbody}|oui) |
---|
8 | body { |
---|
9 | cursor: [url((#CHEMIN{#CONFIG{escal/config/pointeurbody}}))], auto; |
---|
10 | }] |
---|
11 | [(#CONFIG{escal/config/pointeura}|oui) |
---|
12 | a { |
---|
13 | cursor: [url((#CHEMIN{#CONFIG{escal/config/pointeura}}))], auto; |
---|
14 | }] |
---|
15 | /* |
---|
16 | |
---|
17 | [(#CONFIG{escal/config/ombres}|non) |
---|
18 | #ombre-droite { |
---|
19 | background: [url((#CHEMIN{images/ombre-droitegris.png}))] repeat-y scroll right center; |
---|
20 | width: [(#CONFIG{escal/config/largeurlayoutbase,950}|plus{34})]px; |
---|
21 | } |
---|
22 | #ombre-gauche { |
---|
23 | background: [url((#CHEMIN{images/ombre-gauchegris.png}))] repeat-y scroll left center; |
---|
24 | margin: 0 auto; |
---|
25 | width: [(#CONFIG{escal/config/largeurlayoutbase,950}|plus{34})]px; |
---|
26 | }] |
---|
27 | |
---|
28 | [(#CONFIG{escal/config/ombres}|=={gris}|oui) |
---|
29 | #ombre-droite { |
---|
30 | background: [url((#CHEMIN{images/ombre-droitegris.png}))] repeat-y scroll right center; |
---|
31 | width: [(#CONFIG{escal/config/largeurlayoutbase,950}|plus{34})]px; |
---|
32 | } |
---|
33 | #ombre-gauche { |
---|
34 | background: [url((#CHEMIN{images/ombre-gauchegris.png}))] repeat-y scroll left center; |
---|
35 | margin: 0 auto; |
---|
36 | width: [(#CONFIG{escal/config/largeurlayoutbase,950}|plus{34})]px; |
---|
37 | }] |
---|
38 | |
---|
39 | [(#CONFIG{escal/config/ombres}|=={blanc}|oui) |
---|
40 | #ombre-droite { |
---|
41 | background: [url((#CHEMIN{images/ombre-droiteblanc.png}))] repeat-y scroll right center; |
---|
42 | width: [(#CONFIG{escal/config/largeurlayoutbase,950}|plus{34})]px; |
---|
43 | } |
---|
44 | #ombre-gauche { |
---|
45 | background: [url((#CHEMIN{images/ombre-gaucheblanc.png}))] repeat-y scroll left center; |
---|
46 | margin: 0 auto; |
---|
47 | width: [(#CONFIG{escal/config/largeurlayoutbase,950}|plus{34})]px; |
---|
48 | }] |
---|
49 | [(#CONFIG{escal/config/ombres}|=={noir}|oui) |
---|
50 | #ombre-droite { |
---|
51 | background: none; |
---|
52 | } |
---|
53 | #ombre-gauche { |
---|
54 | background: none; |
---|
55 | } |
---|
56 | #conteneur{ |
---|
57 | border-left: 1px solid black; |
---|
58 | border-right: 1px solid black; |
---|
59 | }] |
---|
60 | [(#CONFIG{escal/config/ombres}|=={non}|oui) |
---|
61 | #ombre-droite { |
---|
62 | background: none; |
---|
63 | } |
---|
64 | #ombre-gauche { |
---|
65 | background: none; |
---|
66 | }] |
---|
67 | |
---|
68 | */ |
---|
69 | [(#CONFIG{escal/config/ombres}|=={oui}|oui) |
---|
70 | #ombre-droite { |
---|
71 | margin: 0 auto; |
---|
72 | width: [(#CONFIG{escal/config/largeurlayoutbase,950})]px; |
---|
73 | box-shadow: [(#CONFIG{escal/config/decalombre,5})]px 0 [(#CONFIG{escal/config/degradeombre,10})]px #CONFIG{escal/config/couleurombre,black}; |
---|
74 | } |
---|
75 | #ombre-gauche { |
---|
76 | margin: 0 auto; |
---|
77 | width: [(#CONFIG{escal/config/largeurlayoutbase,950})]px; |
---|
78 | box-shadow: -[(#CONFIG{escal/config/decalombre,5})]px 0 [(#CONFIG{escal/config/degradeombre,10})]px #CONFIG{escal/config/couleurombre,black}; |
---|
79 | }] |
---|
80 | [(#CONFIG{escal/config/ombres}|=={oui}|non) |
---|
81 | #ombre-droite { |
---|
82 | background: none; |
---|
83 | } |
---|
84 | #ombre-gauche { |
---|
85 | background: none; |
---|
86 | }] |
---|
87 | |
---|
88 | |
---|
89 | |
---|
90 | div#bandeau { |
---|
91 | text-align: [(#CONFIG{escal/config/alignbandeau, left})]; |
---|
92 | } |
---|
93 | |
---|
94 | [(#CONFIG{escal/config/nomsite}|=={non}|oui) |
---|
95 | #nom-site-spip { |
---|
96 | display: none; |
---|
97 | }] |
---|
98 | |
---|
99 | #nom-site-spip { |
---|
100 | font-size: [(#CONFIG{escal/config/nomsitetaille,50})]px; |
---|
101 | } |
---|
102 | [(#CONFIG{escal/config/slogansite}|=={non}|oui) |
---|
103 | #slogan-site-spip { |
---|
104 | display: none; |
---|
105 | }] |
---|
106 | #slogan-site-spip { |
---|
107 | font-size: [(#CONFIG{escal/config/slogansitetaille,25})]px; |
---|
108 | } |
---|
109 | [(#CONFIG{escal/config/descriptifsite}|=={non}|oui) |
---|
110 | #descriptif-site-spip { |
---|
111 | display: none; |
---|
112 | }] |
---|
113 | #descriptif-site-spip { |
---|
114 | font-size: [(#CONFIG{escal/config/descriptifsitetaille,12})]px; |
---|
115 | } |
---|
116 | [(#CONFIG{escal/config/nomsite}|=={non}|oui) |
---|
117 | [(#CONFIG{escal/config/slogansite}|=={non}|oui) |
---|
118 | [(#CONFIG{escal/config/descriptifsite}|=={non}|oui) |
---|
119 | #titrepage{ |
---|
120 | display: none; |
---|
121 | }]]] |
---|
122 | |
---|
123 | [(#CONFIG{escal/config/espace}|=={haut}|oui) |
---|
124 | [(#CONFIG{escal/config/fixespace}|=={oui}|oui) |
---|
125 | #entete .menu.floatable { |
---|
126 | top: 25px; |
---|
127 | }]] |
---|
128 | |
---|
129 | .laune ul.anchors li a { |
---|
130 | height: [(#CONFIG{escal/config/hauteurblocsune,85})]px; |
---|
131 | } |
---|
132 | [(#CONFIG{escal/config/nbrecol}|non) |
---|
133 | .laune ul.anchors li { |
---|
134 | width: 50%; |
---|
135 | } |
---|
136 | ] |
---|
137 | [(#CONFIG{escal/config/nbrecol}|=={1}|oui) |
---|
138 | .laune ul.anchors li { |
---|
139 | width: 100%; |
---|
140 | } |
---|
141 | ] |
---|
142 | [(#CONFIG{escal/config/nbrecol}|=={2}|oui) |
---|
143 | .laune ul.anchors li { |
---|
144 | width: 50%; |
---|
145 | } |
---|
146 | ] |
---|
147 | [(#CONFIG{escal/config/nbrecol}|=={3}|oui) |
---|
148 | .laune ul.anchors li { |
---|
149 | width: 33%; |
---|
150 | } |
---|
151 | ] |
---|
152 | |
---|
153 | #annonces-defilantes { |
---|
154 | height: [(#CONFIG{escal/config/hauteurannoncedefil,210})]px; |
---|
155 | } |
---|
156 | |
---|
157 | .annoncedefil { |
---|
158 | height: [(#CONFIG{escal/config/hauteurannoncedefil,210}|moins{35})]px; |
---|
159 | } |
---|
160 | |
---|
161 | /* noisette inc-photos */ |
---|
162 | /***********************/ |
---|
163 | |
---|
164 | #photos-defilantes { |
---|
165 | height: #CONFIG{escal/config/largeurimagenoisettes,170}px; |
---|
166 | width: #CONFIG{escal/config/largeurimagenoisettes,170}px; |
---|
167 | } |
---|
168 | .une-photo-defilante { |
---|
169 | top: #CONFIG{escal/config/largeurimagenoisettes,170}px; |
---|
170 | line-height: #CONFIG{escal/config/largeurimagenoisettes,170}px; |
---|
171 | } |
---|
172 | |
---|
173 | /* noisette inc-sites_favoris */ |
---|
174 | /***********************/ |
---|
175 | |
---|
176 | #sites-defilants { |
---|
177 | height: [(#CONFIG{escal/config/largeurimagenoisettes,170})]px; |
---|
178 | width: #CONFIG{escal/config/largeurimagenoisettes,170}px; |
---|
179 | } |
---|
180 | .un-site-defilant { |
---|
181 | top: [(#CONFIG{escal/config/largeurimagenoisettes,170})]px; |
---|
182 | } |
---|
183 | |
---|
184 | /* ====================================================================== |
---|
185 | LES ICONES |
---|
186 | ======================================================================*/ |
---|
187 | |
---|
188 | /* articles du menu horizontal */ |
---|
189 | #menu ul li.article { |
---|
190 | background: url(#CHEMIN{images/artmenu.png}) no-repeat top left; |
---|
191 | } |
---|
192 | |
---|
193 | /* menu vertical */ |
---|
194 | #menuV ul#accueilmenu li { |
---|
195 | background: url(#CHEMIN{images/accueil.png}) no-repeat top left; |
---|
196 | } |
---|
197 | #menuV ul.rubriques li { |
---|
198 | background: url(#CHEMIN{images/rubnormal.png}) no-repeat top left; |
---|
199 | } |
---|
200 | #menuV ul.rubriques li.on { |
---|
201 | background: url(#CHEMIN{images/rubexpose.png}) no-repeat top left; |
---|
202 | } |
---|
203 | #menuV ul.articles li { |
---|
204 | background: url(#CHEMIN{images/artnormal.png}) no-repeat top left; |
---|
205 | } |
---|
206 | #menuV ul.articles li.on { |
---|
207 | background: url(#CHEMIN{images/artexpose.png}) no-repeat top left; |
---|
208 | } |
---|
209 | |
---|
210 | #menuV ul.menugrmots li { |
---|
211 | background: url(#CHEMIN{images/grmots.png}) no-repeat top left; |
---|
212 | } |
---|
213 | #menuV ul.menumots li { |
---|
214 | background: url(#CHEMIN{images/artnormal.png}) no-repeat top left; |
---|
215 | } |
---|
216 | #menuV ul.menumots li.on { |
---|
217 | background: url(#CHEMIN{images/artexpose.png}) no-repeat top left; |
---|
218 | } |
---|
219 | |
---|
220 | .introduction-articles-rubrique { |
---|
221 | margin-left: [(#CONFIG{escal/config/taillelogorub,150})]px; |
---|
222 | } |
---|
223 | |
---|
224 | |
---|
225 | /* liens */ |
---|
226 | a.spip_out { |
---|
227 | background: transparent url(#CHEMIN{images/spip_out.gif}) no-repeat scroll right center; |
---|
228 | } |
---|
229 | a.spip_out img { |
---|
230 | background: none; |
---|
231 | } |
---|
232 | a.spip_mail{ |
---|
233 | background: transparent url(#CHEMIN{images/mail.gif}) no-repeat scroll right center; |
---|
234 | } |
---|
235 | |
---|
236 | /* noisettes dépliables/repliables */ |
---|
237 | .toggleimage1 {; |
---|
238 | background: transparent url(#CHEMIN{images/loupeplus.png}) no-repeat scroll right center; |
---|
239 | } |
---|
240 | .toggleimage2 { |
---|
241 | background: transparent url(#CHEMIN{images/loupemoins.png}) no-repeat scroll right center; |
---|
242 | } |
---|
243 | |
---|
244 | /* formulaire de recherche */ |
---|
245 | .formulaire_recherche input.text { |
---|
246 | background: url(#CHEMIN{images/loupe.gif}) no-repeat; |
---|
247 | } |
---|
248 | |
---|
249 | /* blocs d'infos d'Escal */ |
---|
250 | #texte-article .aide { |
---|
251 | background-image: url(#CHEMIN{images/aide.png}); |
---|
252 | } |
---|
253 | #texte-article .important { |
---|
254 | background-image: url(#CHEMIN{images/important.png}); |
---|
255 | } |
---|
256 | #texte-article .avertissement { |
---|
257 | background-image: url(#CHEMIN{images/avertissement.png}); |
---|
258 | } |
---|
259 | #texte-article .info { |
---|
260 | background-image: url(#CHEMIN{images/info.png}); |
---|
261 | } |
---|
262 | .spip_cadre, .coloration_code { |
---|
263 | background-image: url(#CHEMIN{images/code.png}); |
---|
264 | } |
---|
265 | |
---|
266 | |
---|
267 | /* noisette rainette */ |
---|
268 | li.meteo { |
---|
269 | list-style-image: url(#CHEMIN{images/fleche_droite.png}) |
---|
270 | } |
---|
271 | /* ====================================================================== |
---|
272 | LES COULEURS (pour tout le site) |
---|
273 | ======================================================================*/ |
---|
274 | |
---|
275 | /* les fonds et les textes associés */ |
---|
276 | /*************/ |
---|
277 | body { |
---|
278 | background-color: [ (#CONFIG{escal/config/couleurfond,#DFDFDF})]; |
---|
279 | [(#CONFIG{escal/config/imagefond}|?{ |
---|
280 | background-image: url([(#CHEMIN{#CONFIG{escal/config/imagefond}})]); |
---|
281 | , |
---|
282 | [(#CONFIG{escal/config/imagefond2}|?{ |
---|
283 | background-image: url([(#CHEMIN{#CONFIG{escal/config/imagefond2}})]); |
---|
284 | , |
---|
285 | background-image: none; |
---|
286 | })] |
---|
287 | })] |
---|
288 | [(#CONFIG{escal/config/imagefondunique}|=={oui}) |
---|
289 | background-repeat:no-repeat; |
---|
290 | background-attachment:fixed; |
---|
291 | background-position: top center; |
---|
292 | -webkit-background-size: cover; /* pour Chrome et Safari */ |
---|
293 | -moz-background-size: cover; /* pour Firefox */ |
---|
294 | -o-background-size: cover; /* pour Opera */ |
---|
295 | background-size: cover; /* version standardisée */ |
---|
296 | ] |
---|
297 | } |
---|
298 | /* bandeau */ |
---|
299 | div#entete { |
---|
300 | background-color: [(#CONFIG{escal/config/couleur9,#336699})]; |
---|
301 | color: [(#CONFIG{escal/config/texte01,#FFFFFF})]; |
---|
302 | } |
---|
303 | |
---|
304 | /* fond des pages */ |
---|
305 | div#conteneur{ |
---|
306 | background-color: [(#CONFIG{escal/config/couleurpage,#FFFFFF})]; |
---|
307 | color: [(#CONFIG{escal/config/textpage,#000000})]; |
---|
308 | |
---|
309 | } |
---|
310 | /* bloc a la une */ |
---|
311 | ul.onglets li a.active, ul.onglets li a.active:hover, .laune, .laune .fragment a, |
---|
312 | .contenu_1, .contenu_2, .contenu_3, .contenu_4, .contenu_5, .contenu_6, .contenu_7, .contenu_8, .contenu_9, .contenu_10, |
---|
313 | #cadre-plan, #cadre-plan a, .texte#accueil{ |
---|
314 | background-color: [(#CONFIG{escal/config/couleurune,#336699})]; |
---|
315 | color: [(#CONFIG{escal/config/textune,#FFFFFF})]; |
---|
316 | } |
---|
317 | /* onglets inactifs */ |
---|
318 | ul.onglets li a{ |
---|
319 | background-color: [(#CONFIG{escal/config/couleuruneinact,#82ADE2})]; |
---|
320 | color: [(#CONFIG{escal/config/textuneinact,#000000})]; |
---|
321 | } |
---|
322 | /* articles en une */ |
---|
323 | .laune ul.anchors li a { |
---|
324 | background-color: [(#CONFIG{escal/config/couleuruneart,#DAE6F6})]; |
---|
325 | color: [(#CONFIG{escal/config/textuneart,#000000})]; |
---|
326 | } |
---|
327 | /* gris */ |
---|
328 | .calendar_not_this_month, |
---|
329 | #ariane-forum, table.forum tr.rub-forum, |
---|
330 | #forum-site .descriptif, #forum-site .texte { |
---|
331 | background-color: [(#CONFIG{escal/config/couleur1,#DFDFDF})]; |
---|
332 | color: [(#CONFIG{escal/config/text1,#000000})]; |
---|
333 | } |
---|
334 | /* blanc */ |
---|
335 | #cadre-article, .cadre-sous-rubrique, .cadre-articles-rubrique, .titre-articles-rubrique, .introduction-articles-rubrique, |
---|
336 | .cadre-rubrique-accueil, |
---|
337 | .texte-insert, |
---|
338 | table #nav-agenda, .fc-content, |
---|
339 | .valeur2, .valeur3, |
---|
340 | table.forum, .forum-thread, .forum_reponse, .pages .on, |
---|
341 | .trombino, .entry-content, #mentions { |
---|
342 | background-color: [(#CONFIG{escal/config/couleur2,#FFFFFF})]; |
---|
343 | color: [(#CONFIG{escal/config/text2,#000000})] ; |
---|
344 | |
---|
345 | } |
---|
346 | /* bleu fonce de base */ |
---|
347 | #cadre-rubrique, #cadre-titre-article, #cadre-titre-article a, .accueil .cadre-chemin, .accueil .cadre-chemin a, .cadre-chemin a, .repondre-article a, |
---|
348 | table.forum th, a.lien_pagination, |
---|
349 | #menu, ul#menu ul, ul#menu li a, .slicknav_menu, .slicknav_menu a, |
---|
350 | #menuV2 ul.menulist a:hover, #menuV2 ul.menulist li.smenu:hover, |
---|
351 | #menuV2 ul.menulist li.smenu>a:hover{ |
---|
352 | background-color: [(#CONFIG{escal/config/couleur3,#336699})]; |
---|
353 | color: [(#CONFIG{escal/config/text3,#FFFFFF})] ; |
---|
354 | } |
---|
355 | /* bleu tres fonce */ |
---|
356 | .laune ul.anchors li a:hover, .laune .art-exergue:hover, #menu li:hover > a, ul#menu ul li:hover, |
---|
357 | .cadre-rubrique-accueil:hover, .cadre-chemin a:hover, .repondre-article a:hover { |
---|
358 | background-color: [(#CONFIG{escal/config/couleur4,#224466})] !important; |
---|
359 | color: [(#CONFIG{escal/config/text4,#FFFFFF})] !important; |
---|
360 | } |
---|
361 | /* bleu clair */ |
---|
362 | .identification-light:hover, .formulaire_recherche input.text:hover, |
---|
363 | table.spip tr.row_first, |
---|
364 | #menuV2 ul.menulist, #menuV2 ul.menulist ul, #menuV2 ul.menulist a, |
---|
365 | .titre-message, |
---|
366 | #formulaire_forum div, .formulaire_spip.formulaire_forum, .small_mini, |
---|
367 | .calendar_head_mini, #entete-evenement, #nouvel-evenement{ |
---|
368 | background-color: [(#CONFIG{escal/config/couleur5,#82ADE2})]; |
---|
369 | color: [(#CONFIG{escal/config/text5,#000000})]; |
---|
370 | } |
---|
371 | /* gris-bleu tres clair */ |
---|
372 | .identification-light, .formulaire_recherche input.text, |
---|
373 | table.spip tr.row_even, table.forum tr.art-forum, |
---|
374 | #formulaire-contact, |
---|
375 | .calendar_this_month, |
---|
376 | #documents_portfolio, #ps, |
---|
377 | .forum_reponse .titre-message, #formulaire_forum input.barre, |
---|
378 | #signatures li { |
---|
379 | background-color: [(#CONFIG{escal/config/couleur6,#EFEFEF})]; |
---|
380 | color: [(#CONFIG{escal/config/text6,#000000})]; |
---|
381 | } |
---|
382 | /* un autre bleu */ |
---|
383 | ul#menu li .on, ul#menu li .on > a, #menu li:hover > a.on, ul#menu ul li.on:hover, |
---|
384 | #formulaire_forum div#previsu, #formulaire_forum div#previsu .forum-message, #formulaire_forum div#previsu .forum-chapo, |
---|
385 | .calendar_this_day, |
---|
386 | table.spip tr.row_odd { |
---|
387 | background-color: [(#CONFIG{escal/config/couleur7,#BBCCDD})]; |
---|
388 | color: [(#CONFIG{escal/config/text7,#000000})]; |
---|
389 | } |
---|
390 | /* orange */ |
---|
391 | .annonce,.annoncedefil, .une-annonce-defilante, .calendar_mini_event, .spip_surligne { |
---|
392 | background-color: [(#CONFIG{escal/config/couleur10,#EC7942})]; |
---|
393 | color: [(#CONFIG{escal/config/text10,#FFFFFF})]; |
---|
394 | } |
---|
395 | |
---|
396 | /* le pied */ |
---|
397 | #pied { |
---|
398 | background-color: [(#CONFIG{escal/config/couleur11,#BBCCDD})]; |
---|
399 | color: [(#CONFIG{escal/config/text11,#000000})]; |
---|
400 | } |
---|
401 | |
---|
402 | /* ombre trombinoscope */ |
---|
403 | .boite img{ |
---|
404 | box-shadow: 5px 5px 5px [(#CONFIG{escal/config/couleur3,#336699})]; |
---|
405 | } |
---|
406 | |
---|
407 | /* les caracteres */ |
---|
408 | /******************/ |
---|
409 | |
---|
410 | a:link, a.spip_cadre_link { |
---|
411 | color: [(#CONFIG{escal/config/texte1,#000099})]; |
---|
412 | } |
---|
413 | a:visited { |
---|
414 | color: [(#CONFIG{escal/config/texte2,#000099})]; |
---|
415 | } |
---|
416 | |
---|
417 | a:hover, a.zeroclipboard-is-hover, |
---|
418 | ul.onglets li a:hover, |
---|
419 | #cadre-plan a:hover, table.forum a:hover, |
---|
420 | .content a.lien_pagination:hover{ |
---|
421 | color: [(#CONFIG{escal/config/texte3,#FF8000})]; |
---|
422 | } |
---|
423 | |
---|
424 | #ariane-forum, #ariane-forum a, |
---|
425 | table.forum tr.rub-forum td, table.forum a, table.forum tr.art-forum td { |
---|
426 | color: [(#CONFIG{escal/config/texte4,#336699})]; |
---|
427 | } |
---|
428 | |
---|
429 | .alerte1, .alerte { |
---|
430 | color: [(#CONFIG{escal/config/texte5,#FF0000})]; |
---|
431 | } |
---|
432 | /* les bordures */ |
---|
433 | /****************/ |
---|
434 | |
---|
435 | ul#menu li a, ul#menu ul { |
---|
436 | border-color: [(#CONFIG{escal/config/bord1,#CCCCCC})]; |
---|
437 | } |
---|
438 | ul.onglets li a { |
---|
439 | border: 1px solid [(#CONFIG{escal/config/couleuruneinact,#82ADE2})]; |
---|
440 | border-top : 1px solid white; |
---|
441 | } |
---|
442 | ul.onglets li a.active { |
---|
443 | border: 1px solid [(#CONFIG{escal/config/couleurune,#336699})]; |
---|
444 | } |
---|
445 | .cadre-articles-rubrique, .cadre-sous-rubrique, #cadre-article, #documents_portfolio, |
---|
446 | .forum-thread, .forum_reponse, |
---|
447 | #formulaire-contact, .valeur2, .valeur3, |
---|
448 | #signatures li, #signatures li p.message { |
---|
449 | border-color: [(#CONFIG{escal/config/bord2,#CCCCCC})]; |
---|
450 | } |
---|
451 | |
---|
452 | table.spip, table.spip td, table.spip th { |
---|
453 | border-color: [(#CONFIG{escal/config/bord3,#FFFFFF})]; |
---|
454 | } |
---|
455 | |
---|
456 | #menuV2 ul.menulist li { |
---|
457 | border-color: [(#CONFIG{escal/config/bord4,#FFFFFF})]; |
---|
458 | } |
---|
459 | .formulaire_recherche input.text, |
---|
460 | .identification-light, |
---|
461 | ul#menu li a:hover, |
---|
462 | .calendar_mini_event { |
---|
463 | border-color: [(#CONFIG{escal/config/bord5,#CCCCCC})]; |
---|
464 | } |
---|
465 | |
---|
466 | #ariane-forum, table.forum { |
---|
467 | border-color: [(#CONFIG{escal/config/bord6,#006699})]; |
---|
468 | } |
---|
469 | /*********************************************/ |
---|
470 | /* Les arrondis */ |
---|
471 | /*********************************************/ |
---|
472 | ul#menu li a, ul#menu ul, ul#menu ul li { |
---|
473 | border-radius: [(#CONFIG{escal/config/arrondi1,10px})]; |
---|
474 | } |
---|
475 | #menuV2 ul.menulist, #menuV2 ul.menulist a { |
---|
476 | border-radius: [(#CONFIG{escal/config/arrondi2,10px})]; |
---|
477 | } |
---|
478 | ul.onglets li a { |
---|
479 | border-radius: [(#CONFIG{escal/config/arrondi31,8px 8px 0px 0px})]; |
---|
480 | } |
---|
481 | .laune ul.anchors li a, .cadre-rubrique-accueil { |
---|
482 | border-radius: [(#CONFIG{escal/config/arrondi32,5px})]; |
---|
483 | } |
---|
484 | h1.cadre { |
---|
485 | border-radius: [(#CONFIG{escal/config/arrondi41,0px 50px 0px 0px})]; |
---|
486 | } |
---|
487 | div.texte { |
---|
488 | border-radius: [(#CONFIG{escal/config/arrondi42,0px 0px 0px 10px / 0px 0px 0px 100px})]; |
---|
489 | } |
---|
490 | .identification-light, .formulaire_recherche input.text { |
---|
491 | border-radius: [(#CONFIG{escal/config/arrondi5,10px})]; |
---|
492 | } |
---|
493 | .annonce, .annoncedefil, .une-annonce-defilante { |
---|
494 | border-radius: [(#CONFIG{escal/config/arrondi6,15px})]; |
---|
495 | } |
---|
496 | #entete-evenement, #nouvel-evenement { |
---|
497 | border-radius: [(#CONFIG{escal/config/arrondi7,8px 8px 0 0})]; |
---|
498 | } |
---|
499 | |
---|
500 | /************************************************************************/ |
---|
501 | /* fixation de la barre d'outils sauf si écran de moins de 950px */ |
---|
502 | /************************************************************************/ |
---|
503 | @media all and (min-width: 950px) { |
---|
504 | [(#CONFIG{escal/config/espace}|=={haut}|oui) |
---|
505 | [(#CONFIG{escal/config/fixespace}|=={oui}|oui) |
---|
506 | #espace { |
---|
507 | position: fixed; |
---|
508 | width: 100%; |
---|
509 | max-width: [(#CONFIG{escal/config/largeurlayoutbase,950})]px; |
---|
510 | background-color: #ffffff; |
---|
511 | z-index: 100; |
---|
512 | } |
---|
513 | #entete{ |
---|
514 | padding-top: 30px; |
---|
515 | } |
---|
516 | .identification-light, .formulaire_recherche input.text { |
---|
517 | border-radius: 0; |
---|
518 | } |
---|
519 | ]]} |
---|
520 | |
---|
521 | /*********************************************/ |
---|
522 | /* Les cadres latéraux */ |
---|
523 | /*********************************************/ |
---|
524 | |
---|
525 | div.cadre-couleur h1.cadre { |
---|
526 | background-color: [(#CONFIG{escal/config/couleur5,#82ADE2})]; |
---|
527 | color: [(#CONFIG{escal/config/text5,#000000})]; |
---|
528 | } |
---|
529 | div.cadre-couleur .texte { |
---|
530 | background-color: [(#CONFIG{escal/config/couleur8,#DAE6F6})]; |
---|
531 | color: [(#CONFIG{escal/config/text8,#000000})]; |
---|
532 | border-color: [(#CONFIG{escal/config/couleur5,#82ADE2})]; |
---|
533 | } |
---|
534 | [(#CONFIG{escal/config/bordcadres}|=={non}|oui) |
---|
535 | div.cadre-couleur .texte { |
---|
536 | border: none; |
---|
537 | }] |
---|
538 | /* la noisette inc-liste_auteurs */ |
---|
539 | /*********************************/ |
---|
540 | [(#CONFIG{escal/config/iconesauteurs}|=={non}|non) |
---|
541 | .legende_admin{ |
---|
542 | background: [url((#CHEMIN{images/admin.png}))]; |
---|
543 | padding-left: 20px; |
---|
544 | background-repeat : no-repeat; |
---|
545 | } |
---|
546 | .legende_redacteur{ |
---|
547 | background-image: [url((#CHEMIN{images/redacteur.png}))]; |
---|
548 | padding-left: 20px; |
---|
549 | background-repeat : no-repeat; |
---|
550 | } |
---|
551 | .legende_visiteur{ |
---|
552 | background-image: [url((#CHEMIN{images/visiteur.png}))]; |
---|
553 | padding-left: 20px; |
---|
554 | background-repeat : no-repeat; |
---|
555 | } |
---|
556 | ] |
---|
557 | .legende_admin, .admin a{ |
---|
558 | color: [(#CONFIG{escal/config/couleuradmin,#FF0066})] !important; |
---|
559 | } |
---|
560 | .legende_redacteur, .redacteur a{ |
---|
561 | color: [(#CONFIG{escal/config/couleurredacteur,#009933})] !important; |
---|
562 | } |
---|
563 | .legende_visiteur, .visiteur a{ |
---|
564 | color: [(#CONFIG{escal/config/couleurvisiteur,#000000})] !important; |
---|
565 | } |
---|
566 | /*********************************************/ |
---|
567 | /* La page contact */ |
---|
568 | /*********************************************/ |
---|
569 | [(#CONFIG{escal/config/checkbox}|=={non}|oui) |
---|
570 | li#checkbox { |
---|
571 | display: none; |
---|
572 | } |
---|
573 | ] |
---|
574 | /**************************/ |
---|
575 | /* Le modele image_fluide */ |
---|
576 | /**************************/ |
---|
577 | |
---|
578 | dl.image_fluide{ |
---|
579 | width:100%; |
---|
580 | margin:auto; |
---|
581 | } |
---|
582 | dl.image_fluide img{ |
---|
583 | width:100%; |
---|
584 | margin: auto; |
---|
585 | position: static; |
---|
586 | height: auto; |
---|
587 | -ms-interpolation-mode: bicubic; |
---|
588 | box-sizing: border-box; |
---|
589 | } |
---|
590 | |
---|
591 | /***************************************/ |
---|
592 | /* personnalisation du plugin galleria */ |
---|
593 | /***************************************/ |
---|
594 | .galleria-container { |
---|
595 | background-color: [(#CONFIG{escal/config/galleriafond,#FFFFFF})]; |
---|
596 | } |
---|
597 | .galleria-info-link, .galleria-info-text, |
---|
598 | .galleria-thumb-nav-left, .galleria-thumb-nav-right { |
---|
599 | background-color: [(#CONFIG{escal/config/galleriaencarts,#336699})]; |
---|
600 | } |
---|
601 | .galleria-info-title, .galleria-info-description { |
---|
602 | color: [(#CONFIG{escal/config/galleriacoulpolice,#FFFFFF})]; |
---|
603 | } |
---|
604 | .galleria-info-title { |
---|
605 | font-size: [(#CONFIG{escal/config/galleriatailletitre,14})]px; |
---|
606 | } |
---|
607 | .galleria-counter { |
---|
608 | color: grey !important; |
---|
609 | opacity: 100 !important; |
---|
610 | } |
---|
611 | |
---|
612 | |
---|
613 | /***************************************/ |
---|
614 | /* personnalisation du plugin shoutbox */ |
---|
615 | /***************************************/ |
---|
616 | .formulaire_shoutbox #contenu_shoutbox_taille{ |
---|
617 | height: [(#CONFIG{escal/config/hauteurshoutbox,200})]px |
---|
618 | } |
---|