MediaWiki:Common.css

From Business Heroes Food Truck Simulation
Revision as of 22:45, 24 November 2022 by Wikiworks743 (talk | contribs)

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.
/* CSS placed here will be applied to all skins */

/* BACKGROUND */

html {
	background-image: url(extensions/WikiWorks/bg.png);
	background-position: top center;
	background-size: 1980px;
	background-repeat: no-repeat;
	background-color: #000;
}
body {
	background-color: #0002;
}
#content-wrapper {
	background-color: #161941;
}
h1, h2, .h1, .h2 {
	color: #74d6ec;
}
#content-wrapper a:visited, #content-wrapper a:active {
	color: #009045 !important;
}
.toc, .toccolours {
	border: 1px solid #05082b;
	background-color: #0d1033;
	padding: 16px !important;
}
.tocnumber {
	color: #8e8e8e;
}
#footer-poweredbyico { display: none; }