Saltar para o conteúdo

Usuário(a):Jorge~ptwiki/monobook.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.
/* Sem sublinhados... */

#content a,
#p-nav a,
#p-search a,
#p-lang a,
#p-tb a { text-decoration: none; }

/* ... mas bem visível que é link quando se passa com o ponteiro em cima */

#content a:hover,
#p-nav a:hover,
#p-search a:hover,
#p-lang a:hover,
#p-tb a:hover { text-decoration: underline; background: #EEEEFF }

/* fonte sans-serif maiorzita no conteúdo. */

#content {
   font-family: sans-serif;
   font-size: 110%;
   margin: 2.3em 0.5em 0.5em 10.5em;  /* top right bottom left */
   border-right: 1px solid #aaaaaa;
   border-bottom: 1px solid #aaaaaa;
}

#bodyContent h1,
#bodyContent h2,
#bodyContent h3,
#bodyContent h4,
#bodyContent h5 {
    font-family: sans-serif;
}

/* Arredondar os cantos das tabelas. Só para Mozilla. Adaptado do [[User:Timwi]] */

#p-cactions ul li, #p-cactions ul li a {
    -moz-border-radius-topleft: 8.1px; /* 0.59em; */
    -moz-border-radius-topright: 8px; /* 0.57em; */
}
#content {
    -moz-border-radius-topleft: 8.1px;
    -moz-border-radius-bottomleft: 8.5px;
    -moz-border-radius-topright: 8.1px;
    -moz-border-radius-bottomright: 8.5px;
}
div.pBody {
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8.4px;
}
pre, table#toc, catlinks, div.thumb div {
    -moz-border-radius-topleft: 8.1px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 8.5px;
    -moz-border-radius-bottomright: 8.4px;
}