Difference between revisions of "MediaWiki:Common.css"

From Airships Wiki
Jump to: navigation, search
Line 2: Line 2:
.splash {
.splash {
background-image: url('https://airshipswiki.zarkonnen.com/images/2/25/Intro.jpg');
background-image: url('https://airshipswiki.zarkonnen.com/images/2/25/Intro.jpg');
background-size: cover;
width: 100%;
width: 100%;
padding-top: 28%;
padding-top: 28%;
}
}

Revision as of 14:02, 26 April 2022

/* CSS placed here will be applied to all skins */
.splash {
	background-image: url('https://airshipswiki.zarkonnen.com/images/2/25/Intro.jpg');
	background-size: cover;
	width: 100%;
	padding-top: 28%;
}