MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 9: | Line 9: | ||
/* Footer Atronia Website */ | /* Footer Atronia Website */ | ||
/* --- BLOCO DE SCROLL (TECH THAT MAKES SENSE) --- */ | |||
/* --- | |||
.atronia-scrolling-container { | .atronia-scrolling-container { | ||
background-color: #121e1c; | background-color: #121e1c !important; | ||
overflow: hidden; | overflow: hidden; | ||
white-space: nowrap; | white-space: nowrap; | ||
padding: 25px 0; | padding: 25px 0; | ||
border-top: 1px solid rgba(255,255,255,0.1); | border-top: 1px solid rgba(255,255,255,0.1); | ||
border-bottom: 1px solid rgba(255,255,255,0.1); | border-bottom: 1px solid rgba(255,255,255,0.1); | ||
} | } | ||
| Line 29: | Line 28: | ||
font-size: 50px; | font-size: 50px; | ||
font-weight: bold; | font-weight: bold; | ||
color: transparent; | color: transparent !important; | ||
-webkit-text-stroke: 1px rgba(255,255,255,0.3); | -webkit-text-stroke: 1px rgba(255,255,255,0.3); | ||
text-transform: uppercase; | text-transform: uppercase; | ||
padding-right: 50px; | padding-right: 50px; | ||
| Line 40: | Line 39: | ||
} | } | ||
/* --- ESTILOS DO RODAPÉ (CORES E HOVERS) --- */ | |||
#custom-atronia-footer { | |||
background-color: #121e1c !important; | |||
color: #ffffff !important; | |||
} | |||
/* Forçar cor branca em TODOS os links e estados */ | |||
/* | #custom-atronia-footer a, | ||
#footer, | #custom-atronia-footer a:link, | ||
#custom-atronia-footer a:visited, | |||
#custom-atronia-footer .atronia-col a { | |||
color: #ffffff !important; | |||
text-decoration: none !important; | |||
opacity: 0.8; | |||
transition: opacity 0.2s ease; | |||
background: none !important; | |||
} | } | ||
/* | /* Efeito Hover - Brilho e Sublinhado */ | ||
#custom-atronia-footer | #custom-atronia-footer a:hover { | ||
opacity: 1 !important; | |||
text-decoration: underline !important; | |||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
/* | /* Grelha de Logos 2x2 (Mantendo a correção anterior) */ | ||
.sponsor-grid { | .sponsor-grid { | ||
display: grid !important; | display: grid !important; | ||
grid-template-columns: repeat(2, auto) !important; | |||
grid-template-columns: repeat(2, auto) !important; | gap: 20px 40px !important; | ||
gap: 20px 40px !important; | max-width: fit-content !important; | ||
max-width: fit-content !important; | |||
align-items: center !important; | align-items: center !important; | ||
} | } | ||
.footer-sponsor-img { | .footer-sponsor-img { | ||
width: | width: 250px !important; | ||
height: 70px !important; | height: 70px !important; | ||
object-fit: contain !important; | object-fit: contain !important; | ||
object-position: left center !important; | object-position: left center !important; | ||
display: block !important; | display: block !important; | ||
} | } | ||
/* | /* Esconder elementos nativos da Wiki */ | ||
#footer, .mw-footer, #catlinks, #p-cactions, #p-personal { display: none !important; } | |||
. | |||
# | |||
} | |||
/* Fim do Footer Atronia Website */ | /* Fim do Footer Atronia Website */ | ||