@font-face {
	font-family: minecraft-regular;
	src: url("/plugins/motd/font-family/minecraft.ttf");
}

.color-view {
	display: block;
	width: 20px;
	height: 20px;
}

.minecraft-view {
	font-family: minecraft-regular;
	height: 60px;
	background-image: url("/plugins/motd/img/motd.png");
	background-repeat: repeat-y repeat-x;
	background-size: 128px 128px;
	color: gray;
}