MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary Tag: Reverted |
||
| Line 9: | Line 9: | ||
/* Footer Atronia Website */ | /* Footer Atronia Website */ | ||
/* 1. Esconder | /* --- FOOTER ATRONIA --- */ | ||
/* 1. Esconder elementos nativos da MediaWiki */ | |||
#footer, .mw-footer, #catlinks, #p-cactions, #p-personal { | #footer, .mw-footer, #catlinks, #p-cactions, #p-personal { | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* 2. | /* 2. Scrolling Text (Texto em Movimento) */ | ||
# | .atronia-scrolling-container { | ||
background-color: #121e1c; | |||
overflow: hidden; | |||
#custom-atronia-footer | white-space: nowrap; | ||
padding: 30px 0; | |||
border-top: 1px solid rgba(255,255,255,0.1); | |||
} | |||
.atronia-scrolling-content { | |||
display: inline-block; | |||
animation: atronia-scroll 30s linear infinite; | |||
} | |||
.atronia-scrolling-content span { | |||
font-family: sans-serif; | |||
font-size: clamp(30px, 5vw, 60px); | |||
font-weight: bold; | |||
color: transparent; | |||
-webkit-text-stroke: 1px rgba(255,255,255,0.4); | |||
text-transform: uppercase; | |||
padding-right: 50px; | |||
} | |||
@keyframes atronia-scroll { | |||
0% { transform: translateX(0); } | |||
100% { transform: translateX(-50%); } | |||
} | |||
/* 3. Estrutura Principal do Footer */ | |||
#custom-atronia-footer { | |||
background-color: #121e1c; | |||
color: #ffffff !important; | color: #ffffff !important; | ||
padding: 60px 40px; | |||
font-family: sans-serif; | |||
clear: both; | |||
} | } | ||
/* | /* 4. Grelha de Patrocinadores (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: 30px 50px !important; | ||
gap: | 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. Estilos de Links e Colunas */ | ||
.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 73: | Line 78: | ||
text-decoration: none !important; | text-decoration: none !important; | ||
margin-bottom: 12px !important; | margin-bottom: 12px !important; | ||
opacity: | opacity: 0.8; | ||
background: none !important; | background: none !important; | ||
} | } | ||
.atronia-col a:hover, .footer-legal-link:hover { | |||
.atronia-col a:hover, | opacity: 1; | ||
.footer-legal-link:hover { | |||
text-decoration: underline !important; | text-decoration: underline !important; | ||
} | } | ||
.atronia-col h4 { | .atronia-col h4 { | ||
font-size: 14px !important; | font-size: 14px !important; | ||
| Line 96: | Line 92: | ||
margin-bottom: 20px !important; | margin-bottom: 20px !important; | ||
border: none !important; | border: none !important; | ||
} | } | ||