MediaWiki:Common.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)
  • Internet Explorer / Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
/** o código CSS colocado aqui será aplicado a todos os temas */

.messagebox {
   background:#F9F9F9 none repeat scroll 0 0;
   border:1px solid #AAAAAA;
   margin:0 auto 1em;
   padding:0.2em;
   width:80%;
}

/* Esconder alguns elementos na página principal */

 body.page-Wikimedia_Portugal #t-cite,
 body.page-Wikimedia_Portugal #lastmod, 
 body.page-Wikimedia_Portugal #siteSub, 
 body.page-Wikimedia_Portugal #contentSub, 
 body.page-Wikimedia_Portugal h1.firstHeading {
     display: none !important;
}

/* Esconder redirects na lista de todas as páginas */
.allpagesredirect a { color:#999 !important; }

/* Permitir remover a auto-numeração dos TOC quando desejado */
.toc-no-auto-num .tocnumber { display: none; }

/* Estilos utilitários para as tabelas de movimentos financeiros nos relatórios anuais */
.mov-grupo { background: #E6E6FA; }
.mov-valor { text-align: right; width: 5em; white-space: nowrap; padding-left: 1em !important; }

/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further.
   Used in [[Template:TOC]]. Copied from Common.css at mediawiki.org
*/
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
	display: none;
}

#bodyContent .letterhead {
    background-image:url('https://upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
    background-repeat:no-repeat;
    padding: 2em;
    background-color: #faf9f2;
}

/* Permitir tirar o sublinhado de links */
#mw-content-text .nodecoration a { text-decoration: none; }