Tip of the day
Pay attention to the specifics of an achievement - some only count toward the unlock if a drop comes from an activity directly.

MediaWiki:Gadget-WideLoad.css

From Walkscape Walkthrough
Revision as of 00:33, 14 September 2026 by Bonez565 (talk | contribs) (Created page with "* Wide Load * Uses the full available browser width in the Timeless skin.: @media screen and (min-width: 1100px) { .skin-timeless #mw-content-container { max-width: none; margin-left: 1.5em; margin-right: 1.5em; } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/*
 * Wide Load
 * Uses the full available browser width in the Timeless skin.
 */

@media screen and (min-width: 1100px) {
	.skin-timeless #mw-content-container {
		max-width: none;
		margin-left: 1.5em;
		margin-right: 1.5em;
	}
}