MediaWiki:Common.css: Difference between revisions

From Sherlock Holmes Encyclopaedia
Content added Content deleted
No edit summary
No edit summary
Line 4: Line 4:
background-image: url('https://static.wikiforge.net/sherlockwikitide/d/df/Sherlock-cast-i34913.jpg');
background-image: url('https://static.wikiforge.net/sherlockwikitide/d/df/Sherlock-cast-i34913.jpg');
background-repeat: no-repeat;
background-repeat: no-repeat;
height: 300px;
height: 500px;
background-size: 80%
background-size: 60%
}
}

Revision as of 09:13, 24 June 2023

/* CSS placed here will be applied to all skins */
#image-box {
  position:center;
  background-image: url('https://static.wikiforge.net/sherlockwikitide/d/df/Sherlock-cast-i34913.jpg');
  background-repeat: no-repeat;
  height: 500px;
  background-size: 60%
}