2021-05-26 23:04:58 +03:00
|
|
|
/*Top "task bar" enlarge text*/
|
|
|
|
|
.headerTabs.sectionTabs {
|
|
|
|
|
text-size-adjust: 110%;
|
|
|
|
|
font-size: 110%;
|
|
|
|
|
}
|
|
|
|
|
.pageTitle {
|
|
|
|
|
margin-top: auto;
|
|
|
|
|
margin-bottom: auto;
|
|
|
|
|
}
|
|
|
|
|
.emby-tab-button {
|
|
|
|
|
padding: 1.75em 1.7em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*Accommodate mobile and set positions, I think*/
|
|
|
|
|
.cardIndicators,
|
|
|
|
|
.listItemIndicators {
|
|
|
|
|
right: 0.3em;
|
|
|
|
|
top: 0.3em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 70em){
|
|
|
|
|
.cardOverlayFab-primary {
|
|
|
|
|
background-color: #00000000;
|
|
|
|
|
}
|
|
|
|
|
.cardOverlayButtonIcon {
|
|
|
|
|
background-color: #00000000 !important;
|
|
|
|
|
}
|
|
|
|
|
.cardOverlayContainer {
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media all and (max-width: 70em){
|
|
|
|
|
.cardOverlayButtonIcon {
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.5) !important;
|
|
|
|
|
}
|
|
|
|
|
.cardOverlayButton {
|
|
|
|
|
padding: 0.3em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*Media player*/
|
|
|
|
|
.nowPlayingPageImage {
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.upNextDialog-countdownText {
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*Narrow margins, theme main page*/
|
|
|
|
|
.cardBox-bottompadded {
|
|
|
|
|
margin-bottom: 0.6em !important;
|
|
|
|
|
}
|
|
|
|
|
.itemsContainer > .card > .cardBox {
|
|
|
|
|
margin-right: 0.8em;
|
|
|
|
|
}
|
|
|
|
|
.raised.homeLibraryButton {
|
|
|
|
|
background: rgba(0, 0, 0, 0.3) !important;
|
|
|
|
|
}
|
|
|
|
|
.raised.homeLibraryButton:hover {
|
|
|
|
|
background: rgba(0, 0, 0, 0.5) !important;
|
|
|
|
|
}
|
|
|
|
|
.raised.homeLibraryButton:hover {transition: filter 0.2s}
|
|
|
|
|
.raised.homeLibraryButton {transition: filter 0.2s}
|
|
|
|
|
.homeLibraryButton {
|
|
|
|
|
min-width: 12em;
|
|
|
|
|
margin: 0.4em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*ANIMATIONS*/
|
|
|
|
|
/*Fade as images load*/
|
|
|
|
|
.blurhash-canvas {
|
|
|
|
|
transition: 0.2s;
|
|
|
|
|
}
|
|
|
|
|
.cardImageContainer {
|
|
|
|
|
transition: 0.7s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*Hover background for buttons*/
|
|
|
|
|
.button-flat:hover {
|
|
|
|
|
background: rgba(0,0,0,0.4);
|
|
|
|
|
}
|
|
|
|
|
.button-flat {
|
|
|
|
|
padding: .5em !important;
|
|
|
|
|
margin: .2em !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*Shrink the mouseover chapter image when scrobbling*/
|
|
|
|
|
.chapterThumb {
|
|
|
|
|
height: 14vh;
|
|
|
|
|
min-width: 14vh;
|
|
|
|
|
}
|
|
|
|
|
.chapterThumbText {
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
}
|
|
|
|
|
.sliderBubble {
|
|
|
|
|
background: #0000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*Rating star, normally yellow*/
|
|
|
|
|
.starIcon {
|
|
|
|
|
color: rgba(255,255,255,.8);
|
2021-05-26 23:26:21 +03:00
|
|
|
}
|
|
|
|
|
|
2021-05-26 23:39:30 +03:00
|
|
|
/*Remove background on some icons*/
|
|
|
|
|
.listItemIcon {
|
|
|
|
|
background: #0000 !important;
|
|
|
|
|
}
|
2021-05-26 23:26:21 +03:00
|
|
|
|
|
|
|
|
/*Everything below is from customcolor add-on*/
|
|
|
|
|
.raised:hover,
|
|
|
|
|
.fab:hover,
|
|
|
|
|
a[data-role="button"]:hover {
|
|
|
|
|
background: rgba(var(--accent),0.5) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.subtitleappearance-preview {
|
|
|
|
|
background: linear-gradient(140deg,rgb(var(--accent)),#111) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navMenuOption-selected {
|
|
|
|
|
color: rgba(var(--accent));
|
|
|
|
|
}
|
|
|
|
|
.mdl-slider-background-lower {
|
|
|
|
|
background-color: rgba(var(--accent));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.playbackProgress>div {
|
|
|
|
|
background-color: rgba(var(--accent),0.75);
|
|
|
|
|
}
|
|
|
|
|
progress::-moz-progress-bar {
|
|
|
|
|
background-color: rgba(var(--accent),0.75);
|
|
|
|
|
}
|
|
|
|
|
progress::-webkit-progress-value {
|
|
|
|
|
background-color: rgba(var(--accent),0.75);
|
|
|
|
|
}
|
|
|
|
|
.taskProgressInner {
|
|
|
|
|
background: rgba(var(--accent),0.75) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.transcodingProgress>div,
|
|
|
|
|
.itemProgressBarForeground {
|
|
|
|
|
background-color: rgba(var(--accent),0.35);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mdl-slider-background-lower {
|
|
|
|
|
background-color: rgb(var(--accent));
|
|
|
|
|
}
|
|
|
|
|
.mdl-slider::-moz-range-thumb {
|
|
|
|
|
background: rgb(var(--accent));
|
|
|
|
|
}
|
|
|
|
|
.mdl-slider::-ms-thumb {
|
|
|
|
|
background: rgb(var(--accent));
|
|
|
|
|
}
|
|
|
|
|
.mdl-slider::-webkit-slider-thumb {
|
|
|
|
|
background: rgb(var(--accent));
|
|
|
|
|
}
|
|
|
|
|
.iconOsdProgressInner {
|
|
|
|
|
background: rgb(var(--accent));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.paper-icon-button-light:hover,
|
|
|
|
|
.raised.homeLibraryButton:hover,
|
|
|
|
|
.button-flat:hover,
|
|
|
|
|
.playstatebutton-icon-played,
|
|
|
|
|
.ratingbutton-icon-withrating,
|
|
|
|
|
.paper-icon-button-light:hover:not(:disabled),
|
|
|
|
|
.emby-tab-button:hover,
|
|
|
|
|
.selectLabelFocused,
|
|
|
|
|
.inputLabelFocused,
|
|
|
|
|
.textareaLabelFocused,
|
|
|
|
|
.buttonActive,
|
|
|
|
|
.button-link {
|
|
|
|
|
color: rgba(var(--accent)) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#itemDetailPage .button-link {color: inherit !important;}
|
|
|
|
|
|
|
|
|
|
.navMenuOption:hover,
|
|
|
|
|
.actionSheetMenuItem:hover {
|
|
|
|
|
background-color: rgba(var(--accent),0.5) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.emby-checkbox:checked + span + .checkboxOutline,
|
|
|
|
|
.emby-textarea:focus,
|
|
|
|
|
.emby-select-withcolor:focus,
|
|
|
|
|
.emby-input:focus,
|
|
|
|
|
.itemSelectionPanel {
|
|
|
|
|
border: 0.01em solid rgba(var(--accent),0.5) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.upNextDialog-countdownText {
|
|
|
|
|
color: rgba(var(--accent));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mdl-spinner__layer-1 {
|
|
|
|
|
border-color: rgba(var(--accent));
|
|
|
|
|
}
|
|
|
|
|
.mdl-switch__input:checked + .mdl-switch__label + .mdl-switch__trackContainer > .mdl-switch__track {
|
|
|
|
|
background: rgba(var(--accent), 0.5);
|
|
|
|
|
}
|
|
|
|
|
.mdl-switch__input:checked + .mdl-switch__label + .mdl-switch__trackContainer > .mdl-switch__thumb {
|
|
|
|
|
background: rgba(var(--accent));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
|
background: rgba(var(--accent),0.8) !important;
|
|
|
|
|
}
|
|
|
|
|
* {
|
|
|
|
|
scrollbar-color: rgba(var(--accent),0.8) #0000 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Syncplay theming*/
|
|
|
|
|
.syncPlayIconCircle {
|
|
|
|
|
color: rgba(var(--accent),1) !important;
|
|
|
|
|
text-shadow: none !important;
|