Template:Bingo/styles.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
/* Stylesheet for [[Template:Bingo]] */
.bingo {
	border: 4px outset #BA7;
	border-spacing: 2px;
	padding: 8px;
	background-color: #BB6;
}
.bingo tr:first-child {
    text-align: center;
    font-size: 400%;
    font-style: italic;
    font-weight: bold;
}
.bingo tr:first-child > td {
	width: 3em;
	padding: 40px 0 20px 0;
}
.bingo tr:nth-child(n+2) {
	background-color: #FFE;
	text-align: center;
}
.bingo tr:nth-child(n+2) > td {
	width: 3em;
	padding: 3em 0;
	border: 3px inset #BA7;
}
.bingo .wilde-card {
	font-size: 150%;
	font-weight: bold;
}

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