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

Sem resumo de edição
Sem resumo de edição
Linha 20: Linha 20:


:root {
:root {
   --wiki-width: 1320px;
   --wiki-width: 1400px;
}
}


Linha 32: Linha 32:
   #content,
   #content,
   .mw-body-content {
   .mw-body-content {
     max-width: 1320px !important;
     max-width: 1400px !important;
     width: 100% !important;
     width: 100% !important;
}
}
Linha 44: Linha 44:
     margin-right: auto !important;
     margin-right: auto !important;
}
}


/* Background imagem*/
/* Background imagem*/
Linha 51: Linha 50:
background-size: cover;
background-size: cover;
background-position: center;
background-position: center;
}
/* Permite imagem ocupar 100% da tela sem div */
.mw-parser-output img.fullwidth {
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
}
}