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:37, 14 September 2026 by Bonez565 (talk | contribs)

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;
	}
}