MediaWiki:Main.css: Difference between revisions

no edit summary
No edit summary
No edit summary
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;
    }
}
@media screen and (min-width: 1100px) {
    #mw-content-wrapper {
        margin: 0;
        width: 100% !important;
    }
    #mw-content-wrapper {
        margin-left: 14em;
        margin-right: 16em;
        width: 65vw !important;
        min-width: 50%;
    }
    #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;
    }
}
@media screen and (max-width: 1099px) {
    div#mw-site-navigation {
        z-index: 99;
    }
}
@media screen and (max-width: 850px) {
    #mw-content-block {
        background: var(--theme-tone-7);
    }
}
/* after content section */
/* after content section */
#mw-data-after-content > div {
#mw-data-after-content > div {
Line 1,210: Line 1,145:
     padding: 5px;
     padding: 5px;
     text-align: center;
     text-align: center;
}
@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;
    }
}
@media screen and (min-width: 1100px) {
    #mw-content-wrapper {
        margin: 0;
        width: 100% !important;
    }
    #mw-content-wrapper {
        margin-left: 14em;
        margin-right: 16em;
        width: 65vw !important;
        min-width: 50%;
    }
    #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;
    }
}
@media screen and (max-width: 1099px) {
    div#mw-site-navigation {
        z-index: 99;
    }
}
@media screen and (max-width: 850px) {
    #mw-content-block {
        background: var(--theme-tone-7);
    }
}
}


ElEditors, Administrators
70,740

edits