Difference between revisions of "MediaWiki:Common.css"

From Twilight Heroes Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: test: ")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
/*test*/
+
.link_af a {
 +
  width:800px;
 +
  height:225px;
 +
  display:block;
 +
  text-decoration:none;
 +
  background-image: url("http://th.blandsauce.com/misc/af_15_01.jpg")
 +
}

Latest revision as of 18:29, 31 March 2015

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

.link_af a {
  width:800px;
  height:225px;
  display:block;
  text-decoration:none;
  background-image: url("http://th.blandsauce.com/misc/af_15_01.jpg") 
}