app.css 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458
  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. background: #50a3a2;
  152. background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  153. background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
  154. }
  155. body {
  156. font-family: 'Source Sans Pro', sans-serif;
  157. font-weight: 300;
  158. }
  159. body ::-webkit-input-placeholder {
  160. /* WebKit browsers */
  161. font-family: 'Source Sans Pro', sans-serif;
  162. font-weight: 300;
  163. }
  164. body :-moz-placeholder {
  165. /* Mozilla Firefox 4 to 18 */
  166. font-family: 'Source Sans Pro', sans-serif;
  167. opacity: 1;
  168. font-weight: 300;
  169. }
  170. body ::-moz-placeholder {
  171. /* Mozilla Firefox 19+ */
  172. font-family: 'Source Sans Pro', sans-serif;
  173. opacity: 1;
  174. font-weight: 300;
  175. }
  176. body :-ms-input-placeholder {
  177. /* Internet Explorer 10+ */
  178. font-family: 'Source Sans Pro', sans-serif;
  179. font-weight: 300;
  180. }
  181. ul {
  182. list-style: none;
  183. }
  184. .navbar {
  185. background-color: transparent;
  186. border: none;
  187. }
  188. .navbar a {
  189. color: white !important;
  190. font-size: 1.3em;
  191. }
  192. .navbar-default .navbar-nav > .active > a,
  193. .navbar-default .navbar-nav > .active > a:hover,
  194. .navbar-default .navbar-nav > .active > a:focus {
  195. background-color: transparent;
  196. font-weight: 900;
  197. }
  198. .homepage {
  199. background: #50a3a2;
  200. background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  201. background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
  202. /*top: 20%;*/
  203. width: 100%;
  204. overflow-x: hidden;
  205. overflow-y: auto;
  206. /*padding-bottom: 60px;*/
  207. min-height: 100%;
  208. height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
  209. height: 100%;
  210. margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
  211. }
  212. .landing {
  213. background: #50a3a2;
  214. background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  215. background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
  216. position: absolute;
  217. /*top: 20%;*/
  218. left: 0;
  219. width: 100%;
  220. height: 100%; /*400px*/
  221. /*margin-top: -200px;*/
  222. overflow-x: hidden;
  223. overflow-y: auto;
  224. }
  225. .admin-container {
  226. background-color: rgb(102, 205, 170);
  227. color: white;
  228. overflow-y: scroll;
  229. margin-top: 20px;
  230. }
  231. .admin-container div {
  232. padding-bottom: 10px;
  233. text-align: center;
  234. }
  235. .admin-container h1 {
  236. margin: 0;
  237. display: inline-block;
  238. }
  239. .admin-container p {
  240. font-size: 22px;
  241. }
  242. .admin-container a {
  243. color: white;
  244. font-size: 16px;
  245. }
  246. .queueTable th {
  247. font-size: 22px;
  248. text-align: center;
  249. }
  250. .queueTable td {
  251. padding: 10px;
  252. font-size: 18px;
  253. }
  254. .container {
  255. max-width: 600px;
  256. margin: 0 auto;
  257. padding: 80px 0;
  258. height: 400px;
  259. text-align: center;
  260. }
  261. .container h1 {
  262. font-size: 40px;
  263. color: white;
  264. -webkit-transition-duration: 1s;
  265. transition-duration: 1s;
  266. font-weight: 200;
  267. }
  268. .container p {
  269. font-size: 10px;
  270. color: white;
  271. -webkit-transition-duration: 1s;
  272. transition-duration: 1s;
  273. font-weight: 200;
  274. }
  275. form {
  276. padding: 20px 0;
  277. position: relative;
  278. z-index: 2;
  279. }
  280. form input, .croom, .calert {
  281. -webkit-appearance: none;
  282. -moz-appearance: none;
  283. appearance: none;
  284. outline: 0;
  285. border: 1px solid rgba(255, 255, 255, 0.4);
  286. background-color: rgba(255, 255, 255, 0.2);
  287. width: 304px;
  288. border-radius: 3px;
  289. padding: 10px 15px;
  290. margin: 0 auto 10px auto;
  291. display: block;
  292. text-align: center;
  293. font-size: 18px;
  294. color: white;
  295. -webkit-transition-duration: 0.25s;
  296. transition-duration: 0.25s;
  297. font-weight: 300;
  298. }
  299. form input:hover {
  300. background-color: rgba(255, 255, 255, 0.4);
  301. }
  302. form input:focus {
  303. /*opacity: 0.4;*/
  304. width: 354px;
  305. color: white;
  306. }
  307. .g-recaptcha {
  308. -webkit-appearance: none;
  309. -moz-appearance: none;
  310. appearance: none;
  311. outline: 0;
  312. width: 304px;
  313. margin: 0 auto 10px auto;
  314. display: block;
  315. text-align: center;
  316. font-size: 18px;
  317. color: white;
  318. -webkit-transition-duration: 0.25s;
  319. transition-duration: 0.25s;
  320. font-weight: 300;
  321. }
  322. form button {
  323. -webkit-appearance: none;
  324. -moz-appearance: none;
  325. appearance: none;
  326. outline: 0;
  327. background-color: white;
  328. border: 0;
  329. padding: 10px 15px;
  330. color: #53e3a6;
  331. border-radius: 3px;
  332. width: 304px;
  333. cursor: pointer;
  334. font-size: 18px;
  335. -webkit-transition-duration: 0.25s;
  336. transition-duration: 0.25s;
  337. }
  338. ::-webkit-input-placeholder {
  339. color: white;
  340. }
  341. ::-moz-placeholder {
  342. /* Firefox 19+ */
  343. color: white;
  344. }
  345. :-ms-input-placeholder {
  346. color: white;
  347. }
  348. form button:hover {
  349. background-color: #f5f7f9;
  350. }
  351. .bg-bubbles {
  352. top: 0;
  353. left: 0;
  354. width: 100%;
  355. height: 100%;
  356. position: absolute;
  357. z-index: 1;
  358. margin: 0px;
  359. pointer-events: none;
  360. overflow: hidden;
  361. }
  362. .bg-bubbles li {
  363. position: absolute;
  364. list-style: none;
  365. display: block;
  366. width: 40px;
  367. height: 40px;
  368. border-radius: 100px;
  369. /*background-color: rgba(255, 255, 255, 0.15);*/
  370. bottom: 0px;
  371. -webkit-animation: square 25s infinite;
  372. animation: square 25s infinite;
  373. -webkit-transition-timing-function: linear;
  374. transition-timing-function: linear;
  375. opacity: 0.5;
  376. }
  377. .bg-bubbles li:nth-child(1) {
  378. left: 10%;
  379. }
  380. .bg-bubbles li:nth-child(2) {
  381. left: 20%;
  382. width: 80px;
  383. height: 80px;
  384. -webkit-animation-delay: 2s;
  385. animation-delay: 2s;
  386. -webkit-animation-duration: 17s;
  387. animation-duration: 17s;
  388. }
  389. .bg-bubbles li:nth-child(3) {
  390. left: 25%;
  391. -webkit-animation-delay: 4s;
  392. animation-delay: 4s;
  393. }
  394. .bg-bubbles li:nth-child(4) {
  395. left: 40%;
  396. width: 60px;
  397. height: 60px;
  398. -webkit-animation-duration: 22s;
  399. animation-duration: 22s;
  400. /*background-color: rgba(255, 255, 255, 0.25);*/
  401. }
  402. .bg-bubbles li:nth-child(5) {
  403. left: 70%;
  404. }
  405. .bg-bubbles li:nth-child(6) {
  406. left: 80%;
  407. width: 120px;
  408. height: 120px;
  409. -webkit-animation-delay: 3s;
  410. animation-delay: 3s;
  411. /*background-color: rgba(255, 255, 255, 0.2);*/
  412. }
  413. .bg-bubbles li:nth-child(7) {
  414. left: 32%;
  415. width: 160px;
  416. height: 160px;
  417. -webkit-animation-delay: 7s;
  418. animation-delay: 7s;
  419. }
  420. .bg-bubbles li:nth-child(8) {
  421. left: 55%;
  422. width: 20px;
  423. height: 20px;
  424. -webkit-animation-delay: 15s;
  425. animation-delay: 15s;
  426. -webkit-animation-duration: 40s;
  427. animation-duration: 40s;
  428. }
  429. .bg-bubbles li:nth-child(9) {
  430. left: 25%;
  431. width: 10px;
  432. height: 10px;
  433. -webkit-animation-delay: 2s;
  434. animation-delay: 2s;
  435. -webkit-animation-duration: 40s;
  436. animation-duration: 40s;
  437. /*background-color: rgba(255, 255, 255, 0.3);*/
  438. }
  439. .bg-bubbles li:nth-child(10) {
  440. left: 80%;
  441. width: 160px;
  442. height: 160px;
  443. -webkit-animation-delay: 11s;
  444. animation-delay: 11s;
  445. }
  446. .bg-bubbles img {
  447. width: 100%;
  448. height: 100%;
  449. }
  450. /* Tablet view fix */
  451. @media (max-width: 768px){
  452. body{
  453. height: auto !important;
  454. }
  455. .bg-bubbles li:nth-child(10) {
  456. display: none;
  457. }
  458. #song-media{
  459. margin-left: 0 !important;
  460. }
  461. #song-info{
  462. margin: 15px auto;
  463. width: 200px;
  464. }
  465. #settings{
  466. margin: 0 auto !important;
  467. margin-bottom: 10px !important;
  468. }
  469. #voting{
  470. margin: 0 auto !important;
  471. width: 300px !important;
  472. margin-bottom: 100px !important;
  473. }
  474. #side-panel{
  475. display: none;
  476. }
  477. }
  478. /**/
  479. @-webkit-keyframes square {
  480. 0% {
  481. -webkit-transform: translateY(-700px) rotate(600deg);
  482. transform: translateY(-700px) rotate(600deg);
  483. }
  484. 100% {
  485. -webkit-transform: translateY(0);
  486. transform: translateY(0);
  487. }
  488. }
  489. @keyframes square {
  490. 0% {
  491. -webkit-transform: translateY(-700px) rotate(600deg);
  492. transform: translateY(-700px) rotate(600deg);
  493. }
  494. 100% {
  495. -webkit-transform: translateY(0);
  496. transform: translateY(0);
  497. }
  498. }
  499. .fa-github {
  500. margin-top: 3px;
  501. }
  502. #github-login {
  503. background-color: #999;
  504. margin-bottom: 100px;
  505. }
  506. .btn-social {
  507. -webkit-appearance: none;
  508. -moz-appearance: none;
  509. appearance: none;
  510. outline: 0;
  511. border: 0;
  512. padding: 10px 15px;
  513. border-radius: 3px;
  514. width: 304px;
  515. cursor: pointer;
  516. font-size: 18px;
  517. color: #fff;
  518. }
  519. footer {
  520. text-align: center;
  521. width: 100%;
  522. height: 75px;
  523. margin-top: 75px;
  524. color: white;
  525. padding-top: 5px;
  526. }
  527. .push {
  528. height: 75px; /* .push must be the same height as .footer */
  529. }
  530. footer a {
  531. color: white;
  532. }
  533. footer a:hover {
  534. color: white;
  535. }
  536. footer p {
  537. margin: 0 !important;
  538. }
  539. footer .fa {
  540. font-size: 2em;
  541. }
  542. .button-nowidth {
  543. -webkit-appearance: none;
  544. -moz-appearance: none;
  545. appearance: none;
  546. outline: 0;
  547. background-color: white;
  548. border: 0;
  549. padding: 10px 15px;
  550. color: #53e3a6;
  551. border-radius: 3px;
  552. cursor: pointer;
  553. font-size: 18px;
  554. -webkit-transition-duration: 0.25s;
  555. transition-duration: 0.25s;
  556. }
  557. .button-nowidth:hover {
  558. background-color: #f5f7f9;
  559. }
  560. .button {
  561. -webkit-appearance: none;
  562. -moz-appearance: none;
  563. appearance: none;
  564. outline: 0;
  565. background-color: white;
  566. border: 0;
  567. padding: 10px 15px;
  568. color: #53e3a6;
  569. border-radius: 3px;
  570. width: 304px;
  571. cursor: pointer;
  572. font-size: 18px;
  573. -webkit-transition-duration: 0.25s;
  574. transition-duration: 0.25s;
  575. }
  576. .button:hover {
  577. background-color: #f5f7f9;
  578. }
  579. .station {
  580. background-color: rgba(102, 205, 170, 0.7);
  581. height: 300px;
  582. width: 300px;
  583. border-radius: 100%;
  584. text-align: center;
  585. color: white;
  586. font-family: Sans-serif;
  587. /*float: left;*/
  588. margin-right: auto;
  589. margin-left: auto;
  590. position: relative;
  591. }
  592. .station > h3 {
  593. line-height: 200px;
  594. font-size: 42px;
  595. }
  596. .station > h5 {
  597. margin-top: -40px;
  598. font-size: 15px;
  599. }
  600. .room-name {
  601. font-size: 3.5em;
  602. color: white;
  603. font-weight: 600;
  604. text-align: center;
  605. }
  606. .room-title {
  607. font-size: 2.5em;
  608. color: white;
  609. font-weight: 600;
  610. }
  611. .room-artist {
  612. font-size: 1.5em;
  613. color: white;
  614. }
  615. #seeker-bar {
  616. background-color: black;
  617. width: 0;
  618. height: 10px;
  619. clear: both;
  620. background-color: rgba(16, 140, 146, 0.8);
  621. }
  622. .song-input {
  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. #chat-input {
  642. -webkit-appearance: none;
  643. -moz-appearance: none;
  644. appearance: none;
  645. outline: 0;
  646. border: 1px solid white;
  647. background-color: transparent;
  648. width: 100%;
  649. height: 70px;
  650. padding: 5px;
  651. border-radius: 3px;
  652. text-align: left;
  653. font-size: 18px;
  654. color: #1C39B2;
  655. -webkit-transition-duration: 0.25s;
  656. transition-duration: 0.25s;
  657. font-weight: 300;
  658. resize: none;
  659. }
  660. .song-input-select {
  661. -webkit-appearance: none;
  662. -moz-appearance: none;
  663. appearance: none;
  664. outline: 0;
  665. border: 1px solid rgba(255, 255, 255, 0.4);
  666. background-color: rgba(255, 255, 255, 0.2);
  667. width: 304px;
  668. border-radius: 3px;
  669. padding: 10px 15px;
  670. margin: 1em auto 10px auto;
  671. display: block;
  672. text-align: center;
  673. font-size: 18px;
  674. color: white;
  675. -webkit-transition-duration: 0.25s;
  676. transition-duration: 0.25s;
  677. font-weight: 300;
  678. }
  679. .song-input:hover {
  680. background-color: rgba(255, 255, 255, 0.4);
  681. }
  682. .song-input:focus {
  683. background-color: rgba(255, 255, 255, 0.4);
  684. }
  685. .song-input-select:hover {
  686. background-color: rgba(255, 255, 255, 0.4);
  687. }
  688. .song-input-select > option {
  689. color: black;
  690. background-color: rgba(255, 255, 255, 0.2);
  691. }
  692. .song-input:focus {
  693. width: 354px;
  694. color: white;
  695. }
  696. #search-song {
  697. display: block;
  698. margin: 0 auto;
  699. }
  700. #song-results {
  701. margin: 0 auto;
  702. color: white;
  703. margin-top: 1em;
  704. font-size: 1.5em;
  705. text-align: center;
  706. }
  707. #song-results p {
  708. margin: 0;
  709. padding: 5px;
  710. }
  711. #song-results p:hover {
  712. background-color: cadetblue;
  713. cursor: pointer;
  714. }
  715. #player {
  716. z-index: 10;
  717. }
  718. .hidden {
  719. visibility: hidden;
  720. }
  721. .footerButtons {
  722. background: none !important;
  723. border: none;
  724. padding: 0 !important;
  725. font: inherit;
  726. cursor: pointer;
  727. }
  728. .footerButtons:hover {
  729. background-color: #f5f7f9;
  730. }
  731. .song-img {
  732. width: 210px;
  733. height: 210px;
  734. }
  735. #seeker-container {
  736. width: calc(100% - 70px);
  737. margin-left: 30px;
  738. margin-right: 35px;
  739. overflow: hidden;
  740. }
  741. .pl-container {
  742. color: #53e3a6;
  743. background-color: white;
  744. border-radius: 3px;
  745. font-size: 18px;
  746. }
  747. .pl-container h4 {
  748. text-align: center;
  749. font-size: 40px;
  750. margin-bottom: 10px;
  751. }
  752. #spinner {
  753. font-size: 200px;
  754. color: bisque;
  755. }
  756. #spinner-container {
  757. margin-left: auto;
  758. margin-right: auto;
  759. width: 200px;
  760. margin-top: 10%;
  761. }
  762. #croom_container, #calert_container {
  763. margin-left: auto;
  764. margin-right: auto;
  765. margin-bottom: 10px;
  766. width: 304px !important;
  767. }
  768. .croom_label, .calert_label {
  769. color: white;
  770. }
  771. .croom, .calert {
  772. width: 304px !important;
  773. }
  774. #calert-priority > option {
  775. color: black;
  776. }
  777. #spinner {
  778. font-size: 200px;
  779. color: bisque;
  780. }
  781. #spinner-container {
  782. margin-left: auto;
  783. margin-right: auto;
  784. width: 200px;
  785. margin-top: 10%;
  786. }
  787. .modal-content {
  788. background-color: rgb(107, 197, 164);
  789. color: white;
  790. }
  791. .song-input-label {
  792. width: 100%;
  793. text-align: center;
  794. }
  795. .station_link {
  796. position: absolute;
  797. width: 100%;
  798. height: 100%;
  799. top: 0;
  800. left: 0;
  801. border-radius: 100%;
  802. }
  803. ul#playlist{
  804. margin-top: 50px;
  805. padding-left: 5px;
  806. }
  807. #playlist {
  808. margin: 0;
  809. color: white;
  810. font-size: 21px;
  811. max-height: 100%;
  812. height: 100%;
  813. /*overflow: auto;*/
  814. }
  815. #playlist-ul {
  816. margin: 0;
  817. color: white;
  818. font-size: 21px;
  819. max-height: calc(100% - 48px);
  820. height: calc(100% - 48px);
  821. overflow: auto;
  822. padding-left: 5px;
  823. }
  824. #s2 {
  825. opacity: 0.66666666666666;
  826. }
  827. #s3 {
  828. opacity: 0.33333333333333;
  829. }
  830. #add-song-button, #get-spotify-info, #save-song-button, #report-song-button {
  831. display: block;
  832. margin: 0 auto;
  833. }
  834. .alert {
  835. text-align: center;
  836. }
  837. @media (max-width: 992px) {
  838. /* some think */
  839. #s3 {
  840. visibility: hidden;
  841. height: 0;
  842. }
  843. }
  844. @media (max-width: 768px) {
  845. /* some think */
  846. #s2 {
  847. visibility: hidden;
  848. height: 0;
  849. }
  850. }
  851. .column-small {
  852. width: 1px;
  853. }
  854. #return {
  855. display: block;
  856. margin: 0 auto 20px auto;
  857. }
  858. #song-media {
  859. margin-left: 10px;
  860. min-height: 460px;
  861. }
  862. #station-main {
  863. margin: 0;
  864. padding: 0;
  865. }
  866. #station-main nav {
  867. height: 50px;
  868. color: white;
  869. }
  870. /*Navbar HAMBURGUR*/
  871. .navbar-default .navbar-toggle .icon-bar{
  872. background-color: white;
  873. }
  874. .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  875. background-color: transparent;
  876. }
  877. .navbar-default .navbar-toggle{
  878. background-color: transparent;
  879. }
  880. nav form{
  881. height: 0;
  882. }
  883. nav form input[type="image"]{
  884. width: 100px;
  885. background-color: transparent !important;
  886. border: none !important;
  887. margin-top: -15px;
  888. }
  889. #station-main nav i {
  890. margin-left: 1em;
  891. font-size: 2em;
  892. }
  893. #station-main nav h3 {
  894. display: inline-block;
  895. margin: 10px auto;
  896. margin-left: 50%;
  897. font-size: 2em;
  898. }
  899. #side-panel {
  900. height: 100vh;
  901. padding-left: 0;
  902. padding-right: 0;
  903. background-color: rgba(255, 255, 255, 0.4);
  904. }
  905. .embed-responsive {
  906. margin-top: 15px;
  907. }
  908. #header {
  909. margin-bottom: 0px;
  910. }
  911. .user-stat {
  912. font-size: 20px;
  913. color: #53e3a6;
  914. }
  915. #profile-name {
  916. font-size: 60px;
  917. color: #FFFFFF;
  918. margin-right: auto;
  919. margin-left: auto;
  920. text-align: center;
  921. }
  922. .admin-queue-panel:first-child {
  923. margin-top: 20px;
  924. }
  925. #songs {
  926. margin-top: -200px;
  927. margin-bottom: 20px;
  928. }
  929. .back {
  930. color: white;
  931. }
  932. .back:hover {
  933. color: white;
  934. }
  935. #volume-container {
  936. width: 172px; /*12.5 px each side*/
  937. float: right;
  938. height: 100%;
  939. }
  940. #volume-container > .slider {
  941. top: 40%;
  942. transform: translateY(-40%);
  943. padding-right: 12px;
  944. padding-left: 12px;
  945. margin-left: 12px;
  946. float: left;
  947. }
  948. #volume-container-admin {
  949. display: inline-block;
  950. width: 174px;
  951. margin-left: 10px;
  952. }
  953. #volume-container-admin > .slider {
  954. width: 150px !important;
  955. padding-left: 12px;
  956. padding-right: 12px;
  957. margin-left: 12px;
  958. }
  959. #volume-icon {
  960. /*margin-left: 320px !important;*/
  961. margin: 0 !important;
  962. float: left;
  963. margin-top: 7px !important;
  964. width: 12px;
  965. }
  966. #settings {
  967. margin-top: 10px;
  968. margin-left: 10px;
  969. }
  970. #voting {
  971. margin-top: 10px;
  972. margin-left: 10px;
  973. }
  974. #loginregistercontainer {
  975. margin-bottom: 100px;
  976. }
  977. .admin-header {
  978. color: white;
  979. }
  980. .admin-panel-body {
  981. max-height: 400px;
  982. overflow-y: scroll;
  983. overflow-x: hidden;
  984. }
  985. .terms, .privacy, .about {
  986. color: white;
  987. }
  988. .about a{
  989. color: white;
  990. }
  991. #play, #pause, #skip, #shuffle, #sync, #unlock, #lock {
  992. cursor: pointer;
  993. }
  994. .delete-room {
  995. display: inline-block;
  996. cursor: pointer;
  997. }
  998. .delete-room:hover {
  999. color: red;
  1000. }
  1001. .panel-title {
  1002. display: inline-block;
  1003. }
  1004. .report-layer-1 {
  1005. margin-left: 19%;
  1006. }
  1007. .report-layer-2 {
  1008. margin-left: 80px;
  1009. }
  1010. .other-textarea {
  1011. outline: 0px;
  1012. border: 1px solid rgba(255, 255, 255, 0.4);
  1013. width: 304px;
  1014. border-radius: 3px;
  1015. padding: 10px 15px;
  1016. margin: 5px -285.578px 10px 0px;
  1017. display: block;
  1018. text-align: left;
  1019. font-size: 18px;
  1020. color: white;
  1021. transition-duration: 0.25s;
  1022. font-weight: 300;
  1023. background-color: rgba(255, 255, 255, 0.2);
  1024. resize: vertical;
  1025. }
  1026. #room-header {
  1027. position: absolute;
  1028. left: 0;
  1029. right: 0;
  1030. margin-left: auto;
  1031. margin-right: auto;
  1032. width: 100px;
  1033. }
  1034. #room-icons {
  1035. margin-top: 11px;
  1036. float: left;
  1037. }
  1038. #time-display {
  1039. color: white;
  1040. }
  1041. .action-button {
  1042. float: left;
  1043. width: 100%;
  1044. }
  1045. .chat-message {
  1046. font-size: 20px;
  1047. color: white;
  1048. }
  1049. #chat-ul {
  1050. overflow-y: hidden;
  1051. margin: 0;
  1052. padding: 0 15px 0 15px;
  1053. padding-bottom: 20px;
  1054. word-break: normal;
  1055. word-wrap: break-word;
  1056. }
  1057. .chat-message:nth-child(even) {
  1058. color: white;
  1059. }
  1060. .chat-message:nth-child(odd) {
  1061. color: darkblue;
  1062. }
  1063. #submit {
  1064. margin-bottom: 10px;
  1065. cursor: pointer;
  1066. }
  1067. #submit button{
  1068. width: 100%;
  1069. font-size: 1.5em;
  1070. }
  1071. #submit i{
  1072. margin-left: 10px;
  1073. }
  1074. #chat-input-div {
  1075. width: 100%;
  1076. padding-left: 15px;
  1077. padding-right: 15px;
  1078. }
  1079. .rank-admin {
  1080. color: crimson;
  1081. font-size: 20px;
  1082. font-weight: bold;
  1083. }
  1084. .rank-mod, .rank-moderator {
  1085. color: darkgoldenrod;
  1086. font-size: 20px;
  1087. font-weight: bold;
  1088. }
  1089. .rank-default {
  1090. font-size: 0px;
  1091. }
  1092. .row {
  1093. margin: 0;
  1094. }
  1095. .sidebar-content {
  1096. height: calc(100% - 42px);
  1097. }
  1098. #chat {
  1099. height:100%;
  1100. overflow: auto;
  1101. }
  1102. .navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu {
  1103. background-color: transparent;
  1104. color:#ffffff;
  1105. }
  1106. .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  1107. background-color: transparent;
  1108. color:#ffffff;
  1109. }
  1110. #doorbell-button{
  1111. margin-right: 30em;
  1112. }
  1113. #doorbell-email {
  1114. text-align: left;
  1115. }
  1116. #search-playlist{
  1117. outline: 0;
  1118. border: none;
  1119. border-bottom: 3px solid rgba(255, 255, 255, 0.4);
  1120. background-color: #50a3a2;
  1121. width: 100%;
  1122. padding: 10px 15px;
  1123. margin: 0 auto 0 auto;
  1124. display: block;
  1125. text-align: center;
  1126. font-size: 18px;
  1127. color: white;
  1128. }
  1129. .nav-tabs li a{
  1130. color: white;
  1131. }
  1132. .navbar-overflow-y-hidden {
  1133. overflow-y: hidden;
  1134. }
  1135. /* https://css-tricks.com/custom-scrollbars-in-webkit/ */
  1136. ::-webkit-scrollbar {
  1137. width: 8px;
  1138. }
  1139. ::-webkit-scrollbar-track {
  1140. border-radius: 10px;
  1141. }
  1142. ::-webkit-scrollbar-thumb {
  1143. border-radius: 10px;
  1144. background-color: white;
  1145. }
  1146. .contact-name {
  1147. float: left;
  1148. }
  1149. .contact-img {
  1150. float: left;
  1151. margin-bottom: 20px;
  1152. margin-right: 20px;
  1153. }
  1154. .contact-ul {
  1155. clear: left;
  1156. }
  1157. .contact-option {
  1158. font-size: 22px;
  1159. }
  1160. #contact-container {
  1161. margin-top: 30px;
  1162. margin-bottom: 200px;
  1163. }
  1164. .contact-icon {
  1165. margin-right: 10px;
  1166. width: 28px;
  1167. height: 28px;
  1168. font-size: 28px !important;
  1169. }
  1170. .contact-pos {
  1171. padding-top: -10px;
  1172. margin-top: 70px;
  1173. }
  1174. .settings-label {
  1175. color: #50a3a2;
  1176. line-height: 18px;
  1177. }
  1178. .faq-small {
  1179. color: white;
  1180. }
  1181. .questions {
  1182. color: white;
  1183. font-size: 100;
  1184. }
  1185. .answers {
  1186. color: white;
  1187. font-size: 50;
  1188. }
  1189. #header-dropdown {
  1190. top: 100% !important;
  1191. height: auto;
  1192. padding: 5px 0;
  1193. margin: 2px 0 0;
  1194. border: 1px solid #ccc;
  1195. border: 1px solid rgba(0, 0, 0, .15);
  1196. border-radius: 4px;
  1197. overflow: inherit;
  1198. font-size: 14px;
  1199. letter-spacing: inherit;
  1200. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  1201. box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  1202. }
  1203. #header-dropdown li:hover {
  1204. background-color: white;
  1205. }
  1206. #header-dropdown li:hover > a {
  1207. color: #1C39B2 !important;
  1208. }
  1209. #ban-icon {
  1210. font-size: 20em;
  1211. text-align: center;
  1212. width: 100%;
  1213. z-index: 3;
  1214. }
  1215. #banned-container {
  1216. color: white;
  1217. }
  1218. .social-link{
  1219. margin-right: 5px;
  1220. }
  1221. @media (max-width: 991px){
  1222. .contact-img{
  1223. float: none;
  1224. margin-bottom: 0;
  1225. }
  1226. }
  1227. .header-avatar {
  1228. margin-top: -9px;
  1229. /*width: 40px;
  1230. height: 40px;*/
  1231. margin-right: 5px;
  1232. float: left;
  1233. }
  1234. #doorbell-email{
  1235. color: black;
  1236. }
  1237. .song-panel{
  1238. max-height: 400px;
  1239. overflow-y: scroll;
  1240. overflow-x: hidden;
  1241. }
  1242. .song-panel-room{
  1243. float: right;
  1244. }
  1245. /*Credit to: http://thecodeplayer.com/walkthrough/custom-animated-checkbox-inputs-using-css-iconfonts*/
  1246. #two-label {
  1247. position: relative;
  1248. padding-left: 30px;
  1249. font-size: 14px;
  1250. cursor: pointer;
  1251. margin-bottom: 15px;
  1252. color: white;
  1253. padding-top: 3px;
  1254. }
  1255. #two-label:before, #two-label:after {
  1256. font-family: FontAwesome;
  1257. font-size: 21px;
  1258. /*absolutely positioned*/
  1259. position: absolute; top: 0; left: 0;
  1260. }
  1261. #two-label:before {
  1262. content: '\f096'; /*unchecked*/
  1263. }
  1264. #two-label:after {
  1265. content: '\f046'; /*checked*/
  1266. /*checked icon will be hidden by default by using 0 max-width and overflow hidden*/
  1267. max-width: 0;
  1268. overflow: hidden;
  1269. opacity: 0.5;
  1270. /*CSS3 transitions for animated effect*/
  1271. transition: all 0.35s;
  1272. }
  1273. /*hiding the original checkboxes*/
  1274. input[type="checkbox"] {
  1275. display: none;
  1276. }
  1277. /*when the user checks the checkbox the checked icon will animate in*/
  1278. input[type="checkbox"]:checked + #two-label:after {
  1279. max-width: 25px; /*an arbitratry number more than the icon's width*/
  1280. opacity: 1; /*for fade in effect*/
  1281. }
  1282. /*adding some colors for fun*/
  1283. #two+label:before, #two+label:after {color: hsl(180, 45%, 40%);}