Advertisement
kellyeatkim

City full of lights

Jan 20th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.09 KB | None | 0 0
  1. <style>.a form {display:none;}table table table form {display:inline;}.a {} table div {display:none;}table table div {display:block;}td {height:0px;}.userProfiledetail, .profileinfo, .imgonlinenow, .nametext, .userProfileURL, .userProfileSchool, .interestsAndDetails, .friendsComments,.extendedNetwork, .latestBlogEntry, .friendSpace, .orangetext15, .contacttable { display:none;} #footerWarpper {display:none;}table, td, tr{ background-color:transparent;} .profileInfo, .contactTable, .userProfileURL, .interestsAndDetails,
  2. .userProfileDetail, .userProfileNetworking, .userProfileSchool,.userProfileCompany, .extendedNetwork, .latestBlogEntry,.blurbs td.text, .orangetext15, table div { display:none!important;}div table div, table table div {display:block!important; padding:0;}table, tr, td {background:none; border:none;}.clearfix, .clearfix div {background-image:none!important;overflow:hidden;}.clearfix {position:relative;top:-30px;width:728px;}.clearfix .clearfix {bottom:-30px;margin:-45px 0 0;position:relative;top:auto;width:auto;}.clearfix .clearfix div {margin:45px 0 0;}.clearfix .clearfix div div {margin:auto;}.profile, .profile div, .profile input, .clearfix select,.clearfix option, .clearfix ul {display:none!important;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
  3. a.text{visibility:hidden;}
  4.  
  5. body {
  6. color: #888888;
  7. background-color: black;
  8. font-family: Calibri, sans-serif;
  9. font-size: 11px;
  10. margin: 0;
  11. }
  12.  
  13.  
  14. #background {
  15. width: 100%;
  16. height: 100%;
  17. position: fixed;
  18. top: 0px;
  19. left: 0px;
  20. background-color: #59dfb7;
  21. background-image: url(http://img.wallpaperfolder.com/f/71CBF8572DBB/tumblr-fogg-image-winter-picture.jpg);
  22. background-attachment: fixed;
  23. }
  24.  
  25. #sidebar {
  26. height: 100%;
  27. width: 200px;
  28. background-color: #fff;
  29. padding: 20px;
  30. z-index: 2;
  31. position: fixed;
  32. top: 0%;
  33. right: 0%;
  34. }
  35.  
  36. #sidebar2 {
  37. height: 100%;
  38. width: 80%;
  39. background-color: transparent
  40. padding: 5px;
  41. color: #303030;
  42. z-index: 2;
  43. position: fixed;
  44. overflow: scroll;
  45. bottom: 0;
  46. left:0;
  47. -webkit-transition: all 0.3s ease-out;
  48. -moz-transition: all 0.3s ease-out;
  49. transition: all 0.3s ease-out;
  50. opacity:0.0; filter:alpha(opacity=0);
  51.  
  52. }
  53.  
  54.  
  55. #sidebar2:hover {
  56. height: auto;
  57. width: auto;
  58. background-color: transparent;
  59. padding: 5px;
  60. color: #303030;
  61. z-index: 2;
  62. position: fixed;
  63. overflow: scroll;
  64. top: 50px;
  65. left: 300px;
  66. -webkit-transition: all 2.0s ease-out;
  67. -moz-transition: all 2.0s ease-out;
  68. transition: all 2.0s ease-out;
  69. opacity:1; filter:alpha(opacity=100);
  70. }
  71.  
  72. #box {
  73. height: auto;
  74. width: 400px;
  75. background-color: #fff;
  76. z-index: 2px;
  77. margin: auto;
  78. color:#c4c4c4;
  79. font-family: times new roman;
  80. font-size:10px;
  81. padding:20px;
  82. }
  83.  
  84.  
  85. #box2 {
  86. color: #fff;
  87. font-size:10px;
  88. font-family: times new roman;
  89. letter-spacing: 1px;
  90. line-height:-10px;
  91. background-color: e3e1c0;
  92. height: auto;
  93. width: 435px;
  94. margin: auto;
  95. z-index: 2px;
  96. padding-left:5px;
  97. padding-top:5px;
  98. padding-bottom:5px;}
  99.  
  100.  
  101. #title {
  102. color: #444444;
  103. font-size: 30px;
  104. line-height: 20px;
  105. font-family: sans-serif;
  106. text-align: center;
  107. margin-bottom: 10px;
  108. margin-top: 200px;
  109. }
  110.  
  111. .picture {
  112. background-color: #black;
  113. height: 100px;
  114. width: 150px;
  115. border-color:000;
  116. border:2px;
  117. border-radius: 10%;
  118. margin: auto;
  119. padding:5px;}
  120.  
  121. .info{
  122. width: 200px;
  123. margin: auto;
  124. text-align: center;
  125. margin-top: 10px;
  126. font-family: Georgia ;
  127. font-size: 11px;
  128. color: #888888;
  129. text-align: center;
  130. text-transform:uppercase;
  131. margin-top: 200px;
  132. }
  133.  
  134. .link {
  135. padding: 10px;
  136. border-top: 1px solid #E4E4E4;
  137. text-align: center;
  138. }
  139.  
  140.  
  141. blockquote{
  142. color: 4b4b4b;
  143. background-color: transparent;
  144. border-left:5px solid #cac8a6;
  145. font-size:9px;
  146. width:auto;
  147. margin: 10px 0 0 20px;
  148. padding:10px;}
  149.  
  150.  
  151. #extra{
  152. color: fff;
  153. background-color: cac8a6;
  154. width:350px;
  155. font-size:9px;;
  156. margin:20px;
  157. padding:10px;
  158. height:100px;
  159. overflow: scroll;
  160. border-radius: 5%;
  161. }
  162.  
  163.  
  164.  
  165.  
  166. a:hover, a.hover {color: C73636; font-weight:normal;text-decoration: none; }
  167.  
  168. a:active, a:visited, a:link { font: 7px arial; text-transform:uppercase; color:737373; line-height:6px; -webkit-transition: all 0.5s ease-in; moz-transition: all 0.5s ease-in;}
  169.  
  170. a:hover { font: 7px arial; text-transform:uppercase; color: f1f1f1; line-height:6px;}
  171.  
  172.  
  173. h1 {color: #fff; font-size:25px; font-family:georgia; letter-spacing: -1px; text-align: center;display:block; background-color: cac8a6;font-weight:normal; width:100%;text-transform:uppercase;}
  174.  
  175.  
  176. h2 {color: #d0cda2; font-size:10px; font-family: times new roman; letter-spacing: 1px; text-transform:uppercase;line-height:-10px;}
  177.  
  178.  
  179. b{ font-weight:normal; text-transform:uppercase; color: a8a67f; font-family: cambria; font-size:9px; line-height: 10px; letter-spacing:0px; }
  180.  
  181. big{font-family: cambria; font-size: 20px; text-transform: none; letter-spacing: -2px; line-height: 95%; color: fff;}
  182.  
  183. small{font-family:terminal; font-size:8px; text-transform:uppercase; letter-spacing:0px; color: fff;}
  184.  
  185. i{font-family:sketch script; font-weight:none; font-size:12px; text-transform:none; border-bottom:0px solid; font-weight:normal; color:e fff; background-color:transparent; line-height:9px; letter-spacing:1px;}
  186.  
  187. ::selection {
  188. background: #cac8a6;
  189. }
  190. ::-moz-selection {
  191. background: #cac8a6;
  192. }
  193. ::-webkit-scrollbar
  194. {
  195. width: 0px;
  196. }
  197. ::-webkit-scrollbar-track-piece
  198. {
  199. background-color: transparent;
  200. -webkit-border-radius: 6px;
  201. }
  202. </style>
  203.  
  204. <body oncontextmenu="return false"></body>
  205.  
  206.  
  207.  
  208. <div id="background"></div>
  209. <div id="sidebar">
  210.  
  211. <div class="info">"Here's to me, Here's to you... You'll always be my one and forever" </br></br>
  212.  
  213. <a href="/home.php"><div class="link">escape</div></a>
  214. <a href="/"><div class="link">stalk</div></a>
  215. <a href="/"><div class="link">private</div></a>
  216. <a href="/2409"><div class="link">credit</div></a>
  217.  
  218. </div></div>
  219.  
  220. //end of this section
  221.  
  222. <div id="sidebar2">
  223.  
  224. <div id="box">
  225.  
  226. <h1>Title of everything</h1>
  227. <img src=https://68.media.tumblr.com/5607e5c0925c1790db12559eb7258140/tumblr_ojvv2rqmOq1qmzz57o6_400.gif width=130px>
  228. <img src=https://68.media.tumblr.com/5607e5c0925c1790db12559eb7258140/tumblr_ojvv2rqmOq1qmzz57o6_400.gif width=130px>
  229. <img src=https://68.media.tumblr.com/5607e5c0925c1790db12559eb7258140/tumblr_ojvv2rqmOq1qmzz57o6_400.gif width=130px></br>
  230.  
  231. <h2>Kellyeatkim:</h2>
  232. <blockquote>"How does it feel to know that when you walk through that door the first thing that my fingernails do is dig themselves into my legs and my hands rub up and down my legs scratching them (like you used to) in hopes that they peel off and change into a new body. How does it feel to know that when you walk through that door my back sinks into the seat with hope that eyes don’t meet and recognise each other because if I do look into your eyes it’ll bring everything back and we both know I won’t be able to handle that. How does it feel to know that when you walk through that door my lips get chapped and my mouth gets dry because all of a sudden I crave the affection of your lips pressed against mine, softly, but then I remember all the lies and poison that you spat at me and suddenly that feeling is gone and all I’m left with is a desert in my mouth. How does it feel to know that when you walk through that door I suck in my stomach because I remember how your finger tips used to touch and feel every part of it and all the scratches that you left and it all comes back to my body, but this time it isn’t a sign of slight psychopathy and love it’s a sign of hatred and how you gripped my hips so mean. How does it feel to know that when you walk through that door my brain drains itself out and numbs every feeling that I ever had for you, but feelings come back even after how numb I’ve been this whole time and suddenly inside I feel like a hurricane and all my thoughts are clashing and banging into each other and all I can hear in my head are not my demons, but the three words that dribbled out of your mouth like water on a hot summer day. My demons can’t even compare to the things you said to me. How does it feel to know that when you walk though that door my
  233. whole world just broke off and was trampled on…by you."</blockquote></div><div id="box2">#life #wugh#saveme</h3></div><br><br>
  234.  
  235.  
  236.  
  237. <div id="box">
  238. <img src="https://68.media.tumblr.com/767f95a78e37664c0c6e882cb745e0a3/tumblr_oi9gsfT4Xu1v3mln4o1_540.png" width=195px>
  239. <img src="https://68.media.tumblr.com/767f95a78e37664c0c6e882cb745e0a3/tumblr_oi9gsfT4Xu1v3mln4o1_540.png" width=195px>
  240. <br>
  241.  
  242. <h2>Kellyeatkim:</h2>
  243. <blockquote> Please love me</blockquote>
  244.  
  245. </div><div id="box2">#life #wugh#saveme</h3></div><br><br>
  246.  
  247.  
  248.  
  249.  
  250. <div id="box">
  251.  
  252.  
  253. <h1>Information about me:</h1>
  254. <b>Name:</b> Kelly Kim <b>Name:</b> Kelly Kim <b>Name:</b> Kelly Kim <b>Name:</b> Kelly Kim <b>Name:</b> Kelly Kim <b>Name:</b> Kelly Kim <b>Name:</b> Kelly Kim <b>Name:</b> Kelly Kim <b>Name:</b> Kelly Kim <b>Name:</b> Kelly Kim <b>Name:</b> Kelly Kim <b>Name:</b> Kelly Kim <b>Name:</b> Kelly Kim <b>Name:</b> Kelly Kim
  255.  
  256. <div id="extra">
  257. <small>What I see is different from your view. Just like how the fly’s point of view differs from the spider’s, how the created’s point of view differs from the creator. Your reason that I know nothing about you is simply childish. We humans were made to be different even when we look alike so, ask the twins or doppelgangers in the world I tell you. Maybe we have the same demons, the exact same annoying little voices inside our head, but believe me. No humans felt the same, the same as science do prove we see colors differently just like how our fingerprints does. So you, petty organism called human, you better mature or I’ll throw you off the deck, watching you hardly survives, almost drowning, when I only tell you to swim because I can and you can’t. </small>
  258. </div>
  259.  
  260. </div><div id="box2">#life #wugh#saveme</h3></div><br><br>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement