MediaWiki:Mbhh.css

From Heroes of Might and Magic: Olden Era Official Wiki
Revision as of 15:54, 31 October 2025 by DCello (talk | contribs)

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(/Heroes_of_Might_and_Magic_Olden_Era/skins/MBHH/resources/images/shade-right.png?9ba42),
url(/Heroes_of_Might_and_Magic_Olden_Era/skins/MBHH/resources/images/shade-left.png?30070),
url(/Heroes_of_Might_and_Magic_Olden_Era/skins/MBHH/resources/images/shade-bottom.png?ff4a7),
url(/Heroes_of_Might_and_Magic_Olden_Era/skins/MBHH/resources/images/game_bgs/HOMM_bg.jpg?3vva2);
}

h1, h2, h3, strong, th {
    color: #c8b36c;
}

p, td, li, dd, b, caption {
    color: #bcb096;
}

a, a:link, .toctogglelabel {
   color: dodgerblue !IMPORTANT;
}
a.new {
   color: palevioletred !IMPORTANT;
}

.tabber__tab, a.tabber__tab, a.tabber__tab:visited {
	
	margin-right: auto;
	width: 100%;
	text-align: center;
	justify-content: center;
	display: block;
	display: flex;
    flex-wrap: wrap;
    padding: 0.5em;
}