MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 20: | Zeile 20: | ||
/* ConfirmEdit QuestyCaptcha -- on Create Account */ | /* ConfirmEdit QuestyCaptcha -- on Create Account */ | ||
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color: | .htmlform-tip + .mw-htmlform-field-HTMLInfoField { | ||
color:green; | |||
font-weight:bold; | |||
font-style:italic; | |||
} | |||
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */ | /* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */ | ||
Zeile 26: | Zeile 30: | ||
color:green; | color:green; | ||
font-weight:bold; | font-weight:bold; | ||
font-style:italic; | font-style:italic; | ||
} | } |
Aktuelle Version vom 20. November 2024, 10:42 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.KopfIcon {
float: right;
width: 90px;
height: 50px;
position: relative;
margin-left: 1px;
margin-top:-30px
}
.Tabelle {
border-color: white;
border-width: 2px;
border-style: solid;
background-color: #ffffff;
text-align: left;
line-height: 150%;
}
/* ConfirmEdit QuestyCaptcha -- on Create Account */
.htmlform-tip + .mw-htmlform-field-HTMLInfoField {
color:green;
font-weight:bold;
font-style:italic;
}
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
label[for=wpCaptchaWord] {
color:green;
font-weight:bold;
font-style:italic;
}