Modèle:Infobox/styles.css
De ploums
Autres actions
.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;
}