Difference between revisions of "MediaWiki:Common.css"

From Cruise Control Wiki
Jump to navigation Jump to search
 
Line 3: Line 3:
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
label[for=wpCaptchaWord] {
label[for=wpCaptchaWord] {
     color:purple;
     color:red;
     font-weight:bold;
     font-weight:bold;
     font-size:100%;
     font-size:100%;
     font-style:italic;
     font-style:italic;
}
}

Latest revision as of 19:39, 21 July 2021

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

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