MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
/* Footer Atronia Website */ | /* Footer Atronia Website */ | ||
/* --- | /* --- FOOTER ATRONIA: FIX FINAL --- */ | ||
/* 1. Scrolling Text | /* 1. Scrolling Text e Linhas Brancas */ | ||
.atronia-scrolling-container { | .atronia-scrolling-container { | ||
background-color: #121e1c !important; | background-color: #121e1c !important; | ||
overflow: hidden; | overflow: hidden; | ||
padding: 25px 0; | padding: 25px 0; | ||
border-top: 1px solid #ffffff !important; /* | border-top: 1px solid #ffffff !important; /* Linha branca superior */ | ||
border-bottom: 1px solid rgba(255,255,255,0.1); | border-bottom: 1px solid rgba(255,255,255,0.1); | ||
} | } | ||
| Line 35: | Line 34: | ||
.atronia-scrolling-content { display: inline-block; animation: atronia-scroll 30s linear infinite; } | .atronia-scrolling-content { display: inline-block; animation: atronia-scroll 30s linear infinite; } | ||
/* 2. Forçar Cores | /* 2. Forçar Cores e Hovers */ | ||
#custom-atronia-footer, | #custom-atronia-footer { | ||
background-color: #121e1c !important; | |||
color: #ffffff !important; | |||
} | |||
#custom-atronia-footer a, | |||
#custom-atronia-footer p, | #custom-atronia-footer p, | ||
#custom-atronia-footer h4 | #custom-atronia-footer h4 { | ||
color: #ffffff !important; | color: #ffffff !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
} | |||
#custom-atronia-footer a:hover { | |||
text-decoration: underline !important; | |||
opacity: 0.7; | |||
} | } | ||
/* 3. | /* 3. Correção das Colunas (Largura para não cortar palavras) */ | ||
.atronia-col { | .atronia-col { | ||
flex: 1; | flex: 1; | ||
min-width: | min-width: 140px !important; /* Garante espaço para palavras longas */ | ||
margin-bottom: 20px; | margin-right: 20px; | ||
} | |||
.atronia-col h4 { | |||
font-size: 14px !important; | |||
font-weight: bold !important; | |||
margin-bottom: 20px !important; | |||
border: none !important; | |||
} | } | ||
.atronia-col a { | .atronia-col a { | ||
display: block !important; | display: block !important; | ||
margin-bottom: | margin-bottom: 12px !important; | ||
font-size: 14px !important; | font-size: 14px !important; | ||
} | } | ||
/* 4. | /* 4. 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; | ||
} | } | ||
.footer-sponsor-img { | .footer-sponsor-img { | ||
| Line 75: | Line 80: | ||
} | } | ||
#footer, .mw-footer { display: none !important; } | |||
#footer, .mw-footer | |||
/* Fim do Footer Atronia Website */ | /* Fim do Footer Atronia Website */ | ||