texture zebre plus sourie menu

This commit is contained in:
2025-12-19 16:22:09 +01:00
parent 844c64c7b6
commit 1b474fcbca
4 changed files with 767 additions and 86 deletions

View File

@ -156,7 +156,7 @@ body::after {
height: 100%;
z-index: 1;
opacity: 0.3;
pointer-events: none;
pointer-events: auto;
}
.menu-container {
@ -1539,6 +1539,21 @@ footer {
filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
}
.zebre-preview {
width: 50px;
height: 50px;
border-radius: 50%;
background: repeating-linear-gradient(
90deg,
#ffffff 0px,
#ffffff 8px,
#000000 8px,
#000000 16px
);
border: 3px solid #fff;
box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.shape-option span {
font-size: 0.7em;
color: #fff;