Difference between revisions of "MediaWiki:Common.css"

From Airships Wiki
Jump to: navigation, search
Tag: Manual revert
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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%;
}

Latest revision as of 14:05, 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%;
}