MediaWiki:Mbhh.css: Difference between revisions
From Sandustry Official Wiki
Created page with "→All CSS here will be loaded for users of the MBHH skin: body { background-image: url(/Sandustry/skins/MBHH/resources/images/shade-right.png?9ba42), url(/Sandustry/skins/MBHH/resources/images/shade-left.png?30070), url(/Sandustry/skins/MBHH/resources/images/shade-bottom.png?ff4a7), url(/Sandustry/skins/MBHH/resources/images/game_bgs/sandustry_bg.jpg?44063); }" |
mNo edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
url(/Sandustry/skins/MBHH/resources/images/shade-bottom.png?ff4a7), | url(/Sandustry/skins/MBHH/resources/images/shade-bottom.png?ff4a7), | ||
url(/Sandustry/skins/MBHH/resources/images/game_bgs/sandustry_bg.jpg?44063); | url(/Sandustry/skins/MBHH/resources/images/game_bgs/sandustry_bg.jpg?44063); | ||
} | |||
a, a:link, .toctogglelabel { | |||
color: #d8931c !important; | |||
} | |||
a.new { | |||
color: #f35961 !important; | |||
} | } | ||
Latest revision as of 10:00, 5 August 2026
/* All CSS here will be loaded for users of the MBHH skin */
body {
background-image: url(/Sandustry/skins/MBHH/resources/images/shade-right.png?9ba42),
url(/Sandustry/skins/MBHH/resources/images/shade-left.png?30070),
url(/Sandustry/skins/MBHH/resources/images/shade-bottom.png?ff4a7),
url(/Sandustry/skins/MBHH/resources/images/game_bgs/sandustry_bg.jpg?44063);
}
a, a:link, .toctogglelabel {
color: #d8931c !important;
}
a.new {
color: #f35961 !important;
}

