MediaWiki:Gadget-darkModeToggle.css

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search

Note: After saving, 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.
/**Credits to Minecraft Wiki for code: https://minecraft.wiki/w/MediaWiki:Gadget-fixedWidthToggle.css**/
#pt-dm-disable a,
#pt-dm-enable a {
	width: 14px;
	height: 14px;
	background-size: 14px 14px;
	display: block;
	margin-bottom: 0;
}

#pt-dm-enable a {
	background-image: url('/mediawiki/images/thumb/2/2d/Night_spawn_icon1.png/24px-Night_spawn_icon1.png');
}

#pt-dm-disable a {
	background-image: url('/mediawiki/images/thumb/f/fc/Clear_Skies.png/24px-Clear_Skies.png');
}