style.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. ::-webkit-scrollbar {
  2. width: .3em;
  3. }
  4. .view:not(.hide) .skinHeader {
  5. width: 100%;
  6. background-image: linear-gradient(black, transparent) !important;
  7. background-color: unset !important;
  8. }
  9. .view[data-type=home]:not(.hide) .scrollSlider.padded-top-page {
  10. padding-top: 0 !important;
  11. }
  12. .view:not(.hide) .itemsContainer-finepointerwrap{
  13. flex-wrap: initial !important;
  14. -webkit-flex-wrap: initial !important;
  15. }
  16. .view:not(.hide) .section0{
  17. z-index: 2;
  18. }
  19. .view:not(.hide) .section0 .cardText,
  20. .view:not(.hide) .section0 .cardOverlayContainer,
  21. .view:not(.hide) .section0 .sectionTitleContainer {
  22. display: none;
  23. }
  24. .view:not(.hide) .section0 .cardBox-touchzoom {
  25. box-shadow: 0 8px 10px rgb(0 0 0 / 15%);
  26. }
  27. .view:not(.hide) .section0 .backdropCard {
  28. transition: all 1.5s cubic-bezier(0, 1.75, .25, 1) 0s;
  29. }
  30. .view:not(.hide) .section0 .backdropCard:hover {
  31. transform: scale(1.1) !important;
  32. }
  33. .view:not(.hide) .section0 .scrollbuttoncontainer {
  34. top: 0;
  35. bottom: calc(.8em - min(.72em, max(.48em, 1.78vw)) / 2);
  36. background-color: rgba(0, 0, 0, 0);
  37. overflow: visible;
  38. }
  39. .view:not(.hide) .section0 .scrollbuttoncontainer:hover > .emby-scrollbuttons-scrollbutton{
  40. background-color: rgba(0, 0, 0, .5);
  41. transform: scale(.85) !important;
  42. }
  43. .tabs-viewmenubar-backgroundcontainer:not(.tabs-viewmenubar-backgroundcontainer-tv) {
  44. background: 0 0 !important;
  45. -webkit-backdrop-filter: blur(10px) !important;
  46. backdrop-filter: blur(10px) !important;
  47. }
  48. .misty-banner {
  49. position: relative;
  50. overflow: hidden;
  51. }
  52. .misty-banner-cover {
  53. width: 100%;
  54. max-height: 100vh;
  55. user-select: none;
  56. object-fit: cover;
  57. }
  58. .misty-banner-logo {
  59. position: absolute;
  60. user-select: none;
  61. object-fit: contain;
  62. height: clamp(0rem, -2.182rem + 10.91vw, 6rem);
  63. width: fit-content;
  64. transform: translateY(calc(-50% - clamp(-2rem, -3.455rem + 7.27vw, 2rem)));
  65. right: calc(3.4% + min(0.72em, max(0.48em, 1.78vw)));
  66. opacity: 0;
  67. transition: 1s;
  68. }
  69. .misty-banner-logo.active {
  70. transform: translateY(calc(-100% - clamp(-2rem, -3.455rem + 7.27vw, 2rem)));
  71. opacity: 1;
  72. }
  73. .misty-loading {
  74. position: fixed;
  75. top: 0;
  76. left: 0;
  77. width: 100%;
  78. height: 100%;
  79. background-color: rgba(0, 0, 0, 1);
  80. z-index: 999;
  81. display: flex;
  82. align-items: center;
  83. justify-content: center;
  84. flex-direction: column;
  85. }
  86. .misty-loading h1 {
  87. margin: 0;
  88. margin-bottom: 3rem;
  89. }
  90. .misty-loading .mdl-spinner {
  91. margin: 0;
  92. position: initial
  93. }
  94. .misty-loading .mdl-spinner__layer-1 {
  95. border-color: #fff;
  96. }
  97. .misty-banner-library {
  98. position: absolute;
  99. width: 100%;
  100. height: 100%;
  101. top: 0;
  102. padding: clamp(0rem, -1.313rem + 3.75vw, 1.5rem) 0;
  103. box-sizing: border-box;
  104. display: flex;
  105. justify-content: end;
  106. flex-direction: column;
  107. background-image: linear-gradient(90deg, rgba(0, 0, 0, .6), transparent);
  108. }
  109. .misty-banner-body {
  110. display: flex;
  111. position: relative;
  112. left: 0;
  113. transition: all 1.5s cubic-bezier(0.15, 0.07, 0, 1) 0s;
  114. }
  115. .misty-banner-item {
  116. min-width: 100%;
  117. }
  118. .misty-banner-info{
  119. width: 100%;
  120. margin: min(.72em, max(.48em, 1.78vw));
  121. margin-top: 0;
  122. position: absolute;
  123. top: 0;
  124. z-index: 1;
  125. height: 100%;
  126. height: -webkit-fill-available;
  127. display: flex;
  128. flex-direction: column;
  129. justify-content: center
  130. }
  131. .misty-banner-info > * {
  132. transition: all 2.5s cubic-bezier(0, 1.41, 0.36, 0.93) .4s;
  133. transform: translateY(150%);
  134. opacity: 0 !important;
  135. }
  136. .misty-banner-item.active .misty-banner-info > *{
  137. transform: translateY(0);
  138. opacity: 1 !important;
  139. }
  140. .misty-banner-info > div:nth-child(2) {
  141. transition-delay: .6s;
  142. }
  143. .misty-banner-info > div:nth-child(3) {
  144. transition-delay: .8s;
  145. }
  146. .misty-banner-info h1 {
  147. font-size: clamp(2rem, -.362rem + 6.75vw, 4.7rem);
  148. font-weight: bolder;
  149. margin: 0;
  150. text-shadow: 0 4px 10px rgb(0 0 0 / 20%);
  151. /* margin-bottom: clamp(0rem, -.545rem + 2.73vw, 1.5rem); */
  152. }
  153. .misty-banner-info p {
  154. font-size: clamp(.6rem, .4rem + 1vw, 1.6rem);
  155. font-weight: bold;
  156. max-width: 47%;
  157. opacity: .7;
  158. /* overflow: hidden;
  159. white-space: nowrap;
  160. text-overflow: ellipsis; */
  161. display: -webkit-box !important;
  162. -webkit-box-orient: vertical;
  163. -webkit-line-clamp: 2;
  164. overflow: hidden;
  165. }
  166. .misty-banner-info button {
  167. cursor: pointer;
  168. margin-top: clamp(0rem, -2.625rem + 7.5vw, 3rem);
  169. width: 6em;
  170. height: 1.8em;
  171. background-color: #fff;
  172. border: none;
  173. font-size: clamp(.6rem, -.275rem + 2.5vw, 1.6rem);
  174. border-radius: 10px;
  175. font-weight: bold;
  176. letter-spacing: 2px;
  177. box-shadow: 0 2px 7px rgba(1, 1, 1, -.8);
  178. font-family: system-ui;
  179. transition: .2s;
  180. }
  181. .misty-banner-info button:hover{
  182. transform: scale(.95);
  183. }
  184. @media screen and (max-width: 62.5em) {
  185. .misty-banner-info button {
  186. margin-top: 0;
  187. }
  188. }
  189. @media screen and (max-width: 52em) {
  190. .misty-banner-info button,
  191. .misty-banner-info p {
  192. display: none;
  193. }
  194. }
  195. @media screen and (max-width: 35em) {
  196. .misty-banner-info,
  197. .misty-banner-logo {
  198. display: none !important;
  199. }
  200. .misty-banner-body{
  201. opacity: 0;
  202. }
  203. }
  204. .misty-banner .backdropCard{
  205. transition-duration: 0;
  206. transform: translateY(80%);
  207. opacity: 0;
  208. }
  209. .misty-banner-library-show{
  210. transition-duration: 1.7s !important;
  211. transform: translateY(0) !important;
  212. opacity: 1 !important;
  213. }
  214. .misty-banner-library-overflow {
  215. overflow: visible !important;
  216. }