MediaWiki:Gadget-tts-caps.user.css: Difference between revisions
Appearance
m user style formatting |
m Reversedragon moved page MediaWiki:Gadget-tts-caps.css to MediaWiki:Gadget-tts-caps.user.css without leaving a redirect: Misspelled title |
(No difference)
| |
Latest revision as of 01:05, 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]] */