Template:Card/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
.card {
	width: 225px;
	height: 300px;
	background-color: white;
	color: black;
	border: inset 3px #664;
	padding: 4px;
	text-align: center;
}
.card-diamonds, .card-hearts {
	color: red;
}
.card-clubs, .card-spades {
	color: black;
}
.card .card-number {
	font-size: 166%;
	font-weight: bold;
}
.card td:nth-child(1) {
	vertical-align: top;
}
.card td:nth-child(2) {
	vertical-align: middle;
}
.card td:nth-child(3) {
	vertical-align: bottom;
}

/* [[Category:Template stylesheets]] */