"മീഡിയവിക്കി:Timeless.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
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; }" |
(ചെ.)No edit summary |
||
| വരി 6: | വരി 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; | ||
} | } | ||
20:14, 12 ജൂൺ 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;
}