« MediaWiki:Common.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 14 : | Ligne 14 : | ||
.infobox .th { | .infobox .th { | ||
background: # | background: #30f9f9; | ||
} | } | ||
Version actuelle datée du 17 mai 2023 à 19:30
/* Le CSS placé ici sera appliqué à tous les habillages. */
.infobox {
background: #f9f9f9;
color: #000;
font-size: 90%;
line-height: 1.2em;
float: right;
clear: right;
margin: 0 0 0.5em 1em;
width: 294px;
border: 1px solid #aaa;
border-spacing: 5px;
}
.infobox .th {
background: #30f9f9;
}