app.css 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537
  1. body {
  2. display: flex;
  3. min-height: 100vh;
  4. flex-direction: column;
  5. background-color: rgb(245, 245, 245);
  6. }
  7. main {
  8. flex: 1 0 auto;
  9. padding-top: 4.5vw;
  10. }
  11. main h4.thin{
  12. margin-left: 10px;
  13. }
  14. main p.flow-text{
  15. margin-left: 10px;
  16. }
  17. ::-webkit-scrollbar{
  18. width: 8px;
  19. }
  20. ::-webkit-scrollbar-track{
  21. border-radius: 10px;
  22. }
  23. ::-webkit-scrollbar-thumb {
  24. border-radius: 10px;
  25. background-color: white;
  26. }
  27. header{
  28. z-index: 2;
  29. }
  30. textarea{
  31. color: white;
  32. }
  33. hr{
  34. margin: 0;
  35. }
  36. .disabled{
  37. cursor: default;
  38. }
  39. .disabled:hover{
  40. background-color: inherit;
  41. }
  42. .container{
  43. transition: all 0.1s;
  44. }
  45. .brand-logo {
  46. margin-left: 16px;
  47. font-weight: 300 !important;
  48. }
  49. .feedback-btn{
  50. margin-left: 10px
  51. }
  52. .scroll-fix{
  53. margin-right: 20px;
  54. }
  55. .avatar{
  56. width: auto;
  57. height: auto;
  58. }
  59. .contact-details{
  60. margin-bottom: 5px;
  61. }
  62. .contact-details .material-icons{
  63. float: left;
  64. }
  65. .user-num{
  66. font-size: 1.6em !important;
  67. }
  68. .card i{
  69. line-height: inherit;
  70. float: right;
  71. }
  72. .card-content div{
  73. float: right;
  74. line-height: 2;
  75. }
  76. .acceptTerms{
  77. margin-left: 1px !important;
  78. }
  79. .register{
  80. margin: 10px 0 0 0px;
  81. }
  82. .social{
  83. margin: 0px 0 10px 0px;
  84. width: 155px;
  85. }
  86. .login-btn{
  87. margin: 10px 0 0 10px;
  88. }
  89. .upvote{
  90. float: right;
  91. color: #00C853;
  92. cursor: pointer;
  93. line-height: initial !important;
  94. }
  95. .upvote-text{
  96. display: inline;
  97. float: right;
  98. font-size: 1.5em;
  99. margin-top: -3px;
  100. margin-right: 10px;
  101. color: white;
  102. }
  103. .float-btn{
  104. position: initial;
  105. float: right;
  106. margin-top: -3em;
  107. margin-right: -2em;
  108. }
  109. .character-counter{
  110. color: white;
  111. }
  112. .fixed-action-btn.horizontal ul{
  113. right: 45px;
  114. }
  115. .musare {
  116. background-color: rgb(66, 165, 245) !important;
  117. }
  118. .musare-text {
  119. color: rgb(3, 169, 244) !important;
  120. }
  121. .range-field > input[type="range"] {
  122. border-right: 0;
  123. border-left: 0;
  124. color: #42a5f5;
  125. }
  126. input[type="range"] + .thumb {
  127. border-color: #42a5f5;
  128. background-color: #42a5f5;
  129. }
  130. .table-right-td {
  131. text-align: right;
  132. }
  133. .table-right-th {
  134. width: 1px;
  135. }
  136. .hide-preview {
  137. padding-bottom: 0 !important;
  138. }
  139. #song-preview {
  140. width: 210px;
  141. height: 210px;
  142. min-height: 210px;
  143. min-width: 210px;
  144. max-height: 210px;
  145. max-width: 210px;
  146. }
  147. #previewPlayerContainer {
  148. margin-bottom: 20px;
  149. }
  150. .seeker-bar {
  151. top: 0;
  152. left: 0;
  153. bottom: 0;
  154. position: absolute;
  155. }
  156. .seeker-bar-container {
  157. position: relative;
  158. height: 5px;
  159. display: block;
  160. width: 100%;
  161. overflow: hidden;
  162. }
  163. #time-display{
  164. margin-top: 30px;
  165. float: right;
  166. }
  167. #preview-time {
  168. margin-top: -9px;
  169. }
  170. #desc_text{
  171. color: black;
  172. }
  173. .hack-container{
  174. margin-left: 0;
  175. margin-right: 0;
  176. /* Weird hack... No clue why this is needed but it is.*/
  177. }
  178. #thumbs_up, #thumbs_down {
  179. color: white;
  180. cursor: pointer;
  181. }
  182. #thumbs_up:hover, .liked {
  183. color: #00bfa5 !important;
  184. }
  185. #thumbs_down:hover, .disliked {
  186. color: #e53935 !important;
  187. }
  188. .feedback-message{
  189. word-wrap: break-word;
  190. }
  191. .brand-logo{
  192. font-weight:900;
  193. }
  194. .dropdown-content {
  195. background-color: #FFFFFF;
  196. margin: 0;
  197. display: none;
  198. min-width: 300px; /* Changed this to accomodate content width */
  199. margin-left: -1px; /* Add this to keep dropdown in line with edge of navbar */
  200. overflow: hidden; /* Changed this from overflow-y:auto; to overflow:hidden; */
  201. opacity: 0;
  202. position: absolute;
  203. white-space: nowrap;
  204. z-index: 1;
  205. will-change: width, height;
  206. }
  207. .video-import-thumbnail {
  208. position: absolute;
  209. height: 150px;
  210. width: 267px;
  211. overflow: hidden;
  212. left: 15px;
  213. display: inline-block;
  214. vertical-align: middle;
  215. }
  216. .youtube-search-result-li {
  217. height: 170px;
  218. }
  219. .video-import-text {
  220. margin-left: 225px !important;
  221. }
  222. .layer-content{
  223. position: fixed;
  224. width: 100%;
  225. height: 100%;
  226. background-color: rgba(0,0,0,0.8);
  227. text-align: center;
  228. color: white;
  229. }
  230. .layer-content a{
  231. background-color: #616161;
  232. }
  233. .album-art-row img{
  234. width: 10%;
  235. float: left;
  236. height: 10%;
  237. }
  238. .container {
  239. flex: 1 0 auto;
  240. }
  241. .alert{
  242. font-size: 1.3em;
  243. text-align: center;
  244. padding: 5px;
  245. margin: 0;
  246. background-color: #1565c0 !important;
  247. color: white;
  248. }
  249. .alert i{
  250. vertical-align: middle;
  251. }
  252. .queue-title {
  253. height: 18px !important;
  254. line-height: 1.5rem !important;
  255. padding: 0 !important;
  256. }
  257. .queue-icon {
  258. position: absolute !important;
  259. right: 0 !important;
  260. margin-top: 12px !important;
  261. }
  262. #sidenav-overlay{
  263. display: none
  264. }
  265. .room-slideout{
  266. top: 64px;
  267. height: 100%;
  268. }
  269. .room-slideout h5{
  270. text-align: center;
  271. background-color: rgb(3, 169, 244) !important;
  272. margin: 0;
  273. padding-top: 5px;
  274. padding-bottom: 5px;
  275. color: white;
  276. }
  277. .chat-ul{
  278. height: calc(100% - 164px);
  279. overflow-y: scroll;
  280. }
  281. .chat-message:hover{
  282. background-color: white !important;
  283. }
  284. .chat-message small{
  285. float: left;
  286. }
  287. .chat-message a{
  288. width: 50px;
  289. height: 50px;
  290. }
  291. #submit, #add-allowed-submit, #add-playlist-modal-button{
  292. color: white;
  293. height: 36px;
  294. line-height: 36px;
  295. margin: 0 10px !important;
  296. position: absolute;
  297. bottom: 72px;
  298. width: calc(100% - 20px);
  299. }
  300. #chat-input-div {
  301. position: absolute;
  302. bottom: 80px;
  303. width: 100%;
  304. }
  305. .vote_count {
  306. vertical-align: middle;
  307. }
  308. .dropdown-content {
  309. z-index: 5 !important;
  310. }
  311. #add-song-button {
  312. margin-bottom: 100px;
  313. }
  314. .profile-card ul{
  315. max-height: 365px;
  316. overflow-x: hidden;
  317. overflow-y: scroll;
  318. }
  319. .queue-item {
  320. padding-top: 1px !important;
  321. }
  322. .queue-item:first-child {
  323. margin-top: 10px;
  324. }
  325. .queue-item-title {
  326. margin: 0;
  327. font-size: 1.3em;
  328. line-height: 25px;
  329. }
  330. .queue-item-username {
  331. margin: 0;
  332. font-size: 1.1em;
  333. line-height: 15px;
  334. }
  335. .queue-item-remove {
  336. }
  337. .queue-item-text {
  338. padding-top: 10px;
  339. padding-bottom: 10px;
  340. width: 90%;
  341. }
  342. .pl-item {
  343. pointer-events: none;
  344. }
  345. .pl-title{
  346. margin: 0;
  347. font-size: 1.4em;
  348. line-height: 25px;
  349. }
  350. .report-layer-2{
  351. margin-left: 38px;
  352. }
  353. #report_modal textarea{
  354. color: black;
  355. }
  356. /*Media queries stay on the bottom*/
  357. @media screen and (max-width: 990px){
  358. .card i{
  359. line-height: 1.8em;
  360. }
  361. }
  362. .rank-admin {
  363. color: red;
  364. margin-right: 3px;
  365. }
  366. .rank-moderator {
  367. color: green;
  368. margin-right: 3px;
  369. }
  370. .chat-ul li {
  371. padding: 0 !important;
  372. }
  373. .btn, .btn-large {
  374. background-color: #1976d2;
  375. }
  376. .btn:hover, .btn-large:hover {
  377. background-color: #1565c0;
  378. }
  379. hr { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }
  380. .secondary-content {
  381. float: right;
  382. color: rgb(3, 169, 244);
  383. }
  384. input:focus:not([type]):not([readonly]) + label, input[type="text"]:focus:not([readonly]) + label, input[type="password"]:focus:not([readonly]) + label, input[type="email"]:focus:not([readonly]) + label, input[type="url"]:focus:not([readonly]) + label, input[type="time"]:focus:not([readonly]) + label, input[type="date"]:focus:not([readonly]) + label, input[type="datetime-local"]:focus:not([readonly]) + label, input[type="tel"]:focus:not([readonly]) + label, input[type="number"]:focus:not([readonly]) + label, input[type="search"]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
  385. color: rgb(3, 169, 244);
  386. }
  387. input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], input[type="date"], input[type="datetime-local"], input[type="tel"], input[type="number"], input[type="search"], textarea.materialize-textarea {
  388. background-color: transparent;
  389. border: 1px;
  390. border-bottom: 1px solid rgb(3, 169, 244) !important;
  391. box-shadow: 0 1px 0 0 white !important;
  392. border-radius: 0;
  393. outline: none;
  394. height: 3rem;
  395. width: 100%;
  396. font-size: 1rem;
  397. margin: 0 0 15px 0;
  398. padding: 0;
  399. box-shadow: none;
  400. box-sizing: content-box;
  401. transition: all .3s;
  402. }
  403. .dropdown-content li > a, .dropdown-content li > span {
  404. font-size: 16px;
  405. color: rgb(3, 169, 244);
  406. display: block;
  407. line-height: 22px;
  408. padding: 14px 16px;
  409. }
  410. .input-field .prefix.active {
  411. color: white;
  412. }
  413. [type="checkbox"]:checked+label:before {
  414. border-right-color: rgb(3, 169, 244) !important;
  415. border-bottom-color: rgb(3, 169, 244) !important;
  416. }
  417. input[type=range]+.thumb {
  418. background-color: rgb(3, 169, 244) !important;
  419. }
  420. input[type=range]+.thumb .value {
  421. color: white !important;
  422. }
  423. input[type=range]::-webkit-slider-thumb {
  424. background: rgb(3, 169, 244);
  425. }
  426. input[type=range]::-moz-range-thumb {
  427. background: rgb(3, 169, 244);
  428. }
  429. input[type=range]::-ms-thumb {
  430. background: rgb(3, 169, 244);
  431. }
  432. .hidden {
  433. display: none;
  434. height: 0;
  435. }