Jump to content

MediaWiki:Gadget-forward.css: Difference between revisions

From Philosophical Research
m .three
m hide Property label
 
(13 intermediate revisions by the same user not shown)
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
[[Category:Fake Item lists]] */
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; }
.data_wavebuild.three .row.p135 dd.value-main, .data_wavebuild.three .row.p135 .wrap.p145, .data_wavebuild.three .row.p135 .wrap.p134 dt,
.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 */
.data_wavebuild.three .row.p153 dd.value-main, .data_wavebuild.three .row.p153 .wrap.p145, .data_wavebuild.three .row.p153 .wrap.p134 dt
.hue.data_wavebuild.three .p153 .both { display: inline-block; }  /* show "forming from" in "A B" layout */
  { display: none; }
.data_wavebuild.three .row.p135 .wrap.p134 .result, .data_wavebuild.three .row.p153 .wrap.p134
  { display: inline-block; }
.data_wavebuild.three dt { display: none; }  /* hide Property label, because it takes up a lot of space even on a laptop */
 
/* try to delay grid nastily wrapping on small screens */
@media screen and (max-width: 100rem) {
.data_wavebuild.three .row  { display: block; }  /* disable grid */
dl.hue.data_wavebuild.three .row .p134 dd { min-width: 11.5em; }  /* save just a bit of space */
}
@media screen and (max-width: 72rem) {  /* approximately mobile size */
.data_wavebuild.three .row dt  { display: none; }
dl.hue.data_wavebuild.three .row .p134 dd  { min-width: auto; }  /* save space */
}
 
/* [[C:Wavebuilder templates]] */

Latest revision as of 04:00, 17 November 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] */

.data_wavebuild.three .row.p135 dd.value-main, .data_wavebuild.three .row.p135 .wrap.p145, .data_wavebuild.three .row.p135 .wrap.p134 dt,
.data_wavebuild.three .row.p153 dd.value-main, .data_wavebuild.three .row.p153 .wrap.p145, .data_wavebuild.three .row.p153 .wrap.p134 dt
  { display: none; }
.data_wavebuild.three .row.p135 .wrap.p134 .result, .data_wavebuild.three .row.p153 .wrap.p134
  { display: inline-block; }
.data_wavebuild.three dt  { display: none; }  /* hide Property label, because it takes up a lot of space even on a laptop */

/* try to delay grid nastily wrapping on small screens */
@media screen and (max-width: 100rem) {
 .data_wavebuild.three .row  { display: block; }  /* disable grid */
 dl.hue.data_wavebuild.three .row .p134 dd  { min-width: 11.5em; }  /* save just a bit of space */
}
@media screen and (max-width: 72rem) {   /* approximately mobile size */
 .data_wavebuild.three .row dt  { display: none; }
 dl.hue.data_wavebuild.three .row .p134 dd  { min-width: auto; }  /* save space */
}

/* [[C:Wavebuilder templates]] */