MediaWiki:Common.css: Difference between revisions

From Heroes of Might and Magic: Olden Era Official Wiki
mNo edit summary
Tag: Manual revert
m test
Line 5: Line 5:
--pi-secondary-background: #1a1e22;
--pi-secondary-background: #1a1e22;
}
}
/**************************
* Start Sidebar icons    *
**************************/
.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_sfki/1/13/Frontpage-hero.png);
}
.mw-portlet #n-Characters span:before {
background-image: url(/images/mbhh_sfki/1/15/Frontpage-star.png);
}
.mw-portlet #n-Kingdoms span:before {
background-image: url(/images/mbhh_sfki/8/88/Frontpage-beer.png);
}
.mw-portlet #n-Resources span:before {
background-image: url(/images/mbhh_sfki/3/39/Frontpage-resources.png);
}
/**************************
* End Sidebar icons      *
**************************/

Revision as of 13:15, 29 October 2025

/* CSS placed here will be applied to all skins */

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

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

.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_sfki/1/13/Frontpage-hero.png);
}

.mw-portlet #n-Characters span:before {
	background-image: url(/images/mbhh_sfki/1/15/Frontpage-star.png);
}

.mw-portlet #n-Kingdoms span:before {
	background-image: url(/images/mbhh_sfki/8/88/Frontpage-beer.png);
}

.mw-portlet #n-Resources span:before {
	background-image: url(/images/mbhh_sfki/3/39/Frontpage-resources.png);
}

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