MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
/* Footer Atronia Website */ | /* Footer Atronia Website */ | ||
/* --- | /* --- RESET TOTAL DO FOOTER --- */ | ||
/* | /* Contentor Principal */ | ||
#custom-atronia-footer { | |||
background-color: #121e1c !important; | |||
color: #ffffff !important; | |||
font-family: sans-serif !important; | |||
width: 100% !important; | |||
position: relative !important; | |||
clear: both !important; | |||
z-index: 999; | |||
} | |||
/* Scrolling Text Estilo "Vazado" */ | |||
.atronia-scrolling-container { | .atronia-scrolling-container { | ||
background-color: #121e1c !important; | background-color: #121e1c !important; | ||
overflow: hidden; | overflow: hidden; | ||
padding: | white-space: nowrap; | ||
border-top: 1px solid #ffffff !important; | padding: 20px 0; | ||
border-top: 1px solid #ffffff !important; /* Linha branca superior */ | |||
} | } | ||
.atronia-scrolling-content span { | .atronia-scrolling-content span { | ||
font-size: 45px; | |||
font-size: | |||
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.3); | ||
padding-right: 50px; | padding-right: 50px; | ||
display: inline-block; | |||
} | } | ||
| Line 34: | Line 44: | ||
100% { transform: translateX(-50%); } | 100% { transform: translateX(-50%); } | ||
} | } | ||
.atronia-scrolling-content { display: inline-block; animation: atronia-scroll 30s linear infinite; } | |||
/* Menus e Links - APENAS UNDERLINE NO HOVER */ | |||
#custom-atronia-footer a { | |||
/* | |||
#custom-atronia-footer a | |||
color: #ffffff !important; | color: #ffffff !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
background | background: none !important; | ||
} | } | ||
#custom-atronia-footer a:hover { | #custom-atronia-footer a:hover { | ||
text-decoration: underline !important; | text-decoration: underline !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
/* | /* Colunas do Menu */ | ||
.atronia-footer-main { | |||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: space-between; | |||
max-width: 1200px; | |||
margin: 0 auto; | |||
padding: 50px 20px; | |||
} | |||
.atronia-col { | .atronia-col { | ||
margin-bottom: 30px; | |||
min-width: 150px | min-width: 150px; | ||
} | } | ||
.atronia-col h4 { | .atronia-col h4 { | ||
margin-bottom: 15px !important; | |||
font-weight: bold !important; | |||
border: none !important; | border: none !important; | ||
} | } | ||
/* Grelha de Logos 2x2 */ | |||
/* | |||
.sponsor-grid { | .sponsor-grid { | ||
display: grid !important; | display: grid !important; | ||
grid-template-columns: repeat(2, | grid-template-columns: repeat(2, 1fr) !important; | ||
gap: 20px | gap: 20px; | ||
max-width: 550px; | |||
} | } | ||
.footer-sponsor-img { | .footer-sponsor-img { | ||
max-height: 50px !important; | |||
width: auto !important; | |||
} | } | ||
#footer, .mw-footer { display: none !important; } | /* Esconder lixo da Wiki */ | ||
#footer, .mw-footer, #catlinks { display: none !important; } | |||
/* Fim do Footer Atronia Website */ | /* Fim do Footer Atronia Website */ | ||