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.
/* Style général moderne et sans-serif pour tout le wiki */

body, p, li, td, th, div, span {
    font-family: "Helvetica Neue", "Segoe UI", "Arial", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #1a1a1a;
}

/* Titres */
h1 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.6em;
}
h2 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5em;
}
h3 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0.4em;
}

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