MediaWiki:Common.css: Difference between revisions

From Project Apollo - NASSP
Jump to navigation Jump to search
(Make CAPTCHA colored)
 
(No difference)

Latest revision as of 15:12, 14 April 2022

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

/* ConfirmEdit QuestyCaptcha -- on Create Account */
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red; }

/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
label[for=wpCaptchaWord] {
    color:green;
    font-weight:bold;
    font-size:150%;
    font-style:italic;
}