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("/images/e/eb/Body_bg.png"); | background-image: url("/images/e/eb/Body_bg.png") !important; | ||
background- | background-position: top left !important; | ||
background- | background-repeat: repeat !important; | ||
background-attachment: fixed; | background-attachment: fixed !important; | ||
background- | background-size: auto !important; | ||
} | |||
/* MOSTRA O WALLPAPER EM TODA A ÁREA */ | |||
.mw-page-container, | |||
.mw-body, | |||
.mw-content-container, | |||
.vector-body { | |||
background: transparent !important; | |||
} | } | ||
Edição das 20h52min 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") !important;
background-position: top left !important;
background-repeat: repeat !important;
background-attachment: fixed !important;
background-size: auto !important;
}
/* MOSTRA O WALLPAPER EM TODA A ÁREA */
.mw-page-container,
.mw-body,
.mw-content-container,
.vector-body {
background: transparent !important;
}