MediaWiki:Common.css: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | No edit summary | ||
| Line 2: | Line 2: | ||
| /* ConfirmEdit QuestyCaptcha -- on Create Account */ | /* ConfirmEdit QuestyCaptcha -- on Create Account */ | ||
| .mw-htmlform-field-HTMLInfoField.mw-ui-vform-field label { | |||
| .mw-htmlform-field-HTMLInfoField.mw-ui-vform-field  | |||
|      color:green; |      color:green; | ||
|      font-weight:bold; |      font-weight:bold; | ||
| Line 10: | Line 8: | ||
|      font-style:italic; |      font-style:italic; | ||
| } | } | ||
| .mw-htmlform-field-HTMLInfoField.mw-ui-vform-field div { color:red; } | |||
Revision as of 08:03, 8 May 2023
/** 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; }