MediaWiki:Gadget-tts-caps.user.css: Difference between revisions
Appearance
copy or update stylesheet from M3-circle |
m user style formatting |
||
| Line 1: | Line 1: | ||
/* Gadget "tts-caps" - disable .caps classname in case | /* ==UserStyle== | ||
To | @name TTS: turn .caps lowercase | ||
[https://research.moraleconomy.au/index.php?title=Special:Preferences#mw-prefsection-gadgets] */ | @namespace github.com/openstyles/stylus | ||
@version 1.0.1 | |||
@description A new userstyle | |||
@author reverseDragon | |||
==/UserStyle== */ | |||
/* Gadget "tts-caps" - disable .caps classname in case screen reader is spelling them all out | |||
To turn this on for your wiki account, go to Preferences and select gadget-tts-caps: [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-tts-caps.user.css */ | |||
b.caps, strong.caps, em.caps { text-transform: none; } | b.caps, strong.caps, em.caps { text-transform: none; } | ||
/* [[Category:Hue configuration Gadgets]] */ | /* [[Category:Hue configuration Gadgets]] */ | ||
Revision as of 01:00, 11 March 2026
/* ==UserStyle==
@name TTS: turn .caps lowercase
@namespace github.com/openstyles/stylus
@version 1.0.1
@description A new userstyle
@author reverseDragon
==/UserStyle== */
/* Gadget "tts-caps" - disable .caps classname in case screen reader is spelling them all out
To turn this on for your wiki account, go to Preferences and select gadget-tts-caps: [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-tts-caps.user.css */
b.caps, strong.caps, em.caps { text-transform: none; }
/* [[Category:Hue configuration Gadgets]] */