Jump to content

Template:WikiProject cleanup listing/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia
/* {{pp-template|small=yes}} */
.wikiproject-cleanup-listing {
	border: 1px solid #a2a9b1;
	border-radius: 7px;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0.5em 0;
	padding: 4px 12px;
	background-color: #eee;
	max-width: 90%;
}

@media (min-width: 720px) {
	.wikiproject-cleanup-listing {
		float: right;
		clear: right;
		margin-left: 1em;
		width: 26em;
	}
}

@media screen {
	html.skin-theme-clientpref-night .wikiproject-cleanup-listing {
		background-color: #111;
	}
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .wikiproject-cleanup-listing {
		background-color: #111;
	}
}