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

De TC-Dossiers
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 23 : Ligne 23 :
.vector-page-toolbar {
.vector-page-toolbar {
   background-color:#ffffff;
   background-color:#ffffff;
  box-shadow: 2px 5px 5px #555;
   z-index: 1;
   z-index: 1;
}
}

Version du 3 novembre 2024 à 16:04

/* 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;
  box-shadow: 2px 5px 5px #555;
  z-index: 1;
}