Wikipedia:Reliable sources/Perennial sources/styles.css: Difference between revisions

From PsiForum
Jump to navigation Jump to search
(Created page with "→‎Reliability statuses: s-gr – generally reliable s-nc – no conensus 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): .per...")
 
(Tachyony changed the content model of the page Wikipedia:Reliable sources/Perennial sources/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
 

Latest revision as of 15:59, 2 February 2022

/* Reliability statuses:
	s-gr – generally reliable
	s-nc – no conensus
	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;
}