app.css 8.0 KB

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