Template:TOC right/styles.css
From Zoophilia Wiki
Jump to navigationJump to search
/* The TOC is hidden on Minerva (mobile skin) for widths < 720px, so we must also hide this wrapper. */ @media all and (max-width: 720px) { body.skin-minerva .tocright { display: none; } .tocright { width: 100% !important; /* Fix the inline width while at small resolutions. */ } } @media all and (min-width: 720px) { .tocright { clear: right; float: right; margin: 0 0 0.5em 1em; width: auto; } .tocright-clear-left { clear: left; } .tocright-clear-both { clear: both; } .tocright-clear-none { clear: none; } }