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
 
(3 revisões intermediárias por um outro usuário não estão sendo mostradas)
Linha 1: Linha 1:
/** o código CSS colocado aqui será aplicado a todos os temas */
/** o código CSS colocado aqui será aplicado a todos os temas */
/* Border colors */
.borderc1 { border-color: ##D3D3D3; border-width: thin; }
.borderc2 { border-color: #a2a9b1; border-width: thin; }
.borderc3 { border-color: #72777d; border-width: thin; }
.borderc4 { border-color: #000000; border-width: thin; }
.borderc5 { border-color: #c00000; border-width: thin; }
.borderc6 { border-color: #025e9d; border-width: thin; }
.borderc7 { border-color: #008040; border-width: thin; }
.borderc8 { border-color: #ffcc33; border-width: thin; } /* Used by [[Template:Welcome]]. */


/* Background colors */
body {background: white}
.backgroundc1 { background-color: ##D3D3D3; } /* Used by [[Template:Welcome]]. */
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
.backgroundc2 { background-color: ##D3D3D3; }
 
.backgroundc3 { background-color: ##D3D3D3; }
#mw-page-base {background: white}
.backgroundc4 { background-color: ##D3D3D3; }
/* changes the background color behind the top half of the logo and at top of each page */
.backgroundc5 { background-color: ##D3D3D3; }
.backgroundc6 { background-color: ##D3D3D3; }
.timeline-event {
.backgroundc7 { background-color: ##D3D3D3; }
    padding: 10px;
.backgroundc8 { background-color: ##D3D3D3; }
    margin-bottom: 5px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}
.timeline-date {
    font-weight: bold;
}
 
.page-Página_principal .firstHeading {
  display: none;
}

Edição atual tal como às 05h49min de 2 de outubro de 2025

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