From 048e7f9ec94c8edba03f5fc2d8e04fcf004e2f26 Mon Sep 17 00:00:00 2001 From: opi Date: Mon, 15 Jun 2015 20:56:23 +0200 Subject: [PATCH] Ajout du filet sur le header, et couleur des titres. --- local.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) 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, -- 2.39.2