MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 9: | Line 9: | ||
/* Footer Atronia Website */ | /* Footer Atronia Website */ | ||
/* | /* --- ESTRUTURA BASE --- */ | ||
#custom-atronia-footer { | #custom-atronia-footer { | ||
background-color: #121e1c !important; | background-color: #121e1c !important; | ||
width: 100% !important; | width: 100% !important; | ||
clear: both !important; | |||
display: block !important; | |||
} | } | ||
/* Scrolling Text */ | /* Scrolling Text Estilo "Vazado" */ | ||
.atronia-scrolling-container { | .atronia-scrolling-container { | ||
background-color: #121e1c !important; | |||
overflow: hidden; | |||
white-space: nowrap; | |||
padding: 20px 0; | |||
border-top: 1px solid #ffffff !important; | border-top: 1px solid #ffffff !important; | ||
border-bottom: 1px solid #ffffff !important; | border-bottom: 1px solid #ffffff !important; /* Separador abaixo do scroll */ | ||
} | } | ||
.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 40: | 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; } | ||
/* | /* Esconder elementos nativos */ | ||
# | #footer, .mw-footer, #catlinks { display: none !important; } | ||
} | |||
/* Fim do Footer Atronia Website */ | /* Fim do Footer Atronia Website */ | ||