MediaWiki:Gadget-tts-caps.user.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.
/* ==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]] */