MediaWiki:Chameleon.css: mudanças entre as edições
Teste Etiqueta: Revertido |
Sem resumo de edição Etiqueta: Revertido |
||
| Linha 29: | Linha 29: | ||
} | } | ||
#contentHeader, #siteNotice { | |||
width: 80%; | |||
max-width: 1400px; | |||
margin: 0 auto; | |||
} | |||
/* Background */ | /* Background */ | ||
#content { | #content { | ||
background: #ddd; | background: #ddd; | ||
} | } | ||
Edição das 12h03min de 14 de abril de 2026
/** 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 */
.container,
.page-container,
.mw-body,
.content-container {
width: 80%;
max-width: 1400px;
margin: 0 auto;
}
#contentHeader, #siteNotice {
width: 80%;
max-width: 1400px;
margin: 0 auto;
}
/* Background */
#content {
background: #ddd;
}