MediaWiki:Bhcvectorbrand-css

Revision as of 15:25, 23 January 2026 by Steve (talk | contribs) (Created page with "Custom CSS for the branded preview (scoped).: Tip: start selectors with body.bhc-branding ...: Ensure sidebar does not visually extend past the footer: body.bhc-branding #mw-panel { padding-bottom: 3rem; } body.bhc-branding .bhc-footer { position: relative; z-index: 1; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

/* Custom CSS for the branded preview (scoped). */ /* Tip: start selectors with body.bhc-branding ... */

/* Ensure sidebar does not visually extend past the footer */ body.bhc-branding #mw-panel {

 padding-bottom: 3rem;

}

body.bhc-branding .bhc-footer {

 position: relative;
 z-index: 1;

}