MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: →test: " |
mNo edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* 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") | |||
} |
Revision as of 18: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") }