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
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
/*test*/
+
.imagelink_somename a {
 +
  width:100px;
 +
  height:100px;
 +
  display:block;
 +
  text-decoration:none;
 +
  background-image: url("https://upload.wikimedia.org/wikipedia/en/thumb/d/db/Islam_karimov_ITN.jpg/75px-Islam_karimov_ITN.jpg")
 +
}

Revision as of 10:55, 31 March 2015

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

.imagelink_somename a {
  width:100px;
  height:100px;
  display:block;
  text-decoration:none;
  background-image: url("https://upload.wikimedia.org/wikipedia/en/thumb/d/db/Islam_karimov_ITN.jpg/75px-Islam_karimov_ITN.jpg") 
}