MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 51: | Line 51: | ||
/* | /* Botão Técnico Atlas */ | ||
.mw-parser-output .atlas-btn { | |||
display: inline-block !important; | |||
padding: 10px 20px !important; | |||
.mw-parser-output | |||
display: block !important; | |||
padding: | |||
background-color: #f8f9fa !important; | background-color: #f8f9fa !important; | ||
border: 1px solid #a2a9b1 !important; | border: 1px solid #a2a9b1 !important; | ||
border-radius: 4px !important; | border-radius: 4px !important; | ||
color: #202122 !important; | color: #202122 !important; | ||
text-decoration: none !important; | |||
font-weight: bold !important; | |||
font-size: 0.9em !important; | font-size: 0.9em !important; | ||
transition: all 0.2s ease !important; | |||
cursor: pointer !important; | |||
border-bottom: 1px solid #a2a9b1 !important; /* Neutraliza borda de link */ | |||
border-bottom: 1px solid #a2a9b1 !important; /* | |||
} | } | ||
/* | /* Hover: Fundo cinza e garante ZERO sublinhado */ | ||
.mw-parser-output | .mw-parser-output .atlas-btn:hover { | ||
background-color: #eaecf0 !important; | background-color: #eaecf0 !important; | ||
text-decoration: none !important; | |||
border-color: #72777d !important; | border-color: #72777d !important; | ||
box-shadow: none !important; | |||
} | |||
/* Mata qualquer sublinhado teimoso no link interno */ | |||
.mw-parser-output .atlas-btn a { | |||
text-decoration: none !important; | text-decoration: none !important; | ||
color: inherit !important; | |||
} | } | ||