Toggle menu
7
27
38
5.2K
Sanarchive
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Editnotice/styles.css: Difference between revisions

Template page
[checked revision][checked revision]
Created page with "{{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 { fo..."
 
m Protected "Template:Editnotice/styles.css": Excessive vandalism ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
(No difference)

Latest revision as of 16:38, 19 January 2026

/* {{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;
	}
}