2022-10-03 13:36:26 -04:00
|
|
|
.listItem,
|
|
|
|
.listItemBody,
|
|
|
|
.listItemMediaInfo {
|
|
|
|
display: flex;
|
|
|
|
contain: layout style;
|
|
|
|
}
|
|
|
|
|
2018-10-23 01:13:23 +03:00
|
|
|
.listItem {
|
2019-01-10 15:39:37 +03:00
|
|
|
background: transparent;
|
2018-10-23 01:13:23 +03:00
|
|
|
border: 0;
|
2019-01-10 15:39:37 +03:00
|
|
|
outline: none !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
color: inherit;
|
|
|
|
vertical-align: middle;
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
margin: 0;
|
|
|
|
align-items: center;
|
|
|
|
cursor: pointer;
|
2019-01-10 15:39:37 +03:00
|
|
|
overflow: hidden;
|
2022-07-14 17:59:23 -04:00
|
|
|
|
|
|
|
[dir="ltr"] & {
|
|
|
|
text-align: left;
|
|
|
|
padding: 0.25em 0.25em 0.25em 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="rtl"] & {
|
|
|
|
text-align: right;
|
|
|
|
padding: 0.25em 0.5em 0.25em 0.25em;
|
|
|
|
}
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItem-withContentWrapper {
|
|
|
|
flex-direction: column;
|
2019-01-10 15:39:37 +03:00
|
|
|
align-items: flex-start;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItem[data-action=none] {
|
2019-01-10 15:39:37 +03:00
|
|
|
cursor: default;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItem-content {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2019-01-10 15:39:37 +03:00
|
|
|
width: 100%;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItem-button {
|
2019-01-10 15:39:37 +03:00
|
|
|
width: 100%;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItem-indexnumberleft {
|
2020-01-14 19:45:57 +09:00
|
|
|
min-width: 2%;
|
|
|
|
text-align: center;
|
2019-01-10 15:39:37 +03:00
|
|
|
margin-right: 1em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItem-border {
|
2019-09-06 22:33:15 -07:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border-width: 0 0 0.1em 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listItem-border.show-focus:focus {
|
2020-01-19 15:01:18 +01:00
|
|
|
transform: scale(1) !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2020-01-22 21:40:45 +01:00
|
|
|
.listItemImage,
|
2020-01-25 11:42:43 +01:00
|
|
|
.listItemIcon,
|
|
|
|
.listItemAside {
|
2019-01-10 15:39:37 +03:00
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
|
|
|
|
2020-01-22 21:40:45 +01:00
|
|
|
.listItemBody,
|
2020-01-25 11:42:43 +01:00
|
|
|
.listItemImage,
|
|
|
|
.listItemIcon {
|
2019-01-10 15:39:37 +03:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItemButton {
|
|
|
|
margin: 0;
|
2019-01-10 15:39:37 +03:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
2018-10-23 01:13:23 +03:00
|
|
|
flex-shrink: 0;
|
2019-01-10 15:39:37 +03:00
|
|
|
contain: layout style;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listViewDragHandle {
|
2019-01-10 15:39:37 +03:00
|
|
|
touch-action: none;
|
2022-07-14 17:59:37 -04:00
|
|
|
|
|
|
|
[dir="ltr"] & {
|
|
|
|
margin-left: -0.25em !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="rtl"] & {
|
|
|
|
margin-right: -0.25em !important;
|
|
|
|
}
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItemBody {
|
|
|
|
flex-grow: 1;
|
2020-01-19 15:00:37 +01:00
|
|
|
padding: 0.85em 0.75em;
|
2019-01-10 15:39:37 +03:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2018-10-23 01:13:23 +03:00
|
|
|
flex-direction: column;
|
|
|
|
vertical-align: middle;
|
2019-01-10 15:39:37 +03:00
|
|
|
justify-content: center;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.layout-tv .listItemBody {
|
2020-01-19 15:00:37 +01:00
|
|
|
padding: 0.35em 0.75em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItemBody-noleftpadding {
|
2019-01-10 15:39:37 +03:00
|
|
|
padding-left: 0 !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItemBodyText {
|
|
|
|
margin: 0;
|
2020-01-19 15:00:37 +01:00
|
|
|
padding: 0.1em 0;
|
2019-01-10 15:39:37 +03:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2022-11-09 01:36:07 +01:00
|
|
|
font-weight: 400;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2020-01-25 20:39:03 +01:00
|
|
|
.layout-desktop .listItemBodyText {
|
2022-11-09 01:36:07 +01:00
|
|
|
line-height: 1.2em;
|
2020-01-25 20:39:03 +01:00
|
|
|
}
|
|
|
|
|
2018-10-23 01:13:23 +03:00
|
|
|
.listItemBodyText-nowrap {
|
2019-01-10 15:39:37 +03:00
|
|
|
white-space: nowrap;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItemImage {
|
|
|
|
width: 4em;
|
|
|
|
height: 4em;
|
|
|
|
min-width: 2.78em;
|
|
|
|
min-height: 2.78em;
|
|
|
|
background-repeat: no-repeat;
|
2019-03-26 01:45:36 +00:00
|
|
|
background-size: cover;
|
2018-10-23 01:13:23 +03:00
|
|
|
flex-shrink: 0;
|
|
|
|
background-position: center center;
|
|
|
|
position: relative;
|
2019-01-10 15:39:37 +03:00
|
|
|
display: flex;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItemImage-large {
|
|
|
|
width: 19.5vw;
|
|
|
|
height: 13vw;
|
|
|
|
background-position: center center;
|
2020-01-19 15:00:37 +01:00
|
|
|
margin-right: 0.75em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2022-11-21 17:45:56 -06:00
|
|
|
.listItemImage-channel {
|
|
|
|
background-size: contain;
|
|
|
|
}
|
|
|
|
|
2018-10-23 01:13:23 +03:00
|
|
|
.listItemImageButton {
|
|
|
|
align-self: center;
|
|
|
|
justify-self: center;
|
|
|
|
margin: auto;
|
2020-01-08 23:18:00 +09:00
|
|
|
color: rgba(255, 255, 255, 0.6);
|
|
|
|
background: rgba(0, 0, 0, 0.4);
|
2018-10-23 01:13:23 +03:00
|
|
|
font-size: 1.6em;
|
2020-01-08 23:18:00 +09:00
|
|
|
transition: 200ms ease-out;
|
2019-01-10 15:39:37 +03:00
|
|
|
display: flex;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:41:25 +03:00
|
|
|
.listItemImageButton:hover {
|
2020-01-08 23:18:00 +09:00
|
|
|
color: #00a4dc;
|
|
|
|
background: rgba(0, 164, 220, 0.2);
|
2019-09-06 22:33:15 -07:00
|
|
|
transform: scale(1.2, 1.2);
|
2019-01-10 15:41:25 +03:00
|
|
|
}
|
2018-10-23 01:13:23 +03:00
|
|
|
|
|
|
|
.listItemImageButton-icon {
|
|
|
|
border-radius: 100em;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2019-09-06 22:33:15 -07:00
|
|
|
padding: 0.2em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2022-02-10 00:20:47 +03:00
|
|
|
.listItemImage .cardImageIcon {
|
|
|
|
font-size: 3em;
|
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
@media all and (max-width: 64em) {
|
2018-10-23 01:13:23 +03:00
|
|
|
.listItemImage-large {
|
2020-01-17 17:56:52 +03:00
|
|
|
width: 22vw;
|
|
|
|
height: 16vw;
|
2019-01-10 15:39:37 +03:00
|
|
|
margin-right: 0 !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2020-01-17 20:10:38 +03:00
|
|
|
.listItemIndicators,
|
2018-10-23 01:13:23 +03:00
|
|
|
.listItemImageButton {
|
2020-01-17 20:10:38 +03:00
|
|
|
font-size: 0.6em !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItemBody {
|
2020-01-19 15:00:37 +01:00
|
|
|
padding-left: 0.75em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
@media all and (max-width: 50em) {
|
2018-10-23 01:13:23 +03:00
|
|
|
.listItemBody {
|
2020-01-19 15:00:37 +01:00
|
|
|
padding-right: 0.5em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
2020-08-31 16:28:00 +01:00
|
|
|
|
|
|
|
.listItemMediaInfo {
|
|
|
|
display: none;
|
|
|
|
}
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2020-08-31 16:28:05 +01:00
|
|
|
@media all and (max-width: 40em) {
|
|
|
|
[data-type='Movie'] .listItemImage,
|
|
|
|
[data-type='Series'] .listItemImage {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-10-23 01:13:23 +03:00
|
|
|
.listItemImage-large-tv {
|
|
|
|
width: 30vw !important;
|
2019-01-10 15:39:37 +03:00
|
|
|
height: 20vw !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItemIcon {
|
|
|
|
width: 1em !important;
|
|
|
|
height: 1em !important;
|
|
|
|
font-size: 143%;
|
2022-07-14 17:59:23 -04:00
|
|
|
|
|
|
|
[dir="ltr"] & {
|
|
|
|
margin: 0 0.25em 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="rtl"] & {
|
|
|
|
margin: 0 0 0 0.25em;
|
|
|
|
}
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:41:25 +03:00
|
|
|
.listItemIcon:not(.listItemIcon-transparent) {
|
|
|
|
background-color: #00a4dc;
|
|
|
|
color: #fff;
|
2020-01-19 15:00:37 +01:00
|
|
|
padding: 0.5em;
|
2019-01-10 15:41:25 +03:00
|
|
|
border-radius: 100em;
|
2022-07-14 17:59:23 -04:00
|
|
|
|
|
|
|
[dir="ltr"] & {
|
|
|
|
margin: 0 0.2em 0 0.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="rtl"] & {
|
|
|
|
margin: 0 0.4em 0 0.2em;
|
|
|
|
}
|
2019-01-10 15:41:25 +03:00
|
|
|
}
|
2018-10-23 01:13:23 +03:00
|
|
|
|
|
|
|
.listItemProgressBar {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2019-01-10 15:39:37 +03:00
|
|
|
right: 0;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItem:focus {
|
2020-01-19 15:00:37 +01:00
|
|
|
border-radius: 0.2em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:41:25 +03:00
|
|
|
.listItem:focus .secondary {
|
|
|
|
color: inherit !important;
|
|
|
|
}
|
2018-10-23 01:13:23 +03:00
|
|
|
|
|
|
|
.listItem-focusscale {
|
2020-01-19 15:00:37 +01:00
|
|
|
transition: transform 0.2s ease-out;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:41:25 +03:00
|
|
|
.listItem-focusscale:focus {
|
|
|
|
transform: scale(1.025, 1.025);
|
|
|
|
}
|
2018-10-23 01:13:23 +03:00
|
|
|
|
|
|
|
.paperList {
|
2020-01-19 15:00:37 +01:00
|
|
|
margin: 0.5em auto;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.paperList-clear {
|
2019-01-10 15:39:37 +03:00
|
|
|
background-color: transparent !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listGroupHeader-first {
|
2019-01-10 15:39:37 +03:00
|
|
|
margin-top: 0;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItemIndicators {
|
2020-01-19 15:00:37 +01:00
|
|
|
right: 0.324em;
|
|
|
|
top: 0.324em;
|
2018-10-23 01:13:23 +03:00
|
|
|
position: absolute;
|
|
|
|
display: flex;
|
2019-01-10 15:39:37 +03:00
|
|
|
align-items: center;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.listItem-bottomoverview {
|
|
|
|
font-size: 88%;
|
|
|
|
margin-bottom: 1em;
|
2020-01-19 15:00:37 +01:00
|
|
|
margin-top: 0.2em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
@media all and (max-width: 50em) {
|
2020-01-22 21:40:45 +01:00
|
|
|
.listItem .endsAt,
|
2020-01-25 11:42:43 +01:00
|
|
|
.listItem .criticRating,
|
|
|
|
.listItem-overview {
|
2019-01-10 15:39:37 +03:00
|
|
|
display: none !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
@media all and (min-width: 50em) {
|
2018-10-23 01:13:23 +03:00
|
|
|
.listItem-bottomoverview {
|
2019-01-10 15:39:37 +03:00
|
|
|
display: none !important;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.listItemCheckboxContainer {
|
2019-01-10 15:39:37 +03:00
|
|
|
width: auto !important;
|
2020-01-08 23:18:00 +09:00
|
|
|
}
|
2023-02-07 13:12:19 -06:00
|
|
|
|
|
|
|
.listItemMediaInfo + .timerIndicator {
|
|
|
|
[dir="ltr"] & {
|
|
|
|
margin-left: 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="rtl"] & {
|
|
|
|
margin-right: 0.25em;
|
|
|
|
}
|
|
|
|
}
|