« MediaWiki:Common.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 2 : | Ligne 2 : | ||
--background-color-base:#C7CDE8; | --background-color-base:#C7CDE8; | ||
} | } | ||
.mw-body h1, | .mw-body h1, | ||
| Ligne 11 : | Ligne 10 : | ||
font-family: "Gill Sans", sans-serif; | font-family: "Gill Sans", sans-serif; | ||
padding: 0 0 0 5px; | padding: 0 0 0 5px; | ||
} | |||
.mw-content-container { | |||
background-color:#ffffff; | |||
} | } | ||
Version du 3 novembre 2024 à 15:41
:root {
--background-color-base:#C7CDE8;
}
.mw-body h1,
.mw-body h2,
.mw-body h3 {
color:#ffffff;
background-color: #00587a;
font-family: "Gill Sans", sans-serif;
padding: 0 0 0 5px;
}
.mw-content-container {
background-color:#ffffff;
}