MediaWiki:Gadget-InterwikiLinkStyles.css: Difference between revisions

From Super Smash Bros. Ultimate Mods Wiki
Created page with "Styling links to SmashWiki: div#content a.external[href^="https://www.ssbwiki.com"], div#content a.extiw[href^="https://www.ssbwiki.com"] { background: url("//smashmods.choille.name/w/images/c/ce/SmashWikiLink.png") no-repeat right; padding-right: 18px; }"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
div#content a.extiw[href^="https://www.ssbwiki.com"] {
div#content a.extiw[href^="https://www.ssbwiki.com"] {
background: url("//smashmods.choille.name/w/images/c/ce/SmashWikiLink.png") no-repeat right;
background: url("//smashmods.choille.name/w/images/c/ce/SmashWikiLink.png") no-repeat right;
padding-right: 18px;
}
/* Styling links to Bulbapedia */
div#content a.external[href^="https://bulbapedia.bulbagarden.net"],
div#content a.extiw[href^="https://bulbapedia.bulbagarden.net"] {
background: url("//smashmods.choille.name/w/images/2/29/BulbapediaLink.png") no-repeat right;
padding-right: 18px;
}
/* Styling links to Fire Emblem Wiki */
div#content a.external[href^="https://fireemblemwiki.org"],
div#content a.extiw[href^="https://fireemblemwiki.org"] {
background: url("//smashmods.choille.name/w/images/d/d8/FireEmblemWikiLink.png") no-repeat right;
padding-right: 18px;
padding-right: 18px;
}
}

Latest revision as of 19:09, 27 April 2025

/* Styling links to SmashWiki */
div#content a.external[href^="https://www.ssbwiki.com"],
div#content a.extiw[href^="https://www.ssbwiki.com"] {
	background: url("//smashmods.choille.name/w/images/c/ce/SmashWikiLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Bulbapedia */
div#content a.external[href^="https://bulbapedia.bulbagarden.net"],
div#content a.extiw[href^="https://bulbapedia.bulbagarden.net"] {
	background: url("//smashmods.choille.name/w/images/2/29/BulbapediaLink.png") no-repeat right;
	padding-right: 18px;
}

/* Styling links to Fire Emblem Wiki */
div#content a.external[href^="https://fireemblemwiki.org"],
div#content a.extiw[href^="https://fireemblemwiki.org"] {
	background: url("//smashmods.choille.name/w/images/d/d8/FireEmblemWikiLink.png") no-repeat right;
	padding-right: 18px;
}