MediaWiki:Common.css: Difference between revisions
Created page with "→CSS placed here will be applied to all skins: →===== OOO Tab Scroll — minimal, production-safe =====: →Theme tokens (tweak freely): :root { --ooo-tab-arrow-size: 22px; --ooo-tab-arrow-offset: -0.1rem; --ooo-tab-arrow-color: #2a4b8d; →light mode icon color: --ooo-tab-arrow-bg: #fff; --ooo-tab-arrow-bg-hover: #f5f5f5; --ooo-tab-arrow-border: #a2a9b1; --ooo-tab-arrow-shadow: 0 1px 2px rgba(0,0,0,.1); --ooo-tab-arrow-focus:..." |
No edit summary |
||
Line 112: | Line 112: | ||
margin: 0 0 1em 0; | margin: 0 0 1em 0; | ||
} | } | ||
} | |||
/* Remove the header separator line under the tab row */ | |||
.ooo-infobox-tabwrap .tabber__header { | |||
border-bottom: 0 !important; | |||
box-shadow: none !important; | |||
} | |||
/* Some TabberNeue builds draw the line as a pseudo-element */ | |||
.ooo-infobox-tabwrap .tabber__tabs::after { | |||
content: none !important; | |||
} | |||
/* Optional: if you see a faint seam from the active tab “inset” shadow */ | |||
.ooo-infobox-tabwrap .tabber__tab--active { | |||
box-shadow: none !important; /* remove the 1px inset line */ | |||
margin-bottom: 0 !important; /* avoid creating a gap */ | |||
} | } |