Jump to content

MediaWiki:Common.css: Difference between revisions

From Eldrasil Wiki
No edit summary
No edit summary
Line 1: Line 1:
.mw-body {
.mw-body {
position: relative;
position: relative;
min-height: 100vh; /* full viewport height */
background-image:
background-image:
linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),

Revision as of 22:32, 15 October 2025

.mw-body {
	position: relative;
	min-height: 100vh; /* full viewport height */
	background-image:
		linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
		url('/wiki/assets/bg.jpeg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}