« Modèle:Box/style.css » : différence entre les versions
De GrandTerrier
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 3 : | Ligne 3 : | ||
box-sizing: border-box; | box-sizing: border-box; | ||
background: #fff; | background: #fff; | ||
border: none; | |||
} | } | ||
Version du 22 mai 2023 à 17:13
.mw-tpl-colorbox {
margin: 0.5em 0.5em 1em 0.5em;
box-sizing: border-box;
background: #fff;
border: none;
}
.mw-tpl-colorbox-title {
background: #eaecf0;
color: #000000;
padding: 0.5em 1em 0.5em 1em;
}
.mw-tpl-colorbox-title-icon {
opacity: 0.8;
}
.mw-tpl-colorbox-title-corner {
float: right;
font-size: 0.7em;
}
.mw-tpl-colorbox-content {
padding: 0.5em 1em 0.5em 1em;
}
.mw-tpl-colorbox-content::after {
content: "";
display: block;
clear: both;
}
