MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
| Line 10: | Line 10: | ||
/* --- ESTILOS | /* --- ESTILOS DO FOOTER ATRONIA --- */ | ||
/* 1. Esconder elementos nativos */ | |||
#footer, .mw-footer, #catlinks, #p-cactions, #p-personal { display: none !important; } | |||
/* 2. Scrolling Text */ | |||
.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); | ||
} | } | ||
.atronia-scrolling-content span { | .atronia-scrolling-content span { | ||
font-family: sans-serif; | font-family: sans-serif; | ||
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; | ||
} | } | ||
@keyframes atronia-scroll { | @keyframes atronia-scroll { | ||
0% { transform: translateX(0); } | 0% { transform: translateX(0); } | ||
100% { transform: translateX(-50%); } | 100% { transform: translateX(-50%); } | ||
} | } | ||
.atronia-scrolling-content { display: inline-block; animation: atronia-scroll 30s linear infinite; } | |||
/* 3. Cores e Links (Garante o Branco e Hovers) */ | |||
#custom-atronia-footer, | |||
/* | #custom-atronia-footer p, | ||
#footer, | #custom-atronia-footer h4, | ||
#custom-atronia-footer a, | |||
#custom-atronia-footer a:link, | |||
#custom-atronia-footer a:visited { | |||
color: #ffffff !important; | |||
text-decoration: none !important; | |||
background: none !important; | |||
} | } | ||
#custom-atronia-footer a:hover { | |||
#custom-atronia-footer | text-decoration: underline !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
opacity: | opacity: 0.8; | ||
} | } | ||
/* | /* 4. Grelha de 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. | /* 5. Colunas de Menu */ | ||
.atronia-col h4 { | .atronia-col h4 { | ||
font-weight: bold !important; | font-weight: bold !important; | ||
margin-bottom: 20px !important; | margin-bottom: 20px !important; | ||
font-size: 14px !important; | |||
text-transform: none !important; | |||
border: none !important; | border: none !important; | ||
} | } | ||
.atronia-col a { | |||
.atronia-col { | display: block !important; | ||
margin-bottom: 12px !important; | |||
margin-bottom: | font-size: 14px !important; | ||
} | } | ||