MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 115: | Line 115: | ||
color: #54595d !important; | color: #54595d !important; | ||
margin-top: 5px !important; | margin-top: 5px !important; | ||
} | |||
/* Este código só afeta o CONTEÚDO da página, ignorando a navbar */ | |||
/* 1. Fonte do Título (DisplayTitle) */ | |||
.mw-page-title-main { | |||
font-family: 'Rubik', sans-serif !important; | |||
font-weight: 600 !important; | |||
} | |||
/* 2. Estilo do Botão ATLAS (Isolado) */ | |||
.mw-parser-output .atlas-btn { | |||
display: inline-block; | |||
background-color: #1B2826 !important; | |||
padding: 10px 20px; | |||
border-radius: 4px; | |||
text-align: center; | |||
} | |||
.mw-parser-output .atlas-btn a { | |||
color: #ffffff !important; | |||
text-decoration: none !important; | |||
font-family: 'Rubik', sans-serif !important; | |||
} | } | ||