Files

239 lines
4.7 KiB
CSS
Raw Permalink Normal View History

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
2024-11-25 00:46:46 +02:00
.css-4yt2of {
background-color: rgba(0, 0, 0, 0.2);
}
2021-08-11 22:46:15 +03:00
.emby-textarea {
font-family: monospace;
font-size: 10pt;
}
.card.show-animation:focus>.cardBox {
-webkit-transform:scale(1.1);
transform:scale(1.1);
}
2021-08-12 03:47:23 +03:00
/*Theme user setting tab buttons*/
div[data-role="controlgroup"] a.ui-btn-active {
background: rgba(0, 0, 0, 0.5) !important;
color: white !important;
}
div[data-role="controlgroup"] a[data-role="button"] {
display: table-cell !important;
margin: 0 !important;
}
2021-08-02 23:29:25 +03:00
/*Mobile tweaks*/
.layout-mobile .detailPagePrimaryContainer {
background: transparent;
}
.layout-mobile .adminDrawerLogo {
border-bottom: none;
}
.layout-mobile .itemBackdrop {
margin-top: 4rem;
}
2021-08-02 23:29:25 +03:00
2022-07-05 00:17:17 +03:00
/*Stop covers from being scrolled on desktop*/
.layout-desktop .detailImageContainer .card {
2022-03-26 17:41:40 +02:00
position: fixed !important;
2023-01-06 20:58:28 +02:00
top: 10% !important;
2022-03-26 17:41:40 +02:00
}
2022-07-05 00:17:17 +03:00
.layout-mobile .detailImageContainer .card {
position: absolute !important;
}
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-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
}
2022-01-16 19:40:33 +02:00
.mediaSourceIndicator {
left: 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);
}
}
/* Play button hovering (for low width windows) */
2021-05-26 23:04:58 +03:00
@media all and (max-width: 70em){
.cardOverlayFab-primary {
background-color: #00000000;
}
2021-05-26 23:04:58 +03:00
.cardOverlayButtonIcon {
background-color: #00000000 !important;
}
.cardOverlayContainer {
background-color: rgba(0, 0, 0, 0.7);
2021-05-26 23:04:58 +03:00
}
.cardOverlayButton {
padding: 0.25em;
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;
}
2022-01-16 19:05:04 +02:00
@media all and (max-width: 26em){
.homeLibraryButton {
min-width: 45%;
width: auto !important;
}
}
.homeLibraryButton {
width: auto !important;
}
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 {
2021-08-16 23:18:08 +03:00
background: rgba(0, 0, 0, 0);
}
.itemProgressBar {
background: rgba(0, 0, 0, 0.25);
2021-07-20 01:37:31 +03:00
}
#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*/
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
}
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;
}
/*Fix footers/headers displaying on small pop-ups*/
2021-08-12 02:56:24 +03:00
.formDialogFooter-clear,
2021-08-15 03:36:06 +03:00
.formDialogHeader-clear,
.innerCardFooterClear {
background-color: transparent !important;
}
2024-12-17 22:14:16 +02:00
/*Theme slider marker style*/
.sliderMarker {
width: 3px;
border-radius: 2px;
}