MediaWiki:Common.css: Difference between revisions

From Necesse Wiki
Jump to navigation Jump to search
No edit summary
m (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)))
(No difference)

Revision as of 23:18, 20 April 2021

/* 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');
}