MediaWiki:Mbhh.css
From MENACE Official Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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, th {
color: white;
}
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;
}
p, td, li, dd, b, caption {
color: #bcb096; /* game color for text is a green #778467, but it kinda contrasts too much in the wiki */
}
/* Change sidebar text color */
#mw-panel .portal,
#mw-panel .portlet,
#mw-panel .mw-portlet-body {
color: #c8b36c; /* Replace with your desired text color */
}
/* Change links color in the sidebar */
#mw-panel a {
color: #c8b36c; /* Replace with your desired link color */
}
/* Optional: Change link color on hover */
#mw-panel a:hover {
color: #c8b36c; /* Replace with your desired hover color */
}


