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


/* --- RESET TOTAL DO FOOTER --- */
/* --- ESTRUTURA BASE --- */
 
/* Contentor Principal */
#custom-atronia-footer {
#custom-atronia-footer {
     background-color: #121e1c !important;
     background-color: #121e1c !important;
    color: #ffffff !important;
    font-family: sans-serif !important;
     width: 100% !important;
     width: 100% !important;
    position: relative !important;
     clear: both !important;
     clear: both !important;
     z-index: 999;
     display: block !important;
}
}


Line 28: Line 23:
     white-space: nowrap;
     white-space: nowrap;
     padding: 20px 0;
     padding: 20px 0;
     border-top: 1px solid #ffffff !important; /* Linha branca superior */
     border-top: 1px solid #ffffff !important;
    border-bottom: 1px solid #ffffff !important; /* Separador abaixo do scroll */
}
}


.atronia-scrolling-content span {
.atronia-scrolling-content span {
     font-size: 45px;
    font-family: sans-serif;
     font-size: 50px;
     font-weight: bold;
     font-weight: bold;
     color: transparent !important;
     color: transparent !important;
     -webkit-text-stroke: 1px rgba(255,255,255,0.3);
     -webkit-text-stroke: 1px rgba(255,255,255,0.4);
     padding-right: 50px;
     padding-right: 50px;
     display: inline-block;
     display: inline-block;
Line 46: Line 43:
.atronia-scrolling-content { display: inline-block; animation: atronia-scroll 30s linear infinite; }
.atronia-scrolling-content { display: inline-block; animation: atronia-scroll 30s linear infinite; }


/* Menus e Links - APENAS UNDERLINE NO HOVER */
/* Esconder elementos nativos */
#custom-atronia-footer a {
    color: #ffffff !important;
    text-decoration: none !important;
    background: none !important;
}
 
#custom-atronia-footer a:hover {
    text-decoration: underline !important;
    color: #ffffff !important;
}
 
/* 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 {
    margin-bottom: 30px;
    min-width: 150px;
}
 
.atronia-col h4 {
    margin-bottom: 15px !important;
    font-weight: bold !important;
    border: none !important;
}
 
/* Grelha de Logos 2x2 */
.sponsor-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
    max-width: 550px;
}
 
.footer-sponsor-img {
    max-height: 50px !important;
    width: auto !important;
}
 
/* Esconder lixo da Wiki */
#footer, .mw-footer, #catlinks { display: none !important; }
#footer, .mw-footer, #catlinks { display: none !important; }