MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192...") |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#p-logo a { | #p-logo a { | ||
background-image: url(http://localhost:8888/mediawiki-1.32.0/images/c/c9/logo.png); | background-image: url(http://localhost:8888/mediawiki-1.32.0/images/c/c9/logo.png) !important; | ||
background-size: 135px !important; | |||
} | } |
Revision as of 15:46, 27 February 2019
/* CSS placed here will be applied to all skins */ #p-logo a { background-image: url(http://localhost:8888/mediawiki-1.32.0/images/c/c9/logo.png) !important; background-size: 135px !important; }