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 1: | Linha 1: | ||
/* | /* --- FOOTER ULTRA COMPACTO --- */ | ||
. | |||
/* 1. Reduzir o container principal e remover o espaço acima */ | |||
.citizen-footer { | |||
padding: 10px 15px !important; | |||
margin-top: 20px !important; /* Reduz o vão gigante entre o conteúdo e o footer */ | |||
} | |||
/* 2. Remover os espaçamentos internos do Flexbox */ | |||
.citizen-footer__content, | |||
.citizen-footer__container { | |||
gap: 0 !important; /* Remove o espaço entre Logo, Texto e PoweredBy */ | |||
padding: 0 !important; | |||
} | } | ||
.citizen-footer__sitetitle | /* 3. Ajustar o Logo (Ícone) para ficar pequeno */ | ||
display: | .citizen-footer__sitetitle { | ||
margin-bottom: 5px !important; | |||
height: auto !important; | |||
display: flex !important; | |||
justify-content: flex-start; /* Alinha a esquerda, se quiser centralizado use center */ | |||
} | } | ||
.mw-logo-icon { | .mw-logo-icon { | ||
height: 30px !important; /* Força o logo a ser pequeno (ajuste se precisar) */ | |||
width: auto !important; | |||
display: block !important; | display: block !important; | ||
} | } | ||
/* | /* 4. Esconder o texto "Celta Sistemas Wiki" que fica ao lado do logo */ | ||
.mw- | .mw-logo-wordmark { | ||
.citizen-footer { | display: none !important; | ||
} | |||
/* 5. Compactar os textos de copyright/info */ | |||
.citizen-footer__text { | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
} | |||
#footer-info { | |||
margin: 0 !important; | |||
} | } | ||
. | #footer-info li { | ||
padding: | font-size: 0.85em !important; | ||
line-height: 1.2 !important; | |||
padding: 0 !important; | |||
color: #666; | |||
} | } | ||
/* | /* 6. Ajustar o botão "Powered By MediaWiki" */ | ||
#footer-icons { | |||
margin- | margin-top: 5px !important; | ||
display: flex; | |||
justify-content: flex-start; /* Alinha com o texto */ | |||
} | } | ||
#footer-icons li { | |||
#footer- | padding: 0 !important; | ||
} | } | ||
/* | /* Opcional: Deixa o botão do MediaWiki menor */ | ||
#footer- | #footer-icons img { | ||
height: 25px !important; | |||
width: auto !important; | |||
} | } | ||
Edição das 04h27min de 23 de novembro de 2025
/* --- FOOTER ULTRA COMPACTO --- */
/* 1. Reduzir o container principal e remover o espaço acima */
.citizen-footer {
padding: 10px 15px !important;
margin-top: 20px !important; /* Reduz o vão gigante entre o conteúdo e o footer */
}
/* 2. Remover os espaçamentos internos do Flexbox */
.citizen-footer__content,
.citizen-footer__container {
gap: 0 !important; /* Remove o espaço entre Logo, Texto e PoweredBy */
padding: 0 !important;
}
/* 3. Ajustar o Logo (Ícone) para ficar pequeno */
.citizen-footer__sitetitle {
margin-bottom: 5px !important;
height: auto !important;
display: flex !important;
justify-content: flex-start; /* Alinha a esquerda, se quiser centralizado use center */
}
.mw-logo-icon {
height: 30px !important; /* Força o logo a ser pequeno (ajuste se precisar) */
width: auto !important;
display: block !important;
}
/* 4. Esconder o texto "Celta Sistemas Wiki" que fica ao lado do logo */
.mw-logo-wordmark {
display: none !important;
}
/* 5. Compactar os textos de copyright/info */
.citizen-footer__text {
margin: 0 !important;
padding: 0 !important;
}
#footer-info {
margin: 0 !important;
}
#footer-info li {
font-size: 0.85em !important;
line-height: 1.2 !important;
padding: 0 !important;
color: #666;
}
/* 6. Ajustar o botão "Powered By MediaWiki" */
#footer-icons {
margin-top: 5px !important;
display: flex;
justify-content: flex-start; /* Alinha com o texto */
}
#footer-icons li {
padding: 0 !important;
}
/* Opcional: Deixa o botão do MediaWiki menor */
#footer-icons img {
height: 25px !important;
width: auto !important;
}