MediaWiki:Common.css

De Tecnopoliticas
Ir para navegação Ir para pesquisar

Nota: Após publicar, você pode ter que limpar o "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.
  • Opera: Pressione Ctrl-F5.
/** o código CSS colocado aqui será aplicado a todos os temas */

 body {background: white}
 /* changes the background color of the bottom and left of each page, up to behind half of the logo */

 #mw-page-base {background: white}
 /* changes the background color behind the top half of the logo and at top of each page */
 
 .timeline-event {
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}
.timeline-date {
    font-weight: bold;
}

.page-Página_principal .firstHeading {
  display: none;
}