Jump to content

MediaWiki:Gadget-forward.css: Difference between revisions

From Philosophical Research
m .three - turns stylesheet on only for three-argument templates
m .three typo
Line 2: Line 2:
[[Category:Fake Item lists]] */
[[Category:Fake Item lists]] */
dl.hue.data_wavebuild .row.three .values  { display: grid; grid-template-areas: "A B"; }
dl.hue.data_wavebuild .row.three .values  { display: grid; grid-template-areas: "A B"; }
dl.hue.data_wavebuild .row.three .values dt, dl.hue.data_wavebuild .row.three .one  { display: none; }  /* hide redundant P145 "along with" only in this "A B" layout */
dl.hue.data_wavebuild .row.three .values dt, dl.hue.data_wavebuild .row.p153.three .one  { display: none; }  /* hide redundant P145 "along with" only in this "A B" layout */
dl.hue.data_wavebuild .row.three .values .wrap  { grid-area: A; }
dl.hue.data_wavebuild .row.three .values .wrap  { grid-area: A; }
dl.hue.data_wavebuild .row.three.p153 .both { display: inline-block; }  /* show "forming from" in "A B" layout */
dl.hue.data_wavebuild .row.three.p153 .both { display: inline-block; }  /* show "forming from" in "A B" layout */

Revision as of 12:33, 18 June 2025

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