MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 35: | Line 35: | ||
box-shadow: 0 6px 12px rgba(0,0,0,0.15); | box-shadow: 0 6px 12px rgba(0,0,0,0.15); | ||
background-color: #e2ff33 !important; | background-color: #e2ff33 !important; | ||
} | |||
/* Estilo do Botão Real no Rodapé */ | |||
.footer-button-atronia-real { | |||
display: inline-block !important; | |||
background-color: #d1ff00 !important; /* Verde do site */ | |||
color: #000 !important; /* Texto preto */ | |||
padding: 8px 20px !important; | |||
border-radius: 50px !important; | |||
font-weight: bold !important; | |||
text-decoration: none !important; | |||
margin-bottom: 15px !important; | |||
margin-right: 20px !important; | |||
font-family: sans-serif !important; | |||
box-shadow: 0 2px 4px rgba(0,0,0,0.2); | |||
} | |||
.footer-button-atronia-real:hover { | |||
background-color: #e2ff33 !important; | |||
transform: scale(1.05); | |||
} | |||
/* Remove a setinha de link externo */ | |||
.footer-button-atronia-real.external { | |||
background-image: none !important; | |||
padding-right: 20px !important; | |||
} | } | ||