MediaWiki:Mbhh.css: Difference between revisions
From MENACE Official Wiki
mNo edit summary |
mNo edit summary |
||
| Line 8: | Line 8: | ||
} | } | ||
h1, h2, h3 { | h1, h2, h3, b { | ||
color: white; /* Example color for headings */ | color: white; /* Example color for headings */ | ||
} | } | ||
Revision as of 03:33, 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);
color: #c7aa3f; /* This sets the font color */
}
h1, h2, h3, b {
color: white; /* Example color for headings */
}
a, a:link, .toctogglelabel {
color: #c7aa3f;
}
a:active, a:hover, a:visited:hover, .toctogglelabel:hover {
color: #c8b36c;
text-decoration: underline;
}
a:visited {
color: #c8b36c;
}
p, td, th, li, dd, caption {
color: #bcb096;
}


