app.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  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. textarea{
  27. color: white;
  28. }
  29. .brand-logo {
  30. margin-left: 10px;
  31. }
  32. .feedback-btn{
  33. margin-left: 10px
  34. }
  35. .scroll-fix{
  36. margin-right: 20px;
  37. }
  38. .avatar{
  39. width: auto;
  40. height: auto;
  41. }
  42. .contact-details{
  43. margin-bottom: 5px;
  44. }
  45. .contact-details .material-icons{
  46. float: left;
  47. }
  48. .user-num{
  49. font-size: 1.6em !important;
  50. }
  51. .card i{
  52. line-height: inherit;
  53. float: right;
  54. }
  55. .card-content div{
  56. float: right;
  57. line-height: 2;
  58. }
  59. .register{
  60. margin: 10px 0 0 0px;
  61. }
  62. .social{
  63. margin: 0px 0 10px 0px;
  64. width: 155px;
  65. }
  66. .login-btn{
  67. margin: 10px 0 0 10px;
  68. }
  69. .upvote{
  70. float: right;
  71. color: #00C853;
  72. cursor: pointer;
  73. line-height: initial !important;
  74. }
  75. .upvote-text{
  76. display: inline;
  77. float: right;
  78. font-size: 1.5em;
  79. margin-top: -3px;
  80. margin-right: 10px;
  81. color: white;
  82. }
  83. .float-btn{
  84. position: initial;
  85. float: right;
  86. margin-top: -3em;
  87. margin-right: -2em;
  88. }
  89. .character-counter{
  90. color: white;
  91. }
  92. .fixed-action-btn.horizontal ul{
  93. right: 45px;
  94. }
  95. .musare {
  96. background-color: rgb(107, 197, 164) !important;
  97. }
  98. .range-field > input[type="range"] {
  99. border-color: #C2C0C2;
  100. border-right: 0;
  101. border-left: 0;
  102. }
  103. .table-right-td {
  104. text-align: right;
  105. }
  106. .table-right-th {
  107. width: 1px;
  108. }
  109. .hide-preview {
  110. padding-bottom: 0 !important;
  111. }
  112. #song-preview {
  113. width: 210px;
  114. height: 210px;
  115. min-height: 210px;
  116. min-width: 210px;
  117. max-height: 210px;
  118. max-width: 210px;
  119. }
  120. #previewPlayerContainer {
  121. margin-bottom: 20px;
  122. }
  123. .seeker-bar {
  124. top: 0;
  125. left: 0;
  126. bottom: 0;
  127. position: absolute;
  128. }
  129. .seeker-bar-container {
  130. position: relative;
  131. height: 5px;
  132. display: block;
  133. width: 100%;
  134. overflow: hidden;
  135. }
  136. #preview-time {
  137. margin-top: -9px;
  138. }
  139. #desc_text{
  140. color: black;
  141. }
  142. .hack-container{
  143. margin-left: 0;
  144. margin-right: 0;
  145. /* Weird hack... No clue why this is needed but it is.*/
  146. }
  147. #room-content {
  148. padding-top: 15px;
  149. }
  150. #thumbs_up, #thumbs_down {
  151. color: white;
  152. cursor: pointer;
  153. }
  154. #thumbs_up:hover {
  155. color: #00bfa5;
  156. }
  157. #thumbs_down:hover {
  158. color: #e53935;
  159. }
  160. .feedback-message{
  161. word-wrap: break-word;
  162. }
  163. .brand-logo{
  164. font-weight:900;
  165. }
  166. .dropdown-content {
  167. background-color: #FFFFFF;
  168. margin: 0;
  169. display: none;
  170. min-width: 300px; /* Changed this to accomodate content width */
  171. margin-left: -1px; /* Add this to keep dropdown in line with edge of navbar */
  172. overflow: hidden; /* Changed this from overflow-y:auto; to overflow:hidden; */
  173. opacity: 0;
  174. position: absolute;
  175. white-space: nowrap;
  176. z-index: 1;
  177. will-change: width, height;
  178. }
  179. .video-import-thumbnail {
  180. position: absolute;
  181. height: 150px;
  182. width: 267px;
  183. overflow: hidden;
  184. left: 15px;
  185. display: inline-block;
  186. vertical-align: middle;
  187. }
  188. .youtube-search-result-li {
  189. height: 170px;
  190. }
  191. .video-import-text {
  192. margin-left: 225px !important;
  193. }
  194. .layer-content{
  195. position: fixed;
  196. width: 100%;
  197. height: 100%;
  198. background-color: rgba(0,0,0,0.8);
  199. text-align: center;
  200. color: white;
  201. }
  202. .layer-content a{
  203. background-color: #616161;
  204. }
  205. .album-art-row img{
  206. width: 10%;
  207. float: left;
  208. height: 10%;
  209. }