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

Jump to content

Template:Quote frame/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia
/* {{pp-template|small=yes}} */

.quote-frame {
	font-size: 95%;
	background-color: var( --background-color-neutral-subtle, #f8f9fa );
	border: 1px solid #aaa;
	box-sizing: border-box;
}

.quote-frame-source {
	display: block;
	text-align: right;
}

@media (max-width: 639px) {
	.quote-frame-with-width {
		width: auto !important;
	}
}

@media (min-width: 640px) {
	.quote-frame {	
		width: fit-content;
		padding: 1em 3em;
	}
	
	.quote-frame-left {
		float: left;
	}
	
	.quote-frame-right {
		float: right;
	}
	
	.quote-frame-center {
		margin-left: auto;
		margin-right: auto;
	}
}