MediaWiki:Gadget-coin-copper.user.css: Difference between revisions
Appearance
m category |
m original link |
||
| Line 9: | Line 9: | ||
/* To turn this on all the time, go to Preferences and select gadget-coin-copper: [https://research.moraleconomy.au/index.php?title=Special:Preferences#mw-prefsection-gadgets] | /* To turn this on all the time, go to Preferences and select gadget-coin-copper: [https://research.moraleconomy.au/index.php?title=Special:Preferences#mw-prefsection-gadgets] | ||
Alternatively, install a user styles add-on and then open this URL: | Alternatively, install a user styles add-on and then open this URL: | ||
https://research.moraleconomy.au/index.php?action=raw&title=MediaWiki:Gadget-coin-copper.user.css | https://research.moraleconomy.au/index.php?action=raw&title=MediaWiki:Gadget-coin-copper.user.css | ||
.nickel-page .visual { filter: invert(9%) sepia(70%) saturate(80%) hue-rotate( | credit for this recoloring trick goes to: barrd.dev/article/adding-colour-to-an-emoji-using-different-css-techniques/ */ | ||
.nickel-page .visual { filter: invert(9%) sepia(70%) saturate(80%) hue-rotate(374deg) brightness(80%) contrast(94%); } | |||
/* [[C:Hue configuration Gadgets]] [[C:Nickel page templates]] */ | /* [[C:Hue configuration Gadgets]] [[C:Nickel page templates]] */ | ||
Revision as of 20:20, 20 March 2026
/* ==UserStyle==
@name Nickel emoji
@namespace github.com/openstyles/stylus
@version 1.0.1
@description Shows Template:Nickel in approximately US nickel color. (Might not work in all browsers)
@author reverseDragon
==/UserStyle== */
/* To turn this on all the time, go to Preferences and select gadget-coin-copper: [https://research.moraleconomy.au/index.php?title=Special:Preferences#mw-prefsection-gadgets]
Alternatively, install a user styles add-on and then open this URL:
https://research.moraleconomy.au/index.php?action=raw&title=MediaWiki:Gadget-coin-copper.user.css
credit for this recoloring trick goes to: barrd.dev/article/adding-colour-to-an-emoji-using-different-css-techniques/ */
.nickel-page .visual { filter: invert(9%) sepia(70%) saturate(80%) hue-rotate(374deg) brightness(80%) contrast(94%); }
/* [[C:Hue configuration Gadgets]] [[C:Nickel page templates]] */