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); }" |
mNo edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the MBHH skin */ | /* All CSS here will be loaded for users of the MBHH skin */ | ||
body { | body { | ||
background-image: url( | background-image: url(/NEBULOUS_Fleet_Command/skins/MBHH/resources/images/shade-right.png?9ba42), | ||
url( | url(/NEBULOUS_Fleet_Command/skins/MBHH/resources/images/shade-left.png?30070), | ||
url( | url(/NEBULOUS_Fleet_Command/skins/MBHH/resources/images/shade-bottom.png?ff4a7), | ||
url( | url(/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 14:50, 18 February 2025
/* All CSS here will be loaded for users of the MBHH skin */
body {
background-image: url(/NEBULOUS_Fleet_Command/skins/MBHH/resources/images/shade-right.png?9ba42),
url(/NEBULOUS_Fleet_Command/skins/MBHH/resources/images/shade-left.png?30070),
url(/NEBULOUS_Fleet_Command/skins/MBHH/resources/images/shade-bottom.png?ff4a7),
url(/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);
}
}


