style.css 5.3 KB

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