MediaWiki:Gadget-fixedWidthToggle.css

From Ultros Wiki
Jump to navigation Jump to search

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.
#pt-fw-disable a,
#pt-fw-enable a {
	display: block;
	opacity: 0.6;
	width: 1.66em;
	text-indent: -9999px;
	background-size: 1.25em;
	background-repeat: no-repeat;
	background-position: center 80%;
}
#pt-fw-enable a :after,
#pt-fw-disable a::after {
	content: ".";
}

#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');
}