MediaWiki:Mbhh.css

From NEBULOUS: Fleet Command Official Wiki
Revision as of 16:13, 1 June 2024 by JKM (talk | contribs) (fixed text color of math formulas)
(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.
/* All CSS here will be loaded for users of the MBHH skin */
body {
background-image: url(/wiki/NEBULOUS_Fleet_Command/skins/MBHH/resources/images/shade-right.png?9ba42),
url(/wiki/NEBULOUS_Fleet_Command/skins/MBHH/resources/images/shade-left.png?30070),
url(/wiki/NEBULOUS_Fleet_Command/skins/MBHH/resources/images/shade-bottom.png?ff4a7),
url(/wiki/NEBULOUS_Fleet_Command/skins/MBHH/resources/images/game_bgs/NEBULOUS_bg.jpg?6e5063);
}

.dark-mode {
	
	/* fix color of the math formulas*/
	.mwe-math-fallback-image-inline, .mwe-math-fallback-image-display {
    	filter: hue-rotate(180deg) invert(1);
	}
}