MediaWiki:Gadget-typographyrefreshoverride.css

De Wikiviajes, la guía libre de viajes

Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
/**
 * Gadget to reset typography refresh
 */

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