MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 3: | Zeile 3: | ||
font-family: "Calibri", "Carlito", "Verdana", sans-serif; | font-family: "Calibri", "Carlito", "Verdana", sans-serif; | ||
font-size: 12pt; | font-size: 12pt; | ||
+ | } | ||
+ | |||
+ | /* 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; | ||
} | } |
Version vom 3. Dezember 2020, 22:11 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ body { font-family: "Calibri", "Carlito", "Verdana", sans-serif; font-size: 12pt; } /* 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; }