MediaWiki:Common.css: Difference between revisions

From BlackTalon Wiki
No edit summary
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("weaponupg.png");
 
background-repeat: repeat;
 
background-repeat: repeat;
 
background-position: left top;
 
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("weaponupg.png");
	background-repeat: repeat;
	background-position: left top;
}