Jump to content

MediaWiki:Gadget-tts-dashes.user.css

From Philosophical Research
Revision as of 01:42, 11 March 2026 by Reversedragon (talk | contribs) (specificity)

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: remove Item dashes
@namespace      github.com/openstyles/stylus
@version        1.0.2
@description    A new userstyle
@author         reverseDragon
==/UserStyle== */

/* Gadget "tts-dashes"  -  replace fancy dashes that TTS typically pronounces "to the" with empty space that should be pronounced as a pause

To turn this on for your wiki account, go to Preferences and select  gadget-tts-dashes:   [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-dashes.user.css */

#mw-content-text ol.hue li[value][data-dimension]:before { content: attr(data-dimension) " " attr(value) " / " counter(list); }
#mw-content-text ol.hue.clean li[value][data-dimension]:before { content: attr(data-dimension) " " attr(value) }
#mw-content-text ol.hue.clean.compound [data-qid][data-dimension]:before, ol.hue li[data-qid][data-dimension]:before, ol.hue.clean li[data-qid][data-dimension]:before { content: attr(data-dimension) " " attr(data-qid) }

/* [[Category:Hue configuration Gadgets]] */