Template:TOC left/styles.css

From Forsaken Saga Wiki
Revision as of 03:12, 27 June 2024 by Harrigton (talk | contribs) (Created page with "→‎{{pp-template}}: @media all and (max-width: 720px) { .tocleft { width: 100% !important; →‎override inline width: } } @media all and (min-width: 720px) { .tocleft { float: left; clear: left; width: auto; margin: 0 1em 0.5em 0; } body.skin-vector-2022 .tocleft { →‎Vector 2022 doesn't have an inline ToC, so ensure it's 0x0 sized: margin: 0; } .tocleft-clear-both { clear: both; } .tocleft-clear-none { clear: none; } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

/* Lua error in Module:Effective_protection_level at line 63: attempt to index field 'TitleBlacklist' (a nil value). */ @media all and (max-width: 720px) { .tocleft { width: 100% !important; /* override inline width */ } } @media all and (min-width: 720px) { .tocleft { float: left; clear: left; width: auto; margin: 0 1em 0.5em 0; }

body.skin-vector-2022 .tocleft { /* Vector 2022 doesn't have an inline ToC, so ensure it's 0x0 sized */ margin: 0; }

.tocleft-clear-both { clear: both; }

.tocleft-clear-none { clear: none; } }