Jump to content

User:4erospace/common.css: Difference between revisions

m CSS test
m Removed unused elements
Tags: Blanking Manual revert
 
(42 intermediate revisions by the same user not shown)
Line 1: Line 1:
.mw-page-container {
max-width: 1400px;
}


.vector-header-container .mw-header {
max-width: 1400px;
}
@media screen and (min-width: 1200px) {
.vector-feature-limited-width-clientpref1 #mw-panel {
left: unset;
}
}
@media screen and (min-width: 1120px) {
    .mw-page-container-inner {
        display: grid;
        column-gap: 0px;
        grid-template: min-content 1fr min-content / 11.25rem minmax(0, 1fr);
        grid-template-areas:
        'siteNotice siteNotice'
        'columnStart pageContent'
        'footer footer';
    }
}
#mw-panel {
position: absolute;
top: 0;
width: 11em;
left: 0;
}

Latest revision as of 22:18, 13 July 2025