MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Aus Copedia
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 10: | Zeile 10: | ||
} | } | ||
/* | /* Artikelreiter orange */ | ||
.mw- | #mw-page-header-links li.selected { | ||
border-bottom-color: #777777; | |||
} | |||
#mw-content h1, #mw-content h2 { | |||
border-bottom: solid 2px #ff6600; | |||
} | |||
#mw-content h1.firstHeading { | |||
border-bottom: solid 4px #ff6600; | |||
} | |||
#mw-content-container { | |||
border-bottom: solid 4px #ff6600; | |||
} | } | ||
Aktuelle Version vom 13. Januar 2020, 08:37 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: #777777;
}
#mw-content h1, #mw-content h2 {
border-bottom: solid 2px #ff6600;
}
#mw-content h1.firstHeading {
border-bottom: solid 4px #ff6600;
}
#mw-content-container {
border-bottom: solid 4px #ff6600;
}