Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 9: Line 9:
/* Footer Atronia Website */
/* Footer Atronia Website */


/* --- ESTILOS DO RODAPÉ ATRONIA --- */
/* --- FOOTER ATRONIA: FIX FINAL --- */


/* 1. Scrolling Text (Texto Vazado) */
/* 1. Scrolling Text e Linhas Brancas */
.atronia-scrolling-container {
.atronia-scrolling-container {
     background-color: #121e1c !important;
     background-color: #121e1c !important;
     overflow: hidden;
     overflow: hidden;
    white-space: nowrap;
     padding: 25px 0;
     padding: 25px 0;
     border-top: 1px solid #ffffff !important; /* Separador Branco Superior */
     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 Brancas (Garante que nada fique preto) */
/* 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 {
#custom-atronia-footer span,
#custom-atronia-footer a {
     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. Ajuste das Colunas do Menu */
/* 3. Correção das Colunas (Largura para não cortar palavras) */
.atronia-col {
.atronia-col {
     flex: 1;
     flex: 1;
     min-width: 150px; /* Impede que as palavras desapareçam ou se colm */
     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: 10px !important;
     margin-bottom: 12px !important;
     font-size: 14px !important;
     font-size: 14px !important;
    opacity: 0.8;
}
.atronia-col a:hover {
    opacity: 1 !important;
    text-decoration: underline !important;
}
}


/* 4. Grelha de Logos 2x2 */
/* 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;
    align-items: center !important;
}
}
.footer-sponsor-img {
.footer-sponsor-img {
Line 75: Line 80:
}
}


/* Esconder elementos nativos */
#footer, .mw-footer { display: none !important; }
#footer, .mw-footer, #catlinks, #p-cactions, #p-personal { display: none !important; }


/* Fim do Footer Atronia Website */
/* Fim do Footer Atronia Website */