[PLUGINS] +les plugins de bases
[ptitvelo/web/www.git] / www / plugins / beespip / css / easyslider2.css.html
diff --git a/www/plugins/beespip/css/easyslider2.css.html b/www/plugins/beespip/css/easyslider2.css.html
new file mode 100755 (executable)
index 0000000..1ff07cb
--- /dev/null
@@ -0,0 +1,120 @@
+#CACHE{3600*100,cache-client}
+#HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15}
+#HTTP_HEADER{Vary: Accept-Encoding}
+/* ----------------------------------------------
+       Beespip 3
+       Contingences
+       2011    
+ ------------------------------------------------ */
+/* Valeurs par defaut :
+#SET{couleur_principale,#CONFIG{BeeSpip/couleur/couleur_principale,#b83233}} [ couleur_principale: (#GET{couleur_principale});]
+#SET{couleur_secondaire_foncee,#CONFIG{BeeSpip/couleur/couleur_secondaire_foncee,#8b0b00}} [ couleur_secondaire_foncee: (#GET{couleur_secondaire_foncee});]
+#SET{couleur_secondaire_claire,#CONFIG{BeeSpip/couleur/couleur_secondaire_claire,#ff645b}} [ couleur_secondaire_claire: (#GET{couleur_secondaire_claire});]
+#SET{couleur_principale_texte,#CONFIG{BeeSpip/couleur/couleur_principale_texte,#666666}} [ couleur_principale_texte: (#GET{couleur_principale_texte});]
+#SET{couleur_titres,#CONFIG{BeeSpip/couleur/couleur_titres,#444444}} [ couleur_titres: (#GET{couleur_titres});]
+#SET{typo_titre,#CONFIG{BeeSpip/couleur/typo_titre,"font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;"}} [ typo_titre: (#GET{typo_titre});]
+#SET{couleur_liens,#CONFIG{BeeSpip/couleur/couleur_liens,#0070a7}} [ couleur_liens: (#GET{couleur_liens});]
+#SET{couleur_liens_survol,#CONFIG{BeeSpip/couleur/couleur_liens_survol,#b83233}} [ couleur_liens_survol: (#GET{couleur_liens_survol});]
+
+*/
+.accroche {
+       position:relative;
+       /*bottom: 120px;
+       left:15px;*/
+       margin-top:-135px;
+       height:122px;
+       margin-left:0px;
+       width:440px;
+       padding:3px 10px 5px 10px;
+       background:url(#CHEMIN{/images/blocune_accroche.png}) repeat;
+       border:0;
+       color:#fff;
+       font-weight:normal;
+       line-height: 1.2em;
+}
+* html#slider .accroche {
+       background:url(#CHEMIN{/images/blocune_accroche_ie.png}) repeat;
+       filter:alpha(opacity=80);
+}
+
+*:first-child+html#slider .accroche {
+       background:url(#CHEMIN{/images/blocune_accroche_ie.png}) repeat;
+       filter:alpha(opacity=80);
+}
+.accroche h2 { /*font-size : 1.6em;*/ font-weight: normal;margin:0;#GET{typo_titre}line-height:1em;color:#fff;padding:2px 5px 4px;}
+.accroche h2 a, .accroche h2 a:visited,
+.accroche a, .accroche a:visited  { color: #fff; text-decoration:none; }
+.accroche a:hover, .accroche a:focus, .accroche h2 a:hover, .accroche h2 a:focus  { color: #GET{couleur_liens_survol}; }
+.publie {color: #b3b3b3;font-size:0.8em;}
+.accroche p {margin:3px 0; padding:0 5px;}
+
+#slider ul, #slider li {
+       margin:0;
+       padding:0;
+       list-style:none;
+       }
+#slider li{ 
+       /* 
+               define width and height of list item (slide)
+               entire slider area will adjust according to the parameters provided here
+       */ 
+       width:460px;
+       height:320px;
+       overflow:hidden;
+       background: #GET{couleur_principale};
+       }       
+#prevBtn, #nextBtn,
+#slider1next, #slider1prev{ 
+       display:block;
+       width:30px;
+       height:77px;
+       position:absolute;
+       left:-30px;
+       top:71px;
+       z-index:1000;
+       }
+#nextBtn, #slider1next{ 
+       left:380px;
+       }
+#prevBtn a, #nextBtn a,
+#slider1next a, #slider1prev a{  
+       display:block;
+       position:relative;
+       width:30px;
+       height:77px;
+       background:url(#CHEMIN{/images/btn_prev.gif}) no-repeat 0 0;    
+       }
+#nextBtn a, #slider1next a{ 
+       background:url(#CHEMIN{/images/btn_next.gif}) no-repeat 0 0;    
+       }
+
+/* numeric controls */ 
+
+       ol#controls{
+               margin:1em 0;
+               padding:0;
+               height:28px;    
+               }
+       ol#controls li{
+               margin:0 10px 0 0; 
+               padding:0;
+               float:left;
+               list-style:none;
+               height:28px;
+               line-height:28px;
+               }
+       ol#controls li a{
+               float:left;
+               height:28px;
+               line-height:28px;
+               border:1px solid #ccc;
+               background:#[(#GET{couleur_secondaire_claire}|replace{#,''}|couleur_eclaircir|couleur_eclaircir)];
+               color:#GET{couleur_secondaire_claire};
+               padding:0 10px;
+               text-decoration:none;
+               }
+       ol#controls li.current a, ol#controls li a:hover{
+               background:#[(#GET{couleur_secondaire_claire}|replace{#,''}|couleur_foncer)];
+               color:#fff;
+               }
+       ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}