MediaWiki:RPGC-iframe.css

From RPG Continuum Wiki
Revision as of 00:08, 5 July 2026 by Mrbobert (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Forum iframe / embed mode */
body.rpgc-embed #mw-panel,
body.rpgc-embed #mw-head,
body.rpgc-embed #mw-page-base,
body.rpgc-embed #footer,
body.rpgc-embed .vector-header-container,
body.rpgc-embed .vector-sticky-header,
body.rpgc-embed .mw-indicators,
body.rpgc-embed .mw-editsection,
body.rpgc-embed #siteNotice,
body.rpgc-embed #contentSub,
body.rpgc-embed #contentSub2,
body.rpgc-embed #rpgc-width-toggle {
    display: none !important;
}

body.rpgc-embed {
    background: #0b0d10 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.rpgc-embed .mw-body {
    margin: 0 !important;
    max-width: none !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 18px 22px !important;
    background: #10151b !important;
}

body.rpgc-embed .firstHeading {
    margin-top: 0 !important;
}

body.rpgc-embed .catlinks,
body.rpgc-embed .printfooter {
    display: none !important;
}