Template:TOC right/styles.css

From Zoophilia Wiki
Revision as of 02:41, 22 November 2024 by SockyPaws (talk | contribs) (Import missing TemplateStyles page from English Wikipedia)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;
  }
}