MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
/* | /* --- BOTÃO GLOBAL ATRONIA --- */ | ||
.footer-button-atronia { | .footer-button-atronia { | ||
display: | display: block !important; | ||
background-color: #d1ff00; /* | margin-bottom: 15px !important; | ||
color: # | } | ||
padding: | |||
border-radius: 50px; | .footer-button-atronia a { | ||
font-weight: bold; | background-color: #d1ff00 !important; /* Verde néon */ | ||
color: #000 !important; /* Texto preto */ | |||
padding: 10px 30px !important; | |||
border-radius: 50px !important; | |||
font-weight: bold !important; | |||
text-decoration: none !important; | text-decoration: none !important; | ||
display: inline-block !important; | |||
box-shadow: 0 4px 6px rgba(0,0,0,0.1); | |||
transition: | transition: all 0.2s ease; | ||
} | } | ||
/* Remove a setinha de link externo para parecer um botão do site */ | |||
/* Remove a | |||
.footer-button-atronia a.external { | .footer-button-atronia a.external { | ||
background-image: none !important; | background-image: none !important; | ||
padding-right: | padding-right: 30px !important; | ||
} | } | ||
.footer-button-atronia a:hover { | |||
.footer-button-atronia a { | transform: translateY(-2px); | ||
box-shadow: 0 6px 12px rgba(0,0,0,0.15); | |||
background-color: #e2ff33 !important; | |||
} | } | ||