« Modèle:Infobox/styles.css » : différence entre les versions
De ploums
Autres actions
Page créée avec « .infobox { float: right; background-color: var(--color-surface-1); margin-bottom: 1rem; width: 100%; max-width: 400px; border: 1px solid var(--border-color-base); border-radius: .2rem; line-height: 1.375; box-sizing: content-box; } .infobox-header { background-color: var(--infobox-header); border-radius: .1rem; } .infobox-label { text-align: left; } .infobox-title { font-size: larger; font-weight: bold; } » |
Aucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
.infobox { | .infobox { | ||
float: right; | float: right; | ||
Version du 3 juillet 2025 à 15:57
.infobox {
float: right;
background-color: var(--color-surface-1);
margin-bottom: 1rem;
width: 100%;
max-width: 400px;
border: 1px solid var(--border-color-base);
border-radius: .2rem;
line-height: 1.375;
box-sizing: content-box;
}
.infobox-header {
background-color: var(--infobox-header);
border-radius: .1rem;
}
.infobox-label {
text-align: left;
}
.infobox-title {
font-size: larger;
font-weight: bold;
}