Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 13: | Line 13: | ||
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */ | /* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */ | ||
label[for=wpCaptchaWord] { | label[for=wpCaptchaWord] { | ||
color: | color:red; | ||
} | } | ||
Revision as of 01:58, 28 May 2020
/* CSS placed here will be applied to all skins */
/* ConfirmEdit QuestyCaptcha -- on Create Account */
.htmlform-tip + .mw-htmlform-field-HTMLInfoField {
color:red;
margin-top: 1em;
}
.htmlform-tip + .mw-htmlform-field-HTMLInfoField div.mw-input {
margin-top: 1em;
}
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
label[for=wpCaptchaWord] {
color:red;
}