MediaWiki:Common.css: Difference between revisions

From Sherlock Holmes Encyclopaedia
Content added Content deleted
No edit summary
No edit summary
Line 5: Line 5:
background-repeat: no-repeat;
background-repeat: no-repeat;
height: 600px;
height: 600px;
width: 1100px;
width: 1050px;
background-size: 70%
background-size: 70%
}
}

Revision as of 10: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: 600px;
  width: 1050px;
  background-size: 70%
}