MediaWiki:Vector.css

Fonte: Wikivoyage

Nota: Depois de publicar, poderá ter de contornar a cache do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer / Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
/* CSS placed here will affect users of the Vector skin */

#contentSub,
#contentSub2 {
 font-size: 100%;
}

.ns-8 pre {
 font-size: 125%;
}

#geoCoord,
#DoM {
 position: absolute;
 z-index: 1;
 right: 12px;
 right: 0;
 top: -36px;
 float: right;
}

#DoM {
 top: -4px;
}

/* Hide title on the main page */
.page-Página_Principal .firstHeading, .page-Página_Principal #contentSub {
  display: none;
}

/* Set H1 & H2 headers back to previous style */
div#content h2, div#content #firstHeading {
    font-family: Arimo,"Liberation Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}