MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus eCo Wiki
(Dateien in Kategorien ausblenden)
 
(16 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-bottom: 10px; }
+
#mw-content-text li { margin-top: 8px; margin-bottom: 8px; }
li li { margin-left: 10px; }
+
#mw-content-text li li { margin-left: 8px; }
 
+
.firstHeading { border-bottom: solid 4px #E40421 !important; }
body {counter-reset: h2}
+
.color-left { background: #E40421 !important; }
h2 {counter-reset: h3}
+
.color-right { background: #11AF9A !important; }
h3 {counter-reset: h4}
+
.color-middle { background: #11AF9A !important; }
h4 {counter-reset: h5}
+
#mw-content-container { border-bottom:solid 4px #11AF9A !important; }
h5 {counter-reset: h6}
+
#mw-content h2 { border-bottom: solid 2px #11AF9A; }
 
+
#mw-content h3 { border-bottom: solid 1px #11AF9A; }
.mw-parser-output h2:not(first-child):before {counter-increment: h2; content: counter(h2) ". "}
+
h1, h2, h3, h4, h5 { font-family: Segoe UI, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
.mw-parser-output h3:before {counter-increment: h3; content: counter(h2) "." counter(h3) ". "}
+
.mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4 { clear: both; }
.mw-parser-output h4:before {counter-increment: h4; content: counter(h2) "." counter(h3) "." counter(h4) ". "}
+
#mw-category-media { display: none }
.mw-parser-output h5:before {counter-increment: h5; content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) ". "}
 
.mw-parser-output h6:before {counter-increment: h6; content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6) ". "}
 

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 }