MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 17: | Zeile 17: | ||
text-align: left; | text-align: left; | ||
line-height: 150%; | line-height: 150%; | ||
} | |||
/* 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 20. November 2024, 10:39 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:red; }
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
label[for=wpCaptchaWord] {
color:green;
font-weight:bold;
font-size:150%;
font-style:italic;
}