Difference between revisions of "MediaWiki:Common.css"

From Heroes of Hammerwatch wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: body { background-image: url("Background1440p.png"); }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
body {
 
body {
   background-image: url("Background1440p.png");
+
   background-image: url("images/1/15/Background1440p.png");
  
 
}
 
}

Revision as of 20:30, 15 March 2018

/* CSS placed here will be applied to all skins */
body {
   background-image: url("images/1/15/Background1440p.png");

}