MediaWiki:Vector.css

From Bradshaw, the companion guide to On Our Lines

Note: After publishing, 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: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Vector skin */

/* Fix the logo dimensions */
#p-logo a { background-size: contain; }

/* Don't display some stuff on the main page */
.page-Bradshaw #deleteconfirm,
.page-Bradshaw #t-cite,
.page-Bradshaw #footer-info,
.action-view.page-Bradshaw #siteSub,
.action-view.page-Bradshaw #contentSub,
.action-view.page-Bradshaw .firstHeading {
	display: none !important;
}

/* Move page status indicators down slightly */
.mw-body .mw-indicators {
	padding-top: 0.4em;
}

/* Don't display some stuff on the SimSig home page */
.page-SimSig_Home #deleteconfirm,
.page-SimSig_Home #t-cite,
.page-SimSig_Home #footer-info,
.action-view.page-SimSig_Home #siteSub,
.action-view.page-SimSig_Home #contentSub,
.action-view.page-SimSig_Home .firstHeading {
	display: none !important;
}

/* Don't display some stuff on the LTR home page */
.page-London_s_Transport_Race #deleteconfirm,
.page-London_s_Transport_Race #t-cite,
.page-London_s_Transport_Race #footer-info,
.action-view.page-London_s_Transport_Race #siteSub,
.action-view.page-London_s_Transport_Race #contentSub,
.action-view.page-London_s_Transport_Race .firstHeading {
	display: none !important;
}

/* Make Categories same font size as body text */
.catlinks {
	font-size: 0.875em;
}

/* Don't display some stuff on the SotM home page */
.page-Stations_of_the_Month #deleteconfirm,
.page-Stations_of_the_Month #t-cite,
.page-Stations_of_the_Month #footer-info,
.action-view.page-Stations_of_the_Month #siteSub,
.action-view.page-Stations_of_the_Month #contentSub,
.action-view.page-Stations_of_the_Month .firstHeading {
	display: none !important;
}