MediaWiki:Common.css: Difference between revisions

From Pixelrus
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
   width: auto          !important; /* override any 100% width rules */ :contentReference[oaicite:1]{index=1}
   width: auto          !important; /* override any 100% width rules */ :contentReference[oaicite:1]{index=1}
   margin: 0 0 1em 1em;
   margin: 0 0 1em 1em;
}
.tabs-container{
  width: fit-content;
}
}

Revision as of 22:55, 21 May 2025

.hidden-small{
  font-size:85%;
  font-weight:400;
  margin-top:2px;          /* small gap under ability name */
}

.pixelated {
  image-rendering: crisp-edges;    /* Firefox, older browsers */
  image-rendering: pixelated;      /* Chrome, modern browsers */
}

.tabs {
  float: right;
  clear: both;
  display: inline-block !important; /* inline-block shrink‐wraps by default */ :contentReference[oaicite:0]{index=0}
  width: auto           !important; /* override any 100% width rules */ :contentReference[oaicite:1]{index=1}
  margin: 0 0 1em 1em;
}

.tabs-container{
  width: fit-content;
}