/* Meny Menu ----------------------------------------------- */ .meny { display: none; padding: 20px; overflow: auto; background: #333; color: #eee; /* Color de fondo del menú */ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .meny h4 { font-size: 24px; /* Tamaño del título del menú */ color:#fff; /* Color del título del menú */ text-align:center; } .meny ul { margin-top: 10px; } .meny ul li { display: inline-block; width: 200px; list-style: none; font-size: 20px; padding: 3px 10px; } .meny-arrow { position: absolute; z-index: 10; border: 10px solid transparent; -webkit-transition: opacity 0.4s ease 0.4s; -moz-transition: opacity 0.4s ease 0.4s; -ms-transition: opacity 0.4s ease 0.4s; -o-transition: opacity 0.4s ease 0.4s; transition: opacity 0.4s ease 0.4s; } .meny-left .meny-arrow { left: 5px; top: 350px; margin-top: -16px; border-left: 16px solid #333; /* Color de la flecha */ } .meny-right .meny-arrow { right: 14px; top: 150px; margin-top: -16px; border-right: 16px solid #333; /* Color de la flecha */ } .meny-top .meny-arrow { left: 150px; top: 14px; margin-left: -16px; border-top: 16px solid #333; /* Color de la flecha */ } .meny-bottom .meny-arrow { left: 150px; bottom: 14px; margin-left: -16px; border-bottom: 16px solid #333; /* Color de la flecha */ } .meny-active .meny-arrow { opacity: 0; -webkit-transition: opacity 0.2s ease; -moz-transition: opacity 0.2s ease; -ms-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; transition: opacity 0.2s ease; } .contents { width: 100%; height: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

Menú

No hay publicaciones.
No hay publicaciones.