Template:Errata table/styles.css

From Yugipedia
Jump to: navigation, search
/* Card errata styles */
table.card-errata {
	width: 100%;
}
.card-errata caption {
	background-color: #337C97;
	color: #FFF;
}
.card-errata th {
	background-color: #337C97 !important;
	color: #FFF;
	width: 33.33%;
}
.card-errata .twocolumn th {
	width: 50%;
}
.card-errata .lores td,
.card-errata .images td {
	vertical-align: top;
}
.card-errata .names td,
.card-errata .types td,
.card-errata .thumbcaption {
	text-align: center;
}

.card-errata ins {
	text-decoration: inherit;
	border-bottom: 1px solid #000;
	background-color: #FFC;
}
.card-errata del {
	text-decoration: line-through;
	color: #F66;
}
.card-errata .original {
	opacity: 0.5;
}
.card-errata .original ins,
.card-errata .original del {
	background-color: inherit;
	color: inherit;
	border-bottom: inherit;
}

.card-errata .blank {
	background-color: #DDD;
}