Information: 0.2.5 is officially out! Please bear with us while we are working on updating the wiki. This patch is massive so a lot of work will be needed. Enjoy the game in the meantime!

MediaWiki:Main 3.css

From Tiny Rogues Wiki
Revision as of 17:18, 19 January 2024 by Ken (talk | contribs)

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@media screen and (min-width: 1100px) {
    #mw-content-wrapper {
        margin: 0;
        width: 100% !important;
    }

    #mw-content-wrapper {
        z-index:100;
    }

    #mw-related-navigation {
        position: absolute;
        right: 1em;
    }

    #mw-site-navigation {
        position: absolute;
        left: 1em;
    }

    #mw-content-block {
        position: relative;
        display: flex !important;
    }

    #mw-header-container {
        padding: 0.65em 0 0;
        z-index:101;
    }
}

@media screen and (max-width: 1099px) {
    div#mw-site-navigation {
        z-index: 99;
        display: flex;
        width: 100%;
        max-width: none;
        margin-top: 2rem;
    }
    #mw-site-navigation .sidebar-chunk {
        border: 0 !important;
    }
}

@media screen and (max-width: 850px) {
    #mw-content-block {
        background: var(--theme-tone-7);
    }
}