MediaWiki:Vector.css: Difference between revisions

From EMC23 - Satellite Of Love
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: →‎* Hide sidebar *: div#mw-panel { display: none; } #left-navigation { left: 1em; } #mw-head-base, div#co...")
 
(No difference)

Latest revision as of 17:37, 19 September 2021

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


/** Hide sidebar **/
div#mw-panel {
  display: none;
}
#left-navigation {
  left: 1em;
}
#mw-head-base,
div#content,
div#footer {
  margin-left: 1em;
}