Nota: Depois de publicar, deve limpar o cachê do seu navegador para ver as alterações.

  • Firefox e 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 e Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
/* O CSS colocado aqui afetará os usuários do site móvel */
/* Ocultando */
.desktop-only, .bureaucrat-show, .sysop-show, .autoconfirmed-show, .user-show, .votings-only-0 .votings-non-0, .votings-only-non-0 .votings-0 {display: none;}

#p-navigation .jsonly {display: none;}

/* Mensagem de aviso.*/
.mw-message-box-warning{background-color: #f9f9f9; border-color: #ccc;}

/* Categoria*/
body.page-Página_principal #catlinks {display: none;}

.catlinks{font-size: 85%;}

/* Estilo para gráfico*/
.graphtop{position: absolute; top: 0; left: 0;}

cite{font-style: normal;}

/* Bug em multicol*/
@media (max-width: 720px) {
	.multicol,
	.multicol > tbody,
	.multicol > tbody > tr,
	.multicol > tbody > tr > td {
		display: block !important;
		width: 100% !important; 
	}
}