forked from DGNum/gestioCOF
125 lines
No EOL
2.1 KiB
CSS
125 lines
No EOL
2.1 KiB
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;
|
|
}
|
|
|
|
/** JQuery-Confirm box **/
|
|
|
|
.jconfirm .jconfirm-bg {
|
|
background-color: rgb(0,0,0,0.6) !important;
|
|
}
|
|
|
|
.jconfirm .jconfirm-box {
|
|
padding:0;
|
|
border-radius:0 !important;
|
|
font-family:Roboto;
|
|
}
|
|
|
|
.jconfirm .jconfirm-box .content-pane {
|
|
border-bottom:1px solid #ddd;
|
|
margin: 0px !important;
|
|
}
|
|
|
|
.jconfirm .jconfirm-box .content {
|
|
padding: 5px;
|
|
}
|
|
|
|
.jconfirm .jconfirm-box .content-pane {
|
|
border-bottom:1px solid #ddd;
|
|
margin: 0px !important;
|
|
}
|
|
|
|
.jconfirm .jconfirm-box .content {
|
|
padding: 10px;
|
|
}
|
|
|
|
.jconfirm .jconfirm-box .content a,
|
|
.jconfirm .jconfirm-box .content a:hover {
|
|
color: #D81138;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.jconfirm .jconfirm-box .buttons {
|
|
margin-top:-6px; /* j'arrive pas à voir pk y'a un espace au dessus sinon... */
|
|
padding:0;
|
|
height:40px;
|
|
}
|
|
|
|
.jconfirm .jconfirm-box .buttons button {
|
|
min-width:40px;
|
|
height:100%;
|
|
margin:0;
|
|
margin:0 !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
.jconfirm .jconfirm-box .buttons button:first-child:focus,
|
|
.jconfirm .jconfirm-box .buttons button:first-child:hover {
|
|
color:#FFF !important;
|
|
background:forestgreen !important;
|
|
}
|
|
|
|
.jconfirm .jconfirm-box .buttons button:nth-child(2):focus,
|
|
.jconfirm .jconfirm-box .buttons button:nth-child(2):hover {
|
|
color:#FFF !important;
|
|
background:#D93A32 !important;
|
|
}
|
|
|
|
.jconfirm .jconfirm-box div.title-c .title {
|
|
display: block;
|
|
|
|
padding:0 15px;
|
|
height:40px;
|
|
line-height:40px;
|
|
|
|
font-family:Dosis;
|
|
font-size:20px;
|
|
font-weight:bold;
|
|
|
|
color:#FFF;
|
|
background-color:rgb(222, 130, 107);
|
|
} |