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

Sem resumo de edição
Etiqueta: Reversão manual
Sem resumo de edição
Linha 26: Linha 26:
}
}


#contentHeader, #siteNotice {
#contentHeader {
width: 80%;
max-width: 1400px;
margin: 0 auto;
}
 
#siteNotice {
width: 80%;
width: 80%;
max-width: 1400px;
max-width: 1400px;
Linha 35: Linha 41:
#content {
#content {
background: #f5f5f5;
background: #f5f5f5;
}
/* Background imagem*/
#content.full-bg {
background-image: url("/images/c/cb/Favelas.jpg");
background-size: cover;
background-position: center;
}
}