bcom/css/adminStyle.css
Mysaa 38ec48c9fc Maintenant, tout dans le executor.php. Fin de tempPreMega.
Ajout d'un super simulateur de tours de Monoï dans la page 404.
2021-06-06 12:48:11 +02:00

30 lines
484 B
CSS

#adminDialogAnswer{
border-top: 2px solid black;
display: block;
padding: 5px;
}
section.reponce{
border: 1px solid black;
}
section.reponce > h3{
margin-top: 5px;
margin-bottom: 8px;
}
section.reponce > samp{
background-color: #111;
color: #0F0;
}
section.commander{
border: 3px double black;
padding: 3px;
}
div.commander{
padding: 2px;
}
section.commander > .commanderCommandSelector{
border-bottom: 1px solid black;
}
.facultatif{
border-bottom: 1px dotted silver;
}