Skip to content
Extraits de code Groupes Projets
Valider ebca8cbb rédigé par real3t@gmail.com's avatar real3t@gmail.com
Parcourir les fichiers

Harmonisation couleurs page d'accueil mode Cognac

parent 17f8941e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
#SET{c_container,(#CONFIG{soyezcreateurs_couleurs/container,#02265a})} #SET{c_container,(#CONFIG{soyezcreateurs_couleurs/container,#02265a})}
#SET{c_container_bk,(#CONFIG{soyezcreateurs_couleurs/container_bk,#f6f6f6})} #SET{c_container_bk,(#CONFIG{soyezcreateurs_couleurs/container_bk,#f6f6f6})}
#SET{c_titraille,(#CONFIG{soyezcreateurs_couleurs/titraille,#005e7a})}
#SET{c_titraille_bk,(#CONFIG{soyezcreateurs_couleurs/titraille_bk,#f6f6f6})}
#SET{LargeurContaineur,(#CONFIG{soyezcreateurs_layout/largeurconteneur,960})} #SET{LargeurContaineur,(#CONFIG{soyezcreateurs_layout/largeurconteneur,960})}
#SET{LargeurMenuGauche,(#CONFIG{soyezcreateurs_layout/largeurmenugauche,180})} #SET{LargeurMenuGauche,(#CONFIG{soyezcreateurs_layout/largeurmenugauche,180})}
...@@ -350,7 +352,7 @@ select { ...@@ -350,7 +352,7 @@ select {
font-family: "picto-soyezcreateurs" ; font-family: "picto-soyezcreateurs" ;
font-size: 50px; font-size: 50px;
opacity: 1; opacity: 1;
color: #be1621; color: #GET{c_titraille};
} }
.slider-pratique .slick-prev:hover:before, .slider-pratique .slick-prev:hover:before,
.slider-pratique .slick-prev:focus:before, .slider-pratique .slick-prev:focus:before,
...@@ -426,20 +428,20 @@ select { ...@@ -426,20 +428,20 @@ select {
#content .titre-sommaire:before { #content .titre-sommaire:before {
content: ""; content: "";
display: block; display: block;
background-color: #be1621; background-color: #GET{c_titraille};
width: 100%; width: 100%;
height: 1px; height: 1px;
} }
#content .titre-sommaire h1 { #content .titre-sommaire h1 {
display: block; display: block;
background-color: #eae9e5; background-color: #GET{c_titraille_bk};
max-width: [(#GET{LargeurContaineur}|moins{44})]px; max-width: [(#GET{LargeurContaineur}|moins{44})]px;
margin: -1.1em auto 1em auto; margin: -1.1em auto 1em auto;
padding: .5em .8em .5em; padding: .5em .8em .5em;
color: #be1621; color: #GET{c_titraille};
font-size: 2rem; font-size: 2rem;
line-height: 1em; line-height: 1em;
border-left: 1px solid #be1621; border-left: 1px solid #GET{c_titraille};
} }
@media screen and (max-width: 1178px) { @media screen and (max-width: 1178px) {
#content .titre-sommaire h1 { #content .titre-sommaire h1 {
...@@ -476,7 +478,7 @@ max-width: [(#GET{LargeurContaineur}|moins{44})]px; ...@@ -476,7 +478,7 @@ max-width: [(#GET{LargeurContaineur}|moins{44})]px;
height: 30px; height: 30px;
} }
.slick-dots li.slick-active button::before { .slick-dots li.slick-active button::before {
color: #be1621; color: #GET{c_titraille};
} }
#liens-diaporama { #liens-diaporama {
position: absolute; position: absolute;
...@@ -517,7 +519,7 @@ max-width: [(#GET{LargeurContaineur}|moins{44})]px; ...@@ -517,7 +519,7 @@ max-width: [(#GET{LargeurContaineur}|moins{44})]px;
margin-left: .55rem; margin-left: .55rem;
padding: .85rem .5rem; padding: .85rem .5rem;
font-size: 0; font-size: 0;
border-left: 1px solid #be1621 ; border-left: 1px solid #GET{c_titraille};
} }
#liens-diaporama li a span.icon:before { #liens-diaporama li a span.icon:before {
font-size: 2.15rem; font-size: 2.15rem;
...@@ -544,9 +546,6 @@ max-width: [(#GET{LargeurContaineur}|moins{44})]px; ...@@ -544,9 +546,6 @@ max-width: [(#GET{LargeurContaineur}|moins{44})]px;
#pratique { #pratique {
margin-top: 6.5em; margin-top: 6.5em;
margin-bottom: 4em; margin-bottom: 4em;
}
#pratique .titre-sommaire h1 {
background-color: #CFEBEB;
} }
.clearfix:after, .clearfix:after,
.grid:after { .grid:after {
...@@ -695,6 +694,7 @@ img.zoomsurlogo { ...@@ -695,6 +694,7 @@ img.zoomsurlogo {
margin-bottom: 20px; margin-bottom: 20px;
-webkit-transition: all .25s ease; -webkit-transition: all .25s ease;
transition: all .25s ease; transition: all .25s ease;
background-color: #eae9e5;
} }
.grid-item .content-actus:hover, .grid-item .content-actus:hover,
.grid-item .content-actus:focus { .grid-item .content-actus:focus {
...@@ -735,7 +735,7 @@ img.zoomsurlogo { ...@@ -735,7 +735,7 @@ img.zoomsurlogo {
margin: 0; margin: 0;
font-size: 21px; font-size: 21px;
font-weight: 400; font-weight: 400;
color: #be1621 ; color: [(#GET{c_header_bk}|couleur_extreme|=={000000}|?{#GET{c_header_bk},#GET{c_header}})];
line-height: 21px; line-height: 21px;
padding: 10px; padding: 10px;
text-align: right; text-align: right;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter