「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
(QuestyCaptcha に対応したCSSを追加。) |
|||
| 10行目: | 10行目: | ||
font-size:150%; | font-size:150%; | ||
font-style:italic; | font-style:italic; | ||
| + | } | ||
| + | |||
| + | label[for=wpCaptchaWord]::before { | ||
| + | content:'スパム対策のため、穴埋め問題にお答えください。\A'; | ||
| + | white-space: pre; | ||
} | } | ||
2021年1月25日 (月) 08:34時点における版
/* ここに記述したCSSはすべての外装に反映されます */
/* 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;
}
label[for=wpCaptchaWord]::before {
content:'スパム対策のため、穴埋め問題にお答えください。\A';
white-space: pre;
}