thisisnotras

FINAL Rook

Sep 2nd, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. <style>
  2.  
  3. .pfor {display: none;}
  4. #profile{background: transparent; border: 0px;}
  5.  
  6. body { background-image:url(http://i59.tinypic.com/24gkjli.jpg);
  7. background-size: auto 100%;
  8. background-position: left bottom;
  9. background-color: #4C4C70 ;
  10. background-repeat: no-repeat;
  11. }
  12.  
  13.  
  14. @font-face{
  15. font-family:'header';
  16. src:url(https://dl.dropboxusercontent.com/u/4556289/bloodcrowsi.ttf);
  17.  
  18. }
  19.  
  20. #standarddiv{position: absolute;
  21. bottom: 0px;
  22. right: 10px;
  23.  
  24. width: 200px;
  25. border: 0px solid black;
  26. font-family: 'header';
  27. font-size: 50pt;
  28. color: black;
  29. text-shadow: 0px 0px 10px black;
  30. -webkit-animation: shakers .1s infinite;
  31. animation: shakers .1s infinite;}
  32.  
  33.  
  34. @-webkit-keyframes shakers{
  35. 0%{margin-right: 1px;}
  36. 50%{margin-right: -1px;}
  37. 100% {margin-right: 1px;}
  38. }
  39.  
  40. @keyframes shakers{
  41. 0%{margin-right: 1px;}
  42. 50%{margin-right: -1px;}
  43. 100% {margin-right: 1px;}
  44. }
  45.  
  46.  
  47.  
  48. #musiccontainer{
  49. position: absolute;
  50. right: 10px;
  51. bottom: 70px;
  52. background: black;
  53. opacity: .5;
  54. box-sizing: border-box;
  55. overflow: hidden;
  56. width: 185px;
  57. padding-left: 10px;
  58. }
  59.  
  60.  
  61. </style>
  62.  
  63. <div id="standarddiv">
  64. Rook
  65. </div>
  66. <div id="musiccontainer" style="background: transparent; opacity: .4;">
  67. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="129" height="20">
  68. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  69. <param name="wmode" value="transparent" />
  70. <param name="FlashVars" value="mp3=https://www.dropbox.com/s/cfutnd68929wuwf/02_HELTER_SKELTER.mp3?dl=1&autoplay=1&loop=1&volume=10&bgcolor1=000000" />
  71. </object>
  72. </div>
Advertisement
Add Comment
Please, Sign In to add comment