From 10d4ab61538962f82edf339f2b0c32522efda3f7 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sat, 1 Feb 2020 11:27:12 +0100 Subject: [PATCH] changement couleurs menus et breadcrumb --- css/_sq_balint.scss | 9 +++++---- css/_variables.scss | 4 +++- css/mon_site.css | 14 +++++++------- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/css/_sq_balint.scss b/css/_sq_balint.scss index 00d51ef..72ca027 100644 --- a/css/_sq_balint.scss +++ b/css/_sq_balint.scss @@ -35,7 +35,8 @@ img{ /* breadcrumb */ .breadcrumb{ - background: #e8ebf8; + //background: #e8ebf8; + padding: 0; .divider{ padding: 0 0.2rem; } @@ -382,18 +383,18 @@ body{ /**********************************************************************/ #menu-association, #menu-groupes{ - background: #e8ebf8; + background: $couleur-liens; margin: 1rem 0; border-radius: 0.2rem; padding: 0; .active a{ - color: $fond-footer; + color: $page-active; font-weight: bold; } li{ padding: 0.5rem; a{ - color: $dark; + color: white; } &:not(:last-of-type){ border-bottom: solid 1px $light; diff --git a/css/_variables.scss b/css/_variables.scss index 14fdd8a..6cd20e7 100644 --- a/css/_variables.scss +++ b/css/_variables.scss @@ -1,7 +1,8 @@ $couleur-texte : black; $dark: #595959; $fond-menu: #3b3f8a; -$couleur-liens : #dc7544; +//$couleur-liens : #dc7544; +$couleur-liens : #f67638; $gris-moyen : #7d7d7d; $gris-clair : #f2f2f2; //$page-active: #ffe9aa; @@ -10,6 +11,7 @@ $fond-footer: #464ba3; $titres-footer: #64d4af; $fond-formulaires: rgba(255,255,255,0.8); $fond-transparent: rgba(255, 255, 255, 0.92); +$breadcrumb-bg: none; $bg-body: url('../images/bg-web.jpg'); $bg-presentation: url('../images/bg-rouge-fonce-3.jpg'); diff --git a/css/mon_site.css b/css/mon_site.css index bd2d9c0..f645f20 100644 --- a/css/mon_site.css +++ b/css/mon_site.css @@ -4393,7 +4393,7 @@ tbody.collapse.show { padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; - background-color: #e9ecef; + background-color: none; border-radius: 0.25rem; } @@ -11897,7 +11897,7 @@ h1, .h1, h2, .h2, h3, .h3, h4, .h4, legend, /* liens */ a, a:hover { text-decoration: none; - color: #dc7544; + color: #f67638; } /* images */ @@ -11908,7 +11908,7 @@ img { /* breadcrumb */ .breadcrumb { - background: #e8ebf8; + padding: 0; } .breadcrumb .divider { @@ -12320,14 +12320,14 @@ body { /************************ PAGE ASSOCIATION ****************************/ /**********************************************************************/ #menu-association, #menu-groupes { - background: #e8ebf8; + background: #f67638; margin: 1rem 0; border-radius: 0.2rem; padding: 0; } #menu-association .active a, #menu-groupes .active a { - color: #464ba3; + color: #ffdb70; font-weight: bold; } @@ -12336,7 +12336,7 @@ body { } #menu-association li a, #menu-groupes li a { - color: #595959; + color: white; } #menu-association li:not(:last-of-type), #menu-groupes li:not(:last-of-type) { @@ -12398,7 +12398,7 @@ body { } .bloc-ville a:hover div { - color: #dc7544; + color: #f67638; } .bloc-groupe {