MediaWiki:Common.css: Difference between revisions

From Sherlock Holmes Encyclopaedia
Content added Content deleted
No edit summary
No edit summary
Line 7: Line 7:
width: 1050px;
width: 1050px;
background-size: 85%
background-size: 85%
}

#globalWrapper {
font-size: 128.6%;
font-style:Arial;
width: 100%;
margin: 0;
padding: 0;
position: relative;
z-index: 0;
}
}

Revision as of 12:42, 25 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: 85%
}

#globalWrapper {
    font-size: 128.6%;
    font-style:Arial;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}