jellyfin-web/dashboard-ui/themes/holiday/style.css

66 lines
1.3 KiB
CSS
Raw Normal View History

2016-12-17 13:52:05 -07:00
.background-theme-b .backgroundContainer.withBackdrop {
background: rgba(6, 6, 6, .86) !important;
}
.ui-body-b h1, .ui-body-b h2 {
2015-12-19 21:35:22 -07:00
color: #E53A35;
}
.holidayInfoButton {
color: #E53A35 !important;
}
.libraryViewNav .ui-btn-active {
border-bottom-color: #AC3326 !important;
color: #AC3326 !important;
}
.channelTimeslotHeader, .timeslotHeader {
background: #cc3333 !important;
}
.channelTimeslotHeader {
border-right-color: #cc3333 !important;
}
2016-07-05 11:12:53 -07:00
.playedIndicator {
2015-12-19 21:35:22 -07:00
background-color: #cc3333 !important;
}
.darkDrawer .sidebarLink:hover {
background: #AC3326;
}
.darkDrawer .sidebarLink.selectedSidebarLink, .darkDrawer .selectedMediaFolder {
background: #AC3326 !important;
}
#snowflakeContainer {
position: absolute;
left: 0px;
top: 0px;
pointer-events: none;
2015-12-19 21:35:22 -07:00
}
.snowflake {
padding-left: 15px;
font-family: Cambria, Georgia, serif;
font-size: 14px;
line-height: 24px;
position: fixed;
color: #FFFFFF;
user-select: none;
z-index: 1000;
}
.snowflake:hover {
cursor: default;
}
.christmas .mainDrawer {
background-image: url(https://raw.githubusercontent.com/MediaBrowser/Emby.Resources/master/themes/holiday/drawer.jpg);
background-size: cover;
background-position: 60% center;
background-repeat: no-repeat;
}