thisisnotras

The White Knight

Apr 1st, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. <style>
  2.  
  3. .pfor {display: none;}
  4. #profile {background: transparent; border: 0px;}
  5.  
  6. @font-face{
  7. font-family:'header';
  8. src:url(https://dl.dropboxusercontent.com/u/4556289/bloodcrowsi.ttf);
  9. }
  10.  
  11. body {
  12. background-image:url(http://i67.tinypic.com/rwrp91.jpg);
  13. background-repeat: repeat;
  14. background-size: auto 100%;
  15. overflow: hidden;
  16. }
  17.  
  18. #core{
  19. position: absolute;
  20. top: 0px;
  21. left: 0px;
  22. right: 0px;
  23. bottom: 0px;
  24. background-image:url(http://i65.tinypic.com/2vxpnw1.jpg);
  25. background-size:auto 100%;
  26. background-repeat: no-repeat;
  27. background-position: left bottom;
  28. }
  29.  
  30. #standarddiv{position: absolute;
  31. bottom: 0px;
  32. right: 10px;
  33. width: 600px;
  34. border: 0px solid black;
  35. font-family: 'header';
  36. font-size: 50pt;
  37. color: black;
  38. text-shadow: 0px 0px 10px black;}
  39.  
  40. #music{
  41. position: absolute;
  42. right: 300px;
  43. bottom: 11px;
  44. height: 13px;
  45. width: 13px;
  46. zoom:200%;
  47. overflow: hidden;
  48. border-radius: 90px 90px 90px 90px;
  49. border: 1px dotted black;
  50. background: #D8D8D8;
  51. -webkit-animation: musicflash 1s infinite;
  52. animation: musicflash 1s infinite;
  53. }
  54.  
  55. @-webkit-keyframes musicflash{
  56. 0% {border: 1px dotted transparent;}
  57. 50% {border: 1px dotted black;}
  58. 100%{border: 1px dotted transparent;}
  59. }
  60.  
  61. @-keyframes musicflash{
  62. 0% {border: 1px dotted transparent;}
  63. 50% {border: 1px dotted black;}
  64. 100%{border: 1px dotted transparent;}
  65. }
  66.  
  67. @-webkit-keyframes shakers{
  68. 0%{margin-right: 1px;}
  69. 50%{margin-right: -1px;}
  70. 100% {margin-right: 1px;}
  71. }
  72.  
  73. @keyframes shakers{
  74. 0%{margin-right: 1px;}
  75. 50%{margin-right: -1px;}
  76. 100% {margin-right: 1px;}
  77. }
  78.  
  79. #fillerspace{position: absolute;
  80. right: 406px;
  81. bottom: 505px;
  82. height: 305px;
  83. width: 300px;
  84. font-size: 1000pt;
  85. font-family:'serif';
  86. color: black;
  87. opacity: .4;
  88. z-index: -10;}
  89.  
  90. #carrotbox{position: absolute;
  91. height: 150px;
  92. width: 300px;
  93. border: 0px solid black;
  94. overflow: hidden;
  95. bottom: 70px;
  96. right: 182px;
  97. opacity: 0;
  98. -webkit-transition: all 1s;
  99. transition: all 1s;
  100. z-index: 5;
  101. }
  102.  
  103. #carrotbox:hover{
  104. opacity: 1;}
  105.  
  106. #carroty{position: absolute;
  107. transform:rotate(-45deg);
  108. border: 0px solid black;
  109. height: 200px;
  110. width: 200px;
  111. right: 100px;
  112. top: -100px;
  113. left: 50px;
  114. background-image:url(http://www.abcompany.com/docgolob/carrots.gif);
  115. background-repeat: no-repeat;
  116. background-size: 100% auto;
  117. background-position: bottom right;
  118. }
  119.  
  120.  
  121. </style>
  122.  
  123. <div id="core">
  124. </div>
  125.  
  126. <div id="standarddiv">
  127. The White Knight
  128. </div>
  129.  
  130. <div id="music">
  131. <div style="margin-top: -3.3px;
  132. margin-left: -1.3px;">
  133. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="129" height="20">
  134. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  135. <param name="wmode" value="transparent" />
  136. <param name="FlashVars" value="mp3=https://dl.dropboxusercontent.com/u/4556289/-Chill%20Trap-Ryn%20Weaver%20-%20Sail%20On%20%28HO%C3%98KED%20Remix%29%20%5BFree%20Download%5D.mp3&autoplay=1&loop=1&volume=10&bgcolor1=D8D8D8&bgcolor2=D8D8D8&slidercolor1=000000&slidercolor2=000000&buttoncolor=4E4B1E&buttonovercolor=000000" />
  137. </object>
  138. </div>
  139. </div>
  140.  
  141. <div id="fillerspace">
  142. ×</div>
  143.  
  144. <div id="carrotbox">
  145. <div id="carroty">
  146. </div>
  147. </div>
Advertisement
Add Comment
Please, Sign In to add comment