Jump to content

MediaWiki:Common.css: Difference between revisions

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


/* --- ESTRUTURA BASE --- */
/* --- AJUSTES FINAIS ATRONIA --- */
#custom-atronia-footer {
 
     background-color: #121e1c !important;
/* Forçar Underline no Hover */
     width: 100% !important;
#custom-atronia-footer a {
     clear: both !important;
     text-decoration: none !important;
     display: block !important;
     transition: text-decoration 0.2s ease;
}
 
#custom-atronia-footer a:hover {
     text-decoration: underline !important;
     color: #ffffff !important;
}
}


/* Scrolling Text Estilo "Vazado" */
/* Scrolling Text com Linhas Totais */
.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: 20px 0;
     border-top: 1px solid #ffffff !important;
     border-top: 1px solid #ffffff !important;
     border-bottom: 1px solid #ffffff !important; /* Separador abaixo do scroll */
     border-bottom: 1px solid #ffffff !important; /* Linha abaixo do scroll */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
}


Line 34: Line 44:
     -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;
}
}