MediaWiki:Common.css: Difference between revisions

From Wiki of Sherlock Holmes Topia
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 4: Line 4:
IMG.cimg {
IMG.cimg {
max-width: 100%;
max-width: 100%;
padding: 20px;
}
}
FIGURE.cimg {
FIGURE.cimg {

Revision as of 13:05, 26 March 2024

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

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