MediaWiki:Citizen.css: mudanças entre as edições
Página de Interface do MediaWiki
Mais ações
Etiqueta: Desfazer |
Sem resumo de edição |
||
| Linha 5: | Linha 5: | ||
} | } | ||
.citizen-footer__sitetitle .mw-logo-wordmark { | .citizen-footer__sitetitle .mw-logo-wordmark { | ||
display: none !important; | display: none !important; | ||
| Linha 15: | Linha 14: | ||
display: block !important; | display: block !important; | ||
visibility: visible !important; | visibility: visible !important; | ||
} | |||
/* REDUZIR TAMANHO DO FOOTER */ | |||
.mw-footer, | |||
.citizen-footer { | |||
padding: 15px 0 !important; | |||
min-height: auto !important; | |||
} | |||
.citizen-footer__container { | |||
padding: 10px !important; | |||
max-width: 100% !important; | |||
} | |||
/* Reduzir tamanho do logo no footer */ | |||
.citizen-footer__sitetitle .mw-logo-icon { | |||
width: 40px !important; | |||
height: 40px !important; | |||
} | |||
/* Reduzir espaçamento entre elementos */ | |||
.citizen-footer__sitetitle { | |||
margin: 0 auto 8px !important; | |||
} | |||
/* Texto do footer menor e mais compacto */ | |||
.custom-footer-text { | |||
display: block !important; | |||
font-size: 12px !important; | |||
font-weight: 400 !important; | |||
color: #666 !important; | |||
margin-top: 5px !important; | |||
text-align: center !important; | |||
line-height: 1.4 !important; | |||
} | |||
/* Reduzir espaço do "Powered by MediaWiki" */ | |||
#footer-poweredby, | |||
.citizen-footer__poweredby { | |||
margin-top: 8px !important; | |||
font-size: 11px !important; | |||
} | |||
/* Ocultar "Powered by MediaWiki" se quiser (opcional) */ | |||
#footer-poweredby { | |||
display: none !important; | |||
} | |||
/* Centralizar tudo */ | |||
.citizen-footer, | |||
.citizen-footer__container { | |||
text-align: center !important; | |||
} | |||
/* Modo escuro */ | |||
@media (prefers-color-scheme: dark) { | |||
.custom-footer-text { | |||
color: #999 !important; | |||
} | |||
} | } | ||
Edição das 00h43min de 23 de novembro de 2025
/* Ocultar apenas o TEXTO "Celta Sistemas Wiki", mantendo a imagem */
.mw-logo-wordmark {
font-size: 0 !important;
color: transparent !important;
}
.citizen-footer__sitetitle .mw-logo-wordmark {
display: none !important;
}
/* Garantir que a imagem continue visível */
.citizen-footer__sitetitle .mw-logo-icon,
.mw-logo-icon {
display: block !important;
visibility: visible !important;
}
/* REDUZIR TAMANHO DO FOOTER */
.mw-footer,
.citizen-footer {
padding: 15px 0 !important;
min-height: auto !important;
}
.citizen-footer__container {
padding: 10px !important;
max-width: 100% !important;
}
/* Reduzir tamanho do logo no footer */
.citizen-footer__sitetitle .mw-logo-icon {
width: 40px !important;
height: 40px !important;
}
/* Reduzir espaçamento entre elementos */
.citizen-footer__sitetitle {
margin: 0 auto 8px !important;
}
/* Texto do footer menor e mais compacto */
.custom-footer-text {
display: block !important;
font-size: 12px !important;
font-weight: 400 !important;
color: #666 !important;
margin-top: 5px !important;
text-align: center !important;
line-height: 1.4 !important;
}
/* Reduzir espaço do "Powered by MediaWiki" */
#footer-poweredby,
.citizen-footer__poweredby {
margin-top: 8px !important;
font-size: 11px !important;
}
/* Ocultar "Powered by MediaWiki" se quiser (opcional) */
#footer-poweredby {
display: none !important;
}
/* Centralizar tudo */
.citizen-footer,
.citizen-footer__container {
text-align: center !important;
}
/* Modo escuro */
@media (prefers-color-scheme: dark) {
.custom-footer-text {
color: #999 !important;
}
}