Difference between revisions of "MediaWiki:Common.css"

fixed the captcha styles to the correct classes
(added basic styles to captcha area)
(fixed the captcha styles to the correct classes)
Line 802: Line 802:


/* ConfirmEdit QuestyCaptcha --*/
/* ConfirmEdit QuestyCaptcha --*/
label[for=wpCaptchaWord] {
.mw-htmlform-field-HTMLInfoField.mw-ui-vform-field {
     color:green;
     background: #c3dbc3;
     font-weight:bold;
     padding: 5px;
    font-size:150%;
}
     font-style:italic;
 
.mw-htmlform-field-HTMLInfoField.mw-ui-vform-field .mw-input {
     font-weight: bold;
}
}