MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tags: Manual revert Reverted |
No edit summary Tag: Reverted |
||
| Line 97: | Line 97: | ||
/* | /* --- FIX: Título Principal Rubik (Apenas Conteúdo) --- */ | ||
#firstHeading { | /* Usamos .mw-page-title-main em vez de #firstHeading para não afetar a estrutura da UI */ | ||
.mw-page-title-main { | |||
font-family: 'Rubik', sans-serif !important; | font-family: 'Rubik', sans-serif !important; | ||
font-weight: 600 !important; | font-weight: 600 !important; | ||
color: #202122 !important; | color: #202122 !important; | ||
letter-spacing: -0.01em !important; | letter-spacing: -0.01em !important; | ||
} | } | ||
/* Garante que | /* Garante que a linha divisória da Wiki se mantém normal */ | ||
#firstHeading { | |||
border-bottom: 1px solid #a2a9b1 !important; | |||
margin-bottom: 0.25em !important; | |||
padding-bottom: 0 !important; | |||
} | |||
/* --- FIX: Breadcrumb --- */ | |||
#contentSub, #contentSub2 { | #contentSub, #contentSub2 { | ||
font-family: 'Rubik', sans-serif !important; | font-family: 'Rubik', sans-serif !important; | ||
| Line 115: | Line 119: | ||
color: #54595d !important; | color: #54595d !important; | ||
margin-top: 5px !important; | margin-top: 5px !important; | ||
} | |||
/* --- LIMPEZA DE SEGURANÇA --- */ | |||
/* Impede que o fundo branco forçado apareça nos ícones da navbar */ | |||
.mw-header .mw-ui-icon, | |||
.mw-header .vector-icon { | |||
background-color: transparent !important; | |||
} | } | ||