MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Fivefivezero
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für alle Benutzeroberflächen geladen.: .KopfIcon { float: right; width: 90px; height: 50px; position: relative; top: -50px; margi…“)
 
KKeine Bearbeitungszusammenfassung
 
(10 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 6: Zeile 6:
height: 50px;
height: 50px;
position: relative;
position: relative;
top: -50px;
margin-left: 1px;
margin-right: 5px;
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;
}
}

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;
}