organizr.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596
  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. @media (max-width: 767px) {
  305. i.ti-close.visible-xs {
  306. display: inline !important;
  307. }
  308. img.lazyload.resultImages {
  309. height: 300px !important;
  310. object-fit: contain;
  311. width: 200px !important;
  312. margin: auto;
  313. }
  314. }
  315. @media screen and (max-width: 767px) {
  316. .table-responsive {
  317. width: 100%;
  318. margin-bottom: 0;
  319. overflow-y: hidden;
  320. -ms-overflow-style: -ms-autohiding-scrollbar;
  321. border: transparent;
  322. }
  323. .fc-day-grid-event .fc-content {
  324. white-space: nowrap;
  325. overflow: visible;
  326. }
  327. .fc-view-container .fc-view .fc-scroller {
  328. max-height: 212px !important;
  329. overflow: auto !important;
  330. }
  331. }
  332. .loop-animation {
  333. animation-iteration-count: infinite;
  334. -webkit-animation-iteration-count: infinite;
  335. -moz-animation-iteration-count: infinite;
  336. -o-animation-iteration-count: infinite;
  337. }
  338. @media (min-width: 768px) {
  339. img.lazyload.resultImages {
  340. height: 300px !important;
  341. object-fit: cover;
  342. width: 200px !important;
  343. margin: auto;
  344. }
  345. }
  346. .outside-request-div {
  347. position: absolute;
  348. right: 0;
  349. overflow: hidden;
  350. width: 32px;
  351. height: 32px;
  352. }
  353. .inside-request-div {
  354. top: -16px;
  355. right: -16px;
  356. padding: 0;
  357. width: 100%;
  358. height: 100%;
  359. -webkit-transform: rotate(45deg);
  360. transform: rotate(45deg);
  361. position: absolute;
  362. box-shadow: 0 0 4px rgba(0, 0, 0, .6);
  363. line-height: 24px;
  364. opacity: 1;
  365. -webkit-transition: all .2s;
  366. transition: all .2s;
  367. }
  368. .inside-over-request-div {
  369. top: -28px;
  370. right: -25px;
  371. padding: 0;
  372. width: 50px;
  373. height: 50px;
  374. -webkit-transform: rotate(45deg);
  375. transform: rotate(45deg);
  376. position: absolute;
  377. box-shadow: 0 0 4px rgba(0, 0, 0, .6);
  378. line-height: 24px;
  379. opacity: 1;
  380. -webkit-transition: all .2s;
  381. transition: all .2s;
  382. }
  383. .unapproved-request-div {
  384. background-color: #cc7b19;
  385. }
  386. .hover-homepage-item:hover {
  387. background: radial-gradient(farthest-corner at 50% 50%, rgba(50, 50, 50, .5) 50%, #323232 100%);
  388. opacity: 1;
  389. transition: linear .5s;
  390. }
  391. .hover-homepage-item {
  392. width: 100%;
  393. height: 100%;
  394. opacity: 0;
  395. }
  396. input#inviteCodeInput {
  397. font-size: 400%;
  398. height: 100%;
  399. }
  400. .bg-plex {
  401. background: #E5A00D;
  402. }
  403. .bg-emby {
  404. background: #4CAF50;
  405. }
  406. .bg-sab {
  407. background: #ffb300;
  408. }
  409. .bg-deluge {
  410. background: #425570;
  411. }
  412. .bg-nzbget {
  413. background: #3e8c25;
  414. }
  415. .bg-transmission {
  416. background: #950000;
  417. }
  418. .bg-qbit {
  419. background: #2f67ba;
  420. }
  421. .request-result-item {
  422. width: 230px;
  423. }
  424. .customPoster {
  425. margin: 50px auto;
  426. text-align: center;
  427. position: absolute;
  428. top: 0;
  429. left: 0;
  430. width: 200px;
  431. }
  432. .customPoster a {
  433. text-decoration: none;
  434. -webkit-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  435. -moz-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  436. -ms-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  437. -o-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  438. transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  439. -webkit-transition: all 0.5s;
  440. -moz-transition: all 0.5s;
  441. transition: all 0.5s;
  442. display: inline-block;
  443. text-align: center;
  444. text-transform: uppercase;
  445. font-size: 35px;
  446. font-weight: 700;
  447. font-family: inherit;
  448. line-height: 0.8;
  449. color: #707cd2;
  450. 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);
  451. width: 200px;
  452. max-width: 200px;
  453. }
  454. .customPoster a:first-line {
  455. font-size: 0.8em;
  456. }
  457. .el-overlay-1:hover .customPoster a {
  458. -webkit-transform: perspective(8em) rotateX(11deg) scale(1.2);
  459. -moz-transform: perspective(8em) rotateX(11deg) scale(1.2);
  460. -ms-transform: perspective(8em) rotateX(11deg) scale(1.2);
  461. -o-transform: perspective(8em) rotateX(11deg) scale(1.2);
  462. transform: perspective(8em) rotateX(11deg) scale(1.2);
  463. 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);
  464. }
  465. .homepage-drag {
  466. background-size: contain;
  467. background-position: right;
  468. height: 60px;
  469. background-repeat: no-repeat;
  470. background-origin: content-box;
  471. border-radius: 10px;
  472. }
  473. .homepage-number {
  474. float: left;
  475. width: 36px !important;
  476. text-align: center;
  477. vertical-align: middle;
  478. height: 36px;
  479. border-radius: 20px;
  480. margin-top: 7px;
  481. padding: 11px;
  482. }
  483. span.homepage-text {
  484. margin-top: 16px;
  485. display: inline-block;
  486. }
  487. .faded {
  488. opacity: .5;
  489. }
  490. .qr-code {
  491. display: block;
  492. width: 100%;
  493. height: 380px;
  494. background-size: contain;
  495. margin: auto;
  496. background-repeat: no-repeat;
  497. }
  498. .btn-link, a {
  499. color: #2cabe3;
  500. text-decoration: none;
  501. }
  502. @media (pointer: coarse) {
  503. #side-menu > li > a:hover,
  504. #side-menu > li > a:focus {
  505. background: transparent;
  506. }
  507. }
  508. .fc-view-container .fc-view .fc-scroller {
  509. max-height: 191px !important;
  510. }
  511. .fc-view-container .fc-month-view .fc-scroller {
  512. max-height: 100% !important;
  513. }