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

Jump to content

Template:Purge button/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia
/* {{pp-template}} */
.purge-button {
	border: 1px solid var( --border-color-base, #a2a9b1 );
	background-color: var( --background-color-interactive-subtle, #f8f9fa );
	color: inherit;
	font-size: 85%;
	text-align: center;
	width: 70px;
}

.purge-button-label {
	font-weight: bold;
	line-height: 1.2em;
	display: block;
}

@media (min-width: 500px) {
	.purge-button-right {
		float: right;
		margin: 0 0.5em;
	}
	
	.purge-button-center {
		margin: 0 auto;
	}
	
	.purge-button-left {
		float: left;
		margin: 0 0.5em;
	}
}

@media print {
	.purge-button {
		display: none;
	}
}