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

De PokeStorm Wiki
Sem resumo de edição
Etiqueta: Revertido
Sem resumo de edição
Etiqueta: Reversão manual
 
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 8: Linha 9:


@media screen and (min-width: 1400px) {
@media screen and (min-width: 1400px) {
.vector-limited-width-toggle.cdx-button, .vector-limited-width-popup {
    .vector-limited-width-toggle.cdx-button, .vector-limited-width-popup {
display: none !important;
        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;
}
}

Edição atual tal como às 20h53min 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;
    }
}