Jump to content

Template:Infobox baseball biography/styles.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
poke
poke
Line 42: Line 42:
.ib-baseball-bio-member > th > a {
.ib-baseball-bio-member > th > a {
color: white;
color: white;
}

.ib-baseball-bio-former,
.ib-baseball-bio-teams,
.ib-baseball-bio-highlights {
text-align: left;
}
}

Revision as of 03:29, 11 September 2021

.ib-baseball-bio {
	border-collapse: collapse;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.ib-baseball-bio td,
.ib-baseball-bio th {
	border: 1px solid #a2a9b1;
}

.ib-baseball-bio .borderless td,
.ib-baseball-bio .borderless th {
	border: 0;
}

.ib-baseball-bio .infobox-above {
	font-size: larger;
}

.ib-baseball-bio .infobox-below {
	background-color: #eee;
}

.ib-baseball-bio-batsthrows {
	display: flex;
	text-align: center;
}

.ib-baseball-bio-batsthrows > div {
	width: 50%;
}

.ib-baseball-bio-batsthrows div:first-child {
	border-right: 1px solid #a2a9b1;
}

.ib-baseball-bio-member-header {
	background-color: #9A1C1F;
}

.ib-baseball-bio-member-header a,
.ib-baseball-bio-member > th > a {
	color: white;
}

.ib-baseball-bio-former,
.ib-baseball-bio-teams,
.ib-baseball-bio-highlights {
	text-align: left;
}