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:Editnotice/styles.css

Page protected
From Wikipedia, the free encyclopedia
/* {{pp-protected|small=yes}} */
/** Originally copied from [[Module:Message box/fmbox.css]] as base on 2025/09/06 */
/** Community consensus at [[Special:Diff/1317496908]]  */
@media screen and (max-width: 479px) { /* Target smartphones */
	.editnotice .mbox-image,                /* Stack icon and text vertically */
	.editnotice .mbox-text,                 /* Make the font size normal */
	.editnotice .mbox-imageright,
	.editnotice-header,
	.editnotice-header span {
		font-size: 100% !important;
	}
	
	.editnotice .mbox-image img.mw-file-element,
	.editnotice .mbox-imageright img.mw-file-element{
		height: auto;
		width: auto;
	    max-height: 40px;
	}
}