html,
body {
margin: 0;
padding: 0;
font-family: calibri;
}
.creer-btn {
border-radius: 5px;
padding: 5px 10px;
color: white;
cursor: pointer;
}
.creer-titre { /* div */
width: 100%;
padding: 30px 0;
text-align: center;
font-size: 150%;
font-weight: bold;
}
.creer-titre-partie {
background-color: #8AE;
border: 1px solid #57B;
}
.creer-titre-joueur {
background-color: #EA8;
border: 1px solid #B75;
}
.creer-titre-attente {
background-color: #AE8;
border: 1px solid #7B5;
}
.creer-liste { /* div */
width: 50%;
margin: 10px auto;
}
.creer-liste table {
width: 100%;
border-spacing: 0;
}
.creer-liste table tr td {
border-bottom: 1px solid #ddd;
margin: 0px;
}
.creer-liste-nom { /* td */
font-variant-caps: small-caps;
padding: 15px;
}
.creer-liste-btn { /* td */
text-align: right;
}
.creer-liste-btn-entrer { /* div */
display: inline-block;
background-color: #49D;
border: 1px solid #27E;
margin: 10px;
}
.creer-liste-btn-suppr { /* div */
display: inline-block;
background-color: #E65;
border: 1px solid #C43;
}
.creer-form {
width: 100%;
padding: 30px 0;
text-align: center;
}
.creer-form-input {
border-radius: 5px;
background-color: #eee;
border: 1px solid #ddd;
padding: 5px 10px;
margin: 0 5px;
}
.creer-go-btn,
.creer-form-btn {
background-color: #5A4;
border: 1px solid #382;
}
.creer-go {
width: 200px;
margin: 20px auto;
text-align: center;
}
.creer-titre-retour {
display: inline-block;
background-color: #666;
border: 1px solid #333;
margin-right: 15px;
}