MediaWiki:Gadget-M3-circle.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Gadget "M3-circle" - show M3 icons as circled Latin letter instead of kanji
This was created under the logic that "Koreans might not want a Japanese-language icon" — or, more likely, that somebody might just want the icons to be consistent. Either way it is totally optional.
To use this, go to Preferences and select gadget-M3-circle - [https://research.moraleconomy.au/index.php?title=Special:Preferences#mw-prefsection-gadgets] */
dl.hue dfn[data-dimension="M3"] .item-dimension:before { content: "Ⓜ"; }
dl.hue dfn[data-dimension="S2"] .item-dimension:before { content: "Ⓢ"; }
dl.hue dfn[data-dimension="F2"] .item-dimension:before { content: "Ⓕ"; }
dl.hue dfn[data-dimension="Z2"] .item-dimension:before { content: "Ⓩ"; }
/* [[Category:Hue configuration Gadgets]] */