MediaWiki:Common.css: Difference between revisions

From Metropolis World Lore
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎To make images responsive: .res-img img { max-width:100%; height:auto; }")
 
No edit summary
Tag: Reverted
Line 5: Line 5:
max-width:100%;
max-width:100%;
height:auto;
height:auto;
}
/* Changes part of the background */
body: {
background: #3f3e43;
}
}

Revision as of 20:09, 20 November 2022

/* CSS placed here will be applied to all skins */

/* To make images responsive */
.res-img img {
	max-width:100%;
	height:auto;
}

/* Changes part of the background */
body: {
	background: #3f3e43;
}