MediaWiki:Citizen.css: mudanças entre as edições
Página de Interface do MediaWiki
Mais ações
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 16: | Linha 16: | ||
} | } | ||
/* | /* APENAS reduzir altura do footer, sem mexer no resto */ | ||
.mw-footer, | .mw-footer, | ||
.citizen-footer { | .citizen-footer { | ||
padding: | padding: 12px 0 !important; | ||
} | } | ||
.citizen-footer__container { | .citizen-footer__container { | ||
padding: 10px | padding: 10px 15px !important; | ||
} | } | ||
/* Reduzir espaçamento entre logo e texto */ | |||
/* Reduzir espaçamento entre | |||
.citizen-footer__sitetitle { | .citizen-footer__sitetitle { | ||
margin: | margin-bottom: 8px !important; | ||
} | } | ||
/* Texto do footer | /* Texto do footer mais compacto */ | ||
#footer-info, | |||
.custom-footer-text { | .custom-footer-text { | ||
margin: 5px 0 !important; | |||
margin | |||
line-height: 1.4 !important; | line-height: 1.4 !important; | ||
} | } | ||
/* Reduzir espaço do | /* Reduzir espaço do Powered by MediaWiki */ | ||
#footer-poweredby | #footer-poweredby { | ||
margin-top: 8px !important; | margin-top: 8px !important; | ||
} | } | ||
Edição das 00h44min 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;
}
/* APENAS reduzir altura do footer, sem mexer no resto */
.mw-footer,
.citizen-footer {
padding: 12px 0 !important;
}
.citizen-footer__container {
padding: 10px 15px !important;
}
/* Reduzir espaçamento entre logo e texto */
.citizen-footer__sitetitle {
margin-bottom: 8px !important;
}
/* Texto do footer mais compacto */
#footer-info,
.custom-footer-text {
margin: 5px 0 !important;
line-height: 1.4 !important;
}
/* Reduzir espaço do Powered by MediaWiki */
#footer-poweredby {
margin-top: 8px !important;
}