fonds, ajustements carte index projets, ajustements grille index projets, hover carte leaflet projet, ajustements collectifs des projets

This commit is contained in:
Valentin
2024-11-07 04:37:14 +01:00
parent dea01885d7
commit 9cd6627bfa
47 changed files with 2795 additions and 209 deletions

View File

@@ -0,0 +1,67 @@
#background {
z-index: -1;
img {
position: absolute;
pointer-events: none;
}
#bg-top {
#bg-1 {
top: 5vh;
left: 0;
}
#bg-3 {
top: 13vh;
left: -10vw;
}
#bg-2 {
top: 8vh;
left: -28vw;
}
#bg-4 {
top: 18vh;
right: -45vw;
}
}
#bg-middle {
#bg-5 {
top: -20vh;
right: -10vw;
}
#bg-6 {
top: 5vh;
right: -5vw;
}
#bg-7 {
width: 85vw;
top: 10vh;
right: 0vw;
}
#bg-8 {
width: 80vw;
top: 45vh;
left: -40vw;
}
#bg-12 {
width: 105vw;
left: -5vw;
top: 30vh;
}
}
#bg-bottom {
#bg-11 {
top: -70vh;
right: -5vw;
}
#bg-10 {
width: 110vw;
top: -150vh;
left: 5vw;
}
#bg-4 {
transform: scaleX(-1);
top: -40vh;
left: -45vw;
}
}
}

View File

@@ -227,8 +227,10 @@ body.toolbar-fixed header[role="banner"] {
opacity: 1;
}
> li:nth-of-type(1),
> li:nth-of-type(2),
> li:nth-of-type(6) {
> li:nth-of-type(6),
> li:nth-of-type(7),
> li:nth-of-type(8),
> li:nth-of-type(9) {
border-bottom: solid 1px white;
padding: 12px 0;
}