38 lines
456 B
CSS
38 lines
456 B
CSS
|
|
/*html, body {
|
|
background: #ffffff url('/static/img/pattern.png') repeat top left;
|
|
}*/
|
|
|
|
.hero-unit {
|
|
margin-top: 30px;
|
|
padding: 30px 60px;
|
|
}
|
|
|
|
form.palabras textarea {
|
|
width: 100%;
|
|
height: 100px;
|
|
font-size: 16pt;
|
|
}
|
|
|
|
div.resultados {
|
|
font-size: 16pt;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
div.resultado {
|
|
margin: 6px 0;
|
|
}
|
|
|
|
div.resultado div.palabra {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.toright {
|
|
text-align: right;
|
|
}
|
|
|
|
/* need a redesign! */
|
|
.temporal {
|
|
display: none;
|
|
}
|