MediaWiki:Gadget-forward.css: Difference between revisions
Appearance
m .three |
m instructions |
||
Line 1: | Line 1: | ||
/* reorder Wavebuilder combinations to look as they do in Wavebuilder dictionaries | /* Gadget "WavebuildForward" - reorder Wavebuilder combinations to look as they do in Wavebuilder dictionaries | ||
[ | To use this, go to Preferences and select gadget-WavebuildForward - [https://research.moraleconomy.au/index.php?title=Special:Preferences#mw-prefsection-gadgets] */ | ||
.hue.data_wavebuild.three .values { display: grid; grid-template-areas: "A B"; } | .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 .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 .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 */ | .hue.data_wavebuild.three .p153 .both { display: inline-block; } /* show "forming from" in "A B" layout */ | ||
/* [[C:Fake Item lists]] [[C:Wavebuilder ontology]] */ |
Revision as of 05:25, 11 July 2025
/* Gadget "WavebuildForward" - reorder Wavebuilder combinations to look as they do in Wavebuilder dictionaries
To use this, go to Preferences and select gadget-WavebuildForward - [https://research.moraleconomy.au/index.php?title=Special:Preferences#mw-prefsection-gadgets] */
.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 */
/* [[C:Fake Item lists]] [[C:Wavebuilder ontology]] */