Difference between revisions of "MediaWiki:Common.css"

From ImpVis Wiki
Jump to navigation Jump to search
(Created page with "→‎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; }")
 
m
 
(4 intermediate revisions by 2 users not shown)
Line 8: Line 8:
     width: auto\9;
     width: auto\9;
}
}
.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 }