Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "Over the past several years I have failed exams, driving tests, job interviews and many other items that seemed important at the time. I even failed the CCIE lab once and that...") |
(Created page with "→CSS placed here will be applied to all skins: →ConfirmEdit QuestyCaptcha -- on Create Account: .htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red; } /* Co...") |
||
| Line 1: | Line 1: | ||
/* 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; | |||
} | |||
Revision as of 01:54, 28 May 2020
/* 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;
}