MediaWiki:Common.css: Difference between revisions

From KSI Wiki
Jump to: navigation, search
mNo edit summary
mNo edit summary
Line 3: Line 3:


.HOF-Background {  
.HOF-Background {  
background-image: url("/index.php?title=File:Hall_of_fame_bg.png");  
background-image: url("http://wiki.ksiglobal.com/images/7/70/Hall_of_fame_bg.png");  
width:250px;
width:250px;
height:75px;
height:75px;
}
}

Revision as of 05:39, 12 March 2019

/* CSS placed here will be applied to all skins */


.HOF-Background { 
	background-image: url("http://wiki.ksiglobal.com/images/7/70/Hall_of_fame_bg.png"); 
	width:250px;
	height:75px;
}