thisisnotras

music update Nasir

Dec 13th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.45 KB | None | 0 0
  1. <style>
  2. @import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One);
  3.  
  4.  
  5. /* ad3d00 | ffb038 | D19341 */
  6. .pfor {display: none;}
  7. body {background: #6A6561; background-size:50%; overflow: hidden;
  8. background-image:url("http://i.picpar.com/C0hc.jpg");
  9. background-size: 63%;
  10. background-attachment:fixed;
  11. background-position: bottom right;
  12. background-repeat: no-repeat;}
  13. #profile {border: 0px; background: transparent;}
  14. body, a {cursor: url(http://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), progress !important;}
  15. #whole{position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  16.  
  17. ::-webkit-scrollbar {background: transparent; width: 9px;}
  18. ::-webkit-scrollbar-thumb {border: 1px solid black; border-top: 8px transparent solid; border-right: 2px solid transparent; border-bottom: 8px transparent solid;}
  19.  
  20. ::selection {background: #fe5900;}
  21.  
  22. a {
  23. color: #FFF;
  24. text-align: center;
  25. font-family: impact;
  26. font-size: 20px;
  27. letter-spacing:2px;
  28. text-shadow:3px 5px #000000;
  29. line-height: 26px;
  30. text-decoration:none;
  31. }
  32. #i {position: fixed;
  33. width: 400px; height: 600px;
  34. top: 150px; left: 200px;
  35. background-image: url(https://i.imgur.com/LZpPXOs.png); background-color: black; background-size: cover; background-position: center;
  36. border: 5px solid #000;
  37. z-index: 1;
  38. }
  39.  
  40. #holder {position: fixed;
  41. width: 405px; height: 700px;
  42. top: 113px; left: 203px;
  43. overflow: hidden;
  44. z-index: 1;}
  45.  
  46. #thewind {position: absolute;
  47. width: 387px; height: 283px;
  48. top: 130px; left: -200px;
  49. text-align: center;
  50. font-family: 'Share';
  51. font-size: 11px;
  52. color: #FFF;
  53. line-height: 14px; padding: 5px;
  54. border: 5px solid #6b3e3c;
  55. background-color: #877056;
  56. transition: ease-in-out 1.2s;
  57. transition-delay: 0.5s;
  58. opacity: 0;}
  59.  
  60. body:hover #thewind {top: 40px; left: -2px; opacity: 1;}
  61.  
  62. body:hover #ooc {left: 1px; opacity: 1;}
  63.  
  64. body:hover #powers {right: 2px; opacity: 1;}
  65.  
  66. #ooc {position: absolute;
  67. width: 388px; height: 67px;
  68. bottom: 8%; left: -200px;
  69. text-align: justify; font-family: 'Share'; font-size: 11px; color: #FFF; line-height: 14px; padding: 5px;
  70. background-color: #877056;
  71. border: 2px solid #6b3e3c;
  72. transition: ease-in-out 1.2s;
  73. transition-delay: 0.5s;
  74. overflow: auto;
  75. opacity: 0;}
  76.  
  77. #powers {position: absolute;
  78. width: 388px; height: 197px;
  79. bottom: 20.5%; right: -400px;
  80. text-align: center; font-family: 'Share'; font-size: 11px; color: #FFF; line-height: 14px; padding: 5px;
  81. background-color: transparent;
  82. transition: ease-in-out 1.2s;
  83. transition-delay: 0.5s;
  84. overflow: auto;
  85. opacity: 0;}
  86.  
  87. ::-webkit-scrollbar {width: 4px;}
  88. ::-webkit-scrollbar-track {border-radius: 0px; background-color: transparent;}
  89. ::-webkit-scrollbar-thumb {border-radius: 90px; background-color: #666; background-repeat: no-repeat; height: 34px; }
  90.  
  91.  
  92.  
  93.  
  94. a:active, a:visited, a:link {color:#8A7E8A; text-decoration: none; letter-spacing: -0.5px;
  95. -webkit-transition:all 0.7s ease-in-out; -moz-transition:all 0.7s ease-in-out;
  96. -o-transition:all 0.7s ease-in-out; -webkit-transition:all 0.7s ease-in-out;
  97. transition:all 0.7s ease-out; }
  98. a:hover {color:#AAA; text-decoration:none; -webkit-transition:all 0.7s ease-in-out; -moz-transition:all 0.7s ease-in-out ; -o-transition:all 0.7s ease-in-out; -webkit-transition:all 0.7s ease-in-out; transition:all 0.7s ease-out;}
  99.  
  100. /* MUSIC PLAYER THING */
  101.  
  102. @font-face{
  103. font-family:'musicfont';
  104. src:url(https://dl.dropboxusercontent.com/u/4556289/againts.ttf);
  105. }
  106.  
  107. ::-webkit-scrollbar {
  108. width: 4px;
  109. background-color: transparent;
  110. }
  111.  
  112.  
  113. ::-webkit-scrollbar-thumb {
  114. border-radius: 0px;
  115. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  116. background-color: black;
  117. }
  118.  
  119. #musiclist{
  120. position: absolute;
  121. top: 30px;
  122. left: 10px;
  123. height:146.5px;
  124. width: 380px;
  125. overflow: auto;
  126. overflow-x: hidden;
  127. padding-right: 0px;
  128. cursor:default;
  129. border-top: 2px solid black;
  130. border-bottom: 2px solid black;
  131. border-right: 1px solid black;
  132. box-sizing: border-box;
  133. }
  134.  
  135. #tracklist{
  136. position: relative;
  137. width: 100%;
  138. height: 31px;
  139. border: 1px solid black;
  140. box-sizing: border-box;
  141. border-top: 0px solid transparent;
  142. border-right: 2px solid black;
  143. overflow: hidden;
  144. -webkit-transition: all 1s;
  145. transition: all 1s;
  146. z-index: 1;
  147. }
  148.  
  149.  
  150. #infoslide{
  151. float: left;
  152. width: 100%;
  153. height: 100%;
  154. text-align: left;
  155. overflow: hidden;
  156. font-size: 12pt;
  157. font-weight: 600;
  158. line-height: 31px;
  159. letter-spacing: 2px;
  160. font-family: 'musicfont', Times, Arial;
  161. color: black;
  162. -webkit-transition: all 1s;
  163. transition: all 1s;
  164. box-sizing: border-box;
  165. padding-left: 40px;
  166. }
  167.  
  168. #trackplay{
  169. position: absolute;
  170. left: 0px;
  171. top: 0px;
  172. height: 100%;
  173. width: 0px;
  174. border-right: 1px solid black;
  175. overflow: hidden;
  176. -webkit-transition: all 1s;
  177. transition: all 1s;
  178. }
  179.  
  180. #trackplay audio{
  181. margin-left: -5px;
  182. zoom: 110%;
  183. margin-top: -2px;
  184. }
  185.  
  186. #tracklist:hover #trackplay{
  187. width: 25px;
  188. }
  189.  
  190. #tracklist:hover #infoslide{
  191. padding-left: 50px;
  192. }
  193.  
  194. #tracklist:hover{
  195. -webkit-transition: all .1s;
  196. transition: all .1s;
  197. border-left: 2px solid black;
  198. }
  199.  
  200. /* CUSTOMIZATION */
  201.  
  202. #infoslide{
  203. color: white;
  204. letter-spacing: 3px;
  205. text-shadow: 1px 1px 2px black;
  206. }
  207.  
  208. #musiclist{
  209. border-color: black ;
  210. background-color: transparent;
  211. }
  212.  
  213. #tracklist{
  214. border-color: ;
  215. background-color: #e96765 ;
  216. }
  217.  
  218.  
  219.  
  220. </style>
  221. <div id="i">
  222. </div>
  223. <div id="holder">
  224. <div id="thewind">6'2.<br>
  225. 160 lbs.<br>
  226. Gay.<br>
  227. I guess a dog<br>
  228. Name: Head Ass<br><br>
  229.  
  230. Age: Headass<br><br>
  231.  
  232. Height: Head<br><br>
  233.  
  234. Weight: Ass<br><br>
  235.  
  236. Gender: Neckass<br><br>
  237.  
  238. Orientation: Faceass<br><br>
  239.  
  240. Marital: Whole body ass<br><br>
  241.  
  242. Occupation: Head to the ass<br><br>
  243.  
  244.  
  245.  
  246.  
  247. </div>
  248.  
  249. <div id="ooc">
  250. <i>
  251.  
  252. </div>
  253. <div id="powers">
  254. <div id="musiclist">
  255.  
  256. <div id="tracklist">
  257. <div id="trackplay">
  258. <audio controls src="https://www.dropbox.com/s/u0l8my6rv1vd9zc/Black%20Skinhead.mp3?dl=1" loop=3 />
  259. </div>
  260. <div id="infoslide">
  261. Blakkk Skkkinhead // Kkkanye yeezus.
  262. </div>
  263. </div>
  264.  
  265. <div id="tracklist">
  266. <div id="trackplay">
  267. <audio controls src="https://www.dropbox.com/s/2nmd8p6sjpcuybc/broccoli.mp3?dl=1" loop=3 />
  268. </div>
  269. <div id="infoslide">
  270. Brocolli // Yachty and Dram
  271. </div>
  272. </div>
  273.  
  274. <div id="tracklist">
  275. <div id="trackplay">
  276. <audio controls src="https://www.dropbox.com/s/paibr1jtvsopxl8/mad.mp3?dl=1" loop=3 />
  277. </div>
  278. <div id="infoslide">
  279. U Mad? // Vic Mensa and Kanye West
  280. </div>
  281. </div>
  282.  
  283. <div id="tracklist">
  284. <div id="trackplay">
  285. <audio controls src="https://www.dropbox.com/s/t38rd4fvhsu44z0/Future%20-%20Stick%20Talk.mp3?dl=1" loop=3 />
  286. </div>
  287. <div id="infoslide">
  288. Future // Stick Talk
  289. </div>
  290. </div>
  291.  
  292. <div id="tracklist">
  293. <div id="trackplay">
  294. <audio controls src="https://www.dropbox.com/s/0px7kz4muojt6k7/Flatbush%20ZOMBiES%20-%20Glorious%20Thugs.mp3?dl=1" loop=3 />
  295. </div>
  296. <div id="infoslide">
  297. Flatbush Zombies // Glorious Thugs
  298. </div>
  299. </div>
  300.  
  301. <div id="tracklist">
  302. <div id="trackplay">
  303. <audio controls src="https://www.dropbox.com/s/kl3g7q7i7vxj0dp/The%20Underachievers%20-%20Herb%20Shuttles%20%28%20Official%20Music%20Video%20%29.mp3?dl=1" loop=3 />
  304. </div>
  305. <div id="infoslide">
  306. The Underachievers // Herb Shuttles
  307. </div>
  308. </div>
  309.  
  310. <div id="tracklist">
  311. <div id="trackplay">
  312. <audio controls src="https://www.dropbox.com/s/o9qsb3qzyv1mpz2/Desiigner%20-%20Tiimmy%20Turner%20%28Official%20Audio%29.mp3?dl=0" loop=3 />
  313. </div>
  314. <div id="infoslide">
  315. Desiigner // Timmy Turner
  316. </div>
  317. </div>
  318.  
  319.  
  320. </div>
  321.  
  322.  
  323.  
  324. </div>
  325. </div>
  326.  
  327. </div>
Advertisement
Add Comment
Please, Sign In to add comment