Template:OOOInfoBoxTabber/styles.css: Difference between revisions

Created page with "Keep the tab set where the infobox belongs (right, fixed width): .ooo-infobox-tabwrap { float:right; clear:right; width:340px; margin:0 0 1em 1em; } Compact tab headers; inherit skin tokens for night mode: .ooo-infobox-tabwrap .tabber__tabs { margin-bottom:.5rem; } .ooo-infobox-tabwrap .tabber__tab { font: 700 90%/1.2 system-ui, -apple-system, Segoe UI, Roboto, sans-serif; background: var(--background-color-neutral,#f5f5f5); color: var(--color-base,#2021..."
 
No edit summary
Line 1: Line 1:
/* Keep the tab set where the infobox belongs (right, fixed width) */
/* Keep the tab set where the infobox belongs (right, fixed width) */
.ooo-infobox-tabwrap { float:right; clear:right; width:340px; margin:0 0 1em 1em; }
.ooo-infobox-tabwrap { float:right; clear:right; margin:0 0 1em 1em; }


/* Compact tab headers; inherit skin tokens for night mode */
/* Compact tab headers; inherit skin tokens for night mode */