X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28%22config_lang%22%29%2C%20%22?a=blobdiff_plain;f=www%2Fplugins%2Fskel_ptitvelo%2Fcss%2Fperso.css.html;h=eb86241a738e2960ba5f29b38ca49f5eedd079fc;hb=97790a8b86864084c51cab58d170783f12a5e771;hp=e3bf0e6d8859632a34c6f917f072d4963dd41fe8;hpb=ccd72146652a5ce14b85564781154ac0ea8421e3;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 e3bf0e6..eb86241 100644 --- a/www/plugins/skel_ptitvelo/css/perso.css.html +++ b/www/plugins/skel_ptitvelo/css/perso.css.html @@ -13,6 +13,10 @@ top: 90px; left: 20px; } +#entete img, .spip_logos { + vertical-align: middle; +} + #entete p#intro { font-size: 30px; line-height: 1.6em; @@ -22,7 +26,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 +43,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 +67,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; @@ -83,14 +95,9 @@ #entete { border: none; - background : none; -} - -#entete-wrap { background-color: #EFAE13; } - ol#controls li a { background: none repeat scroll 0 0 #EFAE13; border: none; @@ -117,6 +124,10 @@ th { color: #444444; } +.container_12, .container_16 { + padding-right: 15px; +} + #colonne .liste h4, .grid_4.actucolonne2 h4, #colonne_bandeau .liste h4 { border-bottom: 1px solid #EBEBEB; --color: #9F5D00; @@ -134,4 +145,29 @@ hr.spip { .sf-menu ul li a, .sf-menu ul li a:visited { color: #666666; -} \ No newline at end of file +} + +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; +}