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

Jump to content

Template:If dark/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia
/* {{pp-template}} */
/* this should be the fallback */
.ifdark > .dark {
	display: none;
}
.ifdark > .nodark {
	display: inherit; /* fallback */
	display: initial;
}

html.skin-theme-clientpref-night .ifdark > .nodark {
	display: none;
}
html.skin-theme-clientpref-night .ifdark > .dark {
	display: inherit; /* fallback */
	display: initial;
}

/* dark mode gadget */
html.client-dark-mode .ifdark > .nodark {
	display: none;
}
html.client-dark-mode .ifdark > .dark {
	display: inherit; /* fallback */
	display: initial;
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .ifdark > .nodark {
		display: none;
	}
	html.skin-theme-clientpref-os .ifdark > .dark {
		display: inherit; /* fallback */
		display: initial;
	}
}

@media screen and (prefers-color-scheme: light) {
	html.skin-theme-clientpref-os .ifdark > .dark {
		display: none;
	}
	html.skin-theme-clientpref-os .ifdark > .nodark {
		display: inherit; /* fallback */
		display: initial;
	}
}