forked from DGNum/gestioCOF
48 lines
597 B
CSS
48 lines
597 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;
|
|
}
|
|
|
|
.spectacle-passe {
|
|
opacity:0.5;
|
|
}
|