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

Zerar Skin
Etiquetas: Substituído Reversão manual
Define largura layout
Linha 1: Linha 1:
/** o código CSS colocado aqui será aplicado ao tema Chameleon */
/** o código CSS colocado aqui será aplicado ao tema Chameleon */
/* Liberar layout */
#content,
.mw-body {
width: 100%;
max-width: 100% !important;
}
/* Corrigir limites do Bootstrap */
.container {
width: 100% !important;
max-width: 100% !important;
}
/* Evitar margens negativas */
.row {
margin-left: 0;
margin-right: 0;
}
/* Texto principal centralizado */
#mw-content-text {
width: 80%;
max-width: 1200px;
margin: 0 auto;
}
#contentHeader {
width: 90%;
max-width: 1400px;
margin: 0 auto;
}