« MediaWiki:Common.css » : différence entre les versions

De TC-Dossiers
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 19 : Ligne 19 :
/* CONTENU DES ARTICLES*/
/* CONTENU DES ARTICLES*/


.vector-body {
.vector-body,
.vector-page-toolbar {
background-color:#ffffff;
background-color:#ffffff;
}
}

Version du 3 novembre 2024 à 15:59

/* RACINE */

:root {
--background-color-base:#C7CDE8;
}

/* BARRES DE TITRES */

.mw-body h1,
.mw-body h2,
.mw-body h3 {
color:#ffffff;
background-color: #00587a;
font-family: "Gill Sans", sans-serif;
padding: 3px 12px 6px 12px;
box-shadow: 2px 5px 5px #555;
}

/* CONTENU DES ARTICLES*/

.vector-body,
.vector-page-toolbar {
background-color:#ffffff;
}