MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus eCo Wiki
(Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für alle Benutzeroberflächen geladen.: li:not(:last-child) { margin: 0 0 10px 0; }“)
 
(Dateien in Kategorien ausblenden)
 
(37 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
li:not(:last-child) { margin: 0 0 10px 0; }
+
#mw-content-text li { margin-top: 8px; margin-bottom: 8px; }
 +
#mw-content-text li li { margin-left: 8px; }
 +
.firstHeading { border-bottom: solid 4px #E40421 !important; }
 +
.color-left { background: #E40421 !important; }
 +
.color-right { background: #11AF9A !important; }
 +
.color-middle { background: #11AF9A !important; }
 +
#mw-content-container { border-bottom:solid 4px #11AF9A !important; }
 +
#mw-content h2 { border-bottom: solid 2px #11AF9A; }
 +
#mw-content h3 { border-bottom: solid 1px #11AF9A; }
 +
h1, h2, h3, h4, h5 { font-family: Segoe UI, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
 +
.mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4 { clear: both; }
 +
#mw-category-media { display: none }

Aktuelle Version vom 14. August 2019, 14:28 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#mw-content-text li { margin-top: 8px; margin-bottom: 8px; }
#mw-content-text li li { margin-left: 8px; }
.firstHeading { border-bottom: solid 4px #E40421 !important; }
.color-left { background: #E40421 !important; }
.color-right { background: #11AF9A !important; }
.color-middle { background: #11AF9A !important; }
#mw-content-container { border-bottom:solid 4px #11AF9A !important; }
#mw-content h2 { border-bottom: solid 2px #11AF9A; }
#mw-content h3 { border-bottom: solid 1px #11AF9A; }
h1, h2, h3, h4, h5 { font-family: Segoe UI, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
.mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4 { clear: both; }
#mw-category-media { display: none }