Jump to content

MediaWiki:Gadget-forward.css: Difference between revisions

From Philosophical Research
forming from / along with
"along with" layouts
Line 4: Line 4:
.hue.data_wavebuild .row .values dt  { display: none; }
.hue.data_wavebuild .row .values dt  { display: none; }
.hue.data_wavebuild .row .values .wrap  { grid-area: A; }
.hue.data_wavebuild .row .values .wrap  { grid-area: A; }
.hue.data_wavebuild .values .one { display: none; }  /* hide redundant P145 "along with" only in this "A B" layout */
.hue.data_wavebuild .row.p135 .one { display: none; } .hue.data_wavebuild .row.p153 .both { display: inline-block; }  /* hide redundant P145 "along with" only in this "A B" layout */

Revision as of 08:13, 18 June 2025

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