organizr.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789
  1. /*Preloader*/
  2. .preloader {
  3. width: 100%;
  4. height: 100%;
  5. top: 0px;
  6. position: fixed;
  7. z-index: 99999;
  8. background: rgba(0, 0, 0, 0.88);
  9. }
  10. .preloader .cssload-speeding-wheel {
  11. position: absolute;
  12. top: calc(50% - 3.5px);
  13. left: calc(50% - 3.5px);
  14. }
  15. .w-100 {
  16. width: 100%;
  17. }
  18. .iframe {
  19. width: 100%;
  20. height: calc(100vh - 60px);
  21. position: inherit;
  22. display: block;
  23. }
  24. /* Larger Images */
  25. #side-menu>li>a {
  26. padding: 10px 35px 10px 15px;
  27. display: block;
  28. }
  29. .sidebar .nav-second-level li a {
  30. padding: 14px 10px 14px 15px;
  31. }
  32. #side-menu .fa-fw {
  33. width: 30px !important;
  34. }
  35. .sttabs nav a {
  36. position: relative;
  37. display: block;
  38. overflow: hidden;
  39. text-overflow: ellipsis;
  40. white-space: nowrap;
  41. line-height: 1.5;
  42. }
  43. .common-list .notify {
  44. position: relative;
  45. margin-top: .5px;
  46. margin-right: 9px;
  47. }
  48. .ajaxloader {
  49. width: 100%;
  50. height: 100%;
  51. top: 0px;
  52. position: absolute;
  53. z-index: 99999;
  54. background: rgba(0, 0, 0, 0.68);
  55. margin: 0 auto;
  56. border-radius: 10px;
  57. }
  58. .lock-screen {
  59. background: url(../../plugins/images/login-register.jpg) center center/cover no-repeat !important;
  60. height: 100%;
  61. position: fixed;
  62. z-index: 999999;
  63. top: 0;
  64. width: 100%;
  65. -webkit-user-select: none;
  66. /* Chrome all / Safari all */
  67. -moz-user-select: none;
  68. /* Firefox all */
  69. -ms-user-select: none;
  70. /* IE 10+ */
  71. -o-user-select: none;
  72. user-select: none;
  73. }
  74. body.stop-scrolling {
  75. height: 100%;
  76. overflow: hidden;
  77. }
  78. .tabEditorIcon i {
  79. font-size: 35px;
  80. text-align: center !important;
  81. width: 35px !important;
  82. }
  83. .tabEditorIcon img {
  84. width: 35px !important;
  85. }
  86. .asColorPicker-wrap {
  87. position: relative;
  88. display: block;
  89. width: calc(100% - 35px);
  90. }
  91. .asColorPicker-trigger {
  92. position: absolute;
  93. top: 0;
  94. right: -32px;
  95. height: 38px;
  96. width: 37px;
  97. border: 0;
  98. border-radius: 0 4px 4px 0;
  99. }
  100. .asColorPicker-trigger span {
  101. width: 100%;
  102. height: 100%;
  103. display: inline-block;
  104. border-radius: 0 4px 4px 0;
  105. }
  106. .top-left-part {
  107. width: auto;
  108. max-width: 220px;
  109. float: left;
  110. border-right: transparent;
  111. }
  112. .tabs-style-flip {
  113. max-width: 1400px;
  114. margin: 0 auto;
  115. }
  116. .elip {
  117. white-space: nowrap;
  118. text-overflow: ellipsis;
  119. overflow: hidden;
  120. display: block;
  121. }
  122. .p-5 {
  123. padding: 5px !important
  124. }
  125. .error-page {
  126. width: 100%;
  127. background: #1b1a1a;
  128. height: 100%;
  129. position: fixed;
  130. display: none;
  131. z-index: 10;
  132. }
  133. img.lazyload.tabImages {
  134. height: 120px !important;
  135. object-fit: contain;
  136. }
  137. .recent-cover {
  138. background-position: center;
  139. background-size: cover;
  140. height: 150px;
  141. width: 150px;
  142. top: 37px;
  143. position: relative;
  144. }
  145. .recent-poster {
  146. background-position: center;
  147. background-size: cover;
  148. height: 225px;
  149. width: 150px;
  150. position: relative;
  151. top: 0;
  152. left: 0;
  153. }
  154. .recent-title {
  155. position: absolute;
  156. bottom: 0px;
  157. background: rgba(31, 31, 31, 0.73);
  158. width: inherit;
  159. color: white;
  160. display: none;
  161. }
  162. .item:hover .recent-title {
  163. display: block;
  164. }
  165. .nowPlayingHover {
  166. margin-bottom: 14px;
  167. }
  168. .nowPlayingUserThumb:hover {
  169. opacity: 0;
  170. -webkit-transition: all .4s ease-in-out;
  171. transition: all .4s ease-in-out;
  172. }
  173. .tabLoaded {
  174. -webkit-filter: drop-shadow(0px 0px 5px #2cabe4);
  175. filter: drop-shadow(0px 0px 5px #2cabe4);
  176. }
  177. .user-bg {
  178. margin: -25px;
  179. height: 338px;
  180. overflow: hidden;
  181. position: relative;
  182. background-size: cover;
  183. background-position: top;
  184. background-repeat: no-repeat;
  185. }
  186. h2.m-b-0.font-medium.pull-right {
  187. -webkit-filter: drop-shadow(1px 1px 0px #1f1f1f);
  188. filter: drop-shadow(1px 1px 0px #1f1f1f);
  189. color: white;
  190. }
  191. .text-plex {
  192. color: #E5A00D;
  193. }
  194. .text-emby {
  195. color: #4CAF50;
  196. }
  197. .genre-list {
  198. position: absolute;
  199. bottom: 0;
  200. left: 0;
  201. }
  202. .mouse {
  203. cursor: pointer;
  204. }
  205. .el-element-overlay .el-card-item .el-overlay-1 img.imageSourceLeft {
  206. width: 56%;
  207. display: block;
  208. position: absolute;
  209. left: 0px;
  210. overflow: hidden;
  211. filter: contrast(309%) brightness(5%) saturate(32) grayscale(96%);
  212. }
  213. .el-element-overlay .el-card-item .el-overlay-1 img.imageSourceRight {
  214. width: 56%;
  215. display: block;
  216. position: absolute;
  217. right: 0px;
  218. overflow: hidden;
  219. filter: contrast(309%) brightness(5%) saturate(32) grayscale(96%);
  220. }
  221. img.imageSourceTop {
  222. top: -37px;
  223. left: 0px;
  224. margin: auto;
  225. display: block;
  226. z-index: -1;
  227. overflow: hidden;
  228. filter: contrast(309%) brightness(5%) saturate(32) grayscale(96%);
  229. }
  230. img.imageSourceBottom {
  231. top: -114px;
  232. left: 0px;
  233. margin: auto;
  234. display: block;
  235. z-index: -1;
  236. overflow: hidden;
  237. filter: contrast(309%) brightness(5%) saturate(32) grayscale(96%);
  238. }
  239. .recent-cover .hover-homepage-item {
  240. position: relative;
  241. top: -338px;
  242. height: 225px;
  243. }
  244. .recent-music span.elip.recent-title {
  245. position: absolute;
  246. bottom: -38px;
  247. background: rgba(31, 31, 31, 0.73);
  248. width: inherit;
  249. color: white;
  250. }
  251. .mailbox-widget .customtab li.active a, .mailbox-widget .customtab li.active, .mailbox-widget .customtab li.active a:focus {
  252. background: 0 0;
  253. color: #fff;
  254. border-color: #53e69d;
  255. }
  256. .nav-tabs.pull-right>li>a:hover {
  257. background: transparent;
  258. border-radius: 0px;
  259. }
  260. .homepageImageTitle {
  261. height: 40px;
  262. margin-top: -7px;
  263. }
  264. .grayscale {
  265. -webkit-filter: grayscale(100%);
  266. /* Safari 6.0 - 9.0 */
  267. filter: grayscale(100%);
  268. }
  269. td span.label.label-info {
  270. min-width: 80px !important;
  271. display: inline-block !important;
  272. }
  273. .inbox-center.table-responsive {
  274. max-height: 300px;
  275. overflow-y: auto;
  276. }
  277. .fc-event {
  278. border-radius: 0;
  279. border: none;
  280. cursor: pointer;
  281. font-size: 13px;
  282. margin: 1px -1px 0;
  283. padding: 5px;
  284. text-align: left;
  285. background: #2cabe3;
  286. }
  287. th.fc-list-header {
  288. text-align: left;
  289. }
  290. th.fc-list-header > .fc-list-heading-alt {
  291. margin-left: 10px;
  292. }
  293. .bg-calendar {
  294. background: transparent;
  295. color: inherit;
  296. }
  297. .fc-toolbar {
  298. margin: 0;
  299. padding: 19px 20px 11px 20px;
  300. }
  301. .fc-unthemed .fc-today {
  302. color: inherit !important;
  303. }
  304. .fc-popover {
  305. background-color: #1b1b1b
  306. }
  307. @media (max-width: 767px) {
  308. i.ti-close.visible-xs {
  309. display: inline !important;
  310. }
  311. img.lazyload.resultImages {
  312. height: 300px !important;
  313. object-fit: contain;
  314. width: 200px !important;
  315. margin: auto;
  316. }
  317. }
  318. @media screen and (max-width: 767px) {
  319. .table-responsive {
  320. width: 100%;
  321. margin-bottom: 0;
  322. overflow-y: hidden;
  323. -ms-overflow-style: -ms-autohiding-scrollbar;
  324. border: transparent;
  325. }
  326. .fc-day-grid-event .fc-content {
  327. white-space: nowrap;
  328. overflow: visible;
  329. }
  330. .fc-view-container .fc-view .fc-scroller {
  331. max-height: 212px !important;
  332. overflow: auto !important;
  333. }
  334. }
  335. .loop-animation {
  336. animation-iteration-count: infinite;
  337. -webkit-animation-iteration-count: infinite;
  338. -moz-animation-iteration-count: infinite;
  339. -o-animation-iteration-count: infinite;
  340. }
  341. @media (min-width: 768px) {
  342. img.lazyload.resultImages {
  343. height: 300px !important;
  344. object-fit: cover;
  345. width: 200px !important;
  346. margin: auto;
  347. }
  348. }
  349. .outside-request-div {
  350. position: absolute;
  351. right: 0;
  352. overflow: hidden;
  353. width: 32px;
  354. height: 32px;
  355. }
  356. .inside-request-div {
  357. top: -16px;
  358. right: -16px;
  359. padding: 0;
  360. width: 100%;
  361. height: 100%;
  362. -webkit-transform: rotate(45deg);
  363. transform: rotate(45deg);
  364. position: absolute;
  365. box-shadow: 0 0 4px rgba(0, 0, 0, .6);
  366. line-height: 24px;
  367. opacity: 1;
  368. -webkit-transition: all .2s;
  369. transition: all .2s;
  370. }
  371. .inside-over-request-div {
  372. top: -28px;
  373. right: -25px;
  374. padding: 0;
  375. width: 50px;
  376. height: 50px;
  377. -webkit-transform: rotate(45deg);
  378. transform: rotate(45deg);
  379. position: absolute;
  380. box-shadow: 0 0 4px rgba(0, 0, 0, .6);
  381. line-height: 24px;
  382. opacity: 1;
  383. -webkit-transition: all .2s;
  384. transition: all .2s;
  385. }
  386. .unapproved-request-div {
  387. background-color: #cc7b19;
  388. }
  389. .hover-homepage-item:hover {
  390. background: radial-gradient(farthest-corner at 50% 50%, rgba(50, 50, 50, .5) 50%, #323232 100%);
  391. opacity: 1;
  392. transition: linear .5s;
  393. }
  394. .hover-homepage-item {
  395. width: 100%;
  396. height: 100%;
  397. opacity: 0;
  398. }
  399. input#inviteCodeInput {
  400. font-size: 400%;
  401. height: 100%;
  402. }
  403. .bg-plex {
  404. background: #E5A00D;
  405. }
  406. .bg-emby {
  407. background: #4CAF50;
  408. }
  409. .bg-sab {
  410. background: #ffb300;
  411. }
  412. .bg-deluge {
  413. background: #425570;
  414. }
  415. .bg-nzbget {
  416. background: #3e8c25;
  417. }
  418. .bg-transmission {
  419. background: #950000;
  420. }
  421. .bg-qbit {
  422. background: #2f67ba;
  423. }
  424. .request-result-item {
  425. width: 230px;
  426. }
  427. .customPoster {
  428. margin: 50px auto;
  429. text-align: center;
  430. position: absolute;
  431. top: 0;
  432. left: 0;
  433. width: 200px;
  434. }
  435. .customPoster a {
  436. text-decoration: none;
  437. -webkit-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  438. -moz-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  439. -ms-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  440. -o-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  441. transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  442. -webkit-transition: all 0.5s;
  443. -moz-transition: all 0.5s;
  444. transition: all 0.5s;
  445. display: inline-block;
  446. text-align: center;
  447. text-transform: uppercase;
  448. font-size: 35px;
  449. font-weight: 700;
  450. font-family: inherit;
  451. line-height: 0.8;
  452. color: #707cd2;
  453. text-shadow: 0 -1px 15px rgba(0, 0, 0, 0.9), 0 1px 0 #7d7d7d, 0 3px 0 #828282, 0 5px 0 #6c6c6c, 0 7px 0 #727272, 0 9px 0 #939393, 0 6px 50px rgb(27, 26, 26);
  454. width: 200px;
  455. max-width: 200px;
  456. }
  457. .customPoster a:first-line {
  458. font-size: 0.8em;
  459. }
  460. .el-overlay-1:hover .customPoster a {
  461. -webkit-transform: perspective(8em) rotateX(11deg) scale(1.2);
  462. -moz-transform: perspective(8em) rotateX(11deg) scale(1.2);
  463. -ms-transform: perspective(8em) rotateX(11deg) scale(1.2);
  464. -o-transform: perspective(8em) rotateX(11deg) scale(1.2);
  465. transform: perspective(8em) rotateX(11deg) scale(1.2);
  466. text-shadow: 0 -1px 15px black, 0 1px 0 #7f6303, 0 2px 0 #846703, 0 0px 0 #896b03, 0 1px 0 #8e6f03, 0 2px 0 #937203, 0 2px 30px rgba(252, 223, 92, 0.6);
  467. }
  468. .homepage-drag {
  469. background-size: contain;
  470. background-position: right;
  471. height: 60px;
  472. background-repeat: no-repeat;
  473. background-origin: content-box;
  474. border-radius: 10px;
  475. }
  476. .homepage-number {
  477. float: left;
  478. width: 36px !important;
  479. text-align: center;
  480. vertical-align: middle;
  481. height: 36px;
  482. border-radius: 20px;
  483. margin-top: 7px;
  484. padding: 11px;
  485. }
  486. span.homepage-text {
  487. margin-top: 16px;
  488. display: inline-block;
  489. }
  490. .faded {
  491. opacity: .5;
  492. }
  493. .qr-code {
  494. display: block;
  495. width: 100%;
  496. height: 380px;
  497. background-size: contain;
  498. margin: auto;
  499. background-repeat: no-repeat;
  500. }
  501. .btn-link, a {
  502. color: #2cabe3;
  503. text-decoration: none;
  504. }
  505. @media (pointer: coarse) {
  506. #side-menu > li > a:hover,
  507. #side-menu > li > a:focus {
  508. background: transparent;
  509. }
  510. }
  511. .fc-view-container .fc-view .fc-scroller {
  512. max-height: 215px !important;
  513. }
  514. .fc-view-container .fc-month-view .fc-scroller,
  515. .fc-view-container .fc-basicWeek-view .fc-scroller {
  516. max-height: 100% !important;
  517. height: 100% !important;
  518. }
  519. .fc-scroller .simplebar-content {
  520. min-height: auto !important;
  521. overflow-x: hidden !important;
  522. padding-bottom: 0px !important;
  523. }
  524. .simplebar-content {
  525. min-height: auto !important;
  526. overflow-x: auto !important;
  527. }
  528. .simplebar-scroll-content {
  529. margin-bottom: 0px !important;
  530. }
  531. .flexbox {
  532. display: flex;
  533. flex-wrap: wrap;
  534. }
  535. @media (min-width: 2000px) {
  536. .col-xl {
  537. -ms-flex-preferred-size: 0;
  538. flex-basis: 0;
  539. -ms-flex-positive: 1;
  540. flex-grow: 1;
  541. max-width: 100%;
  542. }
  543. .col-xl-auto {
  544. -ms-flex: 0 0 auto;
  545. flex: 0 0 auto;
  546. width: auto;
  547. max-width: none;
  548. }
  549. .col-xl-1 {
  550. -ms-flex: 0 0 8.333333%;
  551. flex: 0 0 8.333333%;
  552. max-width: 8.333333%;
  553. }
  554. .col-xl-2 {
  555. -ms-flex: 0 0 16.666667%;
  556. flex: 0 0 16.666667%;
  557. max-width: 16.666667%;
  558. }
  559. .col-xl-3 {
  560. -ms-flex: 0 0 25%;
  561. flex: 0 0 25%;
  562. max-width: 25%;
  563. }
  564. .col-xl-4 {
  565. -ms-flex: 0 0 33.333333%;
  566. flex: 0 0 33.333333%;
  567. max-width: 33.333333%;
  568. }
  569. .col-xl-5 {
  570. -ms-flex: 0 0 41.666667%;
  571. flex: 0 0 41.666667%;
  572. max-width: 41.666667%;
  573. }
  574. .col-xl-6 {
  575. -ms-flex: 0 0 50%;
  576. flex: 0 0 50%;
  577. max-width: 50%;
  578. }
  579. .col-xl-7 {
  580. -ms-flex: 0 0 58.333333%;
  581. flex: 0 0 58.333333%;
  582. max-width: 58.333333%;
  583. }
  584. .col-xl-8 {
  585. -ms-flex: 0 0 66.666667%;
  586. flex: 0 0 66.666667%;
  587. max-width: 66.666667%;
  588. }
  589. .col-xl-9 {
  590. -ms-flex: 0 0 75%;
  591. flex: 0 0 75%;
  592. max-width: 75%;
  593. }
  594. .col-xl-10 {
  595. -ms-flex: 0 0 83.333333%;
  596. flex: 0 0 83.333333%;
  597. max-width: 83.333333%;
  598. }
  599. .col-xl-11 {
  600. -ms-flex: 0 0 91.666667%;
  601. flex: 0 0 91.666667%;
  602. max-width: 91.666667%;
  603. }
  604. .col-xl-12 {
  605. -ms-flex: 0 0 100%;
  606. flex: 0 0 100%;
  607. max-width: 100%;
  608. }
  609. .order-xl-first {
  610. -ms-flex-order: -1;
  611. order: -1;
  612. }
  613. .order-xl-last {
  614. -ms-flex-order: 13;
  615. order: 13;
  616. }
  617. .order-xl-0 {
  618. -ms-flex-order: 0;
  619. order: 0;
  620. }
  621. .order-xl-1 {
  622. -ms-flex-order: 1;
  623. order: 1;
  624. }
  625. .order-xl-2 {
  626. -ms-flex-order: 2;
  627. order: 2;
  628. }
  629. .order-xl-3 {
  630. -ms-flex-order: 3;
  631. order: 3;
  632. }
  633. .order-xl-4 {
  634. -ms-flex-order: 4;
  635. order: 4;
  636. }
  637. .order-xl-5 {
  638. -ms-flex-order: 5;
  639. order: 5;
  640. }
  641. .order-xl-6 {
  642. -ms-flex-order: 6;
  643. order: 6;
  644. }
  645. .order-xl-7 {
  646. -ms-flex-order: 7;
  647. order: 7;
  648. }
  649. .order-xl-8 {
  650. -ms-flex-order: 8;
  651. order: 8;
  652. }
  653. .order-xl-9 {
  654. -ms-flex-order: 9;
  655. order: 9;
  656. }
  657. .order-xl-10 {
  658. -ms-flex-order: 10;
  659. order: 10;
  660. }
  661. .order-xl-11 {
  662. -ms-flex-order: 11;
  663. order: 11;
  664. }
  665. .order-xl-12 {
  666. -ms-flex-order: 12;
  667. order: 12;
  668. }
  669. .offset-xl-0 {
  670. margin-left: 0;
  671. }
  672. .offset-xl-1 {
  673. margin-left: 8.333333%;
  674. }
  675. .offset-xl-2 {
  676. margin-left: 16.666667%;
  677. }
  678. .offset-xl-3 {
  679. margin-left: 25%;
  680. }
  681. .offset-xl-4 {
  682. margin-left: 33.333333%;
  683. }
  684. .offset-xl-5 {
  685. margin-left: 41.666667%;
  686. }
  687. .offset-xl-6 {
  688. margin-left: 50%;
  689. }
  690. .offset-xl-7 {
  691. margin-left: 58.333333%;
  692. }
  693. .offset-xl-8 {
  694. margin-left: 66.666667%;
  695. }
  696. .offset-xl-9 {
  697. margin-left: 75%;
  698. }
  699. .offset-xl-10 {
  700. margin-left: 83.333333%;
  701. }
  702. .offset-xl-11 {
  703. margin-left: 91.666667%;
  704. }
  705. }