Difference between revisions of "MediaWiki:Common.css"

From Retro Modding Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: @media (-webkit-min-device-pixel-ratio:2), (min-resolution:2dppx) { #p-logo a { background-image: url(http://metro...")
 
(No difference)

Latest revision as of 15:11, 29 March 2015

/* CSS placed here will be applied to all skins */
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:2dppx) {
   #p-logo a {
       background-image: url(http://metroid2002.com/retromodding/images/c/c1/RetroModding.png) !important;
       background-size: 135px auto;
   }
}