MediaWiki:Vector.css

From Unrailed! Wiki
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Vector skin */
#mw-head-base {
	height: 10em;
}
#left-navigation {
	margin-top: 7.5em;
	/* When right nav would overlap left nav, it's placed below it
	   (normal CSS floats behavior). This rule ensures that no empty space
	   is shown between them due to right nav's margin-top. Page layout
	   is still broken, but at least the nav overlaps only the page title
	   instead of half the content. */
	margin-bottom: -7.5em;
}

#right-navigation {
	margin-top: 7.5em;
}

#mw-panel #p-logo + .portal {
		margin-top: 15em;
}
/*overriding wrong user not logged in button */
#pt-anonuserpage {
	background-position: center;
	background-size: auto;
	padding-left: 6px !important;
}