MediaWiki:Common.css

From Necesse Wiki
Revision as of 23:18, 20 April 2021 by Necesseadmin (talk | contribs) (Protected "MediaWiki:Common.css": High traffic page: If you have any suggestions to changes, don't hesitate to post them in the discussion page. ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
Jump to navigation Jump to search

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

html body {
	background: url("https://necessewiki.com/images/background.png") no-repeat fixed center bottom / cover #e6e6e6;
	height: auto !important;
	margin-top: 0 !important;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

@font-face {
  font-family: 'Necessebit';
  src: url(https://necessewiki.com/resources/assets/necessebit.ttf) format('truetype');
}