MediaWiki:RPGC-iframe.css: Difference between revisions

From RPG Continuum Wiki
Jump to navigation Jump to search
Created blank page
 
No edit summary
 
Line 1: Line 1:
/* 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;
}

Latest revision as of 00:08, 5 July 2026

/* 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;
}