#myBtn { display: none; /* Hidden by default */ position: fixed; /* Fixed/sticky position */ bottom: 20px; /* Place the button at the bottom of the page */ right: 30px; /* Place the button 30px from the right */ z-index: 99; /* Make sure it does not overlap */ border: none; /* Remove borders */ outline: none; /* Remove outline */ background-color: #2196f3; /* Set a background color */ color: white; /* Text color */ cursor: pointer; /* Add a mouse pointer on hover */ padding: 15px; /* Some padding */ border-radius: 10px; /* Rounded corners */ font-size: 18px; /* Increase font size */ } .panel { padding: 0 18px; background-color: #e6f2ff; display: none; overflow: hidden; border-radius: 5px; } #myBtn:hover { background-color: #0780c7; /* Add a dark-grey background on hover */ } .botonPost{ display: inline-block; color: white; background-color: #2196f3; text-align: center; padding: 7px; text-decoration: none; font-size: 17px; border-radius: 5px; } .default { background-color: #2196f3; color: white; } .default:hover { background: #0780c7; color: white; } .Mega{ background-color: red; color: white; } .Mega:hover { background: #850000; color: white; } Ir al principio
ROMs de Mask, The para emulador de Super Nintendo Entertainment System (SNES) o Super Famicom (SFC).
Mask, The ROMs for the Super Nintendo Entertainment System (SNES) or Super Famicom (SFC) emulator.
Mostrar/ Ocultar: Lista de ROMs en el enlace
Mask, The (Beta) [a1]
Mask, The (Beta) [h1C]
Mask, The (Beta) [t1]
Mask, The (Beta)
Mask, The (E) [T+Fre_Generation IX]
Mask, The (E)
Mask, The (J)
Mask, The (U) (eng)
Mask, The (U) [!]
Mask, The (U) [h1C]
Mask, The (U) [T+Spa100_Sayans]
Mask, The (U) [T+Spa_Sayans]
Mask, The (U) [t1]
Mask, The by lihhsy (Hack)
window.onscroll = function () { scrollFunction() }; HideShow() function scrollFunction() { if (document.body.scrollTop > 128 || document.documentElement.scrollTop > 128) { document.getElementById(«myBtn»).style.display = «block»; } else { document.getElementById(«myBtn»).style.display = «none»; } } function topFunction() { document.body.scrollTop = 0; document.documentElement.scrollTop = 0; } function HideShow() { var x = document.getElementById(«Leyenda»); if (x.style.display === «none») { x.style.display = «block»; } else { x.style.display = «none»; } }