Difference between revisions of "MediaWiki:Common.css"
From Airships Wiki
Tag: Reverted |
Tag: Manual revert |
||
(One intermediate revision by the same user not shown) | |||
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: | background-size: cover; | ||
width: 100%; | width: 100%; | ||
padding-top: 28%; | 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%; }