In this article, we will explore
Template:Infobox American championship car season/styles.css from different perspectives, analyzing its importance in various contexts and its impact on today's society.
Template:Infobox American championship car season/styles.css is a topic/element/person that has captured the attention of different sectors, generating debate and reflection around its relevance today. Throughout this article, we will examine key aspects related to
Template:Infobox American championship car season/styles.css, highlighting its influence in different areas and its future projection. Through a detailed and critical analysis, we will seek to delve into the complexity of
Template:Infobox American championship car season/styles.css, providing the reader with a complete and multidimensional vision of the topic. Join us on this journey to discover the true essence of
Template:Infobox American championship car season/styles.css and its impact on our contemporary society!
/* {{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;
}
}