Utilizador:Game Lord/monobook.css

A UESPWiki – Sua fonte de The Elder Scrolls desde 1995

Nota: Após gravar, terá de limpar 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: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Ir para Menu → Configurações (Opera → Preferências no Mac) e, em seguida, Privacidade e segurança → Limpar dados de navegação → Imagens e ficheiros em cache.
/*<pre><nowiki>*/

 #p-logo a {
  background:url(http://www.uesp.net/w/images/images.new/9/91/Wiki3.png) 35% 50% no-repeat !important;
 }

/****************************************************************************************************************************

 For copyright reasons: Permission to reproduce the following image has been granted with kind permission of Lisa Nelthropp

****************************************************************************************************************************/

 body {
  background:url(http://www.theprimitivemuralist.com/images/glazing_parchment.jpg) 0 0 repeat;
 }

 #content_withads { 
    -moz-border-radius-topleft: 1em; 
    -moz-border-radius-topright: 1em; 
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-bottomright: 1em;
    border: 2px outset #aaaaaa;
 }

 #content {
    -moz-border-radius-topleft: 1em; 
    -moz-border-radius-topright: 1em; 
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-bottomright: 1em;
    border: 2px outset #aaaaaa;
 }

 #p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
 }

 div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
 }

 #toc {
  background:#F8F8F8;
 }
/*</nowiki></pre>*/