MediaWiki:Common.css

From Pressure Wiki
Revision as of 01:31, 15 June 2024 by Mooncloud (talk | contribs) (R)

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 */

body {
	font-family: "Arial", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

/* Home page styles, please correct this if its not standard, I'm just now learning CSS */

.home-welcome-text {
	font-size: 260%;
	font-weight: bold;
	margin-bottom: 11px;
    margin-top: 10px;
	text-align: center;
}

.home-stats-text {
	font-size:135%;
	margin-bottom: 12px;
	text-align:center; 
}

.home-header-text {
	font-size: 210%;
	font-weight: bold;
	text-align: center;
}

.home-table {
	border: 3px solid; 
	padding: 12px;
	margin: 6px 0px;
}
/* Colour theming */