MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 9: | Line 9: | ||
/* Footer Atronia Website */ | /* Footer Atronia Website */ | ||
/* | /* RESET DO FOOTER */ | ||
#custom-atronia-footer { | |||
background-color: #121e1c !important; | |||
#custom-atronia-footer | width: 100% !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
font-family: sans-serif !important; | |||
} | } | ||
/* Scrolling Text | /* Scrolling Text */ | ||
.atronia-scrolling-container { | .atronia-scrolling-container { | ||
border-top: 1px solid #ffffff !important; | |||
border-bottom: 1px solid #ffffff !important; | |||
overflow: hidden; | overflow: hidden; | ||
padding: 25px 0; | padding: 25px 0; | ||
} | } | ||
.atronia-scrolling-content span { | .atronia-scrolling-content span { | ||
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 | /* 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 */ | ||