MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 89: | Line 89: | ||
text-decoration: none !important; | text-decoration: none !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | |||
/* Ajuste do Título Principal - Rubik sem barras duplas */ | |||
#firstHeading { | |||
font-family: 'Rubik', sans-serif !important; | |||
font-weight: 600 !important; | |||
color: #202122 !important; | |||
letter-spacing: -0.01em !important; | |||
/* Removemos a nossa borda manual para usar apenas a da Wiki */ | |||
border-bottom: none !important; | |||
margin-bottom: 0 !important; | |||
padding-bottom: 5px !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; | |||
} | } | ||