[CSS] ~lecture sur fond blanc
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 17 Jul 2018 09:58:06 +0000 (11:58 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 17 Jul 2018 09:58:06 +0000 (11:58 +0200)
www/plugins/skel_lhc/habillage/skel_lhc.css

index aa4b005..2d877f7 100644 (file)
@@ -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;
 }
     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;
 }