MediaWiki:Gadget-ExternalLinkIcons.css

From SmashWiki, the Super Smash Bros. wiki
Revision as of 02:21, May 5, 2020 by Porplemontage (talk | contribs) (New Page: →‎Challonge: #bodyContent a.external[href*=".challonge.com"], #bodyContent a.external[href^="http://challonge.com"], #bodyContent a.external[href^="https://challonge.com"] { backgro...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Challonge */
#bodyContent a.external[href*=".challonge.com"],
#bodyContent a.external[href^="http://challonge.com"],
#bodyContent a.external[href^="https://challonge.com"] {
	background-image: url(/images/e/e0/Challonge_icon.png);
	padding-right: 18px;
}

/* Facebook */
#bodyContent a.external[href^="http://facebook.com"],
#bodyContent a.external[href^="https://facebook.com"],
#bodyContent a.external[href^="http://www.facebook.com"],
#bodyContent a.external[href^="https://www.facebook.com"] {
	background-image: url(/images/0/08/Facebook_link_icon.png);
	padding-right: 18px;
}

/* Miiverse */
#bodyContent a.external[href^="http://miiverse.nintendo.net"],
#bodyContent a.external[href^="https://miiverse.nintendo.net"] {
	background-image: url(/images/1/10/Miiverse_link_icon.png);
	padding-right: 18px;
}

/* reddit */
#bodyContent a.external[href^="http://reddit.com"],
#bodyContent a.external[href^="https://reddit.com"],
#bodyContent a.external[href^="http://www.reddit.com"],
#bodyContent a.external[href^="https://www.reddit.com"] {
	background-image: url(/images/b/b4/Reddit_icon.png);
	padding-right: 18px;
}

/* Smash.gg */
#bodyContent a.external[href^="http://smash.gg"],
#bodyContent a.external[href^="https://smash.gg"],
#bodyContent a.external[href^="http://www.smash.gg"],
#bodyContent a.external[href^="https://www.smash.gg"] {
	background-image: url(/images/d/d2/Smash.gg_icon.png);
	padding-right: 18px;
}

/* SmashBoards */
#bodyContent a.external[href^="http://smashboards.com"],
#bodyContent a.external[href^="https://smashboards.com"],
#bodyContent a.external[href^="http://www.smashboards.com"],
#bodyContent a.external[href^="https://www.smashboards.com"] {
	background-image: url(/images/d/dc/SmashBoards_link_icon.png);
	padding-right: 18px;
}

/* Twitch */
#bodyContent a.external[href^="http://twitch.tv"],
#bodyContent a.external[href^="https://twitch.tv"],
#bodyContent a.external[href^="http://www.twitch.tv"],
#bodyContent a.external[href^="https://www.twitch.tv"] {
	background-image: url(/images/e/eb/Twitch_link_icon.png);
	padding-right: 18px;
}

/* Twitter */
#bodyContent a.external[href^="http://twitter.com"],
#bodyContent a.external[href^="https://twitter.com"],
#bodyContent a.external[href^="http://www.twitter.com"],
#bodyContent a.external[href^="https://www.twitter.com"] {
	background-image: url(/images/e/e2/Twitter_link_icon.png);
	padding-right: 18px;
}

/* YouTube */
#bodyContent a.external[href^="http://youtu.be"],
#bodyContent a.external[href^="https://youtu.be"],
#bodyContent a.external[href^="http://youtube.com"],
#bodyContent a.external[href^="https://youtube.com"],
#bodyContent a.external[href^="http://www.youtube.com"],
#bodyContent a.external[href^="https://www.youtube.com"] {
	background-image: url(/images/f/fb/YouTube_link_icon.png);
	padding-right: 18px;
}