thisisnotras

Herald

Apr 1st, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. <style>
  2.  
  3. .pfor {display: none;}
  4. #profile{background: transparent; border: 0px;}
  5.  
  6. body{
  7. overflow: hidden;
  8. background: #0E0E10;
  9. }
  10.  
  11. #first{position: absolute;
  12. top: 0px;
  13. width: 500px;
  14. bottom: 0px;
  15. right: 0px;
  16. background-image:url(http://i65.tinypic.com/do3xbs.jpg);
  17. background-repeat: no-repeat;
  18. background-size: 500px 100%;
  19. background-position: bottom right;
  20. }
  21.  
  22. #second{position:absolute;
  23. right: 492px;
  24. top: -100px;
  25. bottom: -100px;
  26. width: 1000%;
  27. -webkit-filter:blur(10px);
  28. background: #0E0E10;
  29. background-image:url(http://i64.tinypic.com/29awoli.png);
  30. background-size: auto 90%;
  31. background-repeat: repeat;
  32.  
  33. opacity: .9;}
  34.  
  35.  
  36. #practicebox{position: absolute;
  37. right: 600px;
  38. height: 100px;
  39. width: 400px;
  40. top: 0px;
  41. bottom: 0px;
  42. margin: auto;
  43. border: 1px solid transparent;
  44. border-radius: 10px 10px 10px 10px;
  45. overflow: hidden;
  46. }
  47.  
  48. #backgroundfiller{
  49. height: 100%;
  50. width: 100%;
  51. background-image:url(http://i68.tinypic.com/30k7g5h.jpg);
  52. background-repeaT: no-repeat;
  53. opacity: .6;
  54. }
  55.  
  56. #wireframe{
  57. position: absolute;
  58. top: 4px;
  59. right: 4px;
  60. bottom: 4px;
  61. left: 4px;
  62. border:1px solid black;
  63. border-radius: 10px 10px 10px 10px;
  64. opacity: .6;
  65. }
  66.  
  67. #textinfo{position:absolute;
  68. top: 30px;
  69. left: 10px;
  70. right: 10px;
  71. bottom: 10px;
  72. font-family: Times;
  73. font-style: italic;
  74. letter-spacing: 25px;
  75. font-size: 11pt;
  76. color: gray;
  77. color: #BC8745;
  78. text-align: center;
  79. line-height: 22px;
  80.  
  81. text-indent: 36px;}
  82.  
  83. .smalls{font-size: 9pt;
  84. font-family: times;
  85. letter-spacing: 1px;
  86. color: gray;
  87. font-style: italics;
  88. line-height:30px;}
  89.  
  90. </style>
  91.  
  92.  
  93. <div id="first">
  94. <div id="second">
  95. </div>
  96. </div>
  97.  
  98. <div id="practicebox">
  99. <div id="backgroundfiller">
  100. </div>
  101. <div id="wireframe">
  102. </div>
  103. <div id="textinfo">
  104. soothsayer
  105. <font class="smalls"><br>
  106. the past preserved / the present prepared / the future foretold
  107. </font>
  108. </div>
  109. </div>
  110.  
  111. <div style="position: fixed;
  112. left: -200px;
  113. top: -200px;
  114. opacity: 0;">
  115.  
  116. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="129" height="20">
  117. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  118. <param name="wmode" value="transparent" />
  119. <param name="FlashVars" value="mp3=https://dl.dropboxusercontent.com/u/4556289/Fever%20Ray%20%27If%20I%20Had%20A%20Heart%27.mp3&autoplay=1&loop=1&volume=30&bgcolor1=808080&bgcolor2=808080&slidercolor1=000000&slidercolor2=000000&buttoncolor=000000" />
  120. </object>
  121. </div>
Advertisement
Add Comment
Please, Sign In to add comment