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
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* 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;
}

Latest revision as of 20:47, 12 June 2026

/* All CSS here will be loaded for users of the Timeless skin */