Template:DYK tools/styles.css/sandbox

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Gonnym at 08:29, 18 November 2025 (Gonnym moved page Template:DYK tools/sandbox/styles.css to Template:DYK tools/styles.css/sandbox without leaving a redirect: to allow backlinks at the top to work and for database pages to recognize this as a sandbox). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.dyk-tools {
	width: auto;
}

.dyk-tools .sidebar-title {
	background-color: #eaecf0; /* for very old browsers without var() */
	background-color: var(--background-color-neutral, #eaecf0);
	border: 1px solid #a2a9b1;
}

.dyk-tools .sidebar-content {
	font-size: 110%;
	padding-top: 0.2em;
	line-height: 1.6em;
	border: 1px solid #a2a9b1;
}

.dyk-tools .sidebar-content ul {
	text-align: center;
}