Difference between revisions of "MediaWiki:Common.css"

From fulmo
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎ConfirmEdit QuestyCaptcha -- on Create Account: .htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:green; } /* Co...")
 
(No difference)

Latest revision as of 13:12, 2 April 2020

/* CSS placed here will be applied to all skins */
/* ConfirmEdit QuestyCaptcha -- on Create Account */
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:green; }
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
label[for=wpCaptchaWord] {
    color:green;
    font-weight:bold;
    font-size:150%;
    font-style:italic;
}