MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary Tag: Reverted |
||
| Line 10: | Line 10: | ||
/* --- | /* --- FOOTER ATRONIA --- */ | ||
/* 1. Esconder nativos */ | |||
#footer, .mw-footer, #catlinks, #p-cactions, #p-personal { display: none !important; } | |||
/* 2. Scrolling Text Animation */ | |||
.atronia-scrolling-container { | .atronia-scrolling-container { | ||
background-color: #121e1c; | background-color: #121e1c; | ||
| Line 17: | Line 22: | ||
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); | ||
} | } | ||
.atronia-scrolling-content { | .atronia-scrolling-content { | ||
display: inline-block; | display: inline-block; | ||
animation: atronia-scroll 30s linear infinite; | animation: atronia-scroll 30s linear infinite; | ||
} | } | ||
.atronia-scrolling-content span { | .atronia-scrolling-content span { | ||
font-family: sans-serif; | font-family: sans-serif; | ||
| Line 30: | Line 32: | ||
font-weight: bold; | font-weight: bold; | ||
color: transparent; | color: transparent; | ||
-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; | ||
} | } | ||
@keyframes atronia-scroll { | @keyframes atronia-scroll { | ||
0% { transform: translateX(0); } | 0% { transform: translateX(0); } | ||
| Line 40: | Line 41: | ||
} | } | ||
/* 3. Rodapé Estilos Gerais */ | |||
#custom-atronia-footer { | |||
/* | background-color: #121e1c; | ||
#custom-atronia-footer | |||
# | |||
color: #ffffff !important; | color: #ffffff !important; | ||
padding: 60px 40px; | |||
font-family: sans-serif; | |||
} | } | ||
#custom-atronia-footer p, #custom-atronia-footer h4 { color: #ffffff !important; } | |||
/* | /* 4. Grelha Logos 2x2 */ | ||
.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; | ||
} | } | ||
/* | /* 5. Links */ | ||
.atronia-col a, | .atronia-col a, .footer-legal-link { | ||
.footer-legal-link | |||
display: block !important; | display: block !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
| Line 106: | Line 73: | ||
text-decoration: none !important; | text-decoration: none !important; | ||
margin-bottom: 12px !important; | margin-bottom: 12px !important; | ||
background: none !important; | background: none !important; | ||
} | } | ||
.atronia-col a:hover { text-decoration: underline !important; } | |||
.atronia-col h4 { font-weight: bold; margin-bottom: 20px; border: none !important; } | |||
/* Fim do Footer Atronia Website */ | /* Fim do Footer Atronia Website */ | ||