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
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* Extension:CloudImage */
/* https://www.mediawiki.org/wiki/Manual:Removing_tabs */
IMG.cimg {
#ca-viewsource { display: none !important; }
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;
}

Latest revision as of 13:06, 28 April 2024

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

/* https://www.mediawiki.org/wiki/Manual:Removing_tabs */
#ca-viewsource { display: none !important; }