Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.65 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5.  
  6. .logo_div {display:none !important;visibility:hidden;}.uppermenu {display:none !important;visibility:hidden;}.fpix_header {display:none !important;visibility:hidden;}.fpix_header td {display:none !important;visibility:hidden;}.fpix_header.topad {display:none !important;visibility:hidden;}#show_chat_btn {display:none !important;visibility:hidden;}.profile_text {display:none !important;visibility:hidden;}#flash_close_butt {display:none !important;visibility:hidden;}#left_container {display:none !important;visibility:hidden;}#asltable {display:none !important;visibility:hidden;}#asltable td {display:none !important;visibility:hidden;}#asltable.fpix_asl_table {display:none !important;visibility:hidden;}#buyers_ad {display:none !important;visibility:hidden;}.bottombar {display:none !important;visibility:hidden;}
  7.  
  8. ::selection {
  9. color:#9A0A0A;
  10. }
  11.  
  12. ::-moz-selection {
  13. color:#9A0A0A;
  14. }
  15.  
  16. ::-webkit-scrollbar-thumb:vertical {
  17. background-color: #000000;
  18. height: 3px;
  19. width: 3px;
  20. }
  21.  
  22. ::-webkit-scrollbar-thumb:horizontal {
  23. background-color: #9A0A0A;
  24. height: 5px;
  25. }
  26.  
  27. ::-webkit-scrollbar {
  28. height: 3px;
  29. width: 3px;
  30. background-color: #F6F6F6;
  31. }
  32.  
  33. .display {
  34. color: #000000;
  35. border: 3px solid #F6F6F6;
  36. background-color: #F6F6F6;
  37. width: 300px;
  38. height: 320px;
  39. padding: 10px;
  40. margin: 0px auto;
  41. text-align: center;
  42. font-size: 8pt;
  43. font-family: times new roman;
  44. position: fixed;
  45. bottom: 10px;
  46. left: 160px;
  47. overflow:scroll;
  48. }
  49.  
  50. .bag {
  51. position: fixed;
  52. top: 0px;
  53. left: 0px;
  54. z-index: -1;
  55. }
  56.  
  57. #bg {
  58. position: fixed;
  59. background-color: #F6F6F6;
  60. top: 0px;
  61. left: 0px;
  62. width: 100%;
  63. height: 100%;
  64. background-size: cover;
  65. z-index: -2;
  66. }
  67.  
  68. .music {
  69. opacity: .0;
  70. }
  71.  
  72. .info {
  73. color: #000000;
  74. border: 3px solid #ffffff;
  75. background-color: #ffffff;
  76. width: 40px;
  77. height: 40px;
  78. padding: 10px;
  79. margin: 0px auto;
  80. text-align: center;
  81. font-size: 7pt;
  82. font-family: times new roman;
  83. position: fixed;
  84. bottom: 0px;
  85. left: 0px;
  86. transition-property: height, width;
  87. transition-duration: .4s, .4s;
  88. transition-timing-function: linear;
  89. }
  90.  
  91. .info:hover {
  92. height: 240px;
  93. width: 100px;
  94. }
  95.  
  96. <!--
  97. a:link {color: #000000; text-decoration: underline; }
  98. a:active {color: #000000; text-decoration: underline; }
  99. a:visited {color: #000000; text-decoration: underline; }
  100. a:hover {color: #9A0A0A;; text-decoration: none; }
  101. -->
  102.  
  103. </style>
  104. </head>
  105. <body>
  106.  
  107. <div class="display"><i><b>N i g h t m a r e s N i g h t m a r e</b>
  108. </br>
  109. </br>I strangled the monster under my bed
  110. </br>Mutilated its corpse and hacked off its head
  111. </br>Everything fears me even the dead
  112. </br>Rivers flow deeply spewing blood red
  113. </br>Braced myself for the best of leverage
  114. </br>Lacerated off another monster’s appendage
  115. </br>Its heart cut out and one collapsed lung
  116. </br>No one heard it cry for I had severed its tongue
  117. </br>
  118. </br>Blocking the closet from the inside
  119. </br>None shall escape even those who’ve died
  120. </br>I lay in wait for them out to come
  121. </br>In silence I sit chewing bubble gum
  122. </br>Come out; come out wherever you are
  123. </br>You can’t escape nor get too far
  124. </br>I’ll cut out their eyes so they can’t see
  125. </br>The grim reaper has nothing on me
  126. </br>
  127. </br>The soulless from me tremble with fear
  128. </br>For no pain for them is too severe
  129. </br>Horror I put to the ultimate test
  130. </br>Inflicting discomfort is what I do best
  131. </br>I’ll break the left, then the right knee
  132. </br>Torture them I will to the twelfth degree
  133. </br>Such anguish they’ll never forget
  134. </br>For I’m not done cutting them up yet
  135. </br>
  136. </br>Listen closely as they draw their last breath
  137. </br>Trepidation for I am worse than death
  138. </br>The monsters completely I do scare
  139. </br>Nothing too hideous for them to bear
  140. </br>I’ll throw their gizzards to the cats
  141. </br>I feed what’s left to the rats
  142. </br>What lurks in the dark worst nightmare
  143. </br>Look over your shoulder I’m standing there
  144. </br>
  145. </br>I laid waste to the grimmest reaper
  146. </br>I’m apprehension silent keeper
  147. </br>Things that go bump are even afraid
  148. </br>Slashing their throats with the sharpest of blade
  149. </br>Blood is what I must spill
  150. </br>Their skull bored by an electric drill
  151. </br>Insane for I do it all for the thrill
  152. </br>Can’t wait for tonight you I’ll kill
  153. </br>
  154. </br><b>-Wilfred Charles Mellers</b>
  155. </i></div>
  156.  
  157. <div class="bag"><img src="http://i1314.photobucket.com/albums/t574/InternetJunkie4209/140552346765782_zps6a520a92.jpg"></div>
  158.  
  159.  
  160. <div id="bg"></div>
  161.  
  162. <div class="music"><embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k007.kiwi6.com/hotlink/x0lhn0rvpd/People_in_the_box_-_Seija-tachi_HD_FULL.mp3&t0=&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></div>
  163.  
  164. <script language="javascript">document.title=("a w a ĸ e n")</script>
  165.  
  166. <div class="info"><a href="https://www.youtube.com/watch?v=gjmwqscsCvw">Music</a>
  167. </br><a href="http://mcswagfags.tumblr.com/">Tumblr</a>
  168. </br><a href="http://xerophthalmia.chatango.com/">Roleplay</a>
  169. </br>
  170. </br>
  171. </br>
  172. </br>
  173. </br>The name's Chlo.
  174. </br>Chlotato.
  175. </br>5'2, Filipino, and full time fangirl.
  176. </br>
  177. </br>Profile coded by me</div>
  178.  
  179.  
  180. </body>
  181. </html>
  182.  
  183. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-4/cur330.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2010/05/04/mac-os-x-normal-select-pointer.html" target="_blank" title="Mac OS X Normal Select Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Mac OS X Normal Select Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement