MediaWiki:Gadget-forward.css: Difference between revisions
Appearance
update for new markup |
m max-width |
||
(4 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
.data_wavebuild.three .row.p153 dd.value-main, .data_wavebuild.three .row.p153 .wrap.p145, .data_wavebuild.three .row.p153 .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 | ||
{ outline: 5px solid red; display: none; } | { outline: 5px solid red; display: none; } | ||
.data_wavebuild.three .row.p135 .wrap.p134 .result | .data_wavebuild.three .row.p135 .wrap.p134 .result, .data_wavebuild.three .row.p153 .wrap.p134 | ||
{ display: inline-block; } | |||
@media screen and (max-width: 72rem) { /* try to delay grid nastily wrapping on small screens */ | |||
.data_wavebuild.three .row { display: block; } /* disable grid */ | |||
.data_wavebuild.three .row dt { display: none; } dl.hue.data_wavebuild.three .row .p134 dd { min-width: auto; } /* save space */ | |||
} | |||
/* [[C:Wavebuilder templates]] */ | /* [[C:Wavebuilder templates]] */ |
Latest revision as of 09:08, 4 August 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
{ outline: 5px solid red; display: none; }
.data_wavebuild.three .row.p135 .wrap.p134 .result, .data_wavebuild.three .row.p153 .wrap.p134
{ display: inline-block; }
@media screen and (max-width: 72rem) { /* try to delay grid nastily wrapping on small screens */
.data_wavebuild.three .row { display: block; } /* disable grid */
.data_wavebuild.three .row dt { display: none; } dl.hue.data_wavebuild.three .row .p134 dd { min-width: auto; } /* save space */
}
/* [[C:Wavebuilder templates]] */