Usuário(a):Goblin/monobook.css

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.
body { background-attachment: fixed; }
body, #globalWrapper { font-family: Georgia, "Bitstream Vera Serif", serif; }
pre { overflow: auto; }

/* make a few corners round */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;

}

.boilerplate, .metadata, .current, #toc, #catlinks, #stub {
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomleft: 1em;
  -moz-border-radius-bottomright: 1em;
  padding: 1em !important;
  margin: .5em 0em !important;
  border: solid 1px Silver !important;
}
#spoiler, #disputed { background: MistyRose; border-color: Red !important; }
#stub, #substub { background: WhiteSmoke; }
#disambig { background: #ffffdd; }