MediaWiki:Chameleon.css: mudanças entre as edições
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 30: | Linha 30: | ||
max-width: 1400px; | max-width: 1400px; | ||
margin: 0 auto; | margin: 0 auto; | ||
} | |||
/* Background */ | |||
#content { | |||
background: #f5f5f5; | |||
} | |||
/* Com imagem */ | |||
#content.full-bg { | |||
background-image: url("/images/3/33/Cruzada.jpg"); | |||
background-size: cover; | |||
background-position: center; | |||
} | } | ||
Edição das 21h48min de 13 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 */
#mw-content-text {
width: 80%;
max-width: 1400px;
margin: 0 auto;
}
#contentHeader, #siteNotice {
width: 80%;
max-width: 1400px;
margin: 0 auto;
}
/* Background */
#content {
background: #f5f5f5;
}
/* Com imagem */
#content.full-bg {
background-image: url("/images/3/33/Cruzada.jpg");
background-size: cover;
background-position: center;
}