MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
/* | /* Esconder rodapés e elementos nativos da MediaWiki */ | ||
#footer, .mw-footer, #catlinks { | #footer, .mw-footer, #catlinks, #p-cactions, #p-personal { | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* | /* --- ESTILOS DO FOOTER ATRONIA --- */ | ||
/* Forçar cor branca absoluta em todos os textos e links */ | |||
#custom-atronia-footer, | |||
#custom-atronia-footer p, | |||
#custom-atronia-footer h4, | |||
#custom-atronia-footer span { | |||
color: #ffffff !important; | color: #ffffff !important; | ||
opacity: 1 !important; | |||
} | } | ||
/* Links das Colunas */ | /* Links das Colunas (Normal, Visitado, Ativo) */ | ||
.atronia-col a { | .atronia-col a, | ||
.atronia-col a:link, | |||
.atronia-col a:visited, | |||
.atronia-col a:active, | |||
.footer-legal-link, | |||
.footer-legal-link:visited { | |||
display: block !important; | display: block !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
font-size: 14px !important; | font-size: 14px !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
margin-bottom: 12px !important; | margin-bottom: 12px !important; | ||
opacity: 1 !important; | opacity: 1 !important; | ||
background: none !important; /* Remove setas de links externos */ | |||
padding-right: 0 !important; | |||
} | } | ||
.footer-legal-link { | .footer-legal-link { | ||
display: inline-block !important; | |||
font-weight: bold !important; | font-weight: bold !important; | ||
} | } | ||
/* Efeito Hover - Apenas Sublinhado */ | |||
#custom-atronia-footer a:hover, | |||
.atronia-col a:hover, | |||
.footer-legal-link:hover { | .footer-legal-link:hover { | ||
text-decoration: underline !important; | text-decoration: underline !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
opacity: 1 !important; | |||
} | |||
/* Títulos das colunas */ | |||
.atronia-col h4 { | |||
font-size: 14px !important; | |||
font-weight: bold !important; | |||
margin-bottom: 20px !important; | |||
border: none !important; | |||
text-transform: none !important; | |||
} | |||
/* Espaçamento das colunas */ | |||
.atronia-col { | |||
min-width: 120px; | |||
margin-bottom: 20px; | |||
} | } | ||