Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21bec5228e52da2

Jump to content

Template:Refbegin/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia
/* {{pp-template}} */
.refbegin {
	margin-bottom: 0.5em;
}

.refbegin-hanging-indents > ul,
.refbegin-hanging-indents section > ul {
	margin-left: 0;
}

.refbegin-hanging-indents > ul > li,
.refbegin-hanging-indents section > ul > li {
	margin-left: 0;
	padding-left: 3.2em;
	text-indent: -3.2em;
}

.refbegin-hanging-indents ul,
.refbegin-hanging-indents ul li {
	list-style: none;
}

@media (max-width: 720px) {
	.refbegin-hanging-indents > ul > li,
	.refbegin-hanging-indents section > ul > li {
		padding-left: 1.6em;
		text-indent: -1.6em;
	}
}

.refbegin-columns {
	margin-top: 0.3em;
}

/* Reset top margin for lists embedded in columns */
.refbegin-columns ul {
	margin-top: 0;
}

/* Avoid elements breaking between columns */
.refbegin-columns li {
	page-break-inside: avoid; /* Removed from CSS in favor of break-inside c. 2020 */
	break-inside: avoid-column;
}

/* make font smaller only on a display */
@media screen {
	.refbegin {
		font-size: 90%;
	}
}