nouvelles couleurs

This commit is contained in:
Pierre 2020-03-04 12:37:00 +01:00
parent 435aee7e69
commit 4ce145b653
3 changed files with 28 additions and 24 deletions

View file

@ -1,16 +1,19 @@
$couleur-texte : black; $couleur-texte : black;
$dark: #595959; $dark: #595959;
//$fond-menu: #3b3f8a; bleu-violet plus foncé //$fond-menu: #3b3f8a; bleu-violet plus foncé
$fond-menu: #478E7E; //$fond-menu: #478E7E; vert-bleu plus foncé
// vert gris du tableau de Rousseau : #46735C $fond-menu: #087f52;
//$couleur-liens : #dc7544; orange moins vif //$couleur-liens : #dc7544; orange moins vif
$couleur-liens : #f67638; $couleur-liens: #dd7f51;
// $couleur-liens : #f67638; orange vif
$gris-moyen : #7d7d7d; $gris-moyen : #7d7d7d;
$gris-clair : #f2f2f2; $gris-clair : #f2f2f2;
$page-active-clair: #fff99d; $page-active-clair: #fff99d;
$page-active: #ffb284; $page-active: #ffb284;
//$fond-footer: #464ba3; bleu-violet //$fond-footer: #464ba3; bleu-violet
$fond-footer: #4B9886; //$fond-footer: #4B9886; vert-bleu
$fond-footer: #3E8050;
//$titres-footer : #4B9886; vert plus clair //$titres-footer : #4B9886; vert plus clair
$titres-footer : #ffb284; $titres-footer : #ffb284;
$fond-formulaires: rgba(255,255,255,0.8); $fond-formulaires: rgba(255,255,255,0.8);
@ -22,8 +25,9 @@ $bg-presentation: url('../images/bg-gris-vert2.jpg');
$bg-texte-presentation: url('../images/bg-encadre-blanc3.jpg'); $bg-texte-presentation: url('../images/bg-encadre-blanc3.jpg');
$bg-mis-en-avant: url('../images/fond-une-jaune.jpg'); $bg-mis-en-avant: url('../images/fond-une-jaune.jpg');
$bg-a-la-une: url('../images/bg-web.jpg'); $bg-a-la-une: url('../images/bg-web.jpg');
$bg-nous-contacter: url('../images/Fond-contact-bleuvert.jpg'); $bg-nous-contacter: url('../images/Fond-contact-vert.jpg');
// $bg-diapo: rgba(255,243,219,0.75); plus jaune et transparent // $bg-diapo: rgba(255,243,219,0.75); plus jaune et transparent
$bg-diapo : rgba(255,255,255,0.55); $bg-diapo : rgba(255,255,255,0.55);
// $bg-diapo-texte: rgba(0,13,158,0.65); // $bg-diapo-texte: rgba(0,13,158,0.65);
$bg-diapo-texte: #478E7E; // $bg-diapo-texte: #478E7E; vert-bleu
$bg-diapo-texte: #0c8d5c

View file

