X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins%2Fskel_ptitvelo%2Fcss%2Fperso.css.html;h=ee6cabf1b9f5ca8f4eea1319234fcd2b0b6f52c2;hb=484f55eec0d1ad7d4a245d98d58f39797d761fc5;hp=b06958cc3d279ed5c2a13fef52423f02ccf64146;hpb=a83e9aa43457f89cb3b9d01066029c34d4412514;p=ptitvelo%2Fweb%2Fwww.git diff --git a/www/plugins/skel_ptitvelo/css/perso.css.html b/www/plugins/skel_ptitvelo/css/perso.css.html index b06958c..ee6cabf 100644 --- a/www/plugins/skel_ptitvelo/css/perso.css.html +++ b/www/plugins/skel_ptitvelo/css/perso.css.html @@ -13,6 +13,11 @@ top: 90px; left: 20px; } +#entete img, .spip_logos { + vertical-align: middle; + margin: 15px; +} + #entete p#intro { font-size: 30px; line-height: 1.6em; @@ -22,7 +27,8 @@ /* change the values of top and left to adjust the position */ bottom: 5px; - right: 5px; + right: 15px; + visibility: hidden; } /* Pour éviter que le paragraphe nous décale tout */ @@ -38,16 +44,19 @@ background: none; } - #entete #entete-image { - text-align: left; + text-align: right; position: relative; + font-size: 1.5em; + font-color: #FFF; } #entete #entete-image a { position: float; padding-top: 5px; padding-left: 5px; + color: #FFF; + visibility: hidden; } #entete #entete-image #logo { float:left; @@ -59,6 +68,10 @@ top: 5px; } +#entete #entete-image #menu_lang a { + visibility: visible; +} + /* Entete recherche */ #entete #formulaire_recherche form, #conteneur #formulaire_recherche form { width: 210px; height: 25px; @@ -112,9 +125,8 @@ th { color: #444444; } -.container_12 .grid_3, .container_16 .grid_4 { - height: 375px; - overflow: hidden; +.container_12, .container_16 { + padding-right: 15px; } #colonne .liste h4, .grid_4.actucolonne2 h4, #colonne_bandeau .liste h4 { @@ -135,3 +147,28 @@ hr.spip { .sf-menu ul li a, .sf-menu ul li a:visited { color: #666666; } + +a:hover, a:focus { + color: #753D0D; + border-bottom: 1px dotted #753D0D; +} + +h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus { + color: #753D0D; + border-bottom: 0px none; +} + +.accroche a:hover, .accroche a:focus, .accroche h2 a:hover, .accroche h2 a:focus { + color: #EFAE13; + border-bottom: 0px none; +} + +#colonne .liste h4 a:hover, .grid_4.actucolonne2 h4 a:hover, #colonne_bandeau .liste h4 a:hover, #colonne .liste h4 a:focus, .grid_4.actucolenne2 h4 a:focus, #colonne_bandeau .liste h4 a:focus { + color: #753D0D; + border-bottom: 1px dotted #753D0D; +} + +ul.liste-items a:hover, ul.liste-items a:focus { + color: #753D0D; + border-bottom: 1px dotted #753D0D; +}