MediaWiki:Bhcvectorbrand-footer-css
/* Optional extra CSS for footer only */ /* Tip: body.bhc-branding .bhc-footer { ... } */
body.bhc-branding .bhc-footer-meta, body.bhc-branding .bhc-footer-license {
font-size: 0.9em; color: #444; margin-bottom: 0.5rem;
}
body.bhc-branding .bhc-footer-links {
margin-top: 0.75rem;
}
body.bhc-branding .bhc-footer-links ul {
list-style: none; padding: 0; margin: 0; display: flex; gap: 1rem; flex-wrap: wrap;
}
body.bhc-branding .bhc-footer-links li {
margin: 0;
}
/* hide the actual wiki footer with css */ body.bhc-branding footer#footer, body.bhc-branding .mw-footer {
display: none !important;
}
