MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Aus Copedia
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 20: | Zeile 20: | ||
#mw-content h1.firstHeading { | #mw-content h1.firstHeading { | ||
border-bottom: solid 4px #ff6600; | |||
} | |||
#mw-content-container h1.firstHeading { | |||
border-bottom: solid 4px #ff6600; | border-bottom: solid 4px #ff6600; | ||
} | } | ||
Version vom 13. Januar 2020, 08:35 Uhr
/* CSS placed here will affect users of the Timeless skin */
#p-logo {
display: none;
}
/* Leiste oben orange */
.color-left, .color-middle, .color-right, .firstheading {
background-color: #ff6600;
}
/* Artikelreiter orange */
#mw-page-header-links li.selected {
border-bottom-color: #ff6600;
}
#mw-content h1, #mw-content h2 {
border-bottom: solid 2px #ff6600;
}
#mw-content h1.firstHeading {
border-bottom: solid 4px #ff6600;
}
#mw-content-container h1.firstHeading {
border-bottom: solid 4px #ff6600;
}