MediaWiki:Common.css

De Association Linéage de France et d'International
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).
  •  Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
/* Harmonisation générale des polices sur tout le wiki */

body, p, li, td, th, div, span {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.5;
    color: #1a1a1a;
}

/* Titres */
h1 {
    font-family: "Georgia", serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
h2 {
    font-family: "Georgia", serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.4em;
}
h3 {
    font-family: "Georgia", serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.3em;
}

/* Liens */
a {
    color: #003366;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}