Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Gadget-ExternalLinkIcons.css: Difference between revisions

MediaWiki interface page
m (with interwikis)
(oscwii.org)
 
Line 7: Line 7:
.mw-parser-output a.extiw[href^="https://db.universal-team.net"] {
.mw-parser-output a.extiw[href^="https://db.universal-team.net"] {
background: url(https://github.com/Universal-Team/universal-team.net/raw/master/images/favicon/favicon-16x16.png) center right no-repeat;
background: url(https://github.com/Universal-Team/universal-team.net/raw/master/images/favicon/favicon-16x16.png) center right no-repeat;
padding-right: 18px;
}
/* Open Shop Channel */
.mw-parser-output a.external[href^="http://oscwii.org"],
.mw-parser-output a.external[href^="https://oscwii.org"],
.mw-parser-output a.extiw[href^="http://oscwii.org"],
.mw-parser-output a.extiw[href^="https://oscwii.org"] {
background: url(https://hacksguidewiki.sfo3.digitaloceanspaces.com/hacksguidewiki/thumb/OpenShopChannel-BlackLogo.png/16px-OpenShopChannel-BlackLogo.png) center right no-repeat;
padding-right: 18px;
padding-right: 18px;
}
}

Latest revision as of 21:35, 3 May 2024

/* inspired by: https://www.ssbwiki.com/MediaWiki:Gadget-ExternalLinkIcons.css */

/* Universal-DB */
.mw-parser-output a.external[href^="http://db.universal-team.net"],
.mw-parser-output a.external[href^="https://db.universal-team.net"],
.mw-parser-output a.extiw[href^="http://db.universal-team.net"],
.mw-parser-output a.extiw[href^="https://db.universal-team.net"] {
	background: url(https://github.com/Universal-Team/universal-team.net/raw/master/images/favicon/favicon-16x16.png) center right no-repeat;
	padding-right: 18px;
}

/* Open Shop Channel */
.mw-parser-output a.external[href^="http://oscwii.org"],
.mw-parser-output a.external[href^="https://oscwii.org"],
.mw-parser-output a.extiw[href^="http://oscwii.org"],
.mw-parser-output a.extiw[href^="https://oscwii.org"] {
	background: url(https://hacksguidewiki.sfo3.digitaloceanspaces.com/hacksguidewiki/thumb/OpenShopChannel-BlackLogo.png/16px-OpenShopChannel-BlackLogo.png) center right no-repeat;
	padding-right: 18px;
}