/**
 * Styles for badges on client wikis in the Cologne Blue skin
 *
 * @since 0.1
 *
 * @license GNU GPL v2+
 * @author Bene* < benestar.wikimedia@gmail.com >
 */

.badge-goodarticle:before,
.badge-recommendedarticle:before {
	/* @embed */
	content: url(../../images/badge-silver-star.png);
	margin-right: .2em;
}

.badge-featuredarticle:before,
.badge-featuredportal:before,
.badge-featuredlist:before {
	/* @embed */
	content: url(../../images/badge-golden-star.png);
	margin-right: .2em;
}

.badge-problematic:before {
	/* @embed */
	content: url(../../images/badge-problematic.png);
	margin-right: .2em;
}

.badge-proofread:before {
	/* @embed */
	content: url(../../images/badge-proofread.png);
	margin-right: .2em;
}

.badge-validated:before {
	/* @embed */
	content: url(../../images/badge-validated.png);
	margin-right: .2em;
}
