FRASES













No hay comentarios:

Publicar un comentario

/* Apagar las luces ----------------------------------------------- */ #videoLuces { position:relative; z-index:102; } #apagador { max-width:640px; text-align:left; position:relative; height:25px; display:block; margin: 25px 0 0 60px; } .lightSwitcher { position:absolute; z-index:101; background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhpt0uHQtZ14AskstI82JUA0QPfrr9snmEcepaAcgrUOVaqL83w9Psa86wZldN4SdK0euYpazXF-PpcVbLCQJ_HwXDuHOk25S588lGJ8Nock1GEdvw3z95mMwsN2QIFXmnIzsIPhuLy1xk/s16/luces-on.png); background-repeat:no-repeat; background-position:left; padding: 0 0 0 20px; outline:none; text-decoration:none; } .lightSwitcher:hover {text-decoration:underline;} .turnedOff { color:#ffff00 !important; background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJ0hHxNyVrGWngs6zXbiKbGFTuniJ6IE9_QVpGDWnUUgbwd5CoeZbhI_84FdGsQhD6OQheNUSXuF1bMIIm-_U62CSHD__xqB0rWpk6iHp8p0bYDDKe5ywzh1tCTI4pWrxevVhiiYuCd0c/s16/luces-off.png); } #oscuridad { background:#000; opacity:0.7; /* Opacidad de la pantalla */ filter:alpha(opacity=70); /* Opacidad de la pantalla */ position:absolute; left:0; top:0; width:100%; z-index:100; }