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 |
||
| (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 */ | ||
/ | .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 02:29, 1 April 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")
}