MediaWiki:Common.css: Difference between revisions

From Sherlock Holmes Encyclopaedia
Content added Content deleted
(Created page with "→‎CSS placed here will be applied to all skins: #image-box { background-image: url('https://static.miraheze.org/arcanefrwiki/2/29/Arcane-final-poster-16x9-no-text-no-border.jpg'); background-repeat: no-repeat; height: 600px; background-size: 100% }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#image-box {
#image-box {
background-image: url('https://static.miraheze.org/arcanefrwiki/2/29/Arcane-final-poster-16x9-no-text-no-border.jpg');
background-image: url('https://static.wikiforge.net/sherlockwikitide/d/df/Sherlock-cast-i34913.jpg');
background-repeat: no-repeat;
background-repeat: no-repeat;
height: 600px;
height: 600px;

Revision as of 08:53, 24 June 2023

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