Difference between revisions of "MediaWiki:Common.css"

From Airships Wiki
Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: body { background-color: green; }")
 
Tag: Manual revert
 
(6 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 {
body {
background-image: url('https://airshipswiki.zarkonnen.com/images/2/25/Intro.jpg');
background-color: green;
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%;
}