MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Aus Copedia
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 8: | Zeile 8: | ||
.color-left, .color-middle, .color-right, .firstheading { | .color-left, .color-middle, .color-right, .firstheading { | ||
background-color: #ff6600; | background-color: #ff6600; | ||
} | |||
/* Artikelname grün Unterstreichen */ | |||
.mw-body h1.firstHeading { | |||
border-bottom-color: #339966; | |||
} | } | ||
Version vom 12. Januar 2020, 19:40 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;
}
/* Artikelname grün Unterstreichen */
.mw-body h1.firstHeading {
border-bottom-color: #339966;
}