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

Jump to content

Template:WikiEditor toolbar tab/styles.css

From Wikipedia, the free encyclopedia
/*
 * Adapted from https://github.com/wikimedia/mediawiki-extensions-WikiEditor/blob/35ff165436da53ad95d4c4549b204390dca60275/modules/jquery.wikiEditor.toolbar.less#L49-L87
 */
.template-wikieditor-toolbar-tab {
	display: inline-block;
	line-height: 32px;
	position: relative;
	padding-right: 12px;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);
	border-top: 1px solid var(--border-color-subtle, #c8ccd1);
	border-bottom: 1px solid var(--border-color-subtle, #c8ccd1);
}
.template-wikieditor-toolbar-tab .template-wikieditor-toolbar-tab-arrow {
	top: 4px;
	position: absolute;
}
.template-wikieditor-toolbar-tab .template-wikieditor-toolbar-tab-arrow img {
	/* workaround for mobile skin Minerva Neue */
	vertical-align: text-top;
}
.template-wikieditor-toolbar-tab-text {
	padding-left: 18px;
}
.template-wikieditor-toolbar-tab-closed {
	color: var(--color-progressive,#36c);
}
.template-wikieditor-toolbar-tab-open {
	color: var(--color-base,#202122);
}