MediaWiki:Gadget-M3-circle.css: Difference between revisions
Appearance
stylesheet |
(No difference)
|
Latest revision as of 23:05, 3 August 2025
/* 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]] */