Saltar para o conteúdo

Usuário(a):Mernen/common.css

Origem: Wikipédia, a enciclopédia livre.

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)
  • Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5.
/* Only show edit link on hover */
.mw-editsection { visibility: hidden; position: relative; top: -0.15em; }
:hover > .mw-editsection { visibility: visible; }
 
 
/* Limit paragraphs */
p, ol, ul { max-width: 48em; }
 
/* serif */
.mw-body p, .mw-body li {
  font-family: Palatino;
  font-size: 108%;
  line-height: 1.75em;
}
#toc li { font: inherit; }
#firstHeading, .mw-headline { font-weight: 300; }
h3, h4, h5, h6, th, td b { font-weight: 500; }
 
/* Slight increase */
html {
  font-size: 1.05em;
}
/* Bonus for full-screen modes */
@media (min-width: 1200px) {
  body {
    font-size: 1.2em;
  }
}