@ -11933,7 +11933,7 @@ h1, .h1, h2, .h2, h3, .h3, h4, .h4, legend,
/* liens */ /* liens */
a, a:hover { a, a:hover {
text-decoration: none; text-decoration: none;
color: #f67638; color: #dd7f51;
} }
/* images */ /* images */
@ -11962,7 +11962,7 @@ img {
} }
.pagination strong, .pagination .lien_pagination { .pagination strong, .pagination .lien_pagination {
background-color: #4B9886; background-color: #3E8050;
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
border-radius: 0.2rem; border-radius: 0.2rem;
} }
@ -12000,7 +12000,7 @@ body {
/**********************************************************************/ /**********************************************************************/
#menu-principal { #menu-principal {
padding: 1rem 2rem; padding: 1rem 2rem;
background-color: #478E7E; background-color: #087f52;
-webkit-transition: all 1s; -webkit-transition: all 1s;
transition: all 1s; transition: all 1s;
} }
@ -12121,7 +12121,7 @@ body {
} }
.a-la-une { .a-la-une {
color: #478E7E; color: #0c8d5c;
} }
#agenda, .dernieres-nouvelles { #agenda, .dernieres-nouvelles {
@ -12138,7 +12138,7 @@ body {
#agenda .h3, .dernieres-nouvelles .h3 { #agenda .h3, .dernieres-nouvelles .h3 {
font-weight: 700; font-weight: 700;
margin: 1.5rem; margin: 1.5rem;
color: #478E7E; color: #0c8d5c;
} }
#agenda .h5, .dernieres-nouvelles .h5 { #agenda .h5, .dernieres-nouvelles .h5 {
@ -12148,7 +12148,7 @@ body {
.dernieres-nouvelles { .dernieres-nouvelles {
text-align: left; text-align: left;
padding: 0 1.2rem; padding: 0 1.2rem;
border-left: solid 1px #f67638; border-left: solid 1px #dd7f51;
} }
.agenda-evenement { .agenda-evenement {
@ -12211,11 +12211,11 @@ body {
} }
.bloc-ville:hover div { .bloc-ville:hover div {
color: #f67638; color: #dd7f51;
} }
#nous-contacter { #nous-contacter {
background: url("../images/Fond-contact-bleuvert.jpg"); background: url("../images/Fond-contact-vert.jpg");
background-size: cover; background-size: cover;
padding: 4rem 0 3rem 0; padding: 4rem 0 3rem 0;
} }
@ -12279,7 +12279,7 @@ body {
} }
.diapo-texte { .diapo-texte {
background-color: #478E7E; background-color: #0c8d5c;
padding: 2rem; padding: 2rem;
align-self: center; align-self: center;
width: 70%; width: 70%;
@ -12287,7 +12287,7 @@ body {
} }
.diapo-bouton { .diapo-bouton {
background-color: #478E7E; background-color: #0c8d5c;
border: solid 2px white; border: solid 2px white;
border-radius: 0.2rem; border-radius: 0.2rem;
padding: 0.5rem 2rem; padding: 0.5rem 2rem;
@ -12333,7 +12333,7 @@ body {
/***************************** FOOTER *********************************/ /***************************** FOOTER *********************************/
/**********************************************************************/ /**********************************************************************/
#footer-infos { #footer-infos {
background: #4B9886; background: #3E8050;
padding: 3rem 0; padding: 3rem 0;
} }
@ -12359,7 +12359,7 @@ body {
} }
.footer .footer-options { .footer .footer-options {
background: #4B9886; background: #3E8050;
padding: 2rem 0; padding: 2rem 0;
} }
@ -12423,7 +12423,7 @@ body {
} }
.page_sommaire .footer-options h4, .page_sommaire #footer-infos h4 { .page_sommaire .footer-options h4, .page_sommaire #footer-infos h4 {
color: #4B9886; color: #3E8050;
} }
.page_sommaire .footer-options a:not(.login_modal), .page_sommaire #footer-infos a:not(.login_modal) { .page_sommaire .footer-options a:not(.login_modal), .page_sommaire #footer-infos a:not(.login_modal) {
@ -12434,7 +12434,7 @@ body {
/************************ PAGE ASSOCIATION ****************************/ /************************ PAGE ASSOCIATION ****************************/
/**********************************************************************/ /**********************************************************************/
#menu-association, #menu-methode, #menu-groupes, #menu-medias { #menu-association, #menu-methode, #menu-groupes, #menu-medias {
background: #f67638; background: #dd7f51;
margin: 1rem 0; margin: 1rem 0;
border-radius: 0.2rem; border-radius: 0.2rem;
padding: 0; padding: 0;
@ -12569,7 +12569,7 @@ body {
} }
.formulaire_spip .boutons .submit, .formulaire_spip .boutons .btn_editer, .boutons .submit, .boutons .btn_editer { .formulaire_spip .boutons .submit, .formulaire_spip .boutons .btn_editer, .boutons .submit, .boutons .btn_editer {
background-color: #4B9886; background-color: #3E8050;
color: #f8f9fa; color: #f8f9fa;
padding: 1rem; padding: 1rem;
line-height: 1rem; line-height: 1rem;
@ -12586,7 +12586,7 @@ body {
} }
.formulaire_spip .boutons .btn_login, .boutons .btn_login { .formulaire_spip .boutons .btn_login, .boutons .btn_login {
background-color: #f67638; background-color: #dd7f51;
color: #333; color: #333;
} }
@ -12596,7 +12596,7 @@ body {
} }
.btn.bouton-login { .btn.bouton-login {
background: #f67638; background: #dd7f51;
border-radius: 0.2rem; border-radius: 0.2rem;
color: #333 !important; color: #333 !important;
} }
@ -12815,7 +12815,7 @@ body {
} }
#page-contact .formulaire_nous_contacter input.submit { #page-contact .formulaire_nous_contacter input.submit {
background-color: #4B9886; background-color: #3E8050;
color: #f8f9fa; color: #f8f9fa;
padding: 1rem; padding: 1rem;
line-height: 1rem; line-height: 1rem;

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB