MediaWiki:Timeless.css: Difference between revisions

From AbhiprayaVedi
mNo edit summary
mNo edit summary
 
(One intermediate revision 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,
#mw-related-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 */