MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary Tag: Reverted |
||
| Line 89: | Line 89: | ||
text-decoration: none !important; | text-decoration: none !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | |||
/* Forçar a fonte Rubik no título principal */ | |||
#firstHeading { | |||
font-family: 'Rubik', sans-serif !important; | |||
font-weight: 600 !important; /* Peso semi-bold para um look profissional */ | |||
color: #202122 !important; | |||
letter-spacing: -0.01em !important; /* Ajuste fino para a Rubik ficar mais elegante */ | |||
border-bottom: 1px solid #a2a9b1 !important; | |||
margin-bottom: 0.25em !important; | |||
padding-top: 0 !important; | |||
} | |||
/* Garante que o breadcrumb (< SENSBLUE ATLAS) também use a Rubik */ | |||
#contentSub, #contentSub2 { | |||
font-family: 'Rubik', sans-serif !important; | |||
font-size: 0.85em !important; | |||
color: #54595d !important; | |||
margin-top: 5px !important; | |||
} | } | ||