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 */


/* --- AJUSTE FINAL: SCROLL E HOVER --- */
/* --- RESET TOTAL DO FOOTER --- */


/* 1. Scrolling Text - Correção de Visibilidade */
/* Contentor Principal */
#custom-atronia-footer {
    background-color: #121e1c !important;
    color: #ffffff !important;
    font-family: sans-serif !important;
    width: 100% !important;
    position: relative !important;
    clear: both !important;
    z-index: 999;
}
 
/* Scrolling Text Estilo "Vazado" */
.atronia-scrolling-container {
.atronia-scrolling-container {
     background-color: #121e1c !important;
     background-color: #121e1c !important;
     overflow: hidden;
     overflow: hidden;
     padding: 30px 0;
    white-space: nowrap;
     border-top: 1px solid #ffffff !important;
     padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
     border-top: 1px solid #ffffff !important; /* Linha branca superior */
}
}


.atronia-scrolling-content span {
.atronia-scrolling-content span {
    font-family: sans-serif;
     font-size: 45px;
     font-size: 50px;
     font-weight: bold;
     font-weight: bold;
     color: transparent !important;
     color: transparent !important;
     -webkit-text-stroke: 1px rgba(255,255,255,0.4);
     -webkit-text-stroke: 1px rgba(255,255,255,0.3);
    text-transform: uppercase;
     padding-right: 50px;
     padding-right: 50px;
    display: inline-block;
}
}


Line 34: Line 44:
     100% { transform: translateX(-50%); }
     100% { transform: translateX(-50%); }
}
}
.atronia-scrolling-content { display: inline-block; animation: atronia-scroll 30s linear infinite; }


.atronia-scrolling-content {
/* Menus e Links - APENAS UNDERLINE NO HOVER */
    display: inline-block;
#custom-atronia-footer a {
    animation: atronia-scroll 30s linear infinite;
}
 
/* 2. Forçar Branco e Remover Cores de Hover */
#custom-atronia-footer,
#custom-atronia-footer a,
#custom-atronia-footer a:visited,
#custom-atronia-footer p,
#custom-atronia-footer h4 {
     color: #ffffff !important;
     color: #ffffff !important;
     text-decoration: none !important;
     text-decoration: none !important;
     background-color: transparent !important;
     background: none !important;
}
}


/* Hover: Apenas Underline, Sem Troca de Cor */
#custom-atronia-footer a:hover {
#custom-atronia-footer a:hover {
     text-decoration: underline !important;
     text-decoration: underline !important;
     color: #ffffff !important;
     color: #ffffff !important;
    background: none !important;
    opacity: 1 !important;
}
}


/* 3. Colunas do Menu (Largura Fixa) */
/* Colunas do Menu */
.atronia-footer-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}
 
.atronia-col {
.atronia-col {
     flex: 1;
     margin-bottom: 30px;
     min-width: 150px !important;
     min-width: 150px;
    margin-right: 20px;
}
}


.atronia-col h4 {
.atronia-col h4 {
     font-size: 14px !important;
     margin-bottom: 15px !important;
     margin-bottom: 20px !important;
     font-weight: bold !important;
     border: none !important;
     border: none !important;
}
}


.atronia-col a {
/* Grelha de Logos 2x2 */
    display: block !important;
    margin-bottom: 12px !important;
}
 
/* 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, 1fr) !important;
     gap: 20px 40px !important;
     gap: 20px;
    max-width: 550px;
}
}


.footer-sponsor-img {
.footer-sponsor-img {
     width: 250px !important;
     max-height: 50px !important;
    height: 70px !important;
     width: auto !important;
     object-fit: contain !important;
}
}


#footer, .mw-footer { display: none !important; }
/* Esconder lixo da Wiki */
#footer, .mw-footer, #catlinks { display: none !important; }


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