Modèle:Table/style.css
De GrandTerrier
.mw-tpl-table {
margin: 0;
padding: 0;
box-sizing: content-box;
border: none;
background: transparent;
background-color: transparent;
}
.mw-tpl-table-title {
background: #eaecf0;
color: #000000;
padding: 0.5em 1em 0.5em 1em;
}
.mw-tpl-table-title-icon {
opacity: 0.8;
}
.mw-tpl-table-title-corner {
float: right;
font-size: 0.7em;
}
.mw-tpl-table-content {
margin: 0;
padding: 0;
padding-right: 1em;
text-align:justify;
text-justify:auto;
background: white;
border: 0;
padding: 1em;
}
.mw-tpl-table-content::after {
content: "";
display: block;
clear: both;
}
