edit: version tel sans event + modif à faire + organisation des fichiers + css ouverture du local

This commit is contained in:
2026-07-25 20:59:15 +02:00
parent e6ae40dc51
commit b7b3497a0b
12 changed files with 853 additions and 507 deletions
+26
View File
@@ -0,0 +1,26 @@
:root {
--back-color: #00FF44;
--main-color: #000000;
}
.closedBackground{
visibility: collapse;
}
.openBackground{
visibility: visible;
}
.openBackground#texture{
opacity: .5;
z-index: -31;
}
.openBackground#background{
mix-blend-mode: difference;
z-index: -30;
filter: brightness(133%) saturate(33%) grayscale();
transform: scale(1.5) rotate(180deg);
overflow: hidden;
position: absolute;
}