MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Opencaching-Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
(add css for questy captcha)
 
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt)
Zeile 15: Zeile 15:


/* 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 29: Zeile 29:
/* Vorlage:Codepath */
/* Vorlage:Codepath */
.codepath a {color:green !important; background-image:none !important; padding-right:0 !important}
.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;
}

Aktuelle Version vom 28. Februar 2021, 17:12 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/* Größerer Abstand vor Inhaltsverzeichnis & Hauptüberschriften */
div #toc { margin-top:16px; }
h2 { margin-top:14px; }

/* Abstände zwischen Anmerkungen */
ol.references > li { margin-bottom:6px; }

/* größerer Abstand nach Listenelementen */
.widelist ul li { margin-bottom: 18px; }
.widelist ul li ul li { margin-bottom: 0; }
.mediumlist ul li { margin-bottom: 12px; }
.medium ul li ul li { margin-bottom: 0; }

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

/* Überschriftentiefe begrenzen */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul { display: none; }

/* farbige Zwischenüberschriften */
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;
}