MediaWiki:Common.css
Revision as of 19:07, 29 September 2019 by Bluedove (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: $wgFooterIcons['poweredby']['myicon'] = [ "src" => "/public_html/mw19/resources/assets/images other than logo/become_a_pat...")
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
$wgFooterIcons['poweredby']['myicon'] = [
"src" => "/public_html/mw19/resources/assets/images other than logo/become_a_patron_button@2x.png",
// you may also use a direct path to the source, e.g. "http://example.com/my/custom/path/to/MyCustomLogo.png"
"url" => "https://www.patreon.com/mustachianhacks",
"alt" => "Patreon page for donations",
// For HiDPI support, you can specify paths to larger versions of the icon.
"srcset" =>
"/path/to/1.5x_version.png 1.5x, " .
"/path/to/2x_version.png 2x",
// If you have a non-default sized icon you can specify the size yourself.
"height" => "31",
"width" => "88",
];
