From 0ba5bf6c27558f35c61cebf4953d4d432c943961 Mon Sep 17 00:00:00 2001 From: Pierre Date: Mon, 3 Feb 2020 02:19:59 +0100 Subject: [PATCH] correction affichage des groupes --- css/_sq_balint.scss | 39 +++++++++++++++++---------------- css/mon_site.css | 47 ++++++++++++++++++---------------------- inclure/bloc_groupe.html | 2 +- 3 files changed, 42 insertions(+), 46 deletions(-) diff --git a/css/_sq_balint.scss b/css/_sq_balint.scss index 95fe5b7..7bdf058 100644 --- a/css/_sq_balint.scss +++ b/css/_sq_balint.scss @@ -223,6 +223,16 @@ body{ } } +.bloc-ville{ + text-align: center; + div{ + color: $dark; + } + &:hover div{ + color: $couleur-liens; + } +} + // 4. SECTION NOUS CONTACTER #nous-contacter{ background: $bg-nous-contacter; @@ -323,7 +333,7 @@ body{ background: $fond-footer; padding: 3rem 0; a{ - color: $page-active; + color: $dark; } } @@ -431,24 +441,7 @@ body{ } } -.bloc-ville{ - display: flex; - flex-direction: column; - justify-content: space-between; - width: 100%; - min-height: 100%; - border: solid 1px #ddd; - background: $fond-formulaires; - border-radius: 0.2rem; - padding: 1.5rem; - text-align: center; - a div{ - color: $dark; - } - a:hover div{ - color: $couleur-liens; - } -} + .bloc-groupe{ background: $fond-transparent; @@ -622,6 +615,14 @@ body{ margin-bottom: 1.5rem;; } +/**********************************************************************/ +/************************* PAGE GERER MEMBRES *************************/ +/**********************************************************************/ + +.liste-auteurs{ + align-items: center; +} + /**********************************************************************/ /****************************** spip_admin ****************************/ /**********************************************************************/ diff --git a/css/mon_site.css b/css/mon_site.css index 469704a..27f8f1d 100644 --- a/css/mon_site.css +++ b/css/mon_site.css @@ -12120,6 +12120,18 @@ body { flex-grow: 1; } +.bloc-ville { + text-align: center; +} + +.bloc-ville div { + color: #595959; +} + +.bloc-ville:hover div { + color: #f67638; +} + #nous-contacter { background: url("../images/Fond-contact-bleuvert.jpg"); padding: 4rem 0 3rem 0; @@ -12235,7 +12247,7 @@ body { } #footer-infos a { - color: #ffdb70; + color: #595959; } .footer { @@ -12368,31 +12380,6 @@ body { } } -.bloc-ville { - display: -webkit-box; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - flex-direction: column; - -webkit-box-pack: justify; - justify-content: space-between; - width: 100%; - min-height: 100%; - border: solid 1px #ddd; - background: rgba(255, 255, 255, 0.8); - border-radius: 0.2rem; - padding: 1.5rem; - text-align: center; -} - -.bloc-ville a div { - color: #595959; -} - -.bloc-ville a:hover div { - color: #f67638; -} - .bloc-groupe { background: rgba(255, 255, 255, 0.92); padding: 1.5rem; @@ -12610,6 +12597,14 @@ body { margin-bottom: 1.5rem; } +/**********************************************************************/ +/************************* PAGE GERER MEMBRES *************************/ +/**********************************************************************/ +.liste-auteurs { + -webkit-box-align: center; + align-items: center; +} + /**********************************************************************/ /****************************** spip_admin ****************************/ /**********************************************************************/ diff --git a/inclure/bloc_groupe.html b/inclure/bloc_groupe.html index 816d60a..1abb763 100644 --- a/inclure/bloc_groupe.html +++ b/inclure/bloc_groupe.html @@ -1,6 +1,6 @@ [(#REM) affichage du bloc d'un article ] -
+