ထႅမ်းပလဵတ်ႉ:topx/styles.css

လုၵ်ႉတီႈ ဝိၵ်ႇသျိၼ်ႇၼရီႇ မႃး
.derivedterms.tcol-onedi:not(.mw-made-collapsible).temptopam {background: none;}

.derivedterms.temptopam > .mw-collapsible-toggle {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  text-align: center;
  background: rgba(248,248,255,0.80);
}

.derivedterms:not(.tcol-onedi).temptopam {
  display: inline-grid;
  column-gap: 32px;
  grid-auto-flow: column;
  grid-auto-columns: minmax(256px,1fr);
  position: relative;	/* exp-topx */
  padding-bottom: 24px;	/* exp-topx */
}

.mw-made-collapsible.mw-collapsed.derivedterms.temptopam {max-height: 78px; overflow: hidden;}
.mw-made-collapsible.derivedterms.temptopam > .mw-collapsible-content {display: none !important;} /* cancels needless 'display:block' */
/* class '.mw-made-collapsible' for IE10 (if toggle botton doesn't appear, table need to be uncollapsed) */

@media only screen and (max-width: 640px) {
  .derivedterms:not(.tcol-onedi).temptopam {background: initial;}
  .derivedterms:not(.tcol-onedi).temptopam {grid-auto-flow: row;}
}