User:FeRDNYC/signpost sandbox.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.signpost-snippet {
	page-break-inside: avoid;
	break-inside: avoid;
	clear: both;
	padding: 7px 0;
}

.signpost-snippet > div,
.signpost-snippet-title {
	font-family: 'Times New Roman', Georgia, Palatino, 'Palatino Linotype', Times, serif;
	border-bottom: 1px solid #aaa;
	margin-bottom: 5px;
	font-size: 140%;
	line-height: 1.4;
}

.signpost-snippet-title {
	font-weight: bold;
	clear: both;
}

.signpost-snippet-title a,
.signpost-snippet-title a:visited {
	color: inherit;
}

.signpost-snippet-department {
	text-shadow: 0 -1px 0 #eee;
	color: #777;
	font-weight: bold;
	font-size: 55%;
}

.signpost-snippet-hook {
	font-size: 90%;
}

.signpost-snippet-continued {
	font-size: 90%;
	white-space: nowrap;
}

.signpost-snippet-continued a,
.signpost-snippet-continued a:visited {
	color: #72777d;
}