Template:BFDIEpisode/styles.css

From The Wiki Camp 2
Jump to navigation Jump to search
/* {{pp-template}} */
.ib-tv-episode {
	border: 1px solid #aaa;
    padding: .6em;
    border-radius: 12px;
}

.ib-tv-episode tr {
	border-color: #ccc;
}

.ib-tv-episode tr:first-child {
	border-top: none;
}

.ib-tv-episode .infobox-above {
	background-color: #008EC1;
	color: black;
	font-weight: normal;
	border-radius: 12px;
	font-size: 14px;
	text-align: center;
	padding: 5px 10px;
	width: 100%;
    line-height: 15px;
}

.ib-tv-episode .infobox-header {
	padding: 0.25em;
}

.ib-tv-episode .infobox-subheader {
	font-weight: bold;
}

.ib-tv-episode .infobox-full-data {
	width: 100%;
	font-size: 12px;
	padding: 0;
}

.ib-tv-episode .infobox-full-data td {
	flex-grow: 1;
}

.ib-tv-episode tr:first-child + tr {
	padding-top: 0;
}

.ib-tv-episode .infobox-data {
	hyphens: none;
}