Difference between revisions of "MediaWiki:Common.css"

From Cruise Control Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎ConfirmEdit QuestyCaptcha -- on Edit page + add a URL: label[for=wpCaptchaWord] { color:green; font-weight:bol...")
 
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:green;
     color:purple;
     font-weight:bold;
     font-weight:bold;
     font-size:150%;
     font-size:100%;
     font-style:italic;
     font-style:italic;
}
}

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:purple;
    font-weight:bold;
    font-size:100%;
    font-style:italic;
}