MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| 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; | clear: both !important; | ||
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; /* | 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: | 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. | -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; } | ||
/* Esconder elementos nativos */ | |||
/* Esconder | |||
#footer, .mw-footer, #catlinks { display: none !important; } | #footer, .mw-footer, #catlinks { display: none !important; } | ||