2021-05-30 17:47:49 +03:00
|
|
|
:root {--indicator: 0, 164, 220;}
|
2021-05-31 00:54:29 +03:00
|
|
|
:root {--selection: 0, 164, 220;}
|
2021-05-30 17:47:49 +03:00
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2021-07-19 23:50:34 +03:00
|
|
|
/*Progress bar*/
|
|
|
|
|
.itemProgressBar {
|
|
|
|
|
height: 2000em;
|
|
|
|
|
background: #0000;
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-31 00:54:29 +03:00
|
|
|
/*Theme process progress ring*/
|
|
|
|
|
.progressring-spiner {
|
|
|
|
|
border-color: rgba(var(--accent));
|
|
|
|
|
border-width: .35em;
|
|
|
|
|
}
|
|
|
|
|
.progressring {
|
|
|
|
|
margin: .4em;
|
|
|
|
|
}
|
|
|
|
|
.progressring-bg {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*Theme link color*/
|
|
|
|
|
#itemDetailPage .button-link {color: inherit !important;}
|
|
|
|
|
|
2021-05-30 00:18:25 +03:00
|
|
|
/*Accommodate mobile and align buttons and indicators*/
|
2021-05-26 23:04:58 +03:00
|
|
|
.cardIndicators,
|
|
|
|
|
.listItemIndicators {
|
2021-05-30 00:18:25 +03:00
|
|
|
right: 0.5em;
|
|
|
|
|
top: 0.5em;
|
2021-05-26 23:04:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@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 {
|
2021-05-30 00:18:25 +03:00
|
|
|
padding: 0.5em;
|
2021-05-26 23:04:58 +03:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*Media player*/
|
|
|
|
|
.nowPlayingPageImage {
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.upNextDialog-countdownText {
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
2021-07-20 00:55:23 +03:00
|
|
|
/*Shrink the mouseover chapter image when scrobbling, still media player*/
|
|
|
|
|
.chapterThumb {
|
|
|
|
|
height: 14vh;
|
|
|
|
|
min-width: 14vh;
|
|
|
|
|
box-shadow: 0 0 1.9vh #000;
|
|
|
|
|
}
|
|
|
|
|
.chapterThumbText {
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
}
|
|
|
|
|
.sliderBubble {
|
|
|
|
|
background: #0000;
|
|
|
|
|
}
|
|
|
|
|
.chapterThumbTextContainer {
|
|
|
|
|
right: auto;
|
|
|
|
|
bottom: 4px;
|
|
|
|
|
padding: .25em 0.7em;
|
|
|
|
|
}
|
|
|
|
|
.chapterThumbContainer {
|
|
|
|
|
box-shadow: 0 0 1.9vh #000;
|
|
|
|
|
}
|
|
|
|
|
.sliderBubble {
|
|
|
|
|
-webkit-transform: translate3d(-50%,-108%,0);
|
|
|
|
|
transform: translate3d(-50%,-108%,0);
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-26 23:04:58 +03:00
|
|
|
/*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;
|
|
|
|
|
}
|
2021-07-20 00:55:23 +03:00
|
|
|
.listItem:hover {
|
|
|
|
|
transition: 0.2s;
|
|
|
|
|
background: rgba(0, 0, 0, 0.4);
|
|
|
|
|
}
|
|
|
|
|
.visualCardBox, .cardImageContainer {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
2021-07-20 01:37:31 +03:00
|
|
|
.backgroundProgress > div {
|
|
|
|
|
background-color: #0000;
|
|
|
|
|
}
|
|
|
|
|
#divRunningTasks span {
|
|
|
|
|
color: rgba(255,255,255,0.75) !important;
|
|
|
|
|
}
|
|
|
|
|
.itemsContainer > .card > .cardBox {
|
|
|
|
|
margin-left: 0.6em !important;
|
|
|
|
|
}
|
|
|
|
|
.itemsContainer > .card > .cardBox {
|
|
|
|
|
margin-right: 0.8em;
|
|
|
|
|
}
|
2021-05-26 23:04:58 +03:00
|
|
|
|
|
|
|
|
/*ANIMATIONS*/
|
|
|
|
|
/*Fade as images load*/
|
|
|
|
|
.blurhash-canvas {
|
|
|
|
|
transition: 0.2s;
|
|
|
|
|
}
|
|
|
|
|
.cardImageContainer {
|
|
|
|
|
transition: 0.7s;
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-30 00:18:25 +03:00
|
|
|
/*Hover background for section title buttons*/
|
2021-05-26 23:04:58 +03:00
|
|
|
.button-flat:hover {
|
2021-05-30 01:37:06 +03:00
|
|
|
background: rgba(0, 164, 220, 0.2);
|
2021-05-30 00:18:25 +03:00
|
|
|
color: #00a4dc !important;
|
2021-05-26 23:04:58 +03:00
|
|
|
}
|
|
|
|
|
.button-flat {
|
2021-05-30 01:05:12 +03:00
|
|
|
margin: .2em !important;
|
|
|
|
|
padding: .85em !important;
|
2021-05-26 23:04:58 +03:00
|
|
|
}
|
2021-05-30 00:18:25 +03:00
|
|
|
.dashboardSection h3 {
|
|
|
|
|
margin: .5em .0em .5em .5em;
|
|
|
|
|
}
|
|
|
|
|
.dashboardSection .sectionTitleTextButton > .material-icons.material-icons {
|
|
|
|
|
margin-top: .5em;
|
|
|
|
|
margin-bottom: .5em;
|
|
|
|
|
margin-right: .2em;
|
|
|
|
|
}
|
2021-05-26 23:04:58 +03:00
|
|
|
|
|
|
|
|
/*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
|
|
|
|
2021-05-30 00:18:25 +03:00
|
|
|
/*Remove divider on list items*/
|
|
|
|
|
.listItem-border {
|
|
|
|
|
border-color: rgba(255, 255, 255, 0) !important;
|
|
|
|
|
}
|