Template:TOC Right

From Archives of Lusternian Lore
Revision as of 18:06, 9 January 2024 by Ferelith (talk | contribs) (Created page with "@media all and (max-width: 720px) { body.skin-minerva .tocright { display: none; } .tocright { width: 100% !important; /* fix the inline width while at small resoluti...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

@media all and (max-width: 720px) { body.skin-minerva .tocright { display: none; }

.tocright { width: 100% !important; /* fix the inline width while at small resolution */ } } @media all and (min-width: 720px) { .tocright { float: right; clear: right; width: auto; margin: 0 0 0.5em 1em; }

.tocright-clear-left { clear: left; }

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

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