Jump to content

MediaWiki:Filepage.css: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
Fulfilling edit requests per talk page by Izno
 
Fulfilling edit request from talk page by Matrix
 
Line 7: Line 7:
padding: 8px 1% 8px 8%;
padding: 8px 1% 8px 8%;
border-radius: 5px;
border-radius: 5px;
background-color: #eaf3ff;
color: ;
background-color: var(--background-color-progressive-subtle, #f1f4fd);
background-position: 2% 50%;
background-position: 2% 50%;
background-repeat: no-repeat;
background-repeat: no-repeat;

Latest revision as of 15:36, 7 February 2025

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