Jump to content

User:Volker Siegel/modern.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
hide left navigation column
disabled
 
Line 1: Line 1:
@media DISABLED {
/* This moves the sidebar off-screen */
/* This moves the sidebar off-screen */
#mw-panel {
#mw-panel {
Line 12: Line 13:
margin-left: 1em;
margin-left: 1em;
}
}
}

Latest revision as of 12:35, 17 October 2021

@media DISABLED {
    /* This moves the sidebar off-screen */ 
    #mw-panel { 
        opacity: 0; 
        margin-left: -11em; 
    } 
    /* This moves other stuff into the leftover space */ 
    #content, #head-base, #footer, #mw-head-base { 
        margin-left: -1px; 
    } 
    /* Nicer presentation for the left-hand tabs */ 
    #left-navigation { 
        margin-left: 1em; 
    }
}