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 edit summary
Line 3: Line 3:
/* Extension:CloudImage */
/* Extension:CloudImage */
IMG.cimg {
IMG.cimg {
max-width: 80%;
max-width: 100%;
}
}
FIGURE.cimg {
FIGURE.cimg {

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