@import url(http://fonts.googleapis.com/css?family=Indie+Flower); @import url(http://fonts.googleapis.com/css?family=Permanent+Marker); @import url(http://fonts.googleapis.com/css?family=Walter+Turncoat); // ------------------------------------------ // Tuneando lo que está en test-generico.less // ------------------------------------------ .tipografia_titulo_pregunta { font-size: 25px; } .pregunta_grupo button, .pregunta_grupo .respuesta_opcion { font-size: 17px; } li button, .pregunta_grupo .respuesta_opcion { min-height: 30px; width: 380px; } // ------------------ // Inicio ----------- // ------------------ #inicio { position: absolute; width: 480px; left: 80px; top: 130px; text-align: center; } #inicio_globo { position: absolute; left: 480px; top: 20px; z-index: 2; } #inicio_mensaje { padding: 20px; } #comenzar_cuestionario { top: 10px; } #andando_en_patineta { position: absolute; background-image: url("images/andando_en_patineta.png"); width: 107px; height: 170px; top: 210px; left: 40px; } // ------------------ // Objetos paseadores // ------------------ #disfrazado { position: absolute; background-image: url("images/disfrazado.png"); width: 251px; height: 398px; top: 130px; left: 500px; } #disfrazado2 { position: absolute; background-image: url("images/disfrazado2.png"); width: 151px; height: 181px; left: 550px; top: 170px; } #slider_personaje { position: absolute; background: url("images/andando_en_patineta_mini.png") no-repeat; width: 80px; height: 66px; top: -55px; left: -28px; } #slider_linea_progreso { position: absolute; background: url("images/slider_linea_progreso.png") no-repeat; width: 517px; height: 18px; top: 55px; left: 50px; // min: 50px y max: 400px (hay 350 de diferencia) } #slider_fin { position: absolute; background: url("images/libro_corriendo.png") no-repeat; width: 43px; height: 36px; top: 15px; left: 635px; } #bloque_slider { position: absolute; width: 550px; height: 100px; left: 120px; top: -15px; overflow: hidden; }