MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tags: Manual revert Reverted |
||
| Line 1: | Line 1: | ||
.products-grid { | .products-grid { | ||
display: grid; | display: grid; | ||
| Line 97: | Line 95: | ||
/* | /* Forçar a fonte Rubik no título principal */ | ||
#firstHeading { | |||
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; | ||
/* 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 a | /* Garante que o breadcrumb (< SENSBLUE ATLAS) também use a Rubik */ | ||
#contentSub, #contentSub2 { | #contentSub, #contentSub2 { | ||
font-family: 'Rubik', sans-serif !important; | font-family: 'Rubik', sans-serif !important; | ||
| Line 119: | Line 113: | ||
color: #54595d !important; | color: #54595d !important; | ||
margin-top: 5px !important; | margin-top: 5px !important; | ||
} | } | ||