Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. @import url("https://rawgit.com/IanLunn/Hover/master/css/hover.css");
  2.  
  3. /*
  4. YUGOSLAVIA BALKAN MUSIC
  5. Please do not copy or modify without
  6. permission.
  7.  
  8. WEbsite:
  9. https://yugoslavia-music.github.io/
  10. */
  11.  
  12. /* app */
  13. .room-background {
  14. background: url(https://cdn.radiant.dj/rcs/bg/2k15nyc.jpg) no-repeat !important;
  15. width: 500% !important;
  16. height: 500% !important;
  17. filter: brightness(30%);
  18. }
  19. ::-webkit-scrollbar-thumb {
  20. background: #1b1a52 !important;
  21. }
  22.  
  23. /* animations */
  24. @keyframes flip-scale-up-hor {
  25. 0% {
  26. transform: scale(1) rotateX(0);
  27. }
  28. 50% {
  29. transform: scale(2.5) rotateX(-90deg);
  30. }
  31. 100% {
  32. transform: scale(1) rotateX(-180deg);
  33. }
  34. }
  35. @keyframes scale-up-center {
  36. 0% {
  37. transform: scale(0.5);
  38. }
  39. 100% {
  40. transform: scale(1);
  41. }
  42. }
  43. @keyframes flip-horizontal-bottom {
  44. 0% {
  45. transform: rotateX(0);
  46. }
  47. 100% {
  48. transform: rotateX(-180deg);
  49. }
  50. }
  51.  
  52. /* animation: flip-in-hor-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; */
  53. @keyframes flip-in-hor-top {
  54. 0% {
  55. transform: rotateX(-80deg);
  56. opacity: 0;
  57. }
  58. 100% {
  59. transform: rotateX(0);
  60. opacity: 1;
  61. }
  62. }
  63.  
  64. /*animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;*/
  65. @keyframes slide-in-left {
  66. 0% {
  67. transform: translateX(-1000px);
  68. opacity: 0;
  69. }
  70. 100% {
  71. transform: translateX(0);
  72. opacity: 1;
  73. }
  74. }
  75.  
  76. /*animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;*/
  77. @keyframes slide-in-top {
  78. 0% {
  79. transform: translateY(-1000px);
  80. opacity: 0;
  81. }
  82. 100% {
  83. transform: translateY(0);
  84. opacity: 1;
  85. }
  86. }
  87.  
  88. @keyframes bounce {
  89. 0%, 20%, 60%, 100% {
  90. -webkit-transform: translateY(0);
  91. transform: translateY(0);
  92. }
  93.  
  94. 40% {
  95. -webkit-transform: translateY(-20px);
  96. transform: translateY(-20px);
  97. }
  98.  
  99. 80% {
  100. -webkit-transform: translateY(-10px);
  101. transform: translateY(-10px);
  102. }
  103. }
  104. /* interface */
  105.  
  106. .app-header {
  107. animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  108. background: #121212 !important;
  109. }
  110. #app-menu {
  111. background: #121212;
  112. }
  113. #rs-skip-button {
  114. background: #121212 !important;
  115. }
  116. #history-button {
  117. background: #121212 !important;
  118. }
  119. #room-name {
  120. animation: bounce 1s;
  121. color: #828284 !important;
  122. top: 12px !important;
  123. }
  124. #room-host {
  125. color: #616163;
  126. display: none;
  127. }
  128. #room-bar .icon-room {
  129. top: 9px;
  130. left: 7px;
  131. background: url(https://i.imgur.com/oAw0Et4.png);
  132. }
  133. #dj-button {
  134. background: #121212 !important;
  135. }
  136. #dj-button:hover {
  137. animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
  138. }
  139. #dj-button.is-leave .left, #dj-button.is-quit .left {
  140. background: #121212;
  141. }
  142. #vote .crowd-response {
  143. background: #121212 !important;
  144. }
  145. #woot {
  146. border-radius: 0px 0 0 0px !important;
  147. }
  148. .votes-rs {
  149. background: #212121 !important;
  150. }
  151. .votes-rs .title.woot {
  152. background: #333 !important;
  153. }
  154. .votes-rs .title.grab {
  155. background: #333 !important;
  156. }
  157. .votes-rs .title.meh {
  158. background: #333;
  159. }
  160. #woot .bottom, #woot.selected {
  161. background: #121212 !important;
  162. }
  163. #meh .bottom, #meh.selected {
  164. background: #121212;
  165. }
  166. #meh .bottom, #meh.selected {
  167. background: #121212;
  168. }
  169. #footer {
  170. background: #121212;
  171. animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  172. }
  173. #woot.crowd-response.disabled.active .bottom {
  174. background: #212121;
  175. }
  176. #grab.crowd-response.disabled.active .bottom {
  177. background: #212121;
  178. }
  179. #meh.crowd-response.disabled.active .bottom
  180. background: #212121;
  181. }
  182. #playlist-button {
  183. background: #121212 !important;
  184. }
  185. .social-menu .subscribe {
  186. background: #121212;
  187. }
  188. #vote .crowd-response.disabled .bottom {
  189. background: #121212;
  190. }
  191. #vote .crowd-response.disabled .bottom {
  192. background: #121212;
  193. }
  194. .votes-rs .title.meh {
  195. background: #333;
  196. }
  197. #chat .mention.is-you {
  198. background: linear-gradient(135deg,#333 0,#0a0a0a 13%,#0a0a0a 100%) !important;
  199. }
  200. #chat .msg {
  201. -webkit-transition-duration: 0.3s;
  202. transition-duration: 0.3s;
  203. -webkit-transition-property: transform;
  204. transition-property: transform
  205. }
  206. #chat .msg:hover {
  207. -webkit-transform: scale(1.1) rotate(4deg);
  208. transform: scale(1.1) rotate(4deg);
  209. }
  210. #rcs-progress-container .bar {
  211. background: #333 !important;
  212. }
  213. #grab .bottom, #grab.selected {
  214. background: #121212 !important;
  215. }
  216. #playback {
  217. animation: flip-in-hor-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  218. }
  219. #woot:hover {
  220. animation: flip-scale-up-hor 0.5s linear both;
  221. }
  222. #grab:hover {
  223. animation: flip-scale-up-hor 0.5s linear both;
  224. }
  225. #meh:hover {
  226. animation: flip-scale-up-hor 0.5s linear both;
  227. }
  228.  
  229.  
  230.  
  231.  
  232. #chat-input {
  233. background: #121212;
  234. }
  235. #chat-input:hover {
  236. box-shadow: inset 0 0 0 3px #333;
  237. }
  238. #chat .emote, #chat .mention, #chat .message, #chat .moderation, #chat .skip, #chat .system, #chat .update, #chat .welcome {
  239. width: initial!important;
  240. animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  241. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement