Jump to content

MediaWiki:Common.css: Difference between revisions

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


/* --- AJUSTES FINAIS ATRONIA --- */
/* RESET DO FOOTER */
 
#custom-atronia-footer {
/* Forçar Underline no Hover */
     background-color: #121e1c !important;
#custom-atronia-footer a {
     width: 100% !important;
     text-decoration: none !important;
     transition: text-decoration 0.2s ease;
}
 
#custom-atronia-footer a:hover {
    text-decoration: underline !important;
     color: #ffffff !important;
     color: #ffffff !important;
    font-family: sans-serif !important;
}
}


/* Scrolling Text com Linhas Totais */
/* Scrolling Text */
.atronia-scrolling-container {
.atronia-scrolling-container {
     background-color: #121e1c !important;
     border-top: 1px solid #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
     overflow: hidden;
     overflow: hidden;
     padding: 25px 0;
     padding: 25px 0;
    border-top: 1px solid #ffffff !important;
    border-bottom: 1px solid #ffffff !important; /* Linha abaixo do scroll */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
}


.atronia-scrolling-content span {
.atronia-scrolling-content span {
    font-family: sans-serif;
     font-size: 50px;
     font-size: 50px;
     font-weight: bold;
     font-weight: bold;
Line 44: Line 31:
     -webkit-text-stroke: 1px rgba(255,255,255,0.4);
     -webkit-text-stroke: 1px rgba(255,255,255,0.4);
     padding-right: 50px;
     padding-right: 50px;
    display: inline-block;
}
}


Line 52: Line 40:
.atronia-scrolling-content { display: inline-block; animation: atronia-scroll 30s linear infinite; }
.atronia-scrolling-content { display: inline-block; animation: atronia-scroll 30s linear infinite; }


/* Esconder elementos nativos */
/* HOVER: APENAS UNDERLINE */
#custom-atronia-footer a {
    color: #ffffff !important;
    text-decoration: none !important;
    background: transparent !important; /* Remove blocos de cor no hover */
}
 
#custom-atronia-footer a:hover {
    text-decoration: underline !important;
    background: transparent !important;
}
 
/* Esconder nativos */
#footer, .mw-footer, #catlinks { display: none !important; }
#footer, .mw-footer, #catlinks { display: none !important; }
/* Fim do Footer Atronia Website */
/* Fim do Footer Atronia Website */