MediaWiki:Gadget-forward.css: Difference between revisions
Appearance
m Reversedragon moved page User:Reversedragon/Wavebuild/forward.css to MediaWiki:Gadget-forward.css: Gadgets only work in MediaWiki: |
forming from / along with |
||
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 */ |
Revision as of 07:40, 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 .values .one { display: none; } /* hide redundant P145 "along with" only in this "A B" layout */