Difference between revisions of "MediaWiki:Common.css"

From ImpVis Wiki
Jump to navigation Jump to search
m
m
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
}
}


.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red; }
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red }

Latest revision as of 08:11, 5 October 2021

/* CSS placed here will be applied to all skins */
body { font-size: larger;}

/* To make images responsive */
.res-img img {
	max-width:100%;
	height:auto;
    width: auto\9;
}

.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red }