MediaWiki:Common.css: Difference between revisions

From Wiki of Sherlock Holmes Topia
(Created page with "→‎CSS placed here will be applied to all skins: →‎Extension:CloudImage: IMG.cimg { max-width: 80%; } FIGURE.cimg { clear: both; margin: 2px; border: 1px solid #c8ccd1; background-color: #f8f9fa; font-size: 94%; } FIGCAPTION.cimgcaption { padding: 2px; text-align: left; }")
(No difference)

Revision as of 12:29, 26 March 2024

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

/* Extension:CloudImage */
IMG.cimg {
	max-width: 80%;
}
FIGURE.cimg {
	clear: both;
	margin: 2px;
	border: 1px solid #c8ccd1;
	background-color: #f8f9fa;
	font-size: 94%;
}
FIGCAPTION.cimgcaption {
	padding: 2px;
	text-align: left;
}