Template:Bluebook meta/styles.css

Page semi-protected
From Wikipedia, the free encyclopedia
/* {{pp-protected|small=yes}} */
/* Borrowed from [[Module:Hatnote/styles.css]]. See that page's history for attribution. */
.bluebook-title {
	font-style: italic;
}

.bluebook-title i {
	font-style: normal;
}

/* Taken from [[Module:Citation/CS1/styles.css]], see attribution there. */
.bluebook-lock-free a {
	background: url("//upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg")
		right 0.1em center/9px no-repeat;
}

.bluebook-lock-limited a,
.bluebook-lock-registration a {
	background: url("//upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg")
		right 0.1em center/9px no-repeat;
}

.bluebook-lock-subscription a {
	background: url("//upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg")
		right 0.1em center/9px no-repeat;
}

.cs1-hidden-error {
	display: none;
	color: #d33;
}

.cs1-visible-error {
	color: #d33;
}

.cs1-maint {
	display: none;
	color: #3a3;
	margin-left: 0.3em;
}

/* Highlight linked elements (such as clicked references) in blue */
.citation:target {
	/* ignore the linter - all browsers of interest implement this */
	background-color: rgba(0, 127, 255, 0.133);
}