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

Jump to content

Template:Collapse AI top/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia
/* {{pp-template}} */
.hidden-archive-ai {
	border-spacing: 0;
	box-sizing: border-box;
	border: 1px solid var(--border-color-base, #a2a9b1);
	width: 100%;
	clear: both;
	text-align: center;
	margin: 0.2em auto 0;
	font-size: 100%;
}

.hat-ai-header {
	padding: .5em 1em;
	line-height: 1.5em;
	text-align: center;
	background-color: var(--background-color-neutral, #eaecf0);
	color: var(--color-base, #202122);
}

.hat-ai-content {
	padding: 8px;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);
	color: var(--color-base, #202122);
	text-align: left;
}

@media screen {
	html.skin-theme-clientpref-night .hidden-archive-ai {
		border: 1px solid var(--border-color-base, #72777d);
	}
	
	html.skin-theme-clientpref-night .hat-ai-header {
		background-color: var(--background-color-neutral, #27292d);
		color: var(--color-base, #eaecf0);
	}
	
	html.skin-theme-clientpref-night .hat-ai-content {
		background-color: var(--background-color-neutral-subtle, #202122);
		color: var(--color-base, #eaecf0);
	}
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .hidden-archive-ai {
		border: 1px solid var(--border-color-base, #72777d);
	}
	
	html.skin-theme-clientpref-os .hat-ai-header {
		background-color: var(--background-color-neutral, #27292d);
		color: var(--color-base, #eaecf0);
	}
	
	html.skin-theme-clientpref-os .hat-ai-content {
		background-color: var(--background-color-neutral-subtle, #202122);
		color: var(--color-base, #eaecf0);
	}
}