]> nos-oignons.net Git - website.git/commitdiff
Ajout du filet sur le header, et couleur des titres.
authoropi <opi@no-log.org>
Mon, 15 Jun 2015 18:56:23 +0000 (20:56 +0200)
committeropi <opi@no-log.org>
Sun, 28 Jun 2015 14:01:15 +0000 (16:01 +0200)
local.css

index c3c3c901cb0f85a888a6e0db7d9e97dcfbaa9c37..a65de0f7179e450cab535f942829d391ced4b552 100644 (file)
--- 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,