From: Ludovic CHEVALIER Date: Tue, 2 Jan 2018 14:12:40 +0000 (+0100) Subject: [CSS] ~liens du bandeau lateral droit d'orange --> blanc X-Git-Tag: v3.3.0~67 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fwww.git;a=commitdiff_plain;h=d93efc28b086ef9774b7d690cceae2f8862018e4 [CSS] ~liens du bandeau lateral droit d'orange --> blanc --- diff --git a/TODO b/TODO index ebe4fd13..40cacfc5 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,5 @@ Développement ============= -- passer la police du bandeau latéral droit d'orange à blanc; - corriger la page d'abonnement à la liste presse; - remettre les informations autres du site actuel en page d'accueil vers ce squelette en pied de page; - diminuer la taille du bandeau supérieur; @@ -21,3 +20,4 @@ Développement Fait ==== - enlever l'ombrage de la police sur le diaporama de la page d'accueil; +- passer la police du bandeau latéral droit d'orange à blanc; diff --git a/www/plugins/skel_lhc/habillage/skel_lhc.css b/www/plugins/skel_lhc/habillage/skel_lhc.css index c127256d..6b55d81f 100644 --- a/www/plugins/skel_lhc/habillage/skel_lhc.css +++ b/www/plugins/skel_lhc/habillage/skel_lhc.css @@ -30,6 +30,10 @@ text-shadow: none; } +#slideshow-box .item .meta .datecat { + color: #585856; +} + #slideshow-controller button { background-image: url("../img/button-slideshow.png"); } @@ -61,10 +65,10 @@ h3, color: #F39200; } -#slideshow-box .item .meta .datecat { - color: #585856; +#secondary.sidebar a:link { + color: #fff; + font-weight: bold; } - li.post > a { background-color: #FFF; }