MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 5: Line 5:
}
}


.brand-md-cover-div {
.brand-md-cover-div td span a img{
width:200px;
max-width: 200px;
width: min-content;
height: min-content;
object-fit: contain;
max-height: 200px;
}
}

Revision as of 00:10, 18 January 2024

/* CSS placed here will be applied to all skins */
.mw-capiunto-infobox > * {
     display: block;
     width: 100%;
}

.brand-md-cover-div  td span a img{
	max-width: 200px;
	width: min-content;
	height: min-content;
	object-fit: contain;
	max-height: 200px;
}