MediaWiki:Timeless.css: Difference between revisions
From AbhiprayaVedi
mNo edit summary |
mNo edit summary |
||
| 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 **/ | /** Hide the left sidebar and navigation container **/ | ||
#mw-site-navigation | #mw-site-navigation, | ||
#mw-related-navigation { | #mw-related-navigation { | ||
display: none !important; | display: none !important; | ||
Revision as of 20:18, 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,
#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;
}