From: opi <opi@no-log.org>
Date: Mon, 15 Jun 2015 18:56:23 +0000 (+0200)
Subject: Ajout du filet sur le header, et couleur des titres.
X-Git-Url: https://nos-oignons.net/gitweb/website.git/commitdiff_plain/048e7f9ec94c8edba03f5fc2d8e04fcf004e2f26?ds=sidebyside

Ajout du filet sur le header, et couleur des titres.
---

diff --git a/local.css b/local.css
index c3c3c90..a65de0f 100644
--- a/local.css
+++ b/local.css
@@ -95,9 +95,14 @@ thead td {
 }
 
 
-header {
+.body-wrapper > header {
     padding: 1em 0;
-      border-bottom: solid 1px #ccc;
+    border-bottom: solid 1px #ccc;
+}
+@media screen and (min-width: 400px) {
+  .body-wrapper > header {
+    background: url("assets/filet.png") no-repeat scroll 99% 80% #FFF;
+  }
 }
 
 #logo {
@@ -127,6 +132,7 @@ header {
   text-decoration: none;
   color: #b3b3b3;
 }
+.breadcrumb  a:first-child {display: none;}
 .breadcrumb a:hover {
   text-decoration: none;
   color: #57075f;
@@ -250,7 +256,12 @@ main h1 {
 	font-size: 180%;
 	font-weight: bold;
 	color: #ffa430;
-	text-shadow: 2px 2px 1px #444;
+	/*text-shadow: 2px 2px 1px #444;*/
+}
+
+main h2,
+main h3 {
+  color: #57075F;
 }
 
 main h2,