MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 28: | Line 28: | ||
transition: transform 0.2s ease !important; | transition: transform 0.2s ease !important; | ||
/* Remove qualquer comportamento de bloco que cause desalinhamento */ | |||
width: auto !important; | |||
min-width: 120px; /* Garante um tamanho mínimo consistente */ | |||
text-align: center !important; | text-align: center !important; | ||
} | } | ||
.button-buy-now a | /* REMOVE O VILÃO: Espaçamento de link externo do MediaWiki */ | ||
.button-buy-now a.external { | |||
background-image: none !important; | |||
padding-right: 25px !important; /* Força o mesmo valor da esquerda */ | |||
margin-right: 0 !important; | |||
} | } | ||
/* | /* Ajuste fino para a fonte Rubik (se parecer ligeiramente para a esquerda) */ | ||
.button-buy-now a | .button-buy-now a { | ||
text-indent: 0 !important; | |||
letter-spacing: 0 !important; | |||
} | } | ||