MediaWiki:Common.css: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/** CSS placed here will be applied to all skins */
/** CSS placed here will be applied to all skins */
/* ConfirmEdit QuestyCaptcha -- on Create Account */
.mw-htmlform-field-HTMLInfoField.mw-ui-vform-field label {
    color:green;
    font-weight:bold;
    font-size:150%;
    font-style:italic;
}
.mw-htmlform-field-HTMLInfoField.mw-ui-vform-field div { color:red; }

Revision as of 09:04, 8 May 2023

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