MediaWiki:Mbhh.css: Difference between revisions
From MENACE Official Wiki
mNo edit summary |
mNo edit summary Tag: Manual revert |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
url(/MENACE/skins/MBHH/resources/images/shade-bottom.png?ff4a7), | url(/MENACE/skins/MBHH/resources/images/shade-bottom.png?ff4a7), | ||
url(/MENACE/skins/MBHH/resources/images/game_bgs/MENACE.jpg?c288c3); | url(/MENACE/skins/MBHH/resources/images/game_bgs/MENACE.jpg?c288c3); | ||
} | } | ||
h1, h2, h3, strong, b, th { | h1, h2, h3, strong, b, th { | ||
color: white; /* | color: white; | ||
} | |||
p, td, li, dd, b, caption { | |||
color: #778467; /* #bcb096 or game color for text green #778467*/ | |||
} | } | ||
a, a:link, .toctogglelabel { | a, a:link, .toctogglelabel { | ||
color: #c7aa3f; | color: #c7aa3f !IMPORTANT; | ||
} | } | ||
a:active, a:hover, a:visited:hover, .toctogglelabel:hover { | a:active, a:hover, a:visited:hover, .toctogglelabel:hover { | ||
color: #c8b36c; | color: #c8b36c !IMPORTANT; | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
a | 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;
}


