MediaWiki:Gadget-fixedWidthToggle.css

Revision as of 20:06, 6 November 2025 by Epyon (talk | contribs) (some of this will probably not work)
(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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#pt-fw-disable a,
#pt-fw-enable a {
	width: 14px;
	height: 14px;
	background-size: 14px 14px;
	display: block;
	margin-bottom: -6px;
	opacity: 0.6;
}

#pt-fw-enable a {
	background-image: url('/load.php?format=original&image=exitFullscreen&variant=invert&modules=oojs-ui.styles.icons-media&skin=vector');
}

#pt-fw-disable a {
	background-image: url('/load.php?format=original&image=fullScreen&variant=invert&modules=oojs-ui.styles.icons-media&skin=vector');
}