Jump to content

MediaWiki:Common.css: Difference between revisions

From Eldrasil Wiki
No edit summary
No edit summary
Line 2: Line 2:
position: relative;
position: relative;
background-image:
background-image:
linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)),
linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
url('/wiki/assets/bg.jpeg');
url('/wiki/assets/bg.jpeg');
background-size: cover;
background-size: cover;

Revision as of 22:30, 15 October 2025

.mw-body {
	position: relative;
	background-image:
		linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url('/wiki/assets/bg.jpeg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}