MediaWiki:Common.css: mudanças entre as edições
Sem resumo de edição Etiqueta: Revertido |
Sem resumo de edição Etiqueta: Revertido |
||
| Linha 15: | Linha 15: | ||
/* WALLPAPER GLOBAL DA WIKI */ | /* WALLPAPER GLOBAL DA WIKI */ | ||
body { | body { | ||
background-image: url("/ | background-image: url("/images/e/eb/Body_bg.png"); | ||
background-size: cover; | background-size: cover; | ||
background-position: center center; | background-position: center center; | ||
Edição das 20h51min de 8 de setembro de 2026
/** o código CSS colocado aqui será aplicado a todos os temas */
#ca-nstab-main,
#ca-talk,
#ca-viewsource,
.vector-user-menu-logged-out/*,
.vector-pinnable-header-toggle-button*/
{ display: none !important; }
@media screen and (min-width: 1400px) {
.vector-limited-width-toggle.cdx-button, .vector-limited-width-popup {
display: none !important;
}
}
/* WALLPAPER GLOBAL DA WIKI */
body {
background-image: url("/images/e/eb/Body_bg.png");
background-size: cover;
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
}