Difference between revisions of "MediaWiki:Cologne Blue.css"

From PVSG
Jump to navigation Jump to search
(Created page with "→‎* Hide sidebar *: remove the / from the start of the following lines to remove the sidebar from the vector skin div#mw-panel { display: none; } #left-navigation { left:...")
(No difference)

Revision as of 17:05, 23 May 2020

/** Hide sidebar **/ remove the / from the start of the following lines to remove the sidebar from the vector skin
div#mw-panel {
  display: none;
}
#left-navigation {
  left: 1em;
}
#mw-head-base,
div#content,
div#footer {
  margin-left: 1em;
}