« Accueil » : différence entre les versions
Balise : Révocation manuelle |
|||
| Ligne 32 : | Ligne 32 : | ||
|} | |} | ||
</div> | </div> | ||
<style> | |||
/* Garantir coins arrondis visibles pour toutes les tables .wikitable */ | |||
.wikitable{border-collapse:separate; border-spacing:0; overflow:hidden;} | |||
.wikitable th, .wikitable td{background-clip:padding-box;} | |||
/* coins supérieurs (au cas où les th ont un fond) */ | |||
.wikitable tr:first-child th:first-child{border-top-left-radius:10px;} | |||
.wikitable tr:first-child th:last-child{border-top-right-radius:10px;} | |||
/* coins inférieurs (au cas où les td ont un fond) */ | |||
.wikitable tr:last-child td:first-child{border-bottom-left-radius:10px;} | |||
.wikitable tr:last-child td:last-child{border-bottom-right-radius:10px;} | |||
</style> | |||
= BTS SIO = | = BTS SIO = | ||
Version du 17 février 2026 à 09:49
Salle machine
<style> /* Garantir coins arrondis visibles pour toutes les tables .wikitable */ .wikitable{border-collapse:separate; border-spacing:0; overflow:hidden;} .wikitable th, .wikitable td{background-clip:padding-box;} /* coins supérieurs (au cas où les th ont un fond) */ .wikitable tr:first-child th:first-child{border-top-left-radius:10px;} .wikitable tr:first-child th:last-child{border-top-right-radius:10px;} /* coins inférieurs (au cas où les td ont un fond) */ .wikitable tr:last-child td:first-child{border-bottom-left-radius:10px;} .wikitable tr:last-child td:last-child{border-bottom-right-radius:10px;} </style>