style.css 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552
  1. :root {
  2. --main-modal-background: #fafafa;
  3. --appbar-height: 32px;
  4. }
  5. body {
  6. background-color: white;
  7. overflow-x: hidden;
  8. }
  9. input{
  10. color: black;
  11. }
  12. td{
  13. text-align: left;
  14. padding-left: 12px;
  15. }
  16. th{
  17. text-align: left;
  18. padding-left: 12px;
  19. }
  20. p, td.breakline{
  21. word-break: break-word;
  22. }
  23. .settings_switch{
  24. margin: 14px 0px;
  25. vertical-align: middle;
  26. display: flex;
  27. }
  28. .settings_switch > span{
  29. width: calc(100% - 68px);
  30. display: inline-block;
  31. }
  32. .settings_switch > label{
  33. display: inline-block;
  34. vertical-align: middle;
  35. }
  36. .remove-margin{
  37. margin:0px;
  38. padding-bottom: 3px;
  39. }
  40. .secondary-text{
  41. opacity: 0.75;
  42. }
  43. .path-example{
  44. opacity: 0.75;
  45. margin:0px;
  46. margin-bottom: 12px;
  47. }
  48. hr{
  49. opacity: 0.5;
  50. }
  51. #modal_login {
  52. background-color: #f5f5f5;
  53. }
  54. #modal_login_autologin{
  55. line-height: 36px;
  56. }
  57. *:focus{
  58. outline-color: #3f51b5;
  59. }
  60. .resize-padding{
  61. -webkit-app-region: no-drag !important;
  62. margin:0px;
  63. }
  64. .btn-input{
  65. height: 43px;
  66. line-height: 43px;
  67. font-size: 15px;
  68. padding: 0 28px;
  69. margin: 0px;
  70. }
  71. #title-bar {
  72. -webkit-user-select: none;
  73. -webkit-app-region: drag;
  74. overflow: hidden !important;
  75. position: fixed;
  76. width: 100%;
  77. left: 0;
  78. top: 0;
  79. right: 0;
  80. z-index: 99;
  81. height: 32px;
  82. line-height: 32px;
  83. padding: 0;
  84. margin: 0;
  85. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  86. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  87. background: rgba(0, 0, 0, 0.25);
  88. }
  89. #title-bar #title {
  90. position: absolute;
  91. top: 0px;
  92. left: 6px;
  93. color: #fff;
  94. }
  95. #title-bar #title-bar-btns {
  96. -webkit-user-select: none;
  97. -webkit-app-region: no-drag;
  98. position: absolute;
  99. top: 0px;
  100. right: 6px;
  101. }
  102. #title-bar #title-bar-btns button {
  103. line-height: 0px;
  104. height: 32px;
  105. background-color: transparent;
  106. border: none;
  107. color: #F1F1F1;
  108. font-size: 14px;
  109. padding: 0 3px;
  110. -webkit-transition: 0.2s;
  111. -o-transition: 0.2s;
  112. transition: 0.2s;
  113. }
  114. #title-bar #title-bar-btns button:hover {
  115. background: rgba(255, 255, 255, 0.1);
  116. }
  117. #title-bar #title-bar-btns {
  118. right: 0px !important;
  119. }
  120. #title-bar #title-bar-btns i {
  121. font-size: 20px;
  122. padding: 0 10px;
  123. }
  124. .modal-custom-header > .modal-content{
  125. padding: 0px !important;
  126. }
  127. .modal-container{
  128. padding: 8px 24px;
  129. }
  130. .trackList-header{
  131. background-position: 0% 35%;
  132. background-size: cover;
  133. padding: 220px 24px 8px;
  134. }
  135. .valignicon{
  136. vertical-align: middle !important;
  137. }
  138. #slide-out .background{
  139. background: rgb(184,53,106);
  140. 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%);
  141. 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");
  142. -webkit-background-size: cover;
  143. background-size: cover;
  144. overflow: hidden;
  145. }
  146. #main_icon{
  147. position: absolute;
  148. margin-top: 32px;
  149. top: 58px;
  150. left: calc(50% - 37.5px);
  151. width: 75px;
  152. height: 75px;
  153. z-index: 1;
  154. }
  155. nav {
  156. background: rgb(184,53,106);
  157. 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%);
  158. 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");
  159. -webkit-background-size: cover;
  160. background-size: cover;
  161. overflow: auto;
  162. position: relative;
  163. height: auto;
  164. top: -1px;
  165. padding-top: 32px;
  166. padding-bottom: 60px;
  167. clip-path: polygon(0 0, 0 60%, 100% 100%, 100% 0);
  168. width: 100%;
  169. }
  170. .deezloader-black{
  171. background-color: #23232c;
  172. }
  173. /* The Modal (background) */
  174. .smallmodal {
  175. display: none; /* Hidden by default */
  176. position: fixed; /* Stay in place */
  177. z-index: 1250; /* Sit on top */
  178. left: 0;
  179. top: 0;
  180. width: 100%; /* Full width */
  181. height: 100%; /* Full height */
  182. overflow: auto; /* Enable scroll if needed */
  183. background-color: rgb(0,0,0); /* Fallback color */
  184. background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  185. animation-duration: 0.3s;
  186. }
  187. /* Modal Content */
  188. .smallmodal-content {
  189. background-color: none;
  190. margin: auto;
  191. width: 30%;
  192. align-items: center;
  193. position: relative;
  194. top: 50%;
  195. transform: translateY(-50%);
  196. }
  197. .smallmodal-content .btn{
  198. width: 100%;
  199. margin-bottom: 8px;
  200. }
  201. /* Link Analyzer*/
  202. .link_analyzer_info{
  203. display: flex;
  204. padding-top: 16px;
  205. }
  206. .link_analyzer_maininfo{
  207. display: inline;
  208. padding-left: 16px;
  209. width: 100%;
  210. }
  211. .link_analyzer_sideinfo{
  212. width: 250px;
  213. min-width: 250px;
  214. display: inline-block;
  215. }
  216. #page_footer{
  217. background-color: #f5f5f5;
  218. color: #000000;
  219. }
  220. #page_footer p{
  221. opacity: 0.75;
  222. }
  223. @media only screen and (max-width: 992px) {
  224. #nav-mobile .left{
  225. margin-right: 0px;
  226. }
  227. .smallmodal-content{
  228. width: 50%
  229. }
  230. }
  231. @media only screen and (max-width: 600px) {
  232. nav {
  233. padding-top: 32px;
  234. padding-bottom: 0px;
  235. }
  236. .container{
  237. margin: auto 0px;
  238. width: 100%
  239. }
  240. .modal{
  241. width: 100%;
  242. margin: 0px;
  243. max-height: calc(100% - var(--appbar-height));
  244. height: 100% !important;
  245. top: var(--appbar-height) !important;
  246. }
  247. .smallmodal-content{
  248. width: 90%;
  249. }
  250. #main_icon{
  251. top: 4px;
  252. left: calc(50% - 25px);
  253. width: 50px;
  254. height: 50px;
  255. }
  256. .btn{
  257. padding-left: 16px;
  258. padding-right: 16px;
  259. }
  260. #modal_login_btn_signup, #modal_login_btn_login{
  261. margin-top: 8px;
  262. }
  263. #link_analyzer_song_maininfo{
  264. padding: 0px 8px;
  265. }
  266. .link_analyzer_maininfo{
  267. padding: 0px 8px;
  268. }
  269. }
  270. nav .brand-logo{
  271. margin-left: 24px;
  272. }
  273. nav .description {
  274. font-size: 20px;
  275. font-weight: 300;
  276. padding: 8px 0;
  277. margin: 0px;
  278. padding-bottom: 20px;
  279. }
  280. nav .description:after {
  281. content: "";
  282. display: block;
  283. width: 20%;
  284. position: relative;
  285. height: 2px;
  286. background-color: #fff;
  287. text-align: center;
  288. margin: 0 auto;
  289. top: 16px;
  290. margin-bottom: 24px;
  291. }
  292. nav .brand-logo.left{
  293. margin-left: 45px;
  294. }
  295. .nav-content{
  296. background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
  297. height: auto;
  298. }
  299. .container {
  300. margin-top: 12px;
  301. margin-bottom: 50px;
  302. }
  303. #tab-nav {
  304. padding-left: 8px;
  305. padding-right: 8px;
  306. }
  307. #main-content{
  308. margin-top: 12px;
  309. }
  310. .inline-input-group {
  311. width: 100%;
  312. display: -webkit-box;
  313. display: -webkit-flex;
  314. display: flex;
  315. overflow: hidden;
  316. -webkit-box-pack: start;
  317. -webkit-justify-content: flex-start;
  318. justify-content: flex-start;
  319. -webkit-align-content: space-between;
  320. align-content: space-between;
  321. }
  322. .inline-input-group>* {
  323. margin-left: 5px !important;
  324. margin-right: 5px !important;
  325. }
  326. .loadingTab tr{
  327. background-color: transparent !important;
  328. }
  329. ::-webkit-scrollbar {
  330. height: 4px;
  331. width: 10px;
  332. }
  333. ::-webkit-scrollbar-track {
  334. background: #fafafa;
  335. }
  336. ::-webkit-scrollbar-thumb {
  337. -webkit-border-radius: 5px;
  338. border-radius: 5px;
  339. background: #4373E8;
  340. }
  341. body::-webkit-scrollbar {
  342. width: 10px;
  343. }
  344. body::-webkit-scrollbar-track {
  345. background: #ffffff;
  346. }
  347. body::-webkit-scrollbar-thumb {
  348. background: #4373E8;
  349. }
  350. footer.page-footer{
  351. width: 100%;
  352. bottom:0;
  353. position: fixed;
  354. left: 0;
  355. height: 50px;
  356. padding-left: 12px;
  357. z-index: 99;
  358. padding-top: 0;
  359. color: rgba(255,255,255,0.7);
  360. clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 75%);
  361. }
  362. a.single-cover {
  363. position: relative;
  364. display: inline-block;
  365. }
  366. .preview_controls {
  367. opacity: 0;
  368. display: block;
  369. background: rgba(0, 0, 0, .5);
  370. width: 56px;
  371. height: 56px;
  372. text-align: center;
  373. line-height: 56px;
  374. position: absolute;
  375. border-radius: 5px;
  376. top: 0;
  377. right: 0;
  378. }
  379. .rounded{
  380. border-radius: 5px;
  381. }
  382. input, button, textarea, :focus {
  383. outline: none; /* You should add some other style for :focus to help UX/a11y */
  384. }
  385. a:not([draggable=true]), img:not([draggable=true]) {
  386. -webkit-user-drag: none;
  387. user-drag: none; /* Technically not supported in Electron yet */
  388. }
  389. a[href^="http://"],
  390. a[href^="https://"],
  391. a[href^="ftp://"] {
  392. -webkit-user-drag: auto;
  393. -webkit-touch-callout: none;
  394. user-drag: auto; /* Technically not supported in Electron yet */
  395. }
  396. .preview_playlist_controls{
  397. cursor:pointer;
  398. }
  399. .toast{
  400. justify-content: normal !important;
  401. }
  402. .brand-logo{
  403. margin-left: 0px !important;
  404. }
  405. .btn{
  406. overflow: hidden;
  407. }
  408. .resultLink{
  409. cursor:pointer;
  410. text-decoration: underline;
  411. }
  412. input[type=search]::-webkit-search-cancel-button {
  413. -webkit-appearance: none;
  414. height: 18px;
  415. width: 18px;
  416. background: #AAAAAA;
  417. -webkit-mask-image: url("../img/cancel.svg");
  418. mask-image: url("../img/cancel.svg");
  419. }
  420. .handlink{
  421. cursor: pointer;
  422. }
  423. .download_object{
  424. border-bottom: 0px;
  425. }
  426. .download_object td{
  427. padding-bottom: 2px;
  428. }
  429. .download_bar td{
  430. display: table-cell;
  431. padding: 0px;
  432. width: 100%;
  433. }
  434. .download_cover{
  435. width: 75px;
  436. }
  437. .download_info_data{
  438. width: 80%;
  439. }
  440. .download_info_status{
  441. width: 20%;
  442. }
  443. .error-banner{
  444. padding: 8px;
  445. color: white;
  446. background-color: rgba(255,59,48,0.75);
  447. text-align: center;
  448. position:relative;
  449. }
  450. .close-banner{
  451. position:absolute;
  452. top:0;
  453. right:0;
  454. }
  455. .error-banner button {
  456. line-height: 0px;
  457. height: 32px;
  458. background-color: transparent;
  459. border: none;
  460. color: #F1F1F1;
  461. font-size: 14px;
  462. padding: 0 3px;
  463. -webkit-transition: 0.2s;
  464. -o-transition: 0.2s;
  465. transition: 0.2s;
  466. }
  467. .error-banner button:hover {
  468. background: rgba(255, 255, 255, 0.1);
  469. }
  470. td.sortable{
  471. -webkit-user-select: none;
  472. user-select: none;
  473. }
  474. td.sort-asc:after {content: "\25b2";font-size: 0.7em;padding-left: 3px;line-height: 0.7em;}
  475. td.sort-desc:after {content: "\25bc";font-size: 0.7em;padding-left: 3px;line-height: 0.7em;}
  476. .fab{
  477. width: 56px;
  478. height: 56px;
  479. border-radius: 28px;
  480. display: inline-block;
  481. }
  482. .fab i{
  483. font-size: 24px;
  484. padding: 16px;
  485. }
  486. .clickable{
  487. cursor: pointer;
  488. }