Skip to content
Extraits de code Groupes Projets
Valider e803387e rédigé par RealET's avatar RealET :kissing_cat:
Parcourir les fichiers

Ajustements sur les slider

parent 231642a9
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -336,6 +336,7 @@ select { ...@@ -336,6 +336,7 @@ select {
#cycloshow .slick-prev:before, #cycloshow .slick-prev:before,
.slider-pratique .slick-prev:before { .slider-pratique .slick-prev:before {
content: "\276c"; content: "\276c";
text-shadow: 1px 1px black;
} }
.slider-pratique .slick-next { .slider-pratique .slick-next {
right: -60px; right: -60px;
...@@ -343,6 +344,7 @@ select { ...@@ -343,6 +344,7 @@ select {
#cycloshow .slick-next:before, #cycloshow .slick-next:before,
.slider-pratique .slick-next:before { .slider-pratique .slick-next:before {
content: "\276d"; content: "\276d";
text-shadow: 1px 1px black;
} }
#cycloshow .slick-prev:before, #cycloshow .slick-prev:before,
#cycloshow .slick-next:before { #cycloshow .slick-next:before {
...@@ -372,6 +374,7 @@ select { ...@@ -372,6 +374,7 @@ select {
} }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
background: rgba(48,48,48,0.5); background: rgba(48,48,48,0.5);
border-color: #000;
} }
.slider-pratique .content-pratique { .slider-pratique .content-pratique {
background-color: #GET{c_triadeb}; background-color: #GET{c_triadeb};
...@@ -730,16 +733,25 @@ img.editologo { ...@@ -730,16 +733,25 @@ img.editologo {
backdrop-filter: blur(10px); backdrop-filter: blur(10px);
} }
} }
#content .slider-diapo-imgfull a {
color: #GET{c_triadec};
}
#content .slider-content.desc-gauche h3 { #content .slider-content.desc-gauche h3 {
margin: 0 0 1em 0; margin: 0 0 1em 0;
padding: 0; padding: 0;
color: #GET{c_triadec}; color: inherit;
font-family: 'Oswald', sans-serif; font-family: 'Oswald', sans-serif;
font-weight: 300; font-weight: 300;
font-size: 2.15em; font-size: 2.15em;
line-height: 1.15em; line-height: 1.15em;
text-align: left; text-align: left;
} }
#content .slider-diapo-imgfull a:hover,
#content .slider-diapo-imgfull a:focus
{
color: [#(#GET{c_triadec}|couleur_extreme)];
text-shadow: 1px 1px black;
}
.slider-content.desc-gauche p { .slider-content.desc-gauche p {
font-size: 1.25em; font-size: 1.25em;
color: white; color: white;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter