organizr.css 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  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. @media screen and (max-width: 767px){
  44. .table-responsive {
  45. width: 100%;
  46. margin-bottom: 0;
  47. overflow-y: hidden;
  48. -ms-overflow-style: -ms-autohiding-scrollbar;
  49. border: transparent;
  50. }
  51. }
  52. .common-list .notify {
  53. position: relative;
  54. margin-top: .5px;
  55. margin-right: 9px;
  56. }
  57. .ajaxloader {
  58. width: 100%;
  59. height: 100%;
  60. top: 0px;
  61. position: absolute;
  62. z-index: 99999;
  63. background: rgba(0, 0, 0, 0.68);
  64. margin: 0 auto;
  65. border-radius: 10px;
  66. }
  67. .lock-screen {
  68. background: url(../../plugins/images/login-register.jpg) center center/cover no-repeat!important;
  69. height: 100%;
  70. position: fixed;
  71. z-index: 999999;
  72. top: 0;
  73. width: 100%;
  74. -webkit-user-select: none; /* Chrome all / Safari all */
  75. -moz-user-select: none; /* Firefox all */
  76. -ms-user-select: none; /* IE 10+ */
  77. -o-user-select: none;
  78. user-select: none;
  79. }
  80. body.stop-scrolling {
  81. height: 100%;
  82. overflow: hidden;
  83. }
  84. .tabEditorIcon i {
  85. font-size: 35px;
  86. text-align: center !important;
  87. width: 35px !important;
  88. }
  89. .tabEditorIcon img {
  90. width: 35px !important;
  91. }
  92. .asColorPicker-wrap {
  93. position: relative;
  94. display: block;
  95. width: calc(100% - 35px);
  96. }
  97. .asColorPicker-trigger {
  98. position: absolute;
  99. top: 0;
  100. right: -32px;
  101. height: 38px;
  102. width: 37px;
  103. border: 0;
  104. border-radius: 0 4px 4px 0;
  105. }
  106. .asColorPicker-trigger span {
  107. width: 100%;
  108. height: 100%;
  109. display: inline-block;
  110. border-radius: 0 4px 4px 0;
  111. }
  112. .top-left-part {
  113. width: auto;
  114. max-width: 220px;
  115. float: left;
  116. border-right: transparent;
  117. }
  118. .tabs-style-flip {
  119. max-width: 1400px;
  120. margin: 0 auto;
  121. }
  122. .elip{
  123. white-space: nowrap;
  124. text-overflow: ellipsis;
  125. overflow: hidden;
  126. display: block;
  127. }
  128. .p-5{
  129. padding:5px!important
  130. }
  131. .error-page {
  132. width: 100%;
  133. background: #1b1a1a;
  134. height: 100%;
  135. position: fixed;
  136. display: none;
  137. z-index: 10;
  138. }
  139. img.lazyload.tabImages {
  140. height: 120px !important;
  141. object-fit: contain;
  142. }
  143. .recent-cover{
  144. background-position: center;background-size: cover;height: 150px;width: 150px;
  145. top: 37px;
  146. position: relative;
  147. }
  148. .recent-poster{
  149. background-position: center;background-size: cover;height: 225px;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 { display:block; }
  163. .nowPlayingHover{
  164. margin-bottom: 14px;
  165. }
  166. .nowPlayingUserThumb:hover{
  167. opacity: 0;
  168. -webkit-transition: all .4s ease-in-out;
  169. transition: all .4s ease-in-out;
  170. }
  171. .tabLoaded {
  172. -webkit-filter: drop-shadow(0px 0px 5px #2cabe4);
  173. filter: drop-shadow(0px 0px 5px #2cabe4);
  174. }
  175. .user-bg {
  176. margin: -25px;
  177. height: 338px;
  178. overflow: hidden;
  179. position: relative;
  180. background-size: cover;
  181. background-position: top;
  182. background-repeat: no-repeat;
  183. }
  184. h2.m-b-0.font-medium.pull-right {
  185. -webkit-filter: drop-shadow(1px 1px 0px #1f1f1f);
  186. filter: drop-shadow(1px 1px 0px #1f1f1f);
  187. color: white;
  188. }
  189. .text-plex {
  190. color: #E5A00D;
  191. }
  192. .text-emby {
  193. color: #4CAF50;
  194. }
  195. .genre-list {
  196. position: absolute;
  197. bottom: 0;
  198. left: 0;
  199. }
  200. .mouse {
  201. cursor: pointer;
  202. }
  203. .el-element-overlay .el-card-item .el-overlay-1 img.imageSourceLeft {
  204. width: 56%;
  205. display:block;
  206. position: absolute;
  207. left:0px;
  208. overflow: hidden;
  209. filter: contrast(309%) brightness(5%) saturate(32) grayscale(96%);
  210. }
  211. .el-element-overlay .el-card-item .el-overlay-1 img.imageSourceRight {
  212. width: 56%;
  213. display:block;
  214. position: absolute;
  215. right:0px;
  216. overflow: hidden;
  217. filter: contrast(309%) brightness(5%) saturate(32) grayscale(96%);
  218. }
  219. img.imageSourceTop {
  220. top: -37px;
  221. left: 0px;
  222. margin: auto;
  223. display: block;
  224. z-index: -1;
  225. overflow: hidden;
  226. filter: contrast(309%) brightness(5%) saturate(32) grayscale(96%);
  227. }
  228. img.imageSourceBottom {
  229. top: -114px;
  230. left: 0px;
  231. margin: auto;
  232. display: block;
  233. z-index: -1;
  234. overflow: hidden;
  235. filter: contrast(309%) brightness(5%) saturate(32) grayscale(96%);
  236. }
  237. .recent-cover .hover-homepage-item {
  238. position: relative;
  239. top: -338px;
  240. height: 225px;
  241. }
  242. .recent-music span.elip.recent-title {
  243. position: absolute;
  244. bottom: -38px;
  245. background: rgba(31, 31, 31, 0.73);
  246. width: inherit;
  247. color: white;
  248. }
  249. .mailbox-widget .customtab li.active a, .mailbox-widget .customtab li.active, .mailbox-widget .customtab li.active a:focus {
  250. background: 0 0;
  251. color: #fff;
  252. border-color: #53e69d;
  253. }
  254. .nav-tabs.pull-right>li>a:hover {
  255. background: transparent;
  256. border-radius: 0px;
  257. }
  258. .homepageImageTitle {
  259. height: 40px;
  260. margin-top: -7px;
  261. }
  262. .grayscale {
  263. -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  264. filter: grayscale(100%);
  265. }
  266. td span.label.label-info {
  267. min-width: 80px !important;
  268. display: inline-block !important;
  269. }
  270. .inbox-center.table-responsive {
  271. max-height: 300px;
  272. overflow-y: auto;
  273. }
  274. .fc-event {
  275. border-radius: 0;
  276. border: none;
  277. cursor: pointer;
  278. font-size: 13px;
  279. margin: 1px -1px 0;
  280. padding: 5px;
  281. text-align: left;
  282. background: #2cabe3;
  283. }
  284. .bg-calendar {
  285. background: transparent;
  286. color:inherit;
  287. }
  288. .fc-toolbar {
  289. margin: 0;
  290. padding: 19px 20px 11px 20px;
  291. }
  292. .fc-unthemed .fc-today {
  293. color: inherit !important;
  294. }
  295. @media (max-width: 767px){
  296. i.ti-close.visible-xs {
  297. display: inline !important;
  298. }
  299. }
  300. .loop-animation {
  301. animation-iteration-count: infinite;
  302. -webkit-animation-iteration-count: infinite;
  303. -moz-animation-iteration-count: infinite;
  304. -o-animation-iteration-count: infinite;
  305. }
  306. @media (max-width: 767px){
  307. img.lazyload.resultImages {
  308. height: 300px !important;
  309. object-fit: contain;
  310. width: 200px !important;
  311. margin: auto;
  312. }
  313. }
  314. @media (min-width: 768px){
  315. img.lazyload.resultImages {
  316. height: 300px !important;
  317. object-fit: cover;
  318. width: 200px !important;
  319. margin: auto;
  320. }
  321. }
  322. .outside-request-div {
  323. position: absolute;
  324. right: 0;
  325. overflow: hidden;
  326. width: 32px;
  327. height: 32px;
  328. }
  329. .inside-request-div {
  330. top: -16px;
  331. right: -16px;
  332. padding: 0;
  333. width: 100%;
  334. height: 100%;
  335. -webkit-transform: rotate(45deg);
  336. transform: rotate(45deg);
  337. position: absolute;
  338. box-shadow: 0 0 4px rgba(0,0,0,.6);
  339. line-height: 24px;
  340. opacity: 1;
  341. -webkit-transition: all .2s;
  342. transition: all .2s;
  343. }
  344. .inside-over-request-div {
  345. top: -28px;
  346. right: -25px;
  347. padding: 0;
  348. width: 50px;
  349. height: 50px;
  350. -webkit-transform: rotate(45deg);
  351. transform: rotate(45deg);
  352. position: absolute;
  353. box-shadow: 0 0 4px rgba(0,0,0,.6);
  354. line-height: 24px;
  355. opacity: 1;
  356. -webkit-transition: all .2s;
  357. transition: all .2s;
  358. }
  359. .unapproved-request-div {
  360. background-color: #cc7b19;
  361. }
  362. .hover-homepage-item:hover {
  363. background: radial-gradient(farthest-corner at 50% 50%,rgba(50,50,50,.5) 50%,#323232 100%);
  364. }
  365. .hover-homepage-item {
  366. width: 100%;
  367. height: 100%;
  368. }
  369. input#inviteCodeInput {
  370. font-size: 400%;
  371. height: 100%;
  372. }
  373. .bg-plex {
  374. background: #E5A00D;
  375. }
  376. .bg-emby {
  377. background: #4CAF50;
  378. }
  379. .request-result-item {
  380. width: 230px;
  381. }
  382. .customPoster {
  383. margin: 50px auto;
  384. text-align: center;
  385. position: absolute;
  386. top: 0;
  387. left: 0;
  388. width: 200px;
  389. }
  390. .customPoster a {
  391. text-decoration: none;
  392. -webkit-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  393. -moz-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  394. -ms-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  395. -o-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  396. transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
  397. -webkit-transition: all 0.5s;
  398. -moz-transition: all 0.5s;
  399. transition: all 0.5s;
  400. display: inline-block;
  401. text-align: center;
  402. text-transform: uppercase;
  403. font-size: 35px;
  404. font-weight: 700;
  405. font-family: inherit;
  406. line-height: 0.8;
  407. color: #707cd2;
  408. 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);
  409. width: 200px;
  410. max-width: 200px;
  411. }
  412. .customPoster a:first-line {
  413. font-size: 0.8em;
  414. }
  415. .el-overlay-1:hover .customPoster a {
  416. -webkit-transform: perspective(8em) rotateX(11deg) scale(1.2);
  417. -moz-transform: perspective(8em) rotateX(11deg) scale(1.2);
  418. -ms-transform: perspective(8em) rotateX(11deg) scale(1.2);
  419. -o-transform: perspective(8em) rotateX(11deg) scale(1.2);
  420. transform: perspective(8em) rotateX(11deg) scale(1.2);
  421. 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);
  422. }