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

De TC-Dossiers
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 2 : Ligne 2 :


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


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


Ligne 21 : Ligne 22 :
.vector-body,
.vector-body,
.vector-page-toolbar {
.vector-page-toolbar {
background-color:#ffffff;
  background-color:#ffffff;
  z-index: 1;
}
}

Version du 3 novembre 2024 à 16:01

/* 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;
  z-index: 0;
}

/* CONTENU DES ARTICLES*/

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