Template:BLItem/styles.css

/*
 *  Build list item stuff
 */

.build-list-item > a, .build-list-item > span {
	vertical-align: middle;
}

.build-list-item a {
	font-weight: bold;
}

.build-list-item .new {
	font-weight: normal;
}

.bl-leaked {
	color: #009245;
}

.bl-confirmed {
	color: #2E3192;
}

.bl-unconfirmed {
	color: #29ABE2;
}

.bl-fake {
	color: #C1272D;
}

.bl-label {
	background-color: whitesmoke;
	border: 1px solid lightgray;
	border-radius: 1em;
	color: black;
	font-size: 90%;
	font-weight: normal;
	margin-left: .5em;
	padding: .25em .5em;
}