MediaWiki:Mbhh.css: Difference between revisions
From MENACE Official Wiki
Created page with "→All CSS here will be loaded for users of the MBHH skin: body { background-image: url(/wiki/MENACE/skins/MBHH/resources/images/shade-right.png?9ba42), url(/wiki/MENACE/skins/MBHH/resources/images/shade-left.png?30070), url(/wiki/MENACE/skins/MBHH/resources/images/shade-bottom.png?ff4a7), url(/wiki/MENACE/skins/MBHH/resources/images/game_bgs/MENACE.jpg?c288c3); }" |
mNo edit summary |
||
| 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(/MENACE/skins/MBHH/resources/images/shade-right.png?9ba42), | ||
url( | url(/MENACE/skins/MBHH/resources/images/shade-left.png?30070), | ||
url( | url(/MENACE/skins/MBHH/resources/images/shade-bottom.png?ff4a7), | ||
url( | url(/MENACE/skins/MBHH/resources/images/game_bgs/MENACE.jpg?c288c3); | ||
} | } | ||
Revision as of 14:38, 18 February 2025
/* All CSS here will be loaded for users of the MBHH skin */
body {
background-image: url(/MENACE/skins/MBHH/resources/images/shade-right.png?9ba42),
url(/MENACE/skins/MBHH/resources/images/shade-left.png?30070),
url(/MENACE/skins/MBHH/resources/images/shade-bottom.png?ff4a7),
url(/MENACE/skins/MBHH/resources/images/game_bgs/MENACE.jpg?c288c3);
}


