MediaWiki:Timeless.css: Difference between revisions

From AbhiprayaVedi
Created page with "All CSS here will be loaded for users of the Timeless skin: * Hide the left sidebar and navigation container *: #mw-site-navigation { display: none !important; } * Expand the main content block to fill the leftover empty space *: #mw-content-container { margin-left: 0 !important; padding-left: 2em !important; }"
 
mNo edit summary
Line 6: Line 6:


/** Expand the main content block to fill the leftover empty space **/
/** Expand the main content block to fill the leftover empty space **/
#mw-content-container {
#mw-content-container
#mw-related-navigation {
     margin-left: 0 !important;
     margin-left: 0 !important;
     padding-left: 2em !important;
     padding-left: 2em !important;
}
}

Revision as of 20:14, 12 June 2026

/* All CSS here will be loaded for users of the Timeless skin */
/** Hide the left sidebar and navigation container **/
#mw-site-navigation {
    display: none !important;
}

/** Expand the main content block to fill the leftover empty space **/
#mw-content-container
#mw-related-navigation {
    margin-left: 0 !important;
    padding-left: 2em !important;
}