MediaWiki:Common.css

From Pixelrus
Revision as of 22:43, 21 May 2025 by NewAdmin (talk | contribs) (Replaced content with ".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: }")
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.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 */
}