MediaWiki:Gadget-VectorClassic.css

Une page de Wikipédia, l'encyclopédie libre.
Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
/**
 * Gadget annulant l'actualisation de la typographie sous Vector.
 * Importé depuis https://en.wikipedia.org/wiki/MediaWiki:Gadget-VectorClassic.css
 */

/*
L'ajout du "body" aux sélecteurs permet d'augmenter leur spécificité tout juste d'un cran,
au cas où ces styles seraient chargés avant les styles qu'ils doivent écraser.
*/

body .mw-body {
    color: black;
}
body .mw-body h1,
body .mw-body h2,
body .mw-body #firstHeading,
body .mw-editsection,
body .mw-editsection-like {
    font-family: inherit;
}
body .mw-body h1,
body .mw-body h2,
body .mw-body h3,
body .mw-body h4,
body .mw-body h5,
body .mw-body h6 {
    line-height: inherit;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
}
body .mw-body #firstHeading {
    font-size: 1.6em;
    line-height: 1.2em;
    margin-bottom: 0.1em;
    padding-bottom: 0;
}
body .mw-body h1 {
    font-size: 188%;
    margin-bottom: 0.6em;
}
body .mw-body h2 {
    font-size: 150%;
    margin-bottom: 0.6em;
}
body .mw-body h3 {
    font-size: 132%;
}
body .mw-body h4 {
    font-size: 116%;
}
body .mw-body h5 {
    font-size: 108%;
}
body .mw-body h6 {
    font-size: 100%;
}
body .vector-body {
    font-size: 0.8125em;
    line-height: 1.5em;
}

body .aa-faux-h2 {
  font-family: sans-serif;
}