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: Difference between revisions

From Tiny Rogues Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 6: Line 6:


     #mw-content-wrapper {
     #mw-content-wrapper {
        margin-left: 12.4em;
        min-width: 50%;
         z-index:100;
         z-index:100;
     }
     }

Revision as of 17:18, 19 January 2024

@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);
    }
}