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 7: Line 7:




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


     #mw-header-container {
     #mw-header-container {
         padding: 0.65em 0 0;
         padding: 0.65em 0 0;
         z-index:101;
         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);
     }
     }
}
}

Revision as of 17:20, 19 January 2024

@media screen and (min-width: 1100px) {

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





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