MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(3 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 2: | Zeile 2: | ||
body { | body { | ||
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; | ||
} | } |
Aktuelle Version vom 22. Oktober 2023, 17:02 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; }