Template:Infobox American championship car season/styles.css

In today's world, Template:Infobox American championship car season/styles.css is a topic that has become very relevant in recent times. From politics to science, through culture and society, Template:Infobox American championship car season/styles.css has become a topic of general interest that leaves no one indifferent. The opinions on this matter are varied and conflicting, which nourishes the debate and enriches the knowledge around Template:Infobox American championship car season/styles.css. In this article we will explore different aspects of Template:Infobox American championship car season/styles.css, its impact on our lives and the role it plays in today's world.
/* {{pp-template|small=yes}} */
@media (min-width: 640px) {
	.ib-american-champ-car-season {
		width: 24em;
	}
}

/* always light background for logos */
.ib-american-champ-car-season .infobox-image img {
	background-color: #f8f9fa;
}

.ib-american-champ-car-season .infobox-header {
	background-color: #efefef;
}

.ib-american-champ-car-season .infobox-below {
	border-top: 1px solid #aaa;
	padding-top: 3px;
}

@media screen {
	html.skin-theme-clientpref-night .ib-american-champ-car-season .infobox-header {
		background-color: hsl(0, 0%, 20%);
		color: inherit;
	}
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .ib-american-champ-car-season .infobox-header {
		background-color: hsl(0, 0%, 20%);
		color: inherit;
	}
}