123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552 |
- :root {
- --main-modal-background: #fafafa;
- --appbar-height: 32px;
- }
- body {
- background-color: white;
- overflow-x: hidden;
- }
- input{
- color: black;
- }
- td{
- text-align: left;
- padding-left: 12px;
- }
- th{
- text-align: left;
- padding-left: 12px;
- }
- p, td.breakline{
- word-break: break-word;
- }
- .settings_switch{
- margin: 14px 0px;
- vertical-align: middle;
- display: flex;
- }
- .settings_switch > span{
- width: calc(100% - 68px);
- display: inline-block;
- }
- .settings_switch > label{
- display: inline-block;
- vertical-align: middle;
- }
- .remove-margin{
- margin:0px;
- padding-bottom: 3px;
- }
- .secondary-text{
- opacity: 0.75;
- }
- .path-example{
- opacity: 0.75;
- margin:0px;
- margin-bottom: 12px;
- }
- hr{
- opacity: 0.5;
- }
- #modal_login {
- background-color: #f5f5f5;
- }
- #modal_login_autologin{
- line-height: 36px;
- }
- *:focus{
- outline-color: #3f51b5;
- }
- .resize-padding{
- -webkit-app-region: no-drag !important;
- margin:0px;
- }
- .btn-input{
- height: 43px;
- line-height: 43px;
- font-size: 15px;
- padding: 0 28px;
- margin: 0px;
- }
- #title-bar {
- -webkit-user-select: none;
- -webkit-app-region: drag;
- overflow: hidden !important;
- position: fixed;
- width: 100%;
- left: 0;
- top: 0;
- right: 0;
- z-index: 99;
- height: 32px;
- line-height: 32px;
- padding: 0;
- margin: 0;
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
- background: rgba(0, 0, 0, 0.25);
- }
- #title-bar #title {
- position: absolute;
- top: 0px;
- left: 6px;
- color: #fff;
- }
- #title-bar #title-bar-btns {
- -webkit-user-select: none;
- -webkit-app-region: no-drag;
- position: absolute;
- top: 0px;
- right: 6px;
- }
- #title-bar #title-bar-btns button {
- line-height: 0px;
- height: 32px;
- background-color: transparent;
- border: none;
- color: #F1F1F1;
- font-size: 14px;
- padding: 0 3px;
- -webkit-transition: 0.2s;
- -o-transition: 0.2s;
- transition: 0.2s;
- }
- #title-bar #title-bar-btns button:hover {
- background: rgba(255, 255, 255, 0.1);
- }
- #title-bar #title-bar-btns {
- right: 0px !important;
- }
- #title-bar #title-bar-btns i {
- font-size: 20px;
- padding: 0 10px;
- }
- .modal-custom-header > .modal-content{
- padding: 0px !important;
- }
- .modal-container{
- padding: 8px 24px;
- }
- .trackList-header{
- background-position: 0% 35%;
- background-size: cover;
- padding: 220px 24px 8px;
- }
- .valignicon{
- vertical-align: middle !important;
- }
- #slide-out .background{
- background: rgb(184,53,106);
- background: linear-gradient(150deg, rgba(240,161,0,1) 0%, rgba(184,53,106,1) 25%, rgba(91,43,137,1) 50%, rgba(46,85,206,1) 75%, rgba(68,188,103,1) 100%);
- background: linear-gradient(150deg, rgba(240,161,0,0.80) 0%, rgba(184,53,106,0.80) 25%, rgba(91,43,137,0.80) 50%, rgba(46,85,206,0.80) 75%, rgba(68,188,103,0.80) 100%), url("../img/bg.jpg");
- -webkit-background-size: cover;
- background-size: cover;
- overflow: hidden;
- }
- #main_icon{
- position: absolute;
- margin-top: 32px;
- top: 58px;
- left: calc(50% - 37.5px);
- width: 75px;
- height: 75px;
- z-index: 1;
- }
- nav {
- background: rgb(184,53,106);
- background: linear-gradient(150deg, rgba(240,161,0,1) 0%, rgba(184,53,106,1) 25%, rgba(91,43,137,1) 50%, rgba(46,85,206,1) 75%, rgba(68,188,103,1) 100%);
- background: linear-gradient(150deg, rgba(240,161,0,0.85) 0%, rgba(184,53,106,0.85) 25%, rgba(91,43,137,0.85) 50%, rgba(46,85,206,0.85) 75%, rgba(68,188,103,0.85) 100%), url("../img/bg.jpg");
- -webkit-background-size: cover;
- background-size: cover;
- overflow: auto;
- position: relative;
- height: auto;
- top: -1px;
- padding-top: 32px;
- padding-bottom: 60px;
- clip-path: polygon(0 0, 0 60%, 100% 100%, 100% 0);
- width: 100%;
- }
- .deezloader-black{
- background-color: #23232c;
- }
- /* The Modal (background) */
- .smallmodal {
- display: none; /* Hidden by default */
- position: fixed; /* Stay in place */
- z-index: 1250; /* Sit on top */
- left: 0;
- top: 0;
- width: 100%; /* Full width */
- height: 100%; /* Full height */
- overflow: auto; /* Enable scroll if needed */
- background-color: rgb(0,0,0); /* Fallback color */
- background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
- animation-duration: 0.3s;
- }
- /* Modal Content */
- .smallmodal-content {
- background-color: none;
- margin: auto;
- width: 30%;
- align-items: center;
- position: relative;
- top: 50%;
- transform: translateY(-50%);
- }
- .smallmodal-content .btn{
- width: 100%;
- margin-bottom: 8px;
- }
- /* Link Analyzer*/
- .link_analyzer_info{
- display: flex;
- padding-top: 16px;
- }
- .link_analyzer_maininfo{
- display: inline;
- padding-left: 16px;
- width: 100%;
- }
- .link_analyzer_sideinfo{
- width: 250px;
- min-width: 250px;
- display: inline-block;
- }
- #page_footer{
- background-color: #f5f5f5;
- color: #000000;
- }
- #page_footer p{
- opacity: 0.75;
- }
- @media only screen and (max-width: 992px) {
- #nav-mobile .left{
- margin-right: 0px;
- }
- .smallmodal-content{
- width: 50%
- }
- }
- @media only screen and (max-width: 600px) {
- nav {
- padding-top: 32px;
- padding-bottom: 0px;
- }
- .container{
- margin: auto 0px;
- width: 100%
- }
- .modal{
- width: 100%;
- margin: 0px;
- max-height: calc(100% - var(--appbar-height));
- height: 100% !important;
- top: var(--appbar-height) !important;
- }
- .smallmodal-content{
- width: 90%;
- }
- #main_icon{
- top: 4px;
- left: calc(50% - 25px);
- width: 50px;
- height: 50px;
- }
- .btn{
- padding-left: 16px;
- padding-right: 16px;
- }
- #modal_login_btn_signup, #modal_login_btn_login{
- margin-top: 8px;
- }
- #link_analyzer_song_maininfo{
- padding: 0px 8px;
- }
- .link_analyzer_maininfo{
- padding: 0px 8px;
- }
- }
- nav .brand-logo{
- margin-left: 24px;
- }
- nav .description {
- font-size: 20px;
- font-weight: 300;
- padding: 8px 0;
- margin: 0px;
- padding-bottom: 20px;
- }
- nav .description:after {
- content: "";
- display: block;
- width: 20%;
- position: relative;
- height: 2px;
- background-color: #fff;
- text-align: center;
- margin: 0 auto;
- top: 16px;
- margin-bottom: 24px;
- }
- nav .brand-logo.left{
- margin-left: 45px;
- }
- .nav-content{
- background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
- height: auto;
- }
- .container {
- margin-top: 12px;
- margin-bottom: 50px;
- }
- #tab-nav {
- padding-left: 8px;
- padding-right: 8px;
- }
- #main-content{
- margin-top: 12px;
- }
- .inline-input-group {
- width: 100%;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- overflow: hidden;
- -webkit-box-pack: start;
- -webkit-justify-content: flex-start;
- justify-content: flex-start;
- -webkit-align-content: space-between;
- align-content: space-between;
- }
- .inline-input-group>* {
- margin-left: 5px !important;
- margin-right: 5px !important;
- }
- .loadingTab tr{
- background-color: transparent !important;
- }
- ::-webkit-scrollbar {
- height: 4px;
- width: 10px;
- }
- ::-webkit-scrollbar-track {
- background: #fafafa;
- }
- ::-webkit-scrollbar-thumb {
- -webkit-border-radius: 5px;
- border-radius: 5px;
- background: #4373E8;
- }
- body::-webkit-scrollbar {
- width: 10px;
- }
- body::-webkit-scrollbar-track {
- background: #ffffff;
- }
- body::-webkit-scrollbar-thumb {
- background: #4373E8;
- }
- footer.page-footer{
- width: 100%;
- bottom:0;
- position: fixed;
- left: 0;
- height: 50px;
- padding-left: 12px;
- z-index: 99;
- padding-top: 0;
- color: rgba(255,255,255,0.7);
- clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 75%);
- }
- a.single-cover {
- position: relative;
- display: inline-block;
- }
- .preview_controls {
- opacity: 0;
- display: block;
- background: rgba(0, 0, 0, .5);
- width: 56px;
- height: 56px;
- text-align: center;
- line-height: 56px;
- position: absolute;
- border-radius: 5px;
- top: 0;
- right: 0;
- }
- .rounded{
- border-radius: 5px;
- }
- input, button, textarea, :focus {
- outline: none; /* You should add some other style for :focus to help UX/a11y */
- }
- a:not([draggable=true]), img:not([draggable=true]) {
- -webkit-user-drag: none;
- user-drag: none; /* Technically not supported in Electron yet */
- }
- a[href^="http://"],
- a[href^="https://"],
- a[href^="ftp://"] {
- -webkit-user-drag: auto;
- -webkit-touch-callout: none;
- user-drag: auto; /* Technically not supported in Electron yet */
- }
- .preview_playlist_controls{
- cursor:pointer;
- }
- .toast{
- justify-content: normal !important;
- }
- .brand-logo{
- margin-left: 0px !important;
- }
- .btn{
- overflow: hidden;
- }
- .resultLink{
- cursor:pointer;
- text-decoration: underline;
- }
- input[type=search]::-webkit-search-cancel-button {
- -webkit-appearance: none;
- height: 18px;
- width: 18px;
- background: #AAAAAA;
- -webkit-mask-image: url("../img/cancel.svg");
- mask-image: url("../img/cancel.svg");
- }
- .handlink{
- cursor: pointer;
- }
- .download_object{
- border-bottom: 0px;
- }
- .download_object td{
- padding-bottom: 2px;
- }
- .download_bar td{
- display: table-cell;
- padding: 0px;
- width: 100%;
- }
- .download_cover{
- width: 75px;
- }
- .download_info_data{
- width: 80%;
- }
- .download_info_status{
- width: 20%;
- }
- .error-banner{
- padding: 8px;
- color: white;
- background-color: rgba(255,59,48,0.75);
- text-align: center;
- position:relative;
- }
- .close-banner{
- position:absolute;
- top:0;
- right:0;
- }
- .error-banner button {
- line-height: 0px;
- height: 32px;
- background-color: transparent;
- border: none;
- color: #F1F1F1;
- font-size: 14px;
- padding: 0 3px;
- -webkit-transition: 0.2s;
- -o-transition: 0.2s;
- transition: 0.2s;
- }
- .error-banner button:hover {
- background: rgba(255, 255, 255, 0.1);
- }
- td.sortable{
- -webkit-user-select: none;
- user-select: none;
- }
- td.sort-asc:after {content: "\25b2";font-size: 0.7em;padding-left: 3px;line-height: 0.7em;}
- td.sort-desc:after {content: "\25bc";font-size: 0.7em;padding-left: 3px;line-height: 0.7em;}
- .fab{
- width: 56px;
- height: 56px;
- border-radius: 28px;
- display: inline-block;
- }
- .fab i{
- font-size: 24px;
- padding: 16px;
- }
- .clickable{
- cursor: pointer;
- }
|