MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary Tags: Manual revert Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* ========================================================= | |||
ESCONDER OPÇÕES DE LARGURA E COR NO MENU APARÊNCIA | |||
========================================================= */ | |||
/* Esconde a secção de Largura (Width) */ | |||
.vector-appearance-menu-item-width { | |||
display: none !important; | |||
} | |||
/* Esconde a secção de Cores (Color/Dark mode) */ | |||
.vector-appearance-menu-item-theme { | |||
display: none !important; | |||
} | |||
/* Opcional: Se quiseres esconder os títulos dessas secções também */ | |||
.vector-appearance-menu-group-title { | |||
/* Atenção: isto pode esconder o título "Text size" se for o mesmo seletor. | |||
Se o título "Text size" desaparecer, apaga esta regra. | |||
*/ | |||
} | |||
/* ========================================= | /* ========================================= | ||
ATRONIA TYPOGRAPHY SYSTEM | ATRONIA TYPOGRAPHY SYSTEM | ||