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
(Blanked the page)
Tags: Blanking Manual revert
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
@media screen and (min-width: 1100px) {


    #mw-content-wrapper {
        z-index:100;
    }
    #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);
    }
}

Latest revision as of 17:22, 19 January 2024