96 lines
2.1 KiB
PHP
Executable File
96 lines
2.1 KiB
PHP
Executable File
#menuD-container> .top-nav-label {
|
|
position: relative;
|
|
height: 2.5rem;
|
|
width: 2.5rem;
|
|
border-radius: 0.1875rem;
|
|
cursor: pointer;
|
|
display: block;
|
|
font-size: 0;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
padding: 1px;
|
|
text-align:center;
|
|
}
|
|
|
|
#menuD-container> .top-nav-label .open-close-menu {
|
|
display: block;
|
|
margin:auto;
|
|
position: absolute;
|
|
z-index: 11;
|
|
background: barreCoul;
|
|
border-radius: 0.1875rem;
|
|
height: 0.25rem;
|
|
left: 0.1875rem;
|
|
right: 0.1875rem;
|
|
top: 1.125rem;
|
|
transition: 0.25s ease-in-out 0s;
|
|
}
|
|
|
|
#menuD-container> .top-nav-label .open-close-menu {
|
|
display: block;
|
|
margin:auto;
|
|
position: absolute;
|
|
z-index: 11;
|
|
background: barreCoul;
|
|
border-radius: 0.1875rem;
|
|
height: 0.25rem;
|
|
left: 0.1875rem;
|
|
right: 0.1875rem;
|
|
top: 1.125rem;
|
|
transition: 0.25s ease-in-out 0s;
|
|
}
|
|
|
|
#menuD-container> .top-nav-label .open-close-menu::before,
|
|
#menuD-container> .top-nav-label .open-close-menu::after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
background-color: croixCoul;
|
|
border-radius: 0.1875rem;
|
|
height: 0.25rem;
|
|
left: 0;
|
|
width: 100%;
|
|
transition-duration: 0.3s, 0.3s;
|
|
margin:auto;
|
|
}
|
|
|
|
#menuD-container> .top-nav-label .open-close-menu::before {
|
|
top: -0.6875rem;
|
|
transform-origin: top;
|
|
margin:auto;
|
|
}
|
|
|
|
#menuD-container> .top-nav-label .open-close-menu::after {
|
|
bottom: -0.6875rem;
|
|
transform-origin: bottom;
|
|
margin:auto;
|
|
}
|
|
|
|
#menuD-container> [type="checkbox"]:checked ~ .top-nav-label .open-close-menu {
|
|
background: none;
|
|
transition-delay: 0s, 0.3s;
|
|
}
|
|
|
|
#menuD-container > [type="checkbox"]:checked ~ .top-nav-label .open-close-menu::before,
|
|
#menuD-container > [type="checkbox"]:checked ~ .top-nav-label .open-close-menu::after {
|
|
left: 0.125rem;
|
|
transition-delay: 0s, 0.3s;
|
|
}
|
|
|
|
#menuD-container > [type="checkbox"]:checked ~ .top-nav-label .open-close-menu::before {
|
|
top: 0px;
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
#menuD-container > [type="checkbox"]:checked ~ .top-nav-label .open-close-menu::after {
|
|
bottom: 0;
|
|
transform: rotate(-45deg);
|
|
text-align:center;margin:0;vertical-align:middle;
|
|
}
|
|
|
|
#menuDeroulantBarre {display: none; }
|
|
|
|
#menuD-container > [type="checkbox"]:checked ~ #menuDeroulantBarre{
|
|
display: block;
|
|
}
|