MediaWiki:Common.css: mudanças entre as edições

De Tecnopoliticas
Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
Linha 6: Linha 6:
  #mw-page-base {background: white}
  #mw-page-base {background: white}
  /* changes the background color behind the top half of the logo and at top of each page */
  /* 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;
}

Edição das 14h02min de 15 de maio de 2024

/** 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;
}