Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 37: Line 37:
}
}


/* 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;
}
/* Container do Rodapé */
/* Container do Rodapé */
#footer-places {
#footer-places {