mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update theme
This commit is contained in:
parent
5683e72c20
commit
a5f50a7663
3 changed files with 473 additions and 8 deletions
64
dashboard-ui/themes/holiday/style.css
Normal file
64
dashboard-ui/themes/holiday/style.css
Normal file
|
@ -0,0 +1,64 @@
|
|||
.ui-body-b h1, .ui-body-b h2 {
|
||||
color: #E53A35;
|
||||
}
|
||||
|
||||
.holidayInfoButton {
|
||||
color: #E53A35 !important;
|
||||
}
|
||||
|
||||
.libraryViewNav .ui-btn-active {
|
||||
border-bottom-color: #AC3326 !important;
|
||||
color: #AC3326 !important;
|
||||
}
|
||||
|
||||
paper-button[raised].more {
|
||||
background: #AC3326;
|
||||
}
|
||||
|
||||
.channelTimeslotHeader, .timeslotHeader {
|
||||
background: #cc3333 !important;
|
||||
}
|
||||
|
||||
.channelTimeslotHeader {
|
||||
border-right-color: #cc3333 !important;
|
||||
}
|
||||
|
||||
paper-tabs #selectionBar, .playedIndicator {
|
||||
background-color: #cc3333 !important;
|
||||
}
|
||||
|
||||
.darkDrawer .sidebarLink:hover {
|
||||
background: #AC3326;
|
||||
}
|
||||
|
||||
.darkDrawer .sidebarLink.selectedSidebarLink, .darkDrawer .selectedMediaFolder {
|
||||
background: #AC3326 !important;
|
||||
}
|
||||
|
||||
#snowflakeContainer {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue