MediaWiki:Common.css: Difference between revisions

From Wiki of Sherlock Holmes Topia
No edit summary
No edit summary
Tag: Reverted
Line 12: Line 12:
font-size: 94%;
font-size: 94%;
max-width: 80%;
max-width: 80%;
padding: 20px;
}
}
FIGCAPTION.cimgcaption {
FIGCAPTION.cimgcaption {

Revision as of 13:04, 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%;
	padding: 20px;
}
FIGCAPTION.cimgcaption {
	padding: 2px;
	text-align: left;
}