File: /home/asjudine/public_html/callcenter/css/preguntas.css
.row1{
border: .5px solid gray;
}
.solo_linea{
border: 0;
outline: 0;
border-bottom: 2px solid blue;
text-align: center;
}
input[type="checkbox"]:before{
background-color: red;
}
body {
font-family: "Open Sans";
}
.logo img{
display:block;
margin: 25px auto 50px auto;
}
.main-test {
max-width:90%;
padding-top: 25px;
margin: 0 auto;
}
.test-pregunta {
transition: all 300ms;
opacity: 0;
}
.test-pregunta.animated {
opacity: 1;
}
.test-pregunta ul {
list-style:none;
color: white;
padding: 0;
font-weight: 700;
font-size: 18px;
width: 100%;
text-align: center;
}
.counter {
display:block;
text-align:center;
font-size:20px;
}
.timer {
display:block;
text-align:center;
font-size:20px;
}
ul.test-lista li {
display:inline-block;
width: 100%;
margin: 7px 5px;
padding: 10px 8px;
background-color: #76ba16;
border-radius: 10px;
}
ul.test-lista li:hover {
transition: all 450ms;
transform: scale(.95) ;
}
.option {
color: white;
}
.option:hover {
color: white;
text-decoration: none;
cursor: pointer;
}
.start {
display: block;
max-width: 60%;
margin: 25px auto;
padding: 20px 0;
background-color: #76ba16;
color: white;
font-weight: 700;
font-size: 25px;
border-radius: 10px;
text-align: center;
}
.boton {
display: block;
max-width: 95%;
padding: 2px 5px;
margin: 12px auto;
border-radius: 50px;
background-color: #76ba16;
color: white;
font-weight: 700;
font-size: 18px;
text-align: center;
cursor: pointer;
}
.start:hover {
text-decoration: none;
color: white;
transition: all 300ms;
transform: scale(.9) ;
}
.puntos {
text-align: center;
}
ul {
display:inline-block;
font-size: 18px;
font-weight: 600;
text-align: initial;
}
.test-pregunta-pregunta {
font-size:22px;
}
.test-pregunta-pregunta img {
display:block;
width:200px;
margin: 0 auto;
}
.score img {
width: 50px;
height: auto;
}
ul li {
padding: 5px;
}
.highlight {
color: #76ba16;
font-weight: 700;
}
p {
font-weight: 600;
}
.hidden {
display: none;
}
.fadeOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
-webkit-animation-timing-function: ease-in-out; /* Safari 4.0 - 8.0 */
animation-timing-function: ease-in-out;
}
.crimson {
color: crimson;
}
.green {
color: #76ba16;
}
.lista-incorrectas {
}
ul.score {
margin-top: 25px;
color: black;
font-size:14px;
}
ul.score li {
border-bottom: 1px solid #ddd;
padding-bottom:5px;
text-align:left;
}
.footer {
text-align:center;
display: block;
margin: 25px auto 0 auto;
}
.footer ul {
max-width: 100%;
padding: 0;
margin: 0 auto;
list-style: none;
}
.footer img {
display:block;
width:70px;
margin: 0 auto;
height:auto;
}
h1{
font-weight:400;
padding-top:0;
margin-top:0;
font-family: 'Roboto Slab', serif;
}
#svg_form_time {
height: 15px;
max-width: 80%;
margin: 40px auto 20px;
display: block;
}
#svg_form_time circle,
#svg_form_time rect {
fill: white;
}
.button {
background: rgb(0, 105, 16);
border-radius: 5px;
padding: 15px 25px;
display: inline-block;
margin: 10px;
font-weight: bold;
color: white;
cursor: pointer;
box-shadow:0px 2px 5px rgb(0,0,0,0.5);
}
.buttonc {
background: rgb(192, 57, 43);
border-radius: 5px;
padding: 15px 25px;
display: inline-block;
margin: 10px;
font-weight: bold;
color: white;
cursor: pointer;
box-shadow:0px 2px 5px rgb(0,0,0,0.5);
}
.disabled {
display:none;
}
.contenidoNuevo{
margin: 0 auto;
width: 70% !important;
}