MediaWiki:Mbhh.css: Difference between revisions

From NEBULOUS: Fleet Command Official Wiki
(Created page with "→‎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); }")
 
(fixed text color of math formulas)
 
Line 5: Line 5:
url(/wiki/NEBULOUS_Fleet_Command/skins/MBHH/resources/images/shade-bottom.png?ff4a7),
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);
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);
}
}
}

Latest revision as of 16:13, 1 June 2024

/* 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);
	}
}