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.

Jump to content

Template:BRFA help/styles.css

Page semi-protected
From Wikipedia, the free encyclopedia
/* {{pp-semi-indef|small=yes}} */
.brfa-help {
	color: var( --color-base, #202122 );
	border: 1px solid var( --border-color-base, #a2a9b1 );
	background-color: var( --background-color-interactive-subtle, #f8f9fa );
	padding: 0.2em;
	font-size: 88%;
	line-height: 1.5em;
}

@media (min-width: 720px) {
	.brfa-help {
		margin: 0.5em 0 0.5em 1em;
		float: right;
		clear: right;
		width: 30em;
	}
}