MediaWiki:Chameleon.css: mudanças entre as edições
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 17: | Linha 17: | ||
margin-left: 0; | margin-left: 0; | ||
margin-right: 0; | margin-right: 0; | ||
} | |||
:root { | |||
--wiki-width: 1320px; | |||
} | |||
@media (min-width: 1200px) { | |||
.container, | |||
.container-lg, | |||
.container-xl, | |||
.page-container, | |||
.mw-body, | |||
.content-container, | |||
#content, | |||
.mw-body-content { | |||
max-width: 1320px !important; | |||
width: 100% !important; | |||
} | } | ||
| Linha 27: | Linha 44: | ||
margin-right: auto !important; | margin-right: auto !important; | ||
} | } | ||
/* Background imagem*/ | /* Background imagem*/ | ||
Edição das 12h30min 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;
}
:root {
--wiki-width: 1320px;
}
@media (min-width: 1200px) {
.container,
.container-lg,
.container-xl,
.page-container,
.mw-body,
.content-container,
#content,
.mw-body-content {
max-width: 1320px !important;
width: 100% !important;
}
/* Texto principal centralizado */
.container,
.page-container,
.mw-body,
.content-container {
margin-left: auto !important;
margin-right: auto !important;
}
/* Background imagem*/
#content.full-bg {
background-image: url("/images/c/cb/Favelas.jpg");
background-size: cover;
background-position: center;
}