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


@media screen and (min-width: 1100px) and (max-width: 1340px) {
    #mw-content {
        margin-left: 0;
        margin-right: 0;
        width: 70vw !important;
    }
    #content-bottom-stuff {
        padding: 1em 2em 3em;
        width: 70vw;
        background: var(--theme-tone-6);
        border-radius: 0 0 5px 5px;
        display: block;
    }
    #mw-data-after-content {
        background: transparent;
    }
}

Revision as of 17:15, 19 January 2024