Jump to content

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

From Wikipedia, the free encyclopedia
Content deleted Content added
hide left navigation column
 
hide left navigation column
Line 1: Line 1:
/* 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;
}

Revision as of 00:36, 9 October 2021

    /* 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; 
    }