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

Jump to content

Template:GAN/editintro/styles.css

From Wikipedia, the free encyclopedia
#gan-editintro-background {
	padding: 8px 8px 8px 8px;
	text-align: left;
	font-size: 0.92em;
	background-color: #30B060;
	color: inherit;
}
#gan-editintro {
	padding: 2px 30px 2px 30px;
	text-align: left;
	font-size: 0.92em;
	border: 2px solid #30B060;
	color: inherit;
}

@media screen {
	#gan-editintro {
		background-color: #F0FFEC;
	}
	/* forced night mode */
	html.skin-theme-clientpref-night #gan-editintro {
		background-color: #144200;
	}
}

@media screen and (prefers-color-scheme: dark) {
	/* automatic mode */
	html.skin-theme-clientpref-os #gan-editintro {
		background-color: #144200;
	}
}