MediaWiki:Common.css

De gahan
Aller à la navigationAller à la recherche

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/* Le CSS placé ici sera appliqué à tous les habillages. */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #D5C58A
}

mw-body {
  background-color: #D5C58A
}

h1 {
  font-size: 200%;
  font-weight: bold;
  font-variant-caps: small-caps;
}

h2 {
  font-size: 160%;
  font-weight: bold;
  font-variant-caps: small-caps;
}

h3 {
  font-size: 140%;
  font-weight: bold;
  font-variant-caps: small-caps;
}

h4 {
  font-size: 120%;
  font-weight: bold;
}

h5 {
  font-size: 110%;
  font-weight: bold;
}

h6 {
  font-size: 105%;
  font-weight: bold;
}