MediaWiki:Gadget-ExternalLinkIcons.css: Difference between revisions
MediaWiki interface page
More actions
Syncing contents from hacksguidewiki:MediaWiki:Gadget-ExternalLinkIcons.css hacksguidewiki:Special:PermanentLink/5814 |
(No difference)
|
Latest revision as of 01:12, 28 October 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;
}