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: a225be59c84ca53e

Jump to content

Help:Introduction/All/styles.css

From Wikipedia, the free encyclopedia
.introall h1 {
	border: 0;
	margin-top: 1em;
	padding: .4em .5em .2em;
	font-weight: bold;
	text-align: center;
	background-color: #d1e4ff;
	color: var(--color-emphasized, #000);
}

html.skin-theme-clientpref-night .introall h1 {
	background-color: #082849;
}
@media screen and (prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .introall h1 {
    	background-color: #082849;
    }
}