Jump to content

MediaWiki:Gadget-forward.css

From Philosophical Research
Revision as of 08:54, 18 June 2025 by Reversedragon (talk | contribs) (.p153 / .p135)

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.
/* reorder Wavebuilder combinations to look as they do in Wavebuilder dictionaries
[[Category:Fake Item lists]] */
dl.hue.data_wavebuild .row.p153 .values, dl.hue.data_wavebuild .row.p135 .values  { display: grid; grid-template-areas: "A B"; }
dl.hue.data_wavebuild .row .values dt, dl.hue.data_wavebuild .row.p153 .one  { display: none; }  /* hide redundant P145 "along with" only in this "A B" layout */
dl.hue.data_wavebuild .row.p153 .values .wrap, dl.hue.data_wavebuild .row.p135 .values .wrap  { grid-area: A; }
dl.hue.data_wavebuild .row.p153 .both { display: inline-block; }  /* show "forming from" in "A B" layout */