MediaWiki:Bhcvectorbrand-footer-css

Revision as of 14:36, 23 January 2026 by Steve (talk | contribs) (Created page with "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 {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

/* 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;

}