Files
ecurie-website/css/style.css
Christian CUNAT-BRULE f456978b91
Some checks failed
Déploiement DEV / deploy (push) Failing after 13s
Ajout de CI et update depuis la prod
2026-08-06 16:33:06 +02:00

40 lines
1.4 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.bg1 { background:#f7f5e2; }
header { background-image:url("../images/autres/footer.jpg"); }
footer { background-image:url("../images/autres/footer.jpg"); margin:0 auto; overflow:hidden; }
.numbox{
background-image:url("../images/autres/calendrier.png");
width:72px; height:78px; overflow:hidden; float:left;
margin:0 19px 0 10px;
}
.numbox span{
font:18px/22px 'IM Fell French Canon', sans-serif;
color:#fff; font-style:italic; text-align:center; margin-top:4px; display:block;
}
.numbox strong{
font:30px/36px Georgia, "Times New Roman", Times, serif;
color:#f6a82d; font-weight:bold; text-align:center; margin-top:-1px; display:block;
}
.img-thumbnailShop, .img-thumbnailEvent, .img-thumbnailEventCat { display:block; }
.clear { clear:both; line-height:0; font-size:0; }
.map-responsive { overflow:hidden; padding-bottom:56.25%; position:relative; }
.map-responsive iframe { left:0; top:0; position:absolute; }
/* --- Carousel --- */
/* BS5: les indicateurs sont des <button data-bs-target="..."> */
.carousel-indicators [data-bs-target] {
background-color: gray !important;
}
.carousel-indicators .active {
background-color: black !important;
}
/* BS5: les icônes sont des SVG en background-image -> background-color na plus deffet.
Pour les “griser”, utiliser un filter (minimaliste) */
.carousel-control-prev-icon,
.carousel-control-next-icon{
/* background-color: gray !important; <-- obsolète en BS5 */
filter: invert(50%) grayscale(100%);
}