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

Template:Partial/styles.css

Nowadays, Template:Partial/styles.css is a topic that has captured the attention of many people around the world. With its influence in various areas of society, Template:Partial/styles.css has generated growing interest and has become a recurring topic of conversation. From its impact on politics, culture, technology and everyday life, Template:Partial/styles.css has proven to be a key element in the way people see the world around them. In this article, we will explore the fundamental role that Template:Partial/styles.css plays in our society and examine how it has evolved over time.
.table-partial {
	background-color: #FFD;
	color: var(--color-base, black);
	vertical-align: middle;
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .table-partial {
		background-color: #000022;
	}
}

@media screen {
	html.skin-theme-clientpref-night .table-partial {
		background-color: #000022;
	}
}