Template:LicenseReview/styles.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
.license-review-passed {
	width:100%;
	margin:0.5em auto;
	background: #eeffee;
	padding: 5px;
	border: 1px solid #aaaa88;
}

.license-review-failed {
	width:100%;
	margin:0.5em auto;
	background: #fee7e5; 
	padding: 5px; 
	border: 1px solid #aaaa88;
}

.license-review-needed {
	width:100%; 
	margin:0.5em auto; 
	background: #fffff0; 
	padding: 5px; 
	border: 1px solid #aaaa88;
}