MediaWiki:Filepage.css: Difference between revisions
Appearance
Content deleted Content added
Line 7: | Line 7: | ||
padding: 8px 1% 8px 8%; |
padding: 8px 1% 8px 8%; |
||
border-radius: 5px; |
border-radius: 5px; |
||
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);
}