MediaWiki:Gadget-forward.css: Difference between revisions
Appearance
m .three typo |
m .three |
||
Line 1: | Line 1: | ||
/* reorder Wavebuilder combinations to look as they do in Wavebuilder dictionaries | /* reorder Wavebuilder combinations to look as they do in Wavebuilder dictionaries | ||
[[Category:Fake Item lists]] */ | [[Category:Fake Item lists]] */ | ||
.hue.data_wavebuild.three .values { display: grid; grid-template-areas: "A B"; } | |||
.hue.data_wavebuild.three .values .wrap { grid-area: A; } | |||
.hue.data_wavebuild.three .values dt, .hue.data_wavebuild.three .p153 .one { display: none; } /* hide redundant P145 "along with" only in this "A B" layout */ | |||
.hue.data_wavebuild.three .p153 .both { display: inline-block; } /* show "forming from" in "A B" layout */ |
Revision as of 12:47, 18 June 2025
/* reorder Wavebuilder combinations to look as they do in Wavebuilder dictionaries
[[Category:Fake Item lists]] */
.hue.data_wavebuild.three .values { display: grid; grid-template-areas: "A B"; }
.hue.data_wavebuild.three .values .wrap { grid-area: A; }
.hue.data_wavebuild.three .values dt, .hue.data_wavebuild.three .p153 .one { display: none; } /* hide redundant P145 "along with" only in this "A B" layout */
.hue.data_wavebuild.three .p153 .both { display: inline-block; } /* show "forming from" in "A B" layout */