Wikipedia:Deprecated sources/styles.css

From PsiForum
< Wikipedia:Deprecated sources
Revision as of 00:56, 15 January 2022 by Tachyony (talk | contribs) (Tachyony changed the content model of the page Wikipedia:Deprecated sources/styles.css from "wikitext" to "Sanitized CSS")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* Centering for columns 2, 3, 4, 5, 6, and 8
   (date, RfC, auto-revert, edit filter, blacklist, uses) */
.deprecated-sources td:nth-child(2),
.deprecated-sources td:nth-child(3),
.deprecated-sources td:nth-child(4),
.deprecated-sources td:nth-child(5),
.deprecated-sources td:nth-child(6),
.deprecated-sources td:nth-child(8) {
	margin: auto;
	text-align: center;
}

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

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

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