« Modèle:Table/style.css » : différence entre les versions
De GrandTerrier
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| (Une version intermédiaire par le même utilisateur non affichée) | |||
| Ligne 30 : | Ligne 30 : | ||
text-justify:auto; | text-justify:auto; | ||
background: white; | background: white; | ||
border: | border: 0; | ||
padding: 1em; | padding: 1em; | ||
} | } | ||
Version actuelle datée du 13 juillet 2023 à 10:54
.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;
}
