app.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068
  1. @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300);
  2. /*!
  3. * Slider for Bootstrap
  4. *
  5. * Copyright 2012 Stefan Petre
  6. * Licensed under the Apache License v2.0
  7. * http://www.apache.org/licenses/LICENSE-2.0
  8. *
  9. */
  10. .slider {
  11. display: inline-block;
  12. vertical-align: middle;
  13. position: relative;
  14. }
  15. .slider.slider-horizontal {
  16. width: 210px;
  17. height: 20px;
  18. }
  19. .slider.slider-horizontal .slider-track {
  20. height: 10px;
  21. width: 100%;
  22. margin-top: -5px;
  23. top: 50%;
  24. left: 0;
  25. }
  26. .slider.slider-horizontal .slider-selection {
  27. height: 100%;
  28. top: 0;
  29. bottom: 0;
  30. }
  31. .slider.slider-horizontal .slider-handle {
  32. margin-left: -10px;
  33. margin-top: -5px;
  34. }
  35. .slider.slider-horizontal .slider-handle.triangle {
  36. border-width: 0 10px 10px 10px;
  37. width: 0;
  38. height: 0;
  39. border-bottom-color: #0480be;
  40. margin-top: 0;
  41. }
  42. .slider.slider-vertical {
  43. height: 210px;
  44. width: 20px;
  45. }
  46. .slider.slider-vertical .slider-track {
  47. width: 10px;
  48. height: 100%;
  49. margin-left: -5px;
  50. left: 50%;
  51. top: 0;
  52. }
  53. .slider.slider-vertical .slider-selection {
  54. width: 100%;
  55. left: 0;
  56. top: 0;
  57. bottom: 0;
  58. }
  59. .slider.slider-vertical .slider-handle {
  60. margin-left: -5px;
  61. margin-top: -10px;
  62. }
  63. .slider.slider-vertical .slider-handle.triangle {
  64. border-width: 10px 0 10px 10px;
  65. width: 1px;
  66. height: 1px;
  67. border-left-color: #0480be;
  68. margin-left: 0;
  69. }
  70. .slider input {
  71. display: none;
  72. }
  73. .slider .tooltip-inner {
  74. white-space: nowrap;
  75. }
  76. .slider-track {
  77. position: absolute;
  78. cursor: pointer;
  79. background-color: #f7f7f7;
  80. background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  81. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  82. background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  83. background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  84. background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  85. background-repeat: repeat-x;
  86. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  87. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  88. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  89. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  90. -webkit-border-radius: 4px;
  91. -moz-border-radius: 4px;
  92. border-radius: 4px;
  93. }
  94. .slider-selection {
  95. position: absolute;
  96. background-color: #f7f7f7;
  97. background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
  98. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
  99. background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
  100. background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
  101. background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  102. background-repeat: repeat-x;
  103. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  104. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  105. -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  106. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  107. -webkit-box-sizing: border-box;
  108. -moz-box-sizing: border-box;
  109. box-sizing: border-box;
  110. -webkit-border-radius: 4px;
  111. -moz-border-radius: 4px;
  112. border-radius: 4px;
  113. }
  114. .slider-handle {
  115. position: absolute;
  116. width: 20px;
  117. height: 20px;
  118. background-color: #0e90d2;
  119. background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  120. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  121. background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  122. background-image: -o-linear-gradient(top, #149bdf, #0480be);
  123. background-image: linear-gradient(to bottom, #149bdf, #0480be);
  124. background-repeat: repeat-x;
  125. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  126. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  127. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  128. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  129. opacity: 0.8;
  130. border: 0px solid transparent;
  131. }
  132. .slider-handle.round {
  133. -webkit-border-radius: 20px;
  134. -moz-border-radius: 20px;
  135. border-radius: 20px;
  136. }
  137. .slider-handle.triangle {
  138. background: transparent none;
  139. }
  140. /*
  141. * End of slider css
  142. */
  143. * {
  144. box-sizing: border-box;
  145. margin: 0;
  146. padding: 0;
  147. font-weight: 300;
  148. }
  149. html, body {
  150. height: 100%;
  151. }
  152. body {
  153. font-family: 'Source Sans Pro', sans-serif;
  154. font-weight: 300;
  155. }
  156. body ::-webkit-input-placeholder {
  157. /* WebKit browsers */
  158. font-family: 'Source Sans Pro', sans-serif;
  159. font-weight: 300;
  160. }
  161. body :-moz-placeholder {
  162. /* Mozilla Firefox 4 to 18 */
  163. font-family: 'Source Sans Pro', sans-serif;
  164. opacity: 1;
  165. font-weight: 300;
  166. }
  167. body ::-moz-placeholder {
  168. /* Mozilla Firefox 19+ */
  169. font-family: 'Source Sans Pro', sans-serif;
  170. opacity: 1;
  171. font-weight: 300;
  172. }
  173. body :-ms-input-placeholder {
  174. /* Internet Explorer 10+ */
  175. font-family: 'Source Sans Pro', sans-serif;
  176. font-weight: 300;
  177. }
  178. ul {
  179. list-style: none;
  180. }
  181. .navbar {
  182. background-color: transparent;
  183. border: none;
  184. }
  185. .navbar a {
  186. color: white !important;
  187. font-size: 1.3em;
  188. }
  189. .navbar-default .navbar-nav > .active > a,
  190. .navbar-default .navbar-nav > .active > a:hover,
  191. .navbar-default .navbar-nav > .active > a:focus {
  192. background-color: transparent;
  193. font-weight: 900;
  194. }
  195. .homepage {
  196. background: #50a3a2;
  197. background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  198. background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
  199. /*top: 20%;*/
  200. width: 100%;
  201. overflow-x: hidden;
  202. overflow-y: auto;
  203. /*padding-bottom: 60px;*/
  204. min-height: 100%;
  205. height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
  206. height: 100%;
  207. margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
  208. }
  209. .landing {
  210. background: #50a3a2;
  211. background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  212. background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
  213. position: absolute;
  214. /*top: 20%;*/
  215. left: 0;
  216. width: 100%;
  217. height: 100%; /*400px*/
  218. /*margin-top: -200px;*/
  219. overflow-x: hidden;
  220. overflow-y: auto;
  221. }
  222. .container {
  223. max-width: 600px;
  224. margin: 0 auto;
  225. padding: 80px 0;
  226. height: 400px;
  227. text-align: center;
  228. }
  229. .container h1 {
  230. font-size: 40px;
  231. color: white;
  232. -webkit-transition-duration: 1s;
  233. transition-duration: 1s;
  234. -webkit-transition-timing-function: ease-in-put;
  235. transition-timing-function: ease-in-put;
  236. font-weight: 200;
  237. }
  238. .container p {
  239. font-size: 10px;
  240. color: white;
  241. -webkit-transition-duration: 1s;
  242. transition-duration: 1s;
  243. -webkit-transition-timing-function: ease-in-put;
  244. transition-timing-function: ease-in-put;
  245. font-weight: 200;
  246. }
  247. form {
  248. padding: 20px 0;
  249. position: relative;
  250. z-index: 2;
  251. }
  252. form input, .croom {
  253. -webkit-appearance: none;
  254. -moz-appearance: none;
  255. appearance: none;
  256. outline: 0;
  257. border: 1px solid rgba(255, 255, 255, 0.4);
  258. background-color: rgba(255, 255, 255, 0.2);
  259. width: 304px;
  260. border-radius: 3px;
  261. padding: 10px 15px;
  262. margin: 0 auto 10px auto;
  263. display: block;
  264. text-align: center;
  265. font-size: 18px;
  266. color: white;
  267. -webkit-transition-duration: 0.25s;
  268. transition-duration: 0.25s;
  269. font-weight: 300;
  270. }
  271. form input:hover {
  272. background-color: rgba(255, 255, 255, 0.4);
  273. }
  274. form input:focus {
  275. /*opacity: 0.4;*/
  276. width: 354px;
  277. color: white;
  278. }
  279. .g-recaptcha {
  280. -webkit-appearance: none;
  281. -moz-appearance: none;
  282. appearance: none;
  283. outline: 0;
  284. width: 304px;
  285. margin: 0 auto 10px auto;
  286. display: block;
  287. text-align: center;
  288. font-size: 18px;
  289. color: white;
  290. -webkit-transition-duration: 0.25s;
  291. transition-duration: 0.25s;
  292. font-weight: 300;
  293. }
  294. form button {
  295. -webkit-appearance: none;
  296. -moz-appearance: none;
  297. appearance: none;
  298. outline: 0;
  299. background-color: white;
  300. border: 0;
  301. padding: 10px 15px;
  302. color: #53e3a6;
  303. border-radius: 3px;
  304. width: 304px;
  305. cursor: pointer;
  306. font-size: 18px;
  307. -webkit-transition-duration: 0.25s;
  308. transition-duration: 0.25s;
  309. }
  310. ::-webkit-input-placeholder {
  311. color: white;
  312. }
  313. ::-moz-placeholder {
  314. /* Firefox 19+ */
  315. color: white;
  316. }
  317. :-ms-input-placeholder {
  318. color: white;
  319. }
  320. form button:hover {
  321. background-color: #f5f7f9;
  322. }
  323. .bg-bubbles {
  324. top: 0;
  325. left: 0;
  326. width: 100%;
  327. height: 100%;
  328. position: absolute;
  329. z-index: 1;
  330. margin: 0px;
  331. pointer-events: none;
  332. }
  333. .bg-bubbles li {
  334. position: absolute;
  335. list-style: none;
  336. display: block;
  337. width: 40px;
  338. height: 40px;
  339. border-radius: 100px;
  340. background-color: rgba(255, 255, 255, 0.15);
  341. bottom: 0px;
  342. -webkit-animation: square 25s infinite;
  343. animation: square 25s infinite;
  344. -webkit-transition-timing-function: linear;
  345. transition-timing-function: linear;
  346. }
  347. .bg-bubbles li:nth-child(1) {
  348. left: 10%;
  349. }
  350. .bg-bubbles li:nth-child(2) {
  351. left: 20%;
  352. width: 80px;
  353. height: 80px;
  354. -webkit-animation-delay: 2s;
  355. animation-delay: 2s;
  356. -webkit-animation-duration: 17s;
  357. animation-duration: 17s;
  358. }
  359. .bg-bubbles li:nth-child(3) {
  360. left: 25%;
  361. -webkit-animation-delay: 4s;
  362. animation-delay: 4s;
  363. }
  364. .bg-bubbles li:nth-child(4) {
  365. left: 40%;
  366. width: 60px;
  367. height: 60px;
  368. -webkit-animation-duration: 22s;
  369. animation-duration: 22s;
  370. background-color: rgba(255, 255, 255, 0.25);
  371. }
  372. .bg-bubbles li:nth-child(5) {
  373. left: 70%;
  374. }
  375. .bg-bubbles li:nth-child(6) {
  376. left: 80%;
  377. width: 120px;
  378. height: 120px;
  379. -webkit-animation-delay: 3s;
  380. animation-delay: 3s;
  381. background-color: rgba(255, 255, 255, 0.2);
  382. }
  383. .bg-bubbles li:nth-child(7) {
  384. left: 32%;
  385. width: 160px;
  386. height: 160px;
  387. -webkit-animation-delay: 7s;
  388. animation-delay: 7s;
  389. }
  390. .bg-bubbles li:nth-child(8) {
  391. left: 55%;
  392. width: 20px;
  393. height: 20px;
  394. -webkit-animation-delay: 15s;
  395. animation-delay: 15s;
  396. -webkit-animation-duration: 40s;
  397. animation-duration: 40s;
  398. }
  399. .bg-bubbles li:nth-child(9) {
  400. left: 25%;
  401. width: 10px;
  402. height: 10px;
  403. -webkit-animation-delay: 2s;
  404. animation-delay: 2s;
  405. -webkit-animation-duration: 40s;
  406. animation-duration: 40s;
  407. background-color: rgba(255, 255, 255, 0.3);
  408. }
  409. .bg-bubbles li:nth-child(10) {
  410. left: 80%;
  411. width: 160px;
  412. height: 160px;
  413. -webkit-animation-delay: 11s;
  414. animation-delay: 11s;
  415. }
  416. /*Tablet view fix*/
  417. @media (max-width: 768px){
  418. #station-main nav h3{
  419. margin-left: 20% !important;
  420. }
  421. .bg-bubbles li:nth-child(10) {
  422. display: none;
  423. }
  424. #song-media{
  425. margin-left: 0;
  426. }
  427. .col-md-4{
  428. margin: 15px auto;
  429. width: 200px;
  430. }
  431. #settings{
  432. margin: 0 auto !important;
  433. width: 300px !important;
  434. margin-bottom: 100px !important;
  435. }
  436. #side-panel{
  437. display: none;
  438. }
  439. }
  440. /*-----*/
  441. @-webkit-keyframes square {
  442. 0% {
  443. -webkit-transform: translateY(0);
  444. transform: translateY(0);
  445. }
  446. 100% {
  447. -webkit-transform: translateY(-700px) rotate(600deg);
  448. transform: translateY(-700px) rotate(600deg);
  449. }
  450. }
  451. @keyframes square {
  452. 0% {
  453. -webkit-transform: translateY(0);
  454. transform: translateY(0);
  455. }
  456. 100% {
  457. -webkit-transform: translateY(-700px) rotate(600deg);
  458. transform: translateY(-700px) rotate(600deg);
  459. }
  460. }
  461. .fa-github {
  462. margin-top: 3px;
  463. }
  464. #github-login {
  465. background-color: #999;
  466. margin-bottom: 100px;
  467. }
  468. .btn-social {
  469. -webkit-appearance: none;
  470. -moz-appearance: none;
  471. appearance: none;
  472. outline: 0;
  473. border: 0;
  474. padding: 10px 15px;
  475. border-radius: 3px;
  476. width: 304px;
  477. cursor: pointer;
  478. font-size: 18px;
  479. color: #fff;
  480. }
  481. footer {
  482. text-align: center;
  483. width: 100%;
  484. height: 60px;
  485. margin-top: 75px;
  486. color: white;
  487. padding-top: 5px;
  488. }
  489. .push {
  490. height: 60px; /* .push must be the same height as .footer */
  491. }
  492. footer a {
  493. color: white;
  494. }
  495. footer a:hover {
  496. color: white;
  497. }
  498. footer p {
  499. margin: 0 !important;
  500. }
  501. footer .fa {
  502. font-size: 2em;
  503. }
  504. .button-nowidth {
  505. -webkit-appearance: none;
  506. -moz-appearance: none;
  507. appearance: none;
  508. outline: 0;
  509. background-color: white;
  510. border: 0;
  511. padding: 10px 15px;
  512. color: #53e3a6;
  513. border-radius: 3px;
  514. cursor: pointer;
  515. font-size: 18px;
  516. -webkit-transition-duration: 0.25s;
  517. transition-duration: 0.25s;
  518. }
  519. .button-nowidth:hover {
  520. background-color: #f5f7f9;
  521. }
  522. .button {
  523. -webkit-appearance: none;
  524. -moz-appearance: none;
  525. appearance: none;
  526. outline: 0;
  527. background-color: white;
  528. border: 0;
  529. padding: 10px 15px;
  530. color: #53e3a6;
  531. border-radius: 3px;
  532. width: 304px;
  533. cursor: pointer;
  534. font-size: 18px;
  535. -webkit-transition-duration: 0.25s;
  536. transition-duration: 0.25s;
  537. }
  538. .button:hover {
  539. background-color: #f5f7f9;
  540. }
  541. .station {
  542. background-color: rgba(102, 205, 170, 0.7);
  543. height: 300px;
  544. width: 300px;
  545. border-radius: 100%;
  546. text-align: center;
  547. color: white;
  548. font-family: Sans-serif;
  549. /*float: left;*/
  550. margin-right: auto;
  551. margin-left: auto;
  552. position: relative;
  553. }
  554. .station > h3 {
  555. line-height: 200px;
  556. font-size: 42px;
  557. }
  558. .station > h5 {
  559. margin-top: -40px;
  560. font-size: 15px;
  561. }
  562. .room-name {
  563. font-size: 3.5em;
  564. color: white;
  565. font-weight: 600;
  566. text-align: center;
  567. }
  568. .room-title {
  569. font-size: 2.5em;
  570. color: white;
  571. font-weight: 600;
  572. }
  573. .room-artist {
  574. font-size: 1.5em;
  575. color: white;
  576. }
  577. #seeker-bar {
  578. background-color: black;
  579. width: 0;
  580. height: 10px;
  581. clear: both;
  582. background-color: rgba(16, 140, 146, 0.8);
  583. }
  584. .song-input {
  585. -webkit-appearance: none;
  586. -moz-appearance: none;
  587. appearance: none;
  588. outline: 0;
  589. border: 1px solid rgba(255, 255, 255, 0.4);
  590. background-color: rgba(255, 255, 255, 0.2);
  591. width: 304px;
  592. border-radius: 3px;
  593. padding: 10px 15px;
  594. margin: 1em auto 10px auto;
  595. display: block;
  596. text-align: center;
  597. font-size: 18px;
  598. color: white;
  599. -webkit-transition-duration: 0.25s;
  600. transition-duration: 0.25s;
  601. font-weight: 300;
  602. }
  603. #chat-input {
  604. -webkit-appearance: none;
  605. -moz-appearance: none;
  606. appearance: none;
  607. outline: 0;
  608. border: 1px solid white;
  609. background-color: transparent;
  610. width: 90%;
  611. border-radius: 3px;
  612. padding: 10px 15px;
  613. margin: 1em auto 10px auto;
  614. text-align: left;
  615. font-size: 18px;
  616. color: white;
  617. -webkit-transition-duration: 0.25s;
  618. transition-duration: 0.25s;
  619. font-weight: 300;
  620. bottom: 0;
  621. }
  622. .song-input-select {
  623. -webkit-appearance: none;
  624. -moz-appearance: none;
  625. appearance: none;
  626. outline: 0;
  627. border: 1px solid rgba(255, 255, 255, 0.4);
  628. background-color: rgba(255, 255, 255, 0.2);
  629. width: 304px;
  630. border-radius: 3px;
  631. padding: 10px 15px;
  632. margin: 1em auto 10px auto;
  633. display: block;
  634. text-align: center;
  635. font-size: 18px;
  636. color: white;
  637. -webkit-transition-duration: 0.25s;
  638. transition-duration: 0.25s;
  639. font-weight: 300;
  640. }
  641. .song-input:hover {
  642. background-color: rgba(255, 255, 255, 0.4);
  643. }
  644. .song-input:focus {
  645. background-color: rgba(255, 255, 255, 0.4);
  646. }
  647. .song-input-select:hover {
  648. background-color: rgba(255, 255, 255, 0.4);
  649. }
  650. .song-input-select > option {
  651. color: black;
  652. background-color: rgba(255, 255, 255, 0.2);
  653. }
  654. .song-input:focus {
  655. width: 354px;
  656. color: white;
  657. }
  658. #search-song {
  659. display: block;
  660. margin: 0 auto;
  661. }
  662. #song-results {
  663. margin: 0 auto;
  664. color: white;
  665. margin-top: 1em;
  666. font-size: 1.5em;
  667. text-align: center;
  668. }
  669. #song-results p {
  670. margin: 0;
  671. padding: 5px;
  672. }
  673. #song-results p:hover {
  674. background-color: cadetblue;
  675. cursor: pointer;
  676. }
  677. #player {
  678. }
  679. .hidden {
  680. visibility: hidden;
  681. }
  682. .footerButtons {
  683. background: none !important;
  684. border: none;
  685. padding: 0 !important;
  686. font: inherit;
  687. cursor: pointer;
  688. }
  689. .footerButtons:hover {
  690. background-color: #f5f7f9;
  691. }
  692. .song-img {
  693. width: 210px;
  694. height: 210px;
  695. }
  696. #seeker-container {
  697. width: calc(100% - 70px);
  698. margin-left: 30px;
  699. margin-right: 35px;
  700. overflow: hidden;
  701. }
  702. .pl-container {
  703. color: #53e3a6;
  704. background-color: white;
  705. border-radius: 3px;
  706. font-size: 18px;
  707. }
  708. .pl-container h4 {
  709. text-align: center;
  710. font-size: 40px;
  711. margin-bottom: 10px;
  712. }
  713. #spinner {
  714. font-size: 200px;
  715. color: bisque;
  716. }
  717. #spinner-container {
  718. margin-left: auto;
  719. margin-right: auto;
  720. width: 200px;
  721. margin-top: 10%;
  722. }
  723. #croom_container {
  724. margin-left: auto;
  725. margin-right: auto;
  726. margin-bottom: 10px;
  727. width: 304px !important;
  728. }
  729. .croom_label {
  730. color: white;
  731. }
  732. .croom {
  733. width: 304px !important;
  734. }
  735. #spinner {
  736. font-size: 200px;
  737. color: bisque;
  738. }
  739. #spinner-container {
  740. margin-left: auto;
  741. margin-right: auto;
  742. width: 200px;
  743. margin-top: 10%;
  744. }
  745. .modal-content {
  746. background-color: rgb(107, 197, 164);
  747. color: white;
  748. }
  749. .song-input-label {
  750. width: 100%;
  751. text-align: center;
  752. }
  753. .station_link {
  754. position: absolute;
  755. width: 100%;
  756. height: 100%;
  757. top: 0;
  758. left: 0;
  759. border-radius: 100%;
  760. }
  761. .playlist-title {
  762. text-align: center;
  763. color: white;
  764. font-weight: 600;
  765. }
  766. #playlist {
  767. margin: 0;
  768. padding: 0;
  769. color: white;
  770. font-size: 1.5em;
  771. max-height: 90%;
  772. overflow: auto;
  773. }
  774. #s2 {
  775. opacity: 0.66666666666666;
  776. }
  777. #s3 {
  778. opacity: 0.33333333333333;
  779. }
  780. #add-song-button, #get-spotify-info, #save-song-button {
  781. display: block;
  782. margin: 0 auto;
  783. }
  784. .alert {
  785. text-align: center;
  786. }
  787. @media (max-width: 992px) {
  788. /* some think */
  789. #s3 {
  790. visibility: hidden;
  791. height: 0;
  792. }
  793. }
  794. @media (max-width: 768px) {
  795. /* some think */
  796. #s2 {
  797. visibility: hidden;
  798. height: 0;
  799. }
  800. }
  801. .column-small {
  802. width: 1px;
  803. }
  804. #return {
  805. display: block;
  806. margin: 0 auto 20px auto;
  807. }
  808. #song-media {
  809. margin-left: 10px;
  810. min-height: 460px;
  811. }
  812. #station-main {
  813. margin: 0;
  814. padding: 0;
  815. }
  816. #station-main nav {
  817. height: 50px;
  818. color: white;
  819. }
  820. #station-main nav i {
  821. margin-left: 1em;
  822. font-size: 2em;
  823. }
  824. #station-main nav h3 {
  825. display: inline-block;
  826. margin: 10px auto;
  827. margin-left: 50%;
  828. font-size: 2em;
  829. }
  830. #side-panel {
  831. height: 100vh;
  832. background-color: rgba(255, 255, 255, 0.4);
  833. }
  834. .embed-responsive {
  835. margin-top: 15px;
  836. }
  837. #header {
  838. margin-bottom: 0px;
  839. }
  840. .user-stat {
  841. font-size: 20px;
  842. color: #53e3a6;
  843. }
  844. #profile-name {
  845. font-size: 60px;
  846. color: #FFFFFF;
  847. margin-right: auto;
  848. margin-left: auto;
  849. text-align: center;
  850. }
  851. .admin-queue-panel:first-child {
  852. margin-top: 20px;
  853. }
  854. #songs {
  855. margin-top: -200px;
  856. margin-bottom: 20px;
  857. }
  858. .back {
  859. color: white;
  860. }
  861. .back:hover {
  862. color: white;
  863. }
  864. #volume-container {
  865. width: 172px; /*12.5 px each side*/
  866. float: right;
  867. height: 100%;
  868. }
  869. #volume-container > .slider {
  870. top: 40%;
  871. transform: translateY(-40%);
  872. padding-right: 12px;
  873. padding-left: 12px;
  874. margin-left: 12px;
  875. float: left;
  876. }
  877. #volume-container-admin {
  878. display: inline-block;
  879. width: 174px;
  880. margin-left: 10px;
  881. }
  882. #volume-container-admin > .slider {
  883. width: 150px !important;
  884. padding-left: 12px;
  885. padding-right: 12px;
  886. margin-left: 12px;
  887. }
  888. #volume-icon {
  889. /*margin-left: 320px !important;*/
  890. margin: 0 !important;
  891. float: left;
  892. margin-top: 7px !important;
  893. width: 12px;
  894. }
  895. #settings {
  896. margin-top: 10px;
  897. margin-left: 10px;
  898. }
  899. #loginregistercontainer {
  900. margin-bottom: 100px;
  901. }
  902. .admin-header {
  903. color: white;
  904. }
  905. .admin-panel-body {
  906. max-height: 400px;
  907. overflow-y: scroll;
  908. overflow-x: hidden;
  909. }
  910. .terms, .privacy, .about {
  911. color: white;
  912. }
  913. #play, #pause, #skip, #shuffle {
  914. cursor: pointer;
  915. }
  916. .delete-room {
  917. display: inline-block;
  918. cursor: pointer;
  919. }
  920. .delete-room:hover {
  921. color: red;
  922. }
  923. .panel-title {
  924. display: inline-block;
  925. }