_ _    _ _____  ___   __                       
 __      _(_) | _(_)___ / ( _ ) / /_   ___ ___  _ __ ___  
 \ \ /\ / / | |/ / | |_ \ / _ \| '_ \ / __/ _ \| '_ ` _ \ 
  \ V  V /| |   <| |___) | (_) | (_) | (_| (_) | | | | | |
   \_/\_/ |_|_|\_\_|____/ \___/ \___(_)___\___/|_| |_| |_|

Template:Infobox character/styles.css

In this article, we will address the topic of Template:Infobox character/styles.css, exploring its many facets and its relevance today. Template:Infobox character/styles.css is a topic that has aroused interest and curiosity over time, sparks debate and opinion in various areas and has left its mark on society. Along these lines, we will analyze different perspectives on Template:Infobox character/styles.css, delving into its origins, evolution and impact on contemporary culture. From its impact on daily life to its implications in the professional field, Template:Infobox character/styles.css is a vital topic that deserves to be explored in detail and that encourages us to reflect on its influence on our lives.
/* {{pp-template}} */
.ib-character {
	border-spacing: 2px 5px;
}

.ib-character .infobox-above,
.ib-character .infobox-header {
	background-color: #DEDEE2;
}

/* light background for transparent images */
.ib-character .infobox-image img {
	background-color: #f8f9fa;
}

@media screen {
	html.skin-theme-clientpref-night .ib-character .infobox-above,
	html.skin-theme-clientpref-night .ib-character .infobox-header {
		background: hsl(240, 6%, 20%);
		color: inherit;
	}
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .ib-character .infobox-above,
	html.skin-theme-clientpref-os .ib-character .infobox-header {
		background: hsl(240, 6%, 20%);
		color: inherit;
	}
}