Template:Community Tech/Hatnote/styles.css

.community-tech-hatnote {
	padding: 15px;
	border: 2px solid;
}
.community-tech-hatnote-pending {
	background-color: #f2f2f2;
	border-color: #d0cfcf;
}
.community-tech-hatnote-progress {
	background-color: #ccf0c8;
	border-color: #ace7a4;
}
.community-tech-hatnote-done {
	background-color: #e5f1ff;
	border-color: #a0caff;
}

.community-tech-hatnote.mw-content-rtl .floatleft {
	/* @noflip */
	float: right;
}