Wikipedia:Reliable sources/Perennial sources/styles.css

From Wikipedia, the free encyclopedia
/* Reliability statuses:
	s-gr – generally reliable
	s-nc – no consensus
	s-gu – generally unreliable
	s-d – deprecated
	s-b – blacklisted
*/
.s-gr,
.s-gr td {
	background-color: #ddffdd
}

.s-nc,
.s-nc td {
	background-color: #ffffdd
}

.s-gu,
.s-gu td {
	background-color: #ffdddd
}

.s-d,
.s-d td {
	background-color: #ffbbbb
}

.s-b,
.s-b td {
	background-color: #dddddd
}

/* Centering for columns 2, 4 and 6 (status icons, last discussion dates, links) */
.perennial-sources td:nth-child(2),
.perennial-sources td:nth-child(4),
.perennial-sources td:nth-child(6) {
	margin: auto;
	text-align: center
}

/* Centering for "show/hide" buttons */
.perennial-sources .mw-collapsible-toggle {
	float: none;
	text-align: center
}

/* Small text and increased line height for column 5 (summaries) */
.perennial-sources td:nth-child(5) {
	font-size: 85%;
	line-height: 1.75
}

/* Spacing in legend */
.perennial-sources-legend > ul {
	margin-top: 1em;	
}

.perennial-sources-legend > ul > li {
	margin-bottom: 1em;
}