MediaWiki:Common.css: mudanças entre as edições
Sem resumo de edição Etiqueta: Revertido |
Sem resumo de edição Etiqueta: Revertido |
||
| Linha 17: | Linha 17: | ||
/* Layout full com conteúdo em bloco */ | /* Layout full com conteúdo em bloco */ | ||
/* Reset básico contra overflow horizontal */ | |||
html, body { | |||
width: | max-width: 100%; | ||
overflow-x: hidden; | |||
} | } | ||
| Linha 28: | Linha 27: | ||
margin: 0 auto; | margin: 0 auto; | ||
padding: 0 20px; | padding: 0 20px; | ||
} | |||
.section-full { | |||
position: relative; | |||
width: 100vw; | |||
left: 50%; | |||
margin-left: -50vw; | |||
padding: 70px 0; | |||
} | } | ||
| Linha 33: | Linha 40: | ||
.section-light { | .section-light { | ||
background: | background: #f5f5f5; | ||
} | } | ||
.section-dark { | .section-dark { | ||
background: | background: #111; | ||
color: white; | color: white; | ||
} | } | ||
| Linha 75: | Linha 82: | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
gap: 20px; | gap: 20px; | ||
max-width: 1400px; | max-width: 1400px; | ||
margin: 0 auto; | margin: 0 auto; | ||
padding: 0 20px; | |||
} | } | ||
| Linha 98: | Linha 107: | ||
.split { | .split { | ||
flex-direction: column; | flex-direction: column; | ||
} | |||
.hero-content { | |||
bottom: 10px; | |||
} | } | ||
} | } | ||
