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 Tag: Manual revert |
||
| (22 intermediate revisions by 2 users 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(/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); | ||
} | |||
h1, h2, h3, strong, b, th { | |||
color: white; | |||
} | |||
p, td, li, dd, b, caption { | |||
color: #778467; /* #bcb096 or game color for text green #778467*/ | |||
} | |||
a, a:link, .toctogglelabel { | |||
color: #c7aa3f !IMPORTANT; | |||
} | |||
a:active, a:hover, a:visited:hover, .toctogglelabel:hover { | |||
color: #c8b36c !IMPORTANT; | |||
text-decoration: underline; | |||
} | |||
a.new { | |||
color: palevioletred !IMPORTANT; | |||
} | } | ||
Latest revision as of 05:19, 20 October 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);
}
h1, h2, h3, strong, b, th {
color: white;
}
p, td, li, dd, b, caption {
color: #778467; /* #bcb096 or game color for text green #778467*/
}
a, a:link, .toctogglelabel {
color: #c7aa3f !IMPORTANT;
}
a:active, a:hover, a:visited:hover, .toctogglelabel:hover {
color: #c8b36c !IMPORTANT;
text-decoration: underline;
}
a.new {
color: palevioletred !IMPORTANT;
}


