MediaWiki:Gadget-ExternalLinkIcons.css: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
(New Page: →‎Challonge: #bodyContent a.external[href*=".challonge.com"], #bodyContent a.external[href^="http://challonge.com"], #bodyContent a.external[href^="https://challonge.com"] { backgro...)
 
No edit summary
Line 3: Line 3:
#bodyContent a.external[href^="http://challonge.com"],
#bodyContent a.external[href^="http://challonge.com"],
#bodyContent a.external[href^="https://challonge.com"] {
#bodyContent a.external[href^="https://challonge.com"] {
background-image: url(/images/e/e0/Challonge_icon.png);
background: url(/images/e/e0/Challonge_icon.png) center right no-repeat;
padding-right: 18px;
padding-right: 18px;
}
}
Line 12: Line 12:
#bodyContent a.external[href^="http://www.facebook.com"],
#bodyContent a.external[href^="http://www.facebook.com"],
#bodyContent a.external[href^="https://www.facebook.com"] {
#bodyContent a.external[href^="https://www.facebook.com"] {
background-image: url(/images/0/08/Facebook_link_icon.png);
background: url(/images/0/08/Facebook_link_icon.png) center right no-repeat;
padding-right: 18px;
padding-right: 18px;
}
}
Line 19: Line 19:
#bodyContent a.external[href^="http://miiverse.nintendo.net"],
#bodyContent a.external[href^="http://miiverse.nintendo.net"],
#bodyContent a.external[href^="https://miiverse.nintendo.net"] {
#bodyContent a.external[href^="https://miiverse.nintendo.net"] {
background-image: url(/images/1/10/Miiverse_link_icon.png);
background: url(/images/1/10/Miiverse_link_icon.png) center right no-repeat;
padding-right: 18px;
padding-right: 18px;
}
}
Line 28: Line 28:
#bodyContent a.external[href^="http://www.reddit.com"],
#bodyContent a.external[href^="http://www.reddit.com"],
#bodyContent a.external[href^="https://www.reddit.com"] {
#bodyContent a.external[href^="https://www.reddit.com"] {
background-image: url(/images/b/b4/Reddit_icon.png);
background: url(/images/b/b4/Reddit_icon.png) center right no-repeat;
padding-right: 18px;
padding-right: 18px;
}
}
Line 37: Line 37:
#bodyContent a.external[href^="http://www.smash.gg"],
#bodyContent a.external[href^="http://www.smash.gg"],
#bodyContent a.external[href^="https://www.smash.gg"] {
#bodyContent a.external[href^="https://www.smash.gg"] {
background-image: url(/images/d/d2/Smash.gg_icon.png);
background: url(/images/d/d2/Smash.gg_icon.png) center right no-repeat;
padding-right: 18px;
padding-right: 18px;
}
}
Line 46: Line 46:
#bodyContent a.external[href^="http://www.smashboards.com"],
#bodyContent a.external[href^="http://www.smashboards.com"],
#bodyContent a.external[href^="https://www.smashboards.com"] {
#bodyContent a.external[href^="https://www.smashboards.com"] {
background-image: url(/images/d/dc/SmashBoards_link_icon.png);
background: url(/images/d/dc/SmashBoards_link_icon.png) center right no-repeat;
padding-right: 18px;
padding-right: 18px;
}
}
Line 55: Line 55:
#bodyContent a.external[href^="http://www.twitch.tv"],
#bodyContent a.external[href^="http://www.twitch.tv"],
#bodyContent a.external[href^="https://www.twitch.tv"] {
#bodyContent a.external[href^="https://www.twitch.tv"] {
background-image: url(/images/e/eb/Twitch_link_icon.png);
background: url(/images/e/eb/Twitch_link_icon.png) center right no-repeat;
padding-right: 18px;
padding-right: 18px;
}
}
Line 64: Line 64:
#bodyContent a.external[href^="http://www.twitter.com"],
#bodyContent a.external[href^="http://www.twitter.com"],
#bodyContent a.external[href^="https://www.twitter.com"] {
#bodyContent a.external[href^="https://www.twitter.com"] {
background-image: url(/images/e/e2/Twitter_link_icon.png);
background: url(/images/e/e2/Twitter_link_icon.png) center right no-repeat;
padding-right: 18px;
padding-right: 18px;
}
}
Line 75: Line 75:
#bodyContent a.external[href^="http://www.youtube.com"],
#bodyContent a.external[href^="http://www.youtube.com"],
#bodyContent a.external[href^="https://www.youtube.com"] {
#bodyContent a.external[href^="https://www.youtube.com"] {
background-image: url(/images/f/fb/YouTube_link_icon.png);
background: url(/images/f/fb/YouTube_link_icon.png) center right no-repeat;
padding-right: 18px;
padding-right: 18px;
}
}

Revision as of 17:32, May 21, 2020

/* Challonge */
#bodyContent a.external[href*=".challonge.com"],
#bodyContent a.external[href^="http://challonge.com"],
#bodyContent a.external[href^="https://challonge.com"] {
	background: url(/images/e/e0/Challonge_icon.png) center right no-repeat;
	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: url(/images/0/08/Facebook_link_icon.png) center right no-repeat;
	padding-right: 18px;
}

/* Miiverse */
#bodyContent a.external[href^="http://miiverse.nintendo.net"],
#bodyContent a.external[href^="https://miiverse.nintendo.net"] {
	background: url(/images/1/10/Miiverse_link_icon.png) center right no-repeat;
	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: url(/images/b/b4/Reddit_icon.png) center right no-repeat;
	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: url(/images/d/d2/Smash.gg_icon.png) center right no-repeat;
	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: url(/images/d/dc/SmashBoards_link_icon.png) center right no-repeat;
	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: url(/images/e/eb/Twitch_link_icon.png) center right no-repeat;
	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: url(/images/e/e2/Twitter_link_icon.png) center right no-repeat;
	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: url(/images/f/fb/YouTube_link_icon.png) center right no-repeat;
	padding-right: 18px;
}