|
@ -1,4 +1,3 @@ |
|
|
|
|
|
|
|
|
/* dP dP dP */ |
|
|
/* dP dP dP */ |
|
|
/* 88 88 88 */ |
|
|
/* 88 88 88 */ |
|
|
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ |
|
|
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ |
|
@ -21,45 +20,56 @@ body { |
|
|
-moz-background-size: auto, cover; |
|
|
-moz-background-size: auto, cover; |
|
|
-o-background-size: auto, cover; |
|
|
-o-background-size: auto, cover; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* scroller */ |
|
|
/* scroller */ |
|
|
::-webkit-scrollbar-corner { |
|
|
::-webkit-scrollbar-corner { |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
::-webkit-scrollbar { |
|
|
::-webkit-scrollbar { |
|
|
width: 10px; |
|
|
width: 10px; |
|
|
height: 10px; |
|
|
height: 10px; |
|
|
background: rgba(0, 0, 0, .25); |
|
|
background: rgba(0, 0, 0, .25); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb { |
|
|
::-webkit-scrollbar-thumb { |
|
|
-webkit-border-radius: 2px; |
|
|
-webkit-border-radius: 2px; |
|
|
border-radius: 2px; |
|
|
border-radius: 2px; |
|
|
background-color: rgba(255, 255, 255, 0.25) !important; |
|
|
background-color: rgba(255, 255, 255, 0.25) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb:hover { |
|
|
::-webkit-scrollbar-thumb:hover { |
|
|
-webkit-border-radius: 2px; |
|
|
-webkit-border-radius: 2px; |
|
|
border-radius: 2px; |
|
|
border-radius: 2px; |
|
|
background-color: rgba(255, 255, 255, 0.45) !important; |
|
|
background-color: rgba(255, 255, 255, 0.45) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* MINI RIGHT SCROLL BAR */ |
|
|
/* MINI RIGHT SCROLL BAR */ |
|
|
.OverlayScroller-thumb-1Lhfi { |
|
|
.OverlayScroller-thumb-1Lhfi { |
|
|
background-color: hsla(0, 0%, 100%, .25) !important; |
|
|
background-color: hsla(0, 0%, 100%, .25) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.OverlayScroller-thumb-1Lhfi:hover { |
|
|
.OverlayScroller-thumb-1Lhfi:hover { |
|
|
background-color: rgba(255, 255, 255, 0.45) !important; |
|
|
background-color: rgba(255, 255, 255, 0.45) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* LINKS */ |
|
|
/* LINKS */ |
|
|
.Link-to-6fmSq { |
|
|
.Link-to-6fmSq { |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Link-to-6fmSq:hover { |
|
|
.Link-to-6fmSq:hover { |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* LOADING PAGE */ |
|
|
/* LOADING PAGE */ |
|
|
.ErrorPage-page-3GptQ, .ErrorPage-version-3txe6, .LoadingMessage-loadingMessage-1gR5r { |
|
|
.ErrorPage-page-3GptQ, |
|
|
|
|
|
.ErrorPage-version-3txe6, |
|
|
|
|
|
.LoadingMessage-loadingMessage-1gR5r { |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.LoadingIndicator-ripple-358v5 { |
|
|
.LoadingIndicator-ripple-358v5 { |
|
|
border: 2px solid #fff; |
|
|
border: 2px solid #fff; |
|
|
} |
|
|
} |
|
@ -70,10 +80,12 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
border-bottom: 1px solid var(--accent-color); |
|
|
border-bottom: 1px solid var(--accent-color); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ModalContent-modalContent--txrl { |
|
|
.ModalContent-modalContent--txrl { |
|
|
background: var(--main-bg-color); |
|
|
background: var(--main-bg-color); |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ModalFooter-modalFooter-1N5Ku { |
|
|
.ModalFooter-modalFooter-1N5Ku { |
|
|
background: var(--main-bg-color); |
|
|
background: var(--main-bg-color); |
|
|
color: #fff; |
|
|
color: #fff; |
|
@ -85,20 +97,27 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
background-color: transparent; |
|
|
background-color: transparent; |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.SelectInput-select-1qCdc { |
|
|
.SelectInput-select-1qCdc { |
|
|
background-color: #1e1e1e !important; |
|
|
background-color: #1e1e1e !important; |
|
|
} |
|
|
} |
|
|
.AutoSuggestInput-suggestionsList-_bVXO, .AutoSuggestInput-suggestionsContainerOpen-3TAB7, .AutoSuggestInput-suggestionsContainer-3MmlD { |
|
|
|
|
|
|
|
|
.AutoSuggestInput-suggestionsList-_bVXO, |
|
|
|
|
|
.AutoSuggestInput-suggestionsContainerOpen-3TAB7, |
|
|
|
|
|
.AutoSuggestInput-suggestionsContainer-3MmlD { |
|
|
background-color: #323232 !important; |
|
|
background-color: #323232 !important; |
|
|
color: white; |
|
|
color: white; |
|
|
border: none !important; |
|
|
border: none !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.AutoSuggestInput-suggestionHighlighted-2BWyt { |
|
|
.AutoSuggestInput-suggestionHighlighted-2BWyt { |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.FormInputHelpText-helpText-3_AVV { |
|
|
.FormInputHelpText-helpText-3_AVV { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.CheckInput-primaryIsChecked-3mVN0 { |
|
|
.CheckInput-primaryIsChecked-3mVN0 { |
|
|
border-color: transparent; |
|
|
border-color: transparent; |
|
|
background-color: var(--accent-color); |
|
|
background-color: var(--accent-color); |
|
@ -121,25 +140,31 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
background-color: rgba(0, 0, 0, .45) !important; |
|
|
background-color: rgba(0, 0, 0, .45) !important; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.PageSidebar-sidebar-2UXc0 { |
|
|
.PageSidebar-sidebar-2UXc0 { |
|
|
background-color: rgba(0, 0, 0, .45); |
|
|
background-color: rgba(0, 0, 0, .45); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.PageSidebar-sidebarContainer-3Hxpq { |
|
|
.PageSidebar-sidebarContainer-3Hxpq { |
|
|
background-color: rgba(0, 0, 0, .45) !important; |
|
|
background-color: rgba(0, 0, 0, .45) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.PageSidebar-sidebar-3IOcI { |
|
|
.PageSidebar-sidebar-3IOcI { |
|
|
background-color: transparent; |
|
|
background-color: transparent; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.PageSidebarItem-link-TuHn2:hover, .PageSidebarItem-link-TuHn2:focus { |
|
|
.PageSidebarItem-link-TuHn2:hover, |
|
|
|
|
|
.PageSidebarItem-link-TuHn2:focus { |
|
|
color: #FFF !important; |
|
|
color: #FFF !important; |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.PageSidebarItem-isActiveLink-1Hupc { |
|
|
.PageSidebarItem-isActiveLink-1Hupc { |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.PageSidebarItem-isActiveParentLink-2uxKf { |
|
|
.PageSidebarItem-isActiveParentLink-2uxKf { |
|
|
background-color: transparent; |
|
|
background-color: transparent; |
|
|
} |
|
|
} |
|
@ -149,6 +174,7 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
background: var(--main-bg-color) !important; |
|
|
background: var(--main-bg-color) !important; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.PageSidebarItem-isActiveItem-bUesh { |
|
|
.PageSidebarItem-isActiveItem-bUesh { |
|
|
border-left: 3px solid var(--accent-color); |
|
|
border-left: 3px solid var(--accent-color); |
|
|
} |
|
|
} |
|
@ -156,9 +182,11 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
.fa-search:hover { |
|
|
.fa-search:hover { |
|
|
color: #FFF !important; |
|
|
color: #FFF !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Icon-default-3C-KJ:hover { |
|
|
.Icon-default-3C-KJ:hover { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.MonitorToggleButton-toggleButton-3CcN9 { |
|
|
.MonitorToggleButton-toggleButton-3CcN9 { |
|
|
color: #dadada; |
|
|
color: #dadada; |
|
|
} |
|
|
} |
|
@ -167,20 +195,27 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Popover-title-326tA, .SeasonInfo-title-1tid_, .Popover-body-10Yh7 { |
|
|
.Popover-title-326tA, |
|
|
|
|
|
.SeasonInfo-title-1tid_, |
|
|
|
|
|
.Popover-body-10Yh7 { |
|
|
background-color: #1f1f1f !important; |
|
|
background-color: #1f1f1f !important; |
|
|
color: #fff !important; |
|
|
color: #fff !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Tooltip-tooltipContainer-2693s { |
|
|
.Tooltip-tooltipContainer-2693s { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
.Tooltip-right-2MxTa, .Tooltip-default-2NTKh { |
|
|
|
|
|
|
|
|
.Tooltip-right-2MxTa, |
|
|
|
|
|
.Tooltip-default-2NTKh { |
|
|
border-right-color: #1f1f1f !important; |
|
|
border-right-color: #1f1f1f !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Tooltip-tooltip-3HJXy.Tooltip-inverse-yMvcm { |
|
|
.Tooltip-tooltip-3HJXy.Tooltip-inverse-yMvcm { |
|
|
background: var(--modal-bg-color); |
|
|
background: var(--modal-bg-color); |
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, .2) |
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, .2) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Tooltip-bottom-3Ewbi.Tooltip-inverse-yMvcm { |
|
|
.Tooltip-bottom-3Ewbi.Tooltip-inverse-yMvcm { |
|
|
border-bottom-color: #eee; |
|
|
border-bottom-color: #eee; |
|
|
} |
|
|
} |
|
@ -197,16 +232,21 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
border-color: #1b1b1b; |
|
|
border-color: #1b1b1b; |
|
|
background-color: #1b1b1b; |
|
|
background-color: #1b1b1b; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* TOP HEADER DROPDOWN */ |
|
|
/* TOP HEADER DROPDOWN */ |
|
|
.MenuItem-menuItem-zB-Up, .MenuContent-menuContent-3Zkj4 { |
|
|
.MenuItem-menuItem-zB-Up, |
|
|
|
|
|
.MenuContent-menuContent-3Zkj4 { |
|
|
background: var(--modal-bg-color); |
|
|
background: var(--modal-bg-color); |
|
|
color: #e1e2e3; |
|
|
color: #e1e2e3; |
|
|
} |
|
|
} |
|
|
.MenuItem-menuItem-zB-Up:hover, .MenuItem-menuItem-zB-Up:focus { |
|
|
|
|
|
|
|
|
.MenuItem-menuItem-zB-Up:hover, |
|
|
|
|
|
.MenuItem-menuItem-zB-Up:focus { |
|
|
background: hsla(0, 0%, 100%, .08) !important; |
|
|
background: hsla(0, 0%, 100%, .08) !important; |
|
|
color: #fbfcfc; |
|
|
color: #fbfcfc; |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.MenuItemSeparator-separator-1ayq0 { |
|
|
.MenuItemSeparator-separator-1ayq0 { |
|
|
background-color: #e1e2e3; |
|
|
background-color: #e1e2e3; |
|
|
} |
|
|
} |
|
@ -215,9 +255,11 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
.PageToolbarButton-toolbarButton-QiQEt:hover { |
|
|
.PageToolbarButton-toolbarButton-QiQEt:hover { |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.MenuButton-menuButton-3nh0N:hover { |
|
|
.MenuButton-menuButton-3nh0N:hover { |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* ALPHABET JUMP BAR */ |
|
|
/* ALPHABET JUMP BAR */ |
|
|
.PageJumpBar-jumpBar-3owcF { |
|
|
.PageJumpBar-jumpBar-3owcF { |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
@ -231,36 +273,53 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
color: #FFF |
|
|
color: #FFF |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Input-input-2YWzR:focus { |
|
|
.Input-input-2YWzR:focus { |
|
|
outline: 0; |
|
|
outline: 0; |
|
|
border-color: transparent; |
|
|
border-color: transparent; |
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0); |
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Button-default-2uiHU:hover { |
|
|
.Button-default-2uiHU:hover { |
|
|
border-color: transparent; |
|
|
border-color: transparent; |
|
|
background-color: hsla(0, 0%, 100%, .3) !important; |
|
|
background-color: hsla(0, 0%, 100%, .3) !important; |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* TEXT COLOR */ |
|
|
/* TEXT COLOR */ |
|
|
.PageContentBody-innerContentBody-tEszh { |
|
|
.PageContentBody-innerContentBody-tEszh { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
::placeholder {color: #eee;} |
|
|
::placeholder { |
|
|
:-moz-placeholder {color: #eee;} |
|
|
color: #eee; |
|
|
:-ms-input-placeholder {color: #eee;} |
|
|
} |
|
|
::-webkit-input-placeholder {color: #eee ;} |
|
|
|
|
|
|
|
|
:-moz-placeholder { |
|
|
|
|
|
color: #eee; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
:-ms-input-placeholder { |
|
|
|
|
|
color: #eee; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
::-webkit-input-placeholder { |
|
|
|
|
|
color: #eee; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* IMPORT */ |
|
|
/* IMPORT */ |
|
|
|
|
|
|
|
|
.FieldSet-legend-3x6NF { |
|
|
.FieldSet-legend-3x6NF { |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
border-bottom: 1px solid var(--accent-color); |
|
|
border-bottom: 1px solid var(--accent-color); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.TableRow-row-33xJE:hover { |
|
|
.TableRow-row-33xJE:hover { |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.VirtualTableRow-row-2-JS9:hover { |
|
|
.VirtualTableRow-row-2-JS9:hover { |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
} |
|
|
} |
|
@ -280,6 +339,7 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
border: none; |
|
|
border: none; |
|
|
background-color: rgba(0, 0, 0, .25) !important; |
|
|
background-color: rgba(0, 0, 0, .25) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.SeasonPassSeason-allEpisodes-1zGja { |
|
|
.SeasonPassSeason-allEpisodes-1zGja { |
|
|
background-color: #5cb85c; |
|
|
background-color: #5cb85c; |
|
|
} |
|
|
} |
|
@ -290,6 +350,7 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
border-color: transparent; |
|
|
border-color: transparent; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.DayOfWeek-dayOfWeek-1iw4D { |
|
|
.DayOfWeek-dayOfWeek-1iw4D { |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
} |
|
|
} |
|
@ -304,29 +365,37 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
border-left: 1px solid hsla(0, 0%, 100%, .08); |
|
|
border-left: 1px solid hsla(0, 0%, 100%, .08); |
|
|
border-right: 1px solid hsla(0, 0%, 100%, .08); |
|
|
border-right: 1px solid hsla(0, 0%, 100%, .08); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.CalendarEvent-event-3Uyb9 { |
|
|
.CalendarEvent-event-3Uyb9 { |
|
|
border-bottom: none !important; |
|
|
border-bottom: none !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.CalendarEvent-event-3Uyb9:hover { |
|
|
.CalendarEvent-event-3Uyb9:hover { |
|
|
background-color: hsla(0, 0%, 100%, .08) !important; |
|
|
background-color: hsla(0, 0%, 100%, .08) !important; |
|
|
border-bottom: none !important; |
|
|
border-bottom: none !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* CALENDAR COLORS */ |
|
|
/* CALENDAR COLORS */ |
|
|
.CalendarEvent-downloading-1kwSO { |
|
|
.CalendarEvent-downloading-1kwSO { |
|
|
border-left-color: var(--calendar-Downloading); |
|
|
border-left-color: var(--calendar-Downloading); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.CalendarEvent-downloaded-2vSrJ { |
|
|
.CalendarEvent-downloaded-2vSrJ { |
|
|
border-left-color: var(--calendar-Downloaded); |
|
|
border-left-color: var(--calendar-Downloaded); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.CalendarEvent-unreleased-mSAoI { |
|
|
.CalendarEvent-unreleased-mSAoI { |
|
|
border-left-color: var(--calendar-Unreleased); |
|
|
border-left-color: var(--calendar-Unreleased); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.CalendarEvent-partial-2_4q1 { |
|
|
.CalendarEvent-partial-2_4q1 { |
|
|
border-left-color: var(--calendar-Partial); |
|
|
border-left-color: var(--calendar-Partial); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.CalendarEvent-unmonitored-Zvc-m { |
|
|
.CalendarEvent-unmonitored-Zvc-m { |
|
|
border-left-color: var(--calendar-Unmonitored); |
|
|
border-left-color: var(--calendar-Unmonitored); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.CalendarEvent-missing-1y6vZ { |
|
|
.CalendarEvent-missing-1y6vZ { |
|
|
border-left-color: var(--calendar-Missing); |
|
|
border-left-color: var(--calendar-Missing); |
|
|
} |
|
|
} |
|
@ -335,6 +404,7 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
.ProgressBar-primary-3YDfb { |
|
|
.ProgressBar-primary-3YDfb { |
|
|
background-color: var(--accent-color); |
|
|
background-color: var(--accent-color); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Label-info-3YD3Y { |
|
|
.Label-info-3YD3Y { |
|
|
border-color: var(--accent-color); |
|
|
border-color: var(--accent-color); |
|
|
background-color: var(--accent-color); |
|
|
background-color: var(--accent-color); |
|
@ -347,30 +417,39 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* PROFILES */ |
|
|
/* PROFILES */ |
|
|
.Card-card-1iGZk, .QualityProfiles-addQualityProfile-2U2Io { |
|
|
.Card-card-1iGZk, |
|
|
|
|
|
.QualityProfiles-addQualityProfile-2U2Io { |
|
|
background-color: rgba(0, 0, 0, .45); |
|
|
background-color: rgba(0, 0, 0, .45); |
|
|
box-shadow: 0 0 10px 1px #000000; |
|
|
box-shadow: 0 0 10px 1px #000000; |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
.QualityProfiles-center-1iiKm, .LanguageProfiles-center-7EV_2, .ReleaseProfiles-center-114Qx { |
|
|
|
|
|
|
|
|
.QualityProfiles-center-1iiKm, |
|
|
|
|
|
.LanguageProfiles-center-7EV_2, |
|
|
|
|
|
.ReleaseProfiles-center-114Qx { |
|
|
background-color: transparent; |
|
|
background-color: transparent; |
|
|
border: none; |
|
|
border: none; |
|
|
color: #c2c6c8; |
|
|
color: #c2c6c8; |
|
|
} |
|
|
} |
|
|
.QualityProfileItem-qualityProfileItem-VFp-W, .QualityProfileItemGroup-qualityProfileItemGroup-2U1l5 { |
|
|
|
|
|
|
|
|
.QualityProfileItem-qualityProfileItem-VFp-W, |
|
|
|
|
|
.QualityProfileItemGroup-qualityProfileItemGroup-2U1l5 { |
|
|
border: none; |
|
|
border: none; |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.QualityProfileItemGroup-qualityProfileItemGroup-2U1l5.QualityProfileItemGroup-editGroups-2KzDp { |
|
|
.QualityProfileItemGroup-qualityProfileItemGroup-2U1l5.QualityProfileItemGroup-editGroups-2KzDp { |
|
|
background: rgba(0, 0, 0, 0.25); |
|
|
background: rgba(0, 0, 0, 0.25); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* PROFILES */ |
|
|
/* PROFILES */ |
|
|
.Indexers-center-11Csq { |
|
|
.Indexers-center-11Csq { |
|
|
background-color: transparent; |
|
|
background-color: transparent; |
|
|
border: none; |
|
|
border: none; |
|
|
color: #c2c6c8; |
|
|
color: #c2c6c8; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* INDEXERS */ |
|
|
/* INDEXERS */ |
|
|
|
|
|
|
|
|
/* DOWNLOAD CLIENTS */ |
|
|
/* DOWNLOAD CLIENTS */ |
|
@ -405,6 +484,7 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
background-color: var(--button-color); |
|
|
background-color: var(--button-color); |
|
|
border-color: transparent; |
|
|
border-color: transparent; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Button-default-2uiHU:hover { |
|
|
.Button-default-2uiHU:hover { |
|
|
border-color: transparent; |
|
|
border-color: transparent; |
|
|
background-color: var(--button-color-hover) !important; |
|
|
background-color: var(--button-color-hover) !important; |
|
@ -422,11 +502,13 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
background-color: var(--button-color-hover) !important; |
|
|
background-color: var(--button-color-hover) !important; |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Button-success-36KsU { |
|
|
.Button-success-36KsU { |
|
|
border-color: var(--button-color); |
|
|
border-color: var(--button-color); |
|
|
background-color: var(--button-color); |
|
|
background-color: var(--button-color); |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Button-success-36KsU:hover { |
|
|
.Button-success-36KsU:hover { |
|
|
border-color: var(--button-color-hover); |
|
|
border-color: var(--button-color-hover); |
|
|
background-color: var(--button-color-hover); |
|
|
background-color: var(--button-color-hover); |
|
@ -436,51 +518,70 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
.LoadingIndicator-ripple-1264V { |
|
|
.LoadingIndicator-ripple-1264V { |
|
|
border: 2px solid #FFFFFF; |
|
|
border: 2px solid #FFFFFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* Popup modal */ |
|
|
/* Popup modal */ |
|
|
.Modal-large-I2McN, .Modal-modal-3oHjA, .ModalContent-modalContent-1B9AX { |
|
|
.Modal-large-I2McN, |
|
|
|
|
|
.Modal-modal-3oHjA, |
|
|
|
|
|
.ModalContent-modalContent-1B9AX { |
|
|
background-color: #282828; |
|
|
background-color: #282828; |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
.ModalHeader-modalHeader-P3MTG, .ModalFooter-modalFooter-3izCM { |
|
|
|
|
|
|
|
|
.ModalHeader-modalHeader-P3MTG, |
|
|
|
|
|
.ModalFooter-modalFooter-3izCM { |
|
|
background-color: #323232; |
|
|
background-color: #323232; |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ModalContent-closeButton-37Puk:hover { |
|
|
.ModalContent-closeButton-37Puk:hover { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
.ModalFooter-modalFooter-3izCM a:first-child, .ModalFooter-modalFooter-3izCM button:first-child { |
|
|
|
|
|
|
|
|
.ModalFooter-modalFooter-3izCM a:first-child, |
|
|
|
|
|
.ModalFooter-modalFooter-3izCM button:first-child { |
|
|
background-color: #656565 !important; |
|
|
background-color: #656565 !important; |
|
|
border-color: transparent; |
|
|
border-color: transparent; |
|
|
} |
|
|
} |
|
|
.ModalFooter-modalFooter-3izCM a:first-child, .ModalFooter-modalFooter-3izCM button:first-child:hover { |
|
|
|
|
|
|
|
|
.ModalFooter-modalFooter-3izCM a:first-child, |
|
|
|
|
|
.ModalFooter-modalFooter-3izCM button:first-child:hover { |
|
|
margin-left: 0; |
|
|
margin-left: 0; |
|
|
background-color: hsla(0, 0%, 100%, .3) !important; |
|
|
background-color: hsla(0, 0%, 100%, .3) !important; |
|
|
color: white; |
|
|
color: white; |
|
|
border-bottom-color: transparent; |
|
|
border-bottom-color: transparent; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Button-default-1X0nf { |
|
|
.Button-default-1X0nf { |
|
|
border-color: transparent; |
|
|
border-color: transparent; |
|
|
background-color: #656565; |
|
|
background-color: #656565; |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Button-default-1X0nf:hover { |
|
|
.Button-default-1X0nf:hover { |
|
|
border-color: transparent; |
|
|
border-color: transparent; |
|
|
background-color: hsla(0, 0%, 100%, .3) !important; |
|
|
background-color: hsla(0, 0%, 100%, .3) !important; |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Button-primary-1F1YL { |
|
|
.Button-primary-1F1YL { |
|
|
border-color: transparent; |
|
|
border-color: transparent; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Button-primary-1F1YL:hover { |
|
|
.Button-primary-1F1YL:hover { |
|
|
border-color: transparent; |
|
|
border-color: transparent; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.TagInput-input-3E1DX { |
|
|
.TagInput-input-3E1DX { |
|
|
background-color: transparent; |
|
|
background-color: transparent; |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
.TagInput-suggestion-3jRkQ, .TagInput-containerOpen-2g0Wc, .TagInput-suggestionsContainer-1vjHY { |
|
|
|
|
|
|
|
|
.TagInput-suggestion-3jRkQ, |
|
|
|
|
|
.TagInput-containerOpen-2g0Wc, |
|
|
|
|
|
.TagInput-suggestionsContainer-1vjHY { |
|
|
background-color: #1e1e1e !important; |
|
|
background-color: #1e1e1e !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.TagInput-suggestion-3jRkQ:hover { |
|
|
.TagInput-suggestion-3jRkQ:hover { |
|
|
background-color: hsla(0, 0%, 100%, .3) !important; |
|
|
background-color: hsla(0, 0%, 100%, .3) !important; |
|
|
} |
|
|
} |
|
@ -489,40 +590,52 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
.PageHeader-header-1lnFT { |
|
|
.PageHeader-header-1lnFT { |
|
|
background-color: rgba(0, 0, 0, .7); |
|
|
background-color: rgba(0, 0, 0, .7); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.PageToolbar-toolbar-1oL_w { |
|
|
.PageToolbar-toolbar-1oL_w { |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
color: hsla(0, 0%, 100%, .7); |
|
|
color: hsla(0, 0%, 100%, .7); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.PageHeader-donate-3Lk-h { |
|
|
.PageHeader-donate-3Lk-h { |
|
|
color: #c4273c !important; |
|
|
color: #c4273c !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.PageToolbarButton-toolbarButton-3b5EM:hover { |
|
|
.PageToolbarButton-toolbarButton-3b5EM:hover { |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.MenuButton-menuButton-3cqRJ:hover { |
|
|
.MenuButton-menuButton-3cqRJ:hover { |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
.MenuItem-menuItem-211VP, .MenuContent-menuContent-e2UAN { |
|
|
|
|
|
|
|
|
.MenuItem-menuItem-211VP, |
|
|
|
|
|
.MenuContent-menuContent-e2UAN { |
|
|
background-color: #191a1c; |
|
|
background-color: #191a1c; |
|
|
color: #e1e2e3; |
|
|
color: #e1e2e3; |
|
|
} |
|
|
} |
|
|
.MenuItem-menuItem-211VP:hover, .MenuItem-menuItem-211VP:focus { |
|
|
|
|
|
|
|
|
.MenuItem-menuItem-211VP:hover, |
|
|
|
|
|
.MenuItem-menuItem-211VP:focus { |
|
|
background-color: hsla(0, 0%, 100%, .08) !important; |
|
|
background-color: hsla(0, 0%, 100%, .08) !important; |
|
|
color: #fbfcfc; |
|
|
color: #fbfcfc; |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ArtistSearchInput-sectionTitle-3Xr5V { |
|
|
.ArtistSearchInput-sectionTitle-3Xr5V { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ArtistSearchInput-containerOpen-OZAuD .ArtistSearchInput-artistContainer-331xe { |
|
|
.ArtistSearchInput-containerOpen-OZAuD .ArtistSearchInput-artistContainer-331xe { |
|
|
border: none; |
|
|
border: none; |
|
|
background: var(--modal-bg-color); |
|
|
background: var(--modal-bg-color); |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
box-shadow: 0 0 10px 1px #000000; |
|
|
box-shadow: 0 0 10px 1px #000000; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ArtistSearchInput-artistContainer-331xe::-webkit-scrollbar-thumb { |
|
|
.ArtistSearchInput-artistContainer-331xe::-webkit-scrollbar-thumb { |
|
|
background-color: rgba(255, 255, 255, 0.25); |
|
|
background-color: rgba(255, 255, 255, 0.25); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ArtistSearchInput-highlighted-2oxYA { |
|
|
.ArtistSearchInput-highlighted-2oxYA { |
|
|
background-color: hsla(0, 0%, 100%, .08) |
|
|
background-color: hsla(0, 0%, 100%, .08) |
|
|
} |
|
|
} |
|
@ -541,95 +654,126 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
-o-background-size: auto, cover; |
|
|
-o-background-size: auto, cover; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.PageSidebar-sidebarContainer-2kLcI { |
|
|
.PageSidebar-sidebarContainer-2kLcI { |
|
|
background: transparent; |
|
|
background: transparent; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.PageSidebarItem-isActiveLink-1JpOZ { |
|
|
.PageSidebarItem-isActiveLink-1JpOZ { |
|
|
color: hsla(0, 0%, 100%, .7) !important; |
|
|
color: hsla(0, 0%, 100%, .7) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.PageSidebarItem-isActiveItem-34xgs { |
|
|
.PageSidebarItem-isActiveItem-34xgs { |
|
|
border-left: 3px solid hsla(0, 0%, 100%, .08); |
|
|
border-left: 3px solid hsla(0, 0%, 100%, .08); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.PageSidebar-sidebar-2UXc0 { |
|
|
.PageSidebar-sidebar-2UXc0 { |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.PageSidebarItem-isActiveParentLink-2qgS5 { |
|
|
.PageSidebarItem-isActiveParentLink-2qgS5 { |
|
|
background-color: rgba(0, 0, 0, 0); |
|
|
background-color: rgba(0, 0, 0, 0); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.PageSidebarItem-isActiveParentLink-2qgS5:hover { |
|
|
.PageSidebarItem-isActiveParentLink-2qgS5:hover { |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
} |
|
|
} |
|
|
.PageSidebarItem-link-2ron8:hover, .PageSidebarItem-link-2ron8:focus { |
|
|
|
|
|
|
|
|
.PageSidebarItem-link-2ron8:hover, |
|
|
|
|
|
.PageSidebarItem-link-2ron8:focus { |
|
|
color: #FFF !important; |
|
|
color: #FFF !important; |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.PageSidebarItem-link-2ron8 { |
|
|
.PageSidebarItem-link-2ron8 { |
|
|
color: hsla(0, 0%, 100%, .7) !important; |
|
|
color: hsla(0, 0%, 100%, .7) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/*ARTIST PAGE*/ |
|
|
/*ARTIST PAGE*/ |
|
|
.ArtistIndexPoster-title-38afV, .ArtistIndexPosterInfo-info-3J_DB { |
|
|
.ArtistIndexPoster-title-38afV, |
|
|
|
|
|
.ArtistIndexPosterInfo-info-3J_DB { |
|
|
background-color: rgba(255, 255, 255, 0.08); |
|
|
background-color: rgba(255, 255, 255, 0.08); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ArtistDetailsSeason-albumType-3aBd- { |
|
|
.ArtistDetailsSeason-albumType-3aBd- { |
|
|
border: none; |
|
|
border: none; |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ArtistDetailsSeason-header-2GIDr { |
|
|
.ArtistDetailsSeason-header-2GIDr { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ArtistDetailsSeason-albumCount-14dOS { |
|
|
.ArtistDetailsSeason-albumCount-14dOS { |
|
|
color: #ffffff; |
|
|
color: #ffffff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ArtistDetailsSeason-collapseButtonContainer-1c4Kb { |
|
|
.ArtistDetailsSeason-collapseButtonContainer-1c4Kb { |
|
|
border: none; |
|
|
border: none; |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ArtistDetails-metadataMessage-2NtMl { |
|
|
.ArtistDetails-metadataMessage-2NtMl { |
|
|
color: #ffffff; |
|
|
color: #ffffff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ArtistDetailsSeason-albumCount-36Ow9 { |
|
|
.ArtistDetailsSeason-albumCount-36Ow9 { |
|
|
color: #ffffff; |
|
|
color: #ffffff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Label-default-2AF1C { |
|
|
.Label-default-2AF1C { |
|
|
border-color: var(--accent-color); |
|
|
border-color: var(--accent-color); |
|
|
background-color: var(--accent-color); |
|
|
background-color: var(--accent-color); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/*ARTIST ALBUM PAGE*/ |
|
|
/*ARTIST ALBUM PAGE*/ |
|
|
.AlbumDetailsMedium-mediumNumber-3ZUko { |
|
|
.AlbumDetailsMedium-mediumNumber-3ZUko { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.AlbumDetailsMedium-medium-dqPTF { |
|
|
.AlbumDetailsMedium-medium-dqPTF { |
|
|
border: none; |
|
|
border: none; |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.AlbumDetailsMedium-collapseButtonContainer-33Y3Z { |
|
|
.AlbumDetailsMedium-collapseButtonContainer-33Y3Z { |
|
|
border-top: none; |
|
|
border-top: none; |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
} |
|
|
} |
|
|
.ArtistIndexOverview-container-3_iEh:hover .ArtistIndexOverview-content-3zZhb, .ArtistIndexProgressBar-progress-3DLoM { |
|
|
|
|
|
|
|
|
.ArtistIndexOverview-container-3_iEh:hover .ArtistIndexOverview-content-3zZhb, |
|
|
|
|
|
.ArtistIndexProgressBar-progress-3DLoM { |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ArtistIndexBanner-title-3TKM6 { |
|
|
.ArtistIndexBanner-title-3TKM6 { |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ProgressBar-container-14z4A { |
|
|
.ProgressBar-container-14z4A { |
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* OVERVIEW PAGE */ |
|
|
/* OVERVIEW PAGE */ |
|
|
.ArtistIndexOverview-container-29HZM, .ArtistIndexOverview-container-29HZM:hover { |
|
|
.ArtistIndexOverview-container-29HZM, |
|
|
|
|
|
.ArtistIndexOverview-container-29HZM:hover { |
|
|
background-color: transparent !important; |
|
|
background-color: transparent !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ArtistIndexOverview-content-hiNUl:hover { |
|
|
.ArtistIndexOverview-content-hiNUl:hover { |
|
|
background-color: hsla(0, 0%, 100%, .08) !important; |
|
|
background-color: hsla(0, 0%, 100%, .08) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ArtistIndexOverview-container-29HZM:hover .ArtistIndexOverview-content-hiNUl { |
|
|
.ArtistIndexOverview-container-29HZM:hover .ArtistIndexOverview-content-hiNUl { |
|
|
background-color: transparent; |
|
|
background-color: transparent; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ArtistIndexOverview-content-hiNUl:hover { |
|
|
.ArtistIndexOverview-content-hiNUl:hover { |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* BANNER PAGE */ |
|
|
/* BANNER PAGE */ |
|
|
.ArtistIndexBanner-title-dKZ3c { |
|
|
.ArtistIndexBanner-title-dKZ3c { |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
@ -639,77 +783,114 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
.VirtualTableRow-row-2osBd:hover { |
|
|
.VirtualTableRow-row-2osBd:hover { |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
} |
|
|
} |
|
|
.VirtualTableRow-row-2osBd:hover, .ArtistIndexHeader-sortName-3sIoX:hover, .ArtistIndexHeader-artistType-1bUEX:hover, .ArtistIndexHeader-trackCount-2fAYt:hover, |
|
|
|
|
|
.ArtistIndexHeader-qualityProfileId-33lgF:hover, .ArtistIndexHeader-languageProfileId-F8uCr:hover, .ArtistIndexHeader-metadataProfileId-258c_:hover, |
|
|
.VirtualTableRow-row-2osBd:hover, |
|
|
.ArtistIndexHeader-nextAlbum-2P-CJ:hover, .ArtistIndexHeader-lastAlbum-18Y9w:hover, .ArtistIndexHeader-added-z5UiU:hover, .ArtistIndexHeader-genres-3YVsn:hover, .ArtistIndexHeader-albumCount-1CnIC:hover, |
|
|
.ArtistIndexHeader-sortName-3sIoX:hover, |
|
|
.ArtistIndexHeader-trackProgress-5psBe:hover, .ArtistIndexHeader-latestAlbum-KzyAA:hover, .ArtistIndexHeader-actions-KjYeY:hover { |
|
|
.ArtistIndexHeader-artistType-1bUEX:hover, |
|
|
|
|
|
.ArtistIndexHeader-trackCount-2fAYt:hover, |
|
|
|
|
|
.ArtistIndexHeader-qualityProfileId-33lgF:hover, |
|
|
|
|
|
.ArtistIndexHeader-languageProfileId-F8uCr:hover, |
|
|
|
|
|
.ArtistIndexHeader-metadataProfileId-258c_:hover, |
|
|
|
|
|
.ArtistIndexHeader-nextAlbum-2P-CJ:hover, |
|
|
|
|
|
.ArtistIndexHeader-lastAlbum-18Y9w:hover, |
|
|
|
|
|
.ArtistIndexHeader-added-z5UiU:hover, |
|
|
|
|
|
.ArtistIndexHeader-genres-3YVsn:hover, |
|
|
|
|
|
.ArtistIndexHeader-albumCount-1CnIC:hover, |
|
|
|
|
|
.ArtistIndexHeader-trackProgress-5psBe:hover, |
|
|
|
|
|
.ArtistIndexHeader-latestAlbum-KzyAA:hover, |
|
|
|
|
|
.ArtistIndexHeader-actions-KjYeY:hover { |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.IconButton-button-2qiGi:hover { |
|
|
.IconButton-button-2qiGi:hover { |
|
|
color: #fff !important; |
|
|
color: #fff !important; |
|
|
background-color: transparent; |
|
|
background-color: transparent; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.IconButton-button-2qiGi { |
|
|
.IconButton-button-2qiGi { |
|
|
color: #bac5cc; |
|
|
color: #bac5cc; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* Table options*/ |
|
|
/* Table options*/ |
|
|
.TableOptionsColumn-column-2H7ic { |
|
|
.TableOptionsColumn-column-2H7ic { |
|
|
background: rgba(0, 0, 0, .25); |
|
|
background: rgba(0, 0, 0, .25); |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
border: none; |
|
|
border: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* Fix rating border*/ |
|
|
/* Fix rating border*/ |
|
|
.ArtistIndexRow-ratings-nqXPx { |
|
|
.ArtistIndexRow-ratings-nqXPx { |
|
|
border-top: 1px solid #eee !important; |
|
|
border-top: 1px solid #eee !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* ADD NEW ARTIST */ |
|
|
/* ADD NEW ARTIST */ |
|
|
.AddNewArtist-searchIconContainer-7ygSM, .Input-input-dS7Oc, .AddNewArtist-clearLookupButton-2ym1, |
|
|
.AddNewArtist-searchIconContainer-7ygSM, |
|
|
.ImportArtistSelectArtist-button-WUML4, .PageContentFooter-contentFooter-1t6xx { |
|
|
.Input-input-dS7Oc, |
|
|
|
|
|
.AddNewArtist-clearLookupButton-2ym1, |
|
|
|
|
|
.ImportArtistSelectArtist-button-WUML4, |
|
|
|
|
|
.PageContentFooter-contentFooter-1t6xx { |
|
|
border: none; |
|
|
border: none; |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.AddNewArtistSearchResult-year-3Ziif { |
|
|
.AddNewArtistSearchResult-year-3Ziif { |
|
|
color: #ccc; |
|
|
color: #ccc; |
|
|
} |
|
|
} |
|
|
.AddNewArtistSearchResult-searchResult-fxW3m, .AddNewAlbumSearchResult-searchResult-XtaL3, .AddNewArtistSearchResult-searchResult-N5Vx4,.AddNewArtistSearchResult-underlay-3aVNi, .AddNewAlbumSearchResult-underlay-2Egnf { |
|
|
|
|
|
|
|
|
.AddNewArtistSearchResult-searchResult-fxW3m, |
|
|
|
|
|
.AddNewAlbumSearchResult-searchResult-XtaL3, |
|
|
|
|
|
.AddNewArtistSearchResult-searchResult-N5Vx4, |
|
|
|
|
|
.AddNewArtistSearchResult-underlay-3aVNi, |
|
|
|
|
|
.AddNewAlbumSearchResult-underlay-2Egnf { |
|
|
background-color: transparent; |
|
|
background-color: transparent; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.AddNewArtistSearchResult-searchResult-fxW3m:hover ,.AddNewAlbumSearchResult-searchResult-XtaL3:hover, .AddNewArtistSearchResult-searchResult-N5Vx4:hover, .AddNewArtistSearchResult-underlay-3aVNi:hover, .AddNewAlbumSearchResult-underlay-2Egnf:hover { |
|
|
.AddNewArtistSearchResult-searchResult-fxW3m:hover, |
|
|
|
|
|
.AddNewAlbumSearchResult-searchResult-XtaL3:hover, |
|
|
|
|
|
.AddNewArtistSearchResult-searchResult-N5Vx4:hover, |
|
|
|
|
|
.AddNewArtistSearchResult-underlay-3aVNi:hover, |
|
|
|
|
|
.AddNewAlbumSearchResult-underlay-2Egnf:hover { |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
color: inherit; |
|
|
color: inherit; |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.AddNewItem-searchIconContainer-2CBFJ { |
|
|
.AddNewItem-searchIconContainer-2CBFJ { |
|
|
border: none; |
|
|
border: none; |
|
|
border-right: none; |
|
|
border-right: none; |
|
|
background-color: rgba(255, 255, 255, 0.08); |
|
|
background-color: rgba(255, 255, 255, 0.08); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ImportArtistSearchResult-artist-IVs0T:hover { |
|
|
.ImportArtistSearchResult-artist-IVs0T:hover { |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Input-input-dS7Oc:focus { |
|
|
.Input-input-dS7Oc:focus { |
|
|
outline: 0; |
|
|
outline: 0; |
|
|
border-color: transparent; |
|
|
border-color: transparent; |
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0); |
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0); |
|
|
background-color: rgb(30, 30, 30); |
|
|
background-color: rgb(30, 30, 30); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* IMPORT ARTIST */ |
|
|
/* IMPORT ARTIST */ |
|
|
.ImportArtistSelectArtist-content-qicZY { |
|
|
.ImportArtistSelectArtist-content-qicZY { |
|
|
background-color: #1e1e1e; |
|
|
background-color: #1e1e1e; |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
border: 1px solid #00000000; |
|
|
border: 1px solid #00000000; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ImportArtistSelectArtist-button-1zPPw { |
|
|
.ImportArtistSelectArtist-button-1zPPw { |
|
|
border: 1px solid #00000000; |
|
|
border: 1px solid #00000000; |
|
|
background-color: #1f1f1f; |
|
|
background-color: #1f1f1f; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ImportArtistSelectArtist-searchIconContainer-3YJva { |
|
|
.ImportArtistSelectArtist-searchIconContainer-3YJva { |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
border-color: transparent; |
|
|
border-color: transparent; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ImportArtistSearchResult-artist-11vxQ:hover { |
|
|
.ImportArtistSearchResult-artist-11vxQ:hover { |
|
|
background-color: rgba(255, 255, 255, 0.08); |
|
|
background-color: rgba(255, 255, 255, 0.08); |
|
|
} |
|
|
} |
|
@ -718,9 +899,12 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
} |
|
|
} |
|
|
.AddNewArtist-noResults-L1xcp, .AddNewArtist-message-c33sh { |
|
|
|
|
|
|
|
|
.AddNewArtist-noResults-L1xcp, |
|
|
|
|
|
.AddNewArtist-message-c33sh { |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.Button-default-1X0nf:hover { |
|
|
.Button-default-1X0nf:hover { |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
} |
|
|
} |
|
@ -728,38 +912,47 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
|
|
|
|
|
|
/* IMPORT */ |
|
|
/* IMPORT */ |
|
|
/* Text color */ |
|
|
/* Text color */ |
|
|
.ImportArtistSelectFolder-header-1AE_l, .PageContent-content-2-LcY, .FieldSet-legend-3mbvV { |
|
|
.ImportArtistSelectFolder-header-1AE_l, |
|
|
|
|
|
.PageContent-content-2-LcY, |
|
|
|
|
|
.FieldSet-legend-3mbvV { |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.TableRow-row-2tPLX { |
|
|
.TableRow-row-2tPLX { |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.TableRow-row-2tPLX:hover { |
|
|
.TableRow-row-2tPLX:hover { |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* ALBUM STUDIO */ |
|
|
/* ALBUM STUDIO */ |
|
|
.AlbumStudioAlbum-album-mOsjl, .AlbumStudioAlbum-tracks-14O0r { |
|
|
.AlbumStudioAlbum-album-mOsjl, |
|
|
|
|
|
.AlbumStudioAlbum-tracks-14O0r { |
|
|
border: none; |
|
|
border: none; |
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
.AlbumStudioAlbum-albumType-3QdT4, .AlbumStudioAlbum-tracks-14O0r { |
|
|
|
|
|
|
|
|
.AlbumStudioAlbum-albumType-3QdT4, |
|
|
|
|
|
.AlbumStudioAlbum-tracks-14O0r { |
|
|
padding: 0 4px; |
|
|
padding: 0 4px; |
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.AlbumStudioAlbum-missingWanted-1jEbu { |
|
|
.AlbumStudioAlbum-missingWanted-1jEbu { |
|
|
background-color: #f05050; |
|
|
background-color: #f05050; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.AlbumStudioAlbum-allTracks-1KGPc { |
|
|
.AlbumStudioAlbum-allTracks-1KGPc { |
|
|
background-color: #0b8750; |
|
|
background-color: #0b8750; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* CALENDAR */ |
|
|
/* CALENDAR */ |
|
|
.CalendarDay-day-2TMXA, .CalendarDays-days-girjM { |
|
|
.CalendarDay-day-2TMXA, |
|
|
|
|
|
.CalendarDays-days-girjM { |
|
|
-webkit-box-flex: 1; |
|
|
-webkit-box-flex: 1; |
|
|
-webkit-flex: 1 0 14.28%; |
|
|
-webkit-flex: 1 0 14.28%; |
|
|
flex: 1 0 14.28%; |
|
|
flex: 1 0 14.28%; |
|
@ -769,13 +962,16 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
border-left: 1px solid hsla(0, 0%, 100%, .08); |
|
|
border-left: 1px solid hsla(0, 0%, 100%, .08); |
|
|
border-right: 1px solid hsla(0, 0%, 100%, .08); |
|
|
border-right: 1px solid hsla(0, 0%, 100%, .08); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.CalendarDay-dayOfMonth-2CzdW { |
|
|
.CalendarDay-dayOfMonth-2CzdW { |
|
|
border-bottom: 1px solid hsla(0, 0%, 100%, .08); |
|
|
border-bottom: 1px solid hsla(0, 0%, 100%, .08); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.DayOfWeek-dayOfWeek--jS1P { |
|
|
.DayOfWeek-dayOfWeek--jS1P { |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
background-color: hsla(0, 0%, 100%, .08); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.CalendarDay-isToday-1rFJO { |
|
|
.CalendarDay-isToday-1rFJO { |
|
|
background-color: hsla(0, 0%, 100%, .08) !important; |
|
|
background-color: hsla(0, 0%, 100%, .08) !important; |
|
|
} |
|
|
} |
|
@ -785,12 +981,36 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
.Settings-summary-1BIsi { |
|
|
.Settings-summary-1BIsi { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* MEDIA MANAGEMENT */ |
|
|
|
|
|
/* FILE NAME TOKENS */ |
|
|
|
|
|
.NamingOption-token-1y5bz { |
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.15); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.NamingOption-option-giCGd { |
|
|
|
|
|
border: 1px solid transparent; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.NamingOption-example-RNR6x { |
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.25); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.NamingOption-option-giCGd:hover .NamingOption-token-1y5bz { |
|
|
|
|
|
background-color: rgba(255, 255, 2550, 0.25); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.NamingOption-option-giCGd:hover .NamingOption-example-RNR6x { |
|
|
|
|
|
background-color: rgba(255, 255, 2550, 0.35); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* PROFILES/INDEXERS/DL-CLIENTS/IMPORT-LIST/CONNECTIONS */ |
|
|
/* PROFILES/INDEXERS/DL-CLIENTS/IMPORT-LIST/CONNECTIONS */ |
|
|
.Card-card-SvrkG { |
|
|
.Card-card-SvrkG { |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
box-shadow: 0 0 10px 1px #000000; |
|
|
box-shadow: 0 0 10px 1px #000000; |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.LanguageProfileItem-languageProfileItem-18XGg { |
|
|
.LanguageProfileItem-languageProfileItem-18XGg { |
|
|
border: none; |
|
|
border: none; |
|
|
background: rgba(0, 0, 0, 0.25); |
|
|
background: rgba(0, 0, 0, 0.25); |
|
@ -801,28 +1021,45 @@ background-color: hsla(0,0%,100%,.25) !important; |
|
|
border: none; |
|
|
border: none; |
|
|
color: #c2c6c8; |
|
|
color: #c2c6c8; |
|
|
} |
|
|
} |
|
|
.QualityProfiles-center-3qTb_, .LanguageProfiles-center-18sh2, |
|
|
|
|
|
.MetadataProfiles-center-dOatB, .Indexers-center-3HUez, .Restrictions-center-3cS8T, .DownloadClients-center-30cx9, .ImportLists-center-17Qdu, .Notifications-center-13jM2, .RootFolders-center-XcFPy { |
|
|
.QualityProfiles-center-3qTb_, |
|
|
|
|
|
.LanguageProfiles-center-18sh2, |
|
|
|
|
|
.MetadataProfiles-center-dOatB, |
|
|
|
|
|
.Indexers-center-3HUez, |
|
|
|
|
|
.Restrictions-center-3cS8T, |
|
|
|
|
|
.DownloadClients-center-30cx9, |
|
|
|
|
|
.ImportLists-center-17Qdu, |
|
|
|
|
|
.Notifications-center-13jM2, |
|
|
|
|
|
.RootFolders-center-XcFPy { |
|
|
background-color: transparent; |
|
|
background-color: transparent; |
|
|
border: none; |
|
|
border: none; |
|
|
color: #c2c6c8; |
|
|
color: #c2c6c8; |
|
|
} |
|
|
} |
|
|
.Indexers-center-3HUez, .Restrictions-center-3cS8T, .DownloadClients-center-30cx9, .ImportLists-center-17Qdu, .Notifications-center-13jM2 { |
|
|
|
|
|
|
|
|
.Indexers-center-3HUez, |
|
|
|
|
|
.Restrictions-center-3cS8T, |
|
|
|
|
|
.DownloadClients-center-30cx9, |
|
|
|
|
|
.ImportLists-center-17Qdu, |
|
|
|
|
|
.Notifications-center-13jM2 { |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
padding: 15px 20px 15px; |
|
|
padding: 15px 20px 15px; |
|
|
border-radius: 4px; |
|
|
border-radius: 4px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* CONNECTIONS */ |
|
|
/* CONNECTIONS */ |
|
|
.Label-danger-1rVtt.Label-outline-2ZP8n { |
|
|
.Label-danger-1rVtt.Label-outline-2ZP8n { |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
background-color: #f05050; |
|
|
background-color: #f05050; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* EDIT QUALITY PROFILES */ |
|
|
/* EDIT QUALITY PROFILES */ |
|
|
.QualityProfileItem-qualityProfileItem-VFp-W, .QualityProfileItemGroup-qualityProfileItemGroup-2U1l5 { |
|
|
.QualityProfileItem-qualityProfileItem-VFp-W, |
|
|
|
|
|
.QualityProfileItemGroup-qualityProfileItemGroup-2U1l5 { |
|
|
border: none; |
|
|
border: none; |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
background-color: rgba(0, 0, 0, .25); |
|
|
color: #FFF; |
|
|
color: #FFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.QualityProfileItemGroup-qualityProfileItemGroup-2U1l5.QualityProfileItemGroup-editGroups-2KzDp { |
|
|
.QualityProfileItemGroup-qualityProfileItemGroup-2U1l5.QualityProfileItemGroup-editGroups-2KzDp { |
|
|
background: rgba(0, 0, 0, 0.25); |
|
|
background: rgba(0, 0, 0, 0.25); |
|
|
} |
|
|
} |