Jump to content

MediaWiki:Gadget-shorthand.css: Difference between revisions

From Philosophical Research
correct value for display
m .shorthand
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
To use this, go to Preferences and select  gadget-ShorthandRows -  [https://research.moraleconomy.au/index.php?title=Special:Preferences#mw-prefsection-gadgets] */
To use this, go to Preferences and select  gadget-ShorthandRows -  [https://research.moraleconomy.au/index.php?title=Special:Preferences#mw-prefsection-gadgets] */


dl.hue .row.shorthand { display: grid; } dl.hue .shorthand { display: inline-block; }
dl.hue .row.longhand  { display: none; }
dl.hue .longhand  { display: none; }
dl.hue .row.shorthand { display: grid; } dl.hue dd.shorthand { display: inline-block; }


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

Latest revision as of 11:44, 21 July 2025

/* Gadget "ShorthandRows"  -  show standardized rows as shorthand variants
To use this, go to Preferences and select  gadget-ShorthandRows -   [https://research.moraleconomy.au/index.php?title=Special:Preferences#mw-prefsection-gadgets] */

dl.hue .row.longhand  { display: none; }
dl.hue .row.shorthand { display: grid; }  dl.hue dd.shorthand { display: inline-block; }

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