MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus eCo Wiki
(Clear nach Überschriften)
Zeile 10: Zeile 10:
 
#mw-content h3 { border-bottom: solid 1px #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; }
 
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; }

Version vom 9. Januar 2019, 13:02 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; }