Difference between revisions of "MediaWiki:Common.css"

From Mustachian Hacks
Jump to navigation Jump to search
(remove @ from image path, remove instructions)
(adding in poweredby also)
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
$wgFooterIcons['myicon'] = [
+
$wgFooterIcons['poweredby']['myicon'] = [
 
"src" => "$wgResourceBasePath/resources/assets/personal-images/become_a_patron_button2x.png",
 
"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",
];