MediaWiki:Common.css: mudanças entre as edições
Sem resumo de edição Etiqueta: Revertido |
Sem resumo de edição Etiqueta: Revertido |
||
| Linha 1: | Linha 1: | ||
/** o código CSS colocado aqui será aplicado a todos os temas */ | /** o código CSS colocado aqui será aplicado a todos os temas */ | ||
#ca-nstab-main, | #ca-nstab-main, | ||
#ca-talk, | #ca-talk, | ||
| Linha 9: | Linha 8: | ||
@media screen and (min-width: 1400px) { | @media screen and (min-width: 1400px) { | ||
.vector-limited-width-toggle.cdx-button, .vector-limited-width-popup { | |||
display: none !important; | |||
} | } | ||
} | |||
/* WALLPAPER GLOBAL DA WIKI */ | |||
body { | body { | ||
background-image: url("/ | background-image: url("/index.php/Special:Redirect/file/Body_bg.png"); | ||
background-size: cover; | background-size: cover; | ||
background-position: center center; | background-position: center center; | ||
Edição das 20h48min 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("/index.php/Special:Redirect/file/Body_bg.png");
background-size: cover;
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
}