MediaWiki:Common.css: mudanças entre as edições
Sem resumo de edição |
Sem resumo de edição Etiqueta: Revertido |
||
| Linha 12: | Linha 12: | ||
display: none !important; | display: none !important; | ||
} | } | ||
} | |||
body { | |||
background-image: url("/w/images/WallpaperPokeStorm.jpg"); | |||
background-size: cover; | |||
background-position: center center; | |||
background-attachment: fixed; | |||
background-repeat: no-repeat; | |||
} | } | ||
Edição das 20h47min 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;
}
}
body {
background-image: url("/w/images/WallpaperPokeStorm.jpg");
background-size: cover;
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
}