Edge Rewrite
// 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: a272c50d6b83b23b

Jump to content

Template:Archive top red/styles.css

Page template-protected
From Wikipedia, the free encyclopedia
/* {{pp|small=y}} */
.archive-top.archive-top-red {
	background-color: #ffeaea;
	color: #000;
}

@media screen {
  html.skin-theme-clientpref-night .archive-top.archive-top-red {
      background-color: #280c0c;
	  color: #fff;
  }
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .archive-top.archive-top-red {
		background-color: #280c0c;
		color: #fff;
	}
}