From 17ac0e1fd187f10e2d60c841d5c4921f378475b1 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 17 Jul 2018 11:58:06 +0200 Subject: [PATCH] [CSS] ~lecture sur fond blanc --- www/plugins/skel_lhc/habillage/skel_lhc.css | 23 +++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/www/plugins/skel_lhc/habillage/skel_lhc.css b/www/plugins/skel_lhc/habillage/skel_lhc.css index aa4b005b..2d877f79 100644 --- a/www/plugins/skel_lhc/habillage/skel_lhc.css +++ b/www/plugins/skel_lhc/habillage/skel_lhc.css @@ -1,11 +1,20 @@ -#header-wrap, #main-wrap, #footer-wrap { +#header-wrap, #footer-wrap { background-color: #585856; } -#header-wrap, #main-wrap, #footer-wrap { +#header-wrap, #footer-wrap { background-image: url("../img/bg-header-wrap.png"); } +#header-wrap { + margin-bottom: 0; +} + +#main-wrap { + background: none; + padding-top: 8px; +} + .accueil { margin-top: 15px; } @@ -22,6 +31,16 @@ background-color: #F39200; } +#main { + padding: 20px; + background-color: #FFF; + color: #16212c +} + +.sidebar .widget, .sidebar .liste { + background-color: #585856; +} + .contact-form .formulaire_spip .submit { background-color: #C97B00; } -- 2.20.1