Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Manual revert
No edit summary
Line 45: Line 45:
/* Esconder elementos nativos */
/* Esconder elementos nativos */
#footer, .mw-footer, #catlinks { display: none !important; }
#footer, .mw-footer, #catlinks { display: none !important; }
/* Forçar underline no hover e limpar estilos nativos da Wiki */
#custom-atronia-footer a {
    text-decoration: none !important;
    background: none !important; /* Remove blocos de cor que a wiki possa inserir */
    transition: text-decoration 0.2s ease;
}
#custom-atronia-footer a:hover {
    text-decoration: underline !important;
    color: #ffffff !important;
    background: none !important;
}


/* Fim do Footer Atronia Website */
/* Fim do Footer Atronia Website */