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

De TC-Dossiers
Aucun résumé des modifications
Aucun résumé des modifications
Balise : Révocation manuelle
Ligne 44 : Ligne 44 :
.vector-pinned-container {
.vector-pinned-container {
   background-color: #C7CDE8;
   background-color: #C7CDE8;
  color: #0c0044;
}
}



Version du 3 novembre 2024 à 17:58

/* RACINE */

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

/* BARRES DE TITRES */

/* Titre de la page */

.mw-page-title-namespace,
.mw-page-title-main {
  padding: 0 0 0 10px;
}

/* titre en en-tete fixe de deroulement */
.mw-page-title-main {
  color:#ffffff;
  background-color: #00587a;
  font-family: "Gill Sans", sans-serif;
  padding: 3px 12px 6px 12px;
}

#firstHeading {
  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;
}

/* autres titres dans la page */

.mw-body h1,
.mw-body h2,
.mw-body h3 {
  font-family: "Gill Sans", sans-serif;
  padding: 3px 12px 6px 12px;
}

/* SIDEBAR GAUCHE */

.vector-pinned-container {
  background-color: #C7CDE8;
}

/* CONTENU DES ARTICLES*/

.vector-body,
.vector-page-toolbar {
  background-color:#ffffff;
  padding: 3px 12px 6px 12px;
  box-shadow: 2px 5px 5px #555;
  z-index: 1;
}