« Modèle:Table/style.css » : différence entre les versions
De GrandTerrier
(Page créée avec « .mw-tpl-citation { margin: 0; padding: 0; box-sizing: content-box; border: none; background: transparent; background-color: transparent; } .mw-tpl-citation-title { background: #eaecf0; color: #000000; padding: 0.5em 1em 0.5em 1em; } .mw-tpl-citation-title-icon { opacity: 0.8; } .mw-tpl-citation-title-corner { float: right; font-size: 0.7em; } .mw-tpl-citation-content { margin: 0; padding: 0; padding-right: 1em; text-align:justify; text-... ») |
Aucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
.mw-tpl- | .mw-tpl-table { | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
| Ligne 8 : | Ligne 8 : | ||
} | } | ||
.mw-tpl- | .mw-tpl-table-title { | ||
background: #eaecf0; | background: #eaecf0; | ||
color: #000000; | color: #000000; | ||
| Ligne 14 : | Ligne 14 : | ||
} | } | ||
.mw-tpl- | .mw-tpl-table-title-icon { | ||
opacity: 0.8; | opacity: 0.8; | ||
} | } | ||
.mw-tpl- | .mw-tpl-table-title-corner { | ||
float: right; | float: right; | ||
font-size: 0.7em; | font-size: 0.7em; | ||
} | } | ||
.mw-tpl- | .mw-tpl-table-content { | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
| Ligne 35 : | Ligne 35 : | ||
} | } | ||
.mw-tpl- | .mw-tpl-table-content::after { | ||
content: ""; | content: ""; | ||
display: block; | display: block; | ||
clear: both; | clear: both; | ||
} | } | ||
Version du 13 juillet 2023 à 10:51
.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: 1px solid black;
padding: 1em;
border-style:dashed;
}
.mw-tpl-table-content::after {
content: "";
display: block;
clear: both;
}
