Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* =========================================================
/* =========================================================
   ESCONDER OPÇÕES DE LARGURA E COR NO MENU APARÊNCIA
   REMOVER LARGURA E COR DO MENU DE APARÊNCIA (CODEX)
   ========================================================= */
   ========================================================= */


/* Esconde a secção de Largura (Width) */
/* Esconde o grupo da Largura */
.vector-appearance-menu-item-width {
#vector-appearance-form .vector-appearance-menu-item-width,
#vector-appearance-form .vector-appearance-menu-group-width {
     display: none !important;
     display: none !important;
}
}


/* Esconde a secção de Cores (Color/Dark mode) */
/* Esconde o grupo do Tema (Light/Dark mode) */
.vector-appearance-menu-item-theme {
#vector-appearance-form .vector-appearance-menu-item-theme,
#vector-appearance-form .vector-appearance-menu-group-theme {
     display: none !important;
     display: none !important;
}
}


/* Opcional: Se quiseres esconder os títulos dessas secções também */
/* Esconde os divisores e títulos extras se sobrarem apenas para estas secções */
.vector-appearance-menu-group-title {
.vector-appearance-menu-divider:nth-of-type(2),
     /* Atenção: isto pode esconder o título "Text size" se for o mesmo seletor.
.vector-appearance-menu-divider:nth-of-type(3) {
      Se o título "Text size" desaparecer, apaga esta regra.
     display: none !important;
    */
}
}