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

Template:Helpbox/styles.css

In today's article we are going to talk about Template:Helpbox/styles.css, a topic that has become especially relevant in recent times. Template:Helpbox/styles.css is a topic that has aroused the interest of experts and the general public, generating debates and inciting reflection. Over the years, Template:Helpbox/styles.css has been the subject of study, analysis and controversy, leading to greater understanding and awareness of its importance. In this article, we will explore different aspects of Template:Helpbox/styles.css, from its origin and evolution to its impact on society and its relevance today. In addition, we will examine various perspectives and opinions on Template:Helpbox/styles.css, with the aim of providing a complete and enriching overview of this fascinating topic.
/* {{pp|small=y}} */
.help-box {
	background: #f5faff;
	line-height: 1.6em;
}

.help-box .sidebar-title {
	background: #cee0f2;
	font-size: 130%;
	padding-left: 0.4em;
	padding-right: 0.4em; /* gap before first heading/content */
	margin-bottom: 6px;
}

.help-box .sidebar-heading {
	background: #cee0f2;
	padding: 0.1em 0.7em 0.15em;
}

.help-box .sidebar-content,
/* conservatively target subgroups since we're working with a metatemplate */
.help-box .sidebar-content-with-subgroup {
	padding-top: 0.15em;
}

@media all and (min-width: 720px) {
	.help-box {
		width: auto;
		max-width: 22em;
	}
}

html.skin-theme-clientpref-night .help-box {
	background: #0d1a27;
}
html.skin-theme-clientpref-night .help-box .sidebar-title,
html.skin-theme-clientpref-night .help-box .sidebar-heading {
	background: #082849;
}
@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .help-box {
		background-color: #0d1a27;
	}
	html.skin-theme-clientpref-os .help-box .sidebar-title,
	html.skin-theme-clientpref-os .help-box .sidebar-heading {
		background: #082849;
	}
}