MediaWiki:Common.css

From Heroes of Might and Magic: Olden Era Official Wiki
Revision as of 17:14, 5 November 2025 by Dostoevsky in the jungle (talk | contribs) (Reverted edit by 76561198058997342 (talk) to last revision by DCello)

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.
/* CSS placed here will be applied to all skins */

.portable-infobox.pi-theme-OE {
	background-color: #1a1e22;
	--pi-secondary-background: #1a1e22;
}

/**************************
* Start Sidebar icons     *
**************************/

#p-Game.mw-portlet .mw-list-item a span:before {
	content: '';
	display: inline-block;
	vertical-align: bottom;
	height: 1.3em;
	width: 1.3em;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 0.3em;
}

.mw-portlet #n-Factions span:before {
	background-image: url(/images/mbhh_homm/c/c0/Human_icon.png);
}

.mw-portlet #n-Heroes span:before {
	background-image: url(/images/mbhh_homm/f/f4/Skill_Leadership.png);
}

.mw-portlet #n-Units span:before {
	background-image: url(/images/mbhh_homm/9/9d/Focus_Charge_2.png);
}

.mw-portlet #n-Spells span:before {
	background-image: url(/images/mbhh_homm/8/8b/Mana_icon.png);
}

.mw-portlet #n-Resources span:before {
	background-image: url(/images/mbhh_homm/9/9a/Icon_Resource_Gold.png);
}

.mw-portlet #n-DevDiaries span:before {
	background-image: url(/images/mbhh_homm/b/b3/Unfrozen_Logo_-_Full_Color.png);
}

/**************************
* End Sidebar icons       *
**************************/