texture zebre plus sourie menu
This commit is contained in:
17
style.css
17
style.css
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user