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

MediaWiki:FileUploadWizard.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#UploadScriptArea .uploadWarning {
	background: var(--background-color-destructive-subtle, #ffe9e5);
	color: inherit;
	border: 1px solid var(--border-color-destructive, #f54739);
	padding: 0.5em;
	margin: 0.5em;
}

#UploadScriptArea .optionGroup,
.uploadDetails,
#UploadScriptArea .uploadDetails {
	border: 2px solid var(--border-color-subtle, #c8ccd1);
	padding: 0.5em;
	margin: 0.5em;
}

#UploadScriptArea td {
	vertical-align: top;
}

#UploadScriptArea td.uwLegend {
	width: 8em;
}

#UploadScriptArea div.uploadScriptSection {
	background: var(--background-color-progressive-subtle, #f1f4fd);
	color: inherit;
	border: 1px solid var(--border-color-progressive, #6485d1);
	margin: 0.5em auto;
	padding: 0.5em;
}

#UploadScriptArea span.uwObligatory:before {
	content: "*";
	color: var(--color-destructive, #bf3c2c);
	font-weight: bold;
}

.client-js #warningNoJavaScript {
	display: none;
}