MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 30: | Line 30: | ||
/* 4. Estilo Final do Botão (Cápsula Verde) */ | /* 4. Estilo Final do Botão (Cápsula Verde) */ | ||
/* Estilo do Botão Aumentado */ | |||
.footer-button-atronia-real { | .footer-button-atronia-real { | ||
display: inline-block !important; | display: inline-block !important; | ||
background-color: #d1ff00 !important; /* | background-color: #d1ff00 !important; | ||
color: #000 !important; | |||
/* AUMENTA ESTES VALORES: */ | |||
padding: 12px 35px !important; /* Mais largo e alto */ | |||
font-size: 1.1em !important; /* Texto maior */ | |||
border-radius: 50px !important; | border-radius: 50px !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
white-space: nowrap !important; | white-space: nowrap !important; | ||
box-shadow: 0 | box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important; /* Sombra mais visível */ | ||
transition: | transition: all 0.2s ease-in-out !important; | ||
font-family: sans-serif !important; | font-family: sans-serif !important; | ||
} | } | ||
/* | /* Ajuste do Hover para acompanhar o tamanho */ | ||
.footer-button-atronia-real:hover { | .footer-button-atronia-real:hover { | ||
background-color: #e2ff33 !important; | background-color: #e2ff33 !important; | ||
transform: scale(1. | transform: scale(1.1) !important; /* Aumenta um pouco ao passar o rato */ | ||
} | |||
/* Garante que o ícone de link externo não estraga o tamanho */ | |||
.footer-button-atronia-real.external { | |||
background-image: none !important; | |||
padding-right: 35px !important; | |||
} | } | ||