forked from DGNum/gestioCOF
64 lines
870 B
CSS
64 lines
870 B
CSS
form#tokenform {
|
|
text-align: center;
|
|
font-size: 2em;
|
|
}
|
|
|
|
label {
|
|
margin-right: 10px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
form#tokenform textarea {
|
|
font-size: 2em;
|
|
width: 350px;
|
|
height: 200px;
|
|
font-family: 'Droif Serif', serif;
|
|
}
|
|
|
|
/* wft ?
|
|
input {
|
|
width: 400px;
|
|
font-size: 2em;
|
|
}*/
|
|
|
|
ul.losers {
|
|
display: inline;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
ul.losers li {
|
|
display: inline;
|
|
}
|
|
|
|
span.details {
|
|
font-size: 0.7em;
|
|
}
|
|
|
|
td {
|
|
border: 0px solid black;
|
|
padding: 2px;
|
|
}
|
|
.attribresult {
|
|
margin: 10px 0px;
|
|
}
|
|
|
|
.inscription-bottom {
|
|
display: block;
|
|
padding: 0px 20px 20px 20px ;
|
|
margin-top : 15px;
|
|
}
|
|
|
|
.bda-prix {
|
|
font-weight: bold;
|
|
color:#DE826B;
|
|
}
|
|
|
|
.table-top {
|
|
background-color: #F0F0F0;
|
|
margin: -20px;
|
|
margin-top: 0px;
|
|
padding:20px;
|
|
padding-bottom: 28px;
|
|
padding-top: 8px;
|
|
}
|