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 Etiqueta: Revertido |
||
| Linha 1: | Linha 1: | ||
/* | /* Diminuir altura do footer */ | ||
. | .mw-footer, | ||
.citizen-footer { | |||
padding: 20px 0 !important; | |||
min-height: auto !important; | |||
} | |||
.citizen-footer__container { | |||
padding: 15px !important; | |||
} | |||
/* Centralizar todo o conteúdo do footer */ | |||
.citizen-footer__sitetitle, | |||
#footer-info, | |||
#footer-places, | |||
.citizen-footer__bottom { | |||
text-align: center !important; | |||
justify-content: center !important; | |||
display: flex !important; | |||
flex-direction: column !important; | |||
align-items: center !important; | |||
} | |||
/* Centralizar logo e texto "Celta Sistemas" */ | |||
.citizen-footer__sitetitle { | |||
margin: 0 auto 10px !important; | |||
} | } | ||
/* | /* Ocultar o texto original do wordmark mas manter a imagem */ | ||
.mw-logo-wordmark { | |||
display: none !important; | display: none !important; | ||
} | } | ||
/* | /* Adicionar texto customizado após o logo */ | ||
.citizen-footer__sitetitle | .citizen-footer__sitetitle::after { | ||
content: "Celta Sistemas - 2005 - 2025 ©"; | |||
display: block !important; | display: block !important; | ||
font-size: 14px !important; | |||
font-weight: 500 !important; | |||
color: #333 !important; | |||
margin-top: 8px !important; | |||
text-align: center !important; | |||
} | |||
/* Centralizar link do site */ | |||
#footer-info, | |||
#footer-places { | |||
margin: 5px 0 !important; | |||
} | |||
#footer-info li, | |||
#footer-places li { | |||
display: inline-block !important; | |||
margin: 0 10px !important; | |||
} | |||
/* Ajustar link "Celta Sistemas" do footer */ | |||
#footer-info-celta, | |||
.citizen-footer a { | |||
text-align: center !important; | |||
display: inline-block !important; | |||
} | |||
/* Modo escuro */ | |||
@media (prefers-color-scheme: dark) { | |||
.citizen-footer__sitetitle::after { | |||
color: #e8e8e8 !important; | |||
} | |||
} | } | ||
Edição das 00h20min de 23 de novembro de 2025
/* Diminuir altura do footer */
.mw-footer,
.citizen-footer {
padding: 20px 0 !important;
min-height: auto !important;
}
.citizen-footer__container {
padding: 15px !important;
}
/* Centralizar todo o conteúdo do footer */
.citizen-footer__sitetitle,
#footer-info,
#footer-places,
.citizen-footer__bottom {
text-align: center !important;
justify-content: center !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
}
/* Centralizar logo e texto "Celta Sistemas" */
.citizen-footer__sitetitle {
margin: 0 auto 10px !important;
}
/* Ocultar o texto original do wordmark mas manter a imagem */
.mw-logo-wordmark {
display: none !important;
}
/* Adicionar texto customizado após o logo */
.citizen-footer__sitetitle::after {
content: "Celta Sistemas - 2005 - 2025 ©";
display: block !important;
font-size: 14px !important;
font-weight: 500 !important;
color: #333 !important;
margin-top: 8px !important;
text-align: center !important;
}
/* Centralizar link do site */
#footer-info,
#footer-places {
margin: 5px 0 !important;
}
#footer-info li,
#footer-places li {
display: inline-block !important;
margin: 0 10px !important;
}
/* Ajustar link "Celta Sistemas" do footer */
#footer-info-celta,
.citizen-footer a {
text-align: center !important;
display: inline-block !important;
}
/* Modo escuro */
@media (prefers-color-scheme: dark) {
.citizen-footer__sitetitle::after {
color: #e8e8e8 !important;
}
}