@menu_background_image: none; @menu_background_color: none; @menu_height: 597px; .apt-wood-menu { background-image: @menu_background_image; background-size: cover; height: auto; padding: 10px 17px; overflow-y: overlay; -ms-overflow-y: scroll; } .apt-wood-menu::-webkit-scrollbar { width: 2px; } .apt-wood-menu::-webkit-scrollbar-thumb { background-color: rgb(255,210,120); } .apt-wood-menu ul { padding: 0; margin: 0; } .apt-wood-menu li { list-style: none; width: 100%; margin: 0; padding: 0; } .apt-wood-menu li a { color: rgb(0,220,0); text-decoration: none; display: block; text-align: center; width: 100%; padding: 4px 15px; border-radius: 30px; background-color: rgb(40, 40, 40); box-shadow: 0px 5px 20px rgb(0, 0, 0) inset, 1px 1px 0pc rgb(220,190,190); font-size: 1.5em; } .apt-wood-menu li:not(:last-child) a { margin-bottom: 5px; } .apt-wood-menu li a:hover { color: yellow; background-color: rgb(0,0,0); box-shadow: 5px 10px 30px rgb(50,50,50) inset, 0px 1px 0pc rgb(40,20,0); } .apt-wood-menu li.current-menu-item a { color: yellow; background-color: rgb(0,0,0); box-shadow: 5px 10px 30px rgb(50,50,50) inset, 0px 1px 0pc rgb(40,20,0); } @media (min-width: 781px) { .apt-wood-menu { height: @menu_height; } }