MediaWiki:Common.css
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* PQ bot: crisp pixel-art sprites (nearest-neighbor scaling) */
img[src*="PQ_tex_"] {
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
image-rendering: crisp-edges;
}
/* PQ bot: reading width centered max-width column so floats (e.g. OST) align with prose */
@media screen {
#firstHeading,
#mw-content-text {
max-width: 70rem;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
#mw-content-text .mw-parser-output {
overflow-x: auto;
}
}