MediaWiki:Common.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
add css for questy captcha
Keine Bearbeitungszusammenfassung
(add css for questy captcha)
 
(2 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt)
Zeile 13: Zeile 13:
.mediumlist ul li { margin-bottom: 12px; }
.mediumlist ul li { margin-bottom: 12px; }
.medium ul li ul li { margin-bottom: 0; }
.medium ul li ul li { margin-bottom: 0; }


/* Tabellenfarben */
/* Tabellenfarben */
table.octable1 > tr > th { background-color:#efedcd; }
table.octable1 tr th { background-color:#efedcd; }
table.octable1 > tr > td { background-color:#fbfbf3; }
table.octable1 tr td { background-color:#fbfbf3; }


/* Überschriftentiefe begrenzen */
/* Überschriftentiefe begrenzen */
Zeile 27: Zeile 26:
/* farbige Zwischenüberschriften */
/* farbige Zwischenüberschriften */
p.ocp3 { color:#48798c; font-weight:bold; font-size:1.1em; margin:12px 0 0 0 }
p.ocp3 { color:#48798c; font-weight:bold; font-size:1.1em; margin:12px 0 0 0 }
/* Vorlage:Codepath */
.codepath a {color:green !important; background-image:none !important; padding-right:0 !important}
/* ConfirmEdit QuestyCaptcha -- on Create Account */
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red; font-weight:bold; }
/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
label[for=wpCaptchaWord] {
    color:green;
    font-weight:bold;
    font-size:150%;
    font-style:italic;
}

Navigationsmenü