| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789 |
- /*Preloader*/
- .preloader {
- width: 100%;
- height: 100%;
- top: 0px;
- position: fixed;
- z-index: 99999;
- background: rgba(0, 0, 0, 0.88);
- }
- .preloader .cssload-speeding-wheel {
- position: absolute;
- top: calc(50% - 3.5px);
- left: calc(50% - 3.5px);
- }
- .w-100 {
- width: 100%;
- }
- .iframe {
- width: 100%;
- height: calc(100vh - 60px);
- position: inherit;
- display: block;
- }
- /* Larger Images */
- #side-menu>li>a {
- padding: 10px 35px 10px 15px;
- display: block;
- }
- .sidebar .nav-second-level li a {
- padding: 14px 10px 14px 15px;
- }
- #side-menu .fa-fw {
- width: 30px !important;
- }
- .sttabs nav a {
- position: relative;
- display: block;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- line-height: 1.5;
- }
- .common-list .notify {
- position: relative;
- margin-top: .5px;
- margin-right: 9px;
- }
- .ajaxloader {
- width: 100%;
- height: 100%;
- top: 0px;
- position: absolute;
- z-index: 99999;
- background: rgba(0, 0, 0, 0.68);
- margin: 0 auto;
- border-radius: 10px;
- }
- .lock-screen {
- background: url(../../plugins/images/login-register.jpg) center center/cover no-repeat !important;
- height: 100%;
- position: fixed;
- z-index: 999999;
- top: 0;
- width: 100%;
- -webkit-user-select: none;
- /* Chrome all / Safari all */
- -moz-user-select: none;
- /* Firefox all */
- -ms-user-select: none;
- /* IE 10+ */
- -o-user-select: none;
- user-select: none;
- }
- body.stop-scrolling {
- height: 100%;
- overflow: hidden;
- }
- .tabEditorIcon i {
- font-size: 35px;
- text-align: center !important;
- width: 35px !important;
- }
- .tabEditorIcon img {
- width: 35px !important;
- }
- .asColorPicker-wrap {
- position: relative;
- display: block;
- width: calc(100% - 35px);
- }
- .asColorPicker-trigger {
- position: absolute;
- top: 0;
- right: -32px;
- height: 38px;
- width: 37px;
- border: 0;
- border-radius: 0 4px 4px 0;
- }
- .asColorPicker-trigger span {
- width: 100%;
- height: 100%;
- display: inline-block;
- border-radius: 0 4px 4px 0;
- }
- .top-left-part {
- width: auto;
- max-width: 220px;
- float: left;
- border-right: transparent;
- }
- .tabs-style-flip {
- max-width: 1400px;
- margin: 0 auto;
- }
- .elip {
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- display: block;
- }
- .p-5 {
- padding: 5px !important
- }
- .error-page {
- width: 100%;
- background: #1b1a1a;
- height: 100%;
- position: fixed;
- display: none;
- z-index: 10;
- }
- img.lazyload.tabImages {
- height: 120px !important;
- object-fit: contain;
- }
- .recent-cover {
- background-position: center;
- background-size: cover;
- height: 150px;
- width: 150px;
- top: 37px;
- position: relative;
- }
- .recent-poster {
- background-position: center;
- background-size: cover;
- height: 225px;
- width: 150px;
- position: relative;
- top: 0;
- left: 0;
- }
- .recent-title {
- position: absolute;
- bottom: 0px;
- background: rgba(31, 31, 31, 0.73);
- width: inherit;
- color: white;
- display: none;
- }
- .item:hover .recent-title {
- display: block;
- }
- .nowPlayingHover {
- margin-bottom: 14px;
- }
- .nowPlayingUserThumb:hover {
- opacity: 0;
- -webkit-transition: all .4s ease-in-out;
- transition: all .4s ease-in-out;
- }
- .tabLoaded {
- -webkit-filter: drop-shadow(0px 0px 5px #2cabe4);
- filter: drop-shadow(0px 0px 5px #2cabe4);
- }
- .user-bg {
- margin: -25px;
- height: 338px;
- overflow: hidden;
- position: relative;
- background-size: cover;
- background-position: top;
- background-repeat: no-repeat;
- }
- h2.m-b-0.font-medium.pull-right {
- -webkit-filter: drop-shadow(1px 1px 0px #1f1f1f);
- filter: drop-shadow(1px 1px 0px #1f1f1f);
- color: white;
- }
- .text-plex {
- color: #E5A00D;
- }
- .text-emby {
- color: #4CAF50;
- }
- .genre-list {
- position: absolute;
- bottom: 0;
- left: 0;
- }
- .mouse {
- cursor: pointer;
- }
- .el-element-overlay .el-card-item .el-overlay-1 img.imageSourceLeft {
- width: 56%;
- display: block;
- position: absolute;
- left: 0px;
- overflow: hidden;
- filter: contrast(309%) brightness(5%) saturate(32) grayscale(96%);
- }
- .el-element-overlay .el-card-item .el-overlay-1 img.imageSourceRight {
- width: 56%;
- display: block;
- position: absolute;
- right: 0px;
- overflow: hidden;
- filter: contrast(309%) brightness(5%) saturate(32) grayscale(96%);
- }
- img.imageSourceTop {
- top: -37px;
- left: 0px;
- margin: auto;
- display: block;
- z-index: -1;
- overflow: hidden;
- filter: contrast(309%) brightness(5%) saturate(32) grayscale(96%);
- }
- img.imageSourceBottom {
- top: -114px;
- left: 0px;
- margin: auto;
- display: block;
- z-index: -1;
- overflow: hidden;
- filter: contrast(309%) brightness(5%) saturate(32) grayscale(96%);
- }
- .recent-cover .hover-homepage-item {
- position: relative;
- top: -338px;
- height: 225px;
- }
- .recent-music span.elip.recent-title {
- position: absolute;
- bottom: -38px;
- background: rgba(31, 31, 31, 0.73);
- width: inherit;
- color: white;
- }
- .mailbox-widget .customtab li.active a, .mailbox-widget .customtab li.active, .mailbox-widget .customtab li.active a:focus {
- background: 0 0;
- color: #fff;
- border-color: #53e69d;
- }
- .nav-tabs.pull-right>li>a:hover {
- background: transparent;
- border-radius: 0px;
- }
- .homepageImageTitle {
- height: 40px;
- margin-top: -7px;
- }
- .grayscale {
- -webkit-filter: grayscale(100%);
- /* Safari 6.0 - 9.0 */
- filter: grayscale(100%);
- }
- td span.label.label-info {
- min-width: 80px !important;
- display: inline-block !important;
- }
- .inbox-center.table-responsive {
- max-height: 300px;
- overflow-y: auto;
- }
- .fc-event {
- border-radius: 0;
- border: none;
- cursor: pointer;
- font-size: 13px;
- margin: 1px -1px 0;
- padding: 5px;
- text-align: left;
- background: #2cabe3;
- }
- th.fc-list-header {
- text-align: left;
- }
- th.fc-list-header > .fc-list-heading-alt {
- margin-left: 10px;
- }
- .bg-calendar {
- background: transparent;
- color: inherit;
- }
- .fc-toolbar {
- margin: 0;
- padding: 19px 20px 11px 20px;
- }
- .fc-unthemed .fc-today {
- color: inherit !important;
- }
- .fc-popover {
- background-color: #1b1b1b
- }
- @media (max-width: 767px) {
- i.ti-close.visible-xs {
- display: inline !important;
- }
- img.lazyload.resultImages {
- height: 300px !important;
- object-fit: contain;
- width: 200px !important;
- margin: auto;
- }
- }
- @media screen and (max-width: 767px) {
- .table-responsive {
- width: 100%;
- margin-bottom: 0;
- overflow-y: hidden;
- -ms-overflow-style: -ms-autohiding-scrollbar;
- border: transparent;
- }
- .fc-day-grid-event .fc-content {
- white-space: nowrap;
- overflow: visible;
- }
- .fc-view-container .fc-view .fc-scroller {
- max-height: 212px !important;
- overflow: auto !important;
- }
- }
- .loop-animation {
- animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- -moz-animation-iteration-count: infinite;
- -o-animation-iteration-count: infinite;
- }
- @media (min-width: 768px) {
- img.lazyload.resultImages {
- height: 300px !important;
- object-fit: cover;
- width: 200px !important;
- margin: auto;
- }
- }
- .outside-request-div {
- position: absolute;
- right: 0;
- overflow: hidden;
- width: 32px;
- height: 32px;
- }
- .inside-request-div {
- top: -16px;
- right: -16px;
- padding: 0;
- width: 100%;
- height: 100%;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- position: absolute;
- box-shadow: 0 0 4px rgba(0, 0, 0, .6);
- line-height: 24px;
- opacity: 1;
- -webkit-transition: all .2s;
- transition: all .2s;
- }
- .inside-over-request-div {
- top: -28px;
- right: -25px;
- padding: 0;
- width: 50px;
- height: 50px;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- position: absolute;
- box-shadow: 0 0 4px rgba(0, 0, 0, .6);
- line-height: 24px;
- opacity: 1;
- -webkit-transition: all .2s;
- transition: all .2s;
- }
- .unapproved-request-div {
- background-color: #cc7b19;
- }
- .hover-homepage-item:hover {
- background: radial-gradient(farthest-corner at 50% 50%, rgba(50, 50, 50, .5) 50%, #323232 100%);
- opacity: 1;
- transition: linear .5s;
- }
- .hover-homepage-item {
- width: 100%;
- height: 100%;
- opacity: 0;
- }
- input#inviteCodeInput {
- font-size: 400%;
- height: 100%;
- }
- .bg-plex {
- background: #E5A00D;
- }
- .bg-emby {
- background: #4CAF50;
- }
- .bg-sab {
- background: #ffb300;
- }
- .bg-deluge {
- background: #425570;
- }
- .bg-nzbget {
- background: #3e8c25;
- }
- .bg-transmission {
- background: #950000;
- }
- .bg-qbit {
- background: #2f67ba;
- }
- .request-result-item {
- width: 230px;
- }
- .customPoster {
- margin: 50px auto;
- text-align: center;
- position: absolute;
- top: 0;
- left: 0;
- width: 200px;
- }
- .customPoster a {
- text-decoration: none;
- -webkit-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
- -moz-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
- -ms-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
- -o-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
- transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
- display: inline-block;
- text-align: center;
- text-transform: uppercase;
- font-size: 35px;
- font-weight: 700;
- font-family: inherit;
- line-height: 0.8;
- color: #707cd2;
- 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);
- width: 200px;
- max-width: 200px;
- }
- .customPoster a:first-line {
- font-size: 0.8em;
- }
- .el-overlay-1:hover .customPoster a {
- -webkit-transform: perspective(8em) rotateX(11deg) scale(1.2);
- -moz-transform: perspective(8em) rotateX(11deg) scale(1.2);
- -ms-transform: perspective(8em) rotateX(11deg) scale(1.2);
- -o-transform: perspective(8em) rotateX(11deg) scale(1.2);
- transform: perspective(8em) rotateX(11deg) scale(1.2);
- 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);
- }
- .homepage-drag {
- background-size: contain;
- background-position: right;
- height: 60px;
- background-repeat: no-repeat;
- background-origin: content-box;
- border-radius: 10px;
- }
- .homepage-number {
- float: left;
- width: 36px !important;
- text-align: center;
- vertical-align: middle;
- height: 36px;
- border-radius: 20px;
- margin-top: 7px;
- padding: 11px;
- }
- span.homepage-text {
- margin-top: 16px;
- display: inline-block;
- }
- .faded {
- opacity: .5;
- }
- .qr-code {
- display: block;
- width: 100%;
- height: 380px;
- background-size: contain;
- margin: auto;
- background-repeat: no-repeat;
- }
- .btn-link, a {
- color: #2cabe3;
- text-decoration: none;
- }
- @media (pointer: coarse) {
- #side-menu > li > a:hover,
- #side-menu > li > a:focus {
- background: transparent;
- }
- }
- .fc-view-container .fc-view .fc-scroller {
- max-height: 215px !important;
- }
- .fc-view-container .fc-month-view .fc-scroller,
- .fc-view-container .fc-basicWeek-view .fc-scroller {
- max-height: 100% !important;
- height: 100% !important;
- }
- .fc-scroller .simplebar-content {
- min-height: auto !important;
- overflow-x: hidden !important;
- padding-bottom: 0px !important;
- }
- .simplebar-content {
- min-height: auto !important;
- overflow-x: auto !important;
- }
- .simplebar-scroll-content {
- margin-bottom: 0px !important;
- }
- .flexbox {
- display: flex;
- flex-wrap: wrap;
- }
- @media (min-width: 2000px) {
- .col-xl {
- -ms-flex-preferred-size: 0;
- flex-basis: 0;
- -ms-flex-positive: 1;
- flex-grow: 1;
- max-width: 100%;
- }
- .col-xl-auto {
- -ms-flex: 0 0 auto;
- flex: 0 0 auto;
- width: auto;
- max-width: none;
- }
- .col-xl-1 {
- -ms-flex: 0 0 8.333333%;
- flex: 0 0 8.333333%;
- max-width: 8.333333%;
- }
- .col-xl-2 {
- -ms-flex: 0 0 16.666667%;
- flex: 0 0 16.666667%;
- max-width: 16.666667%;
- }
- .col-xl-3 {
- -ms-flex: 0 0 25%;
- flex: 0 0 25%;
- max-width: 25%;
- }
- .col-xl-4 {
- -ms-flex: 0 0 33.333333%;
- flex: 0 0 33.333333%;
- max-width: 33.333333%;
- }
- .col-xl-5 {
- -ms-flex: 0 0 41.666667%;
- flex: 0 0 41.666667%;
- max-width: 41.666667%;
- }
- .col-xl-6 {
- -ms-flex: 0 0 50%;
- flex: 0 0 50%;
- max-width: 50%;
- }
- .col-xl-7 {
- -ms-flex: 0 0 58.333333%;
- flex: 0 0 58.333333%;
- max-width: 58.333333%;
- }
- .col-xl-8 {
- -ms-flex: 0 0 66.666667%;
- flex: 0 0 66.666667%;
- max-width: 66.666667%;
- }
- .col-xl-9 {
- -ms-flex: 0 0 75%;
- flex: 0 0 75%;
- max-width: 75%;
- }
- .col-xl-10 {
- -ms-flex: 0 0 83.333333%;
- flex: 0 0 83.333333%;
- max-width: 83.333333%;
- }
- .col-xl-11 {
- -ms-flex: 0 0 91.666667%;
- flex: 0 0 91.666667%;
- max-width: 91.666667%;
- }
- .col-xl-12 {
- -ms-flex: 0 0 100%;
- flex: 0 0 100%;
- max-width: 100%;
- }
- .order-xl-first {
- -ms-flex-order: -1;
- order: -1;
- }
- .order-xl-last {
- -ms-flex-order: 13;
- order: 13;
- }
- .order-xl-0 {
- -ms-flex-order: 0;
- order: 0;
- }
- .order-xl-1 {
- -ms-flex-order: 1;
- order: 1;
- }
- .order-xl-2 {
- -ms-flex-order: 2;
- order: 2;
- }
- .order-xl-3 {
- -ms-flex-order: 3;
- order: 3;
- }
- .order-xl-4 {
- -ms-flex-order: 4;
- order: 4;
- }
- .order-xl-5 {
- -ms-flex-order: 5;
- order: 5;
- }
- .order-xl-6 {
- -ms-flex-order: 6;
- order: 6;
- }
- .order-xl-7 {
- -ms-flex-order: 7;
- order: 7;
- }
- .order-xl-8 {
- -ms-flex-order: 8;
- order: 8;
- }
- .order-xl-9 {
- -ms-flex-order: 9;
- order: 9;
- }
- .order-xl-10 {
- -ms-flex-order: 10;
- order: 10;
- }
- .order-xl-11 {
- -ms-flex-order: 11;
- order: 11;
- }
- .order-xl-12 {
- -ms-flex-order: 12;
- order: 12;
- }
- .offset-xl-0 {
- margin-left: 0;
- }
- .offset-xl-1 {
- margin-left: 8.333333%;
- }
- .offset-xl-2 {
- margin-left: 16.666667%;
- }
- .offset-xl-3 {
- margin-left: 25%;
- }
- .offset-xl-4 {
- margin-left: 33.333333%;
- }
- .offset-xl-5 {
- margin-left: 41.666667%;
- }
- .offset-xl-6 {
- margin-left: 50%;
- }
- .offset-xl-7 {
- margin-left: 58.333333%;
- }
- .offset-xl-8 {
- margin-left: 66.666667%;
- }
- .offset-xl-9 {
- margin-left: 75%;
- }
- .offset-xl-10 {
- margin-left: 83.333333%;
- }
- .offset-xl-11 {
- margin-left: 91.666667%;
- }
- }
|