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 {
background-image:  
background-image:  
linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), /* overlay */
linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.5)), /* overlay */
url('/wiki/assets/bg.jpeg'); /* your image */
url('/wiki/assets/bg.jpeg'); /* your image */
background-size: cover;
background-size: cover;

Revision as of 22:29, 15 October 2025

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