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:40, 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 for Timeless
 * Expands the complete three-column layout on wide screens.
 */

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