Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(removing height and width dimensions) |
(adding in poweredby also) |
||
| (4 intermediate revisions 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 */ | ||
| − | $wgFooterIcons = [ | + | $wgFooterIcons['poweredby']['myicon'] = [ |
| − | "src" => "$wgResourceBasePath/resources/assets/personal-images/ | + | "src" => "$wgResourceBasePath/resources/assets/personal-images/become_a_patron_button2x.png", |
| − | |||
"url" => "https://www.patreon.com/mustachianhacks", | "url" => "https://www.patreon.com/mustachianhacks", | ||
"alt" => "Patreon page for donations", | "alt" => "Patreon page for donations", | ||
]; | ]; | ||
Latest revision as of 22:05, 1 December 2019
/* CSS placed here will be applied to all skins */ $wgFooterIcons['poweredby']['myicon'] = [ "src" => "$wgResourceBasePath/resources/assets/personal-images/become_a_patron_button2x.png", "url" => "https://www.patreon.com/mustachianhacks", "alt" => "Patreon page for donations", ];
