Difference between revisions of "MediaWiki:Common.css"

From Curious Expedition 2 Wiki
m (fixed syntax)
m (applied image to background content area)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
body {
+
#mw-content-block {
 
   background: url("https://curious-expedition.com/imgs/ce2-background.png") no-repeat center center fixed;
 
   background: url("https://curious-expedition.com/imgs/ce2-background.png") no-repeat center center fixed;
 
}
 
}

Revision as of 01:56, 6 May 2020

/* CSS placed here will be applied to all skins */
#mw-content-block {
  background: url("https://curious-expedition.com/imgs/ce2-background.png") no-repeat center center fixed;
}