MediaWiki:Common.css: Difference between revisions

From BlackTalon Wiki
(Created page with "→‎CSS placed here will be applied to all skins: body { background-image: url("skilltree_.png") }")
 
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 */
 
body {
 
body {
background-image: url("skilltree_.png")
+
background-image: url("skilltree_.png");
  +
background-repeat: repeat;
  +
background-position: left top;
 
}
 
}

Revision as of 17:26, 16 September 2022

/* CSS placed here will be applied to all skins */
body {
	background-image: url("skilltree_.png");
	background-repeat: repeat;
	background-position: left top;
}