[CSS] ~fix import de police en http
[lhc/web/www.git] / www / plugins / skel_lhc / habillage / skel_lhc.css
index 0f8f36e..c6f6aa6 100644 (file)
@@ -1,11 +1,22 @@
-#header-wrap, #main-wrap, #footer-wrap {
+@import url(https://fonts.googleapis.com/css?family=Sansita+One|Open+Sans:400,400italic);
+
+#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;
 }
 .formulaire_spip h2:first-child,
 .contact-form {
     background-color: #F39200;
+    float:none;
+    width: auto;
+}
+
+#main {
+    padding: 20px;
+    background-color: #FFF;
+    color: #16212c
+}
+
+.sidebar .widget, .sidebar .liste {
+    background-color: #585856;
 }
 
 .contact-form .formulaire_spip .submit {
     padding: 1px;
 }
 
+.cartouche {
+    float: right;
+}
+
 a:link,
 a:visited,
 h3,
@@ -90,6 +117,10 @@ h3.title {
     overflow: hidden;
 }
 
+#secondary {
+    color: #fff;
+}
+
 #secondary.sidebar a:link {
     color: #fff;
     font-weight: bold;
@@ -101,3 +132,18 @@ li.post > a {
 li.widget {
     list-style-type: none;
 }
+
+.info_art {
+    width: 193px;
+}
+
+blockquote {
+    border: none;
+    background-color: #0000001a;
+}
+
+dl.spip_documents {
+    background: none;
+    color: #16212c;
+    border: none;
+}