Jump to content

MediaWiki talk:Filepage.css

Add topic
From Meta, a Wikimedia project coordination wiki
Latest comment: 1 day ago by Matrix in topic Edit request

Edit request

[edit]

change to:

/* CSS placed here is included on the file description page, also included on foreign client wikis */
/* Styling for MediaWiki:Sharedupload-desc-here used on file pages linking to Commons */
.sharedUploadNotice {
	border: 1px solid #a2a9b1;
	margin: 1em auto;
	width: 60%;
	padding: 8px 1% 8px 8%;
	border-radius: 5px;
    color: inherit;
	background-color: var(--background-color-progressive-subtle, #f1f4fd);
	background-position: 2% 50%;
	background-repeat: no-repeat;
	background-image: url(//upload.wikimedia.org/wikipedia/commons/9/9d/Commons-logo-31px.png);
}

for dark mode compatibility. —Matrix (user page (@ commons) - talk?) 21:01, 4 February 2025 (UTC)Reply