Advertisement
NekoPrincessSheila

KonekoHime

Feb 17th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.13 KB | None | 0 0
  1. <style>
  2.  
  3. .main_content_title, #user_default_image, #user_profile_info_outer, #user_profile_info, .middle_panel, .friends-list, #user_newsfeed, .panel-footer, .panel-title, .panel-heading, #main-navbar {display: none; }
  4.  
  5. .user_profile_box {
  6. margin-top:-5%!important;
  7. max-width: 2000px;
  8. margin-left: auto;
  9. margin-right: auto;
  10. overflow: hidden!important;
  11. border: solid 0px #252525;
  12. }
  13.  
  14. .profile-button {display: none; }
  15.  
  16. .top_commentbox {display: none;}
  17.  
  18. .panel-body, .user_profile_box { border: transparent!important; }
  19.  
  20. .panel-body, .user_profile_box {background: transparent;
  21. }
  22.  
  23. body, html, a, a:hover {
  24. background: #000 url('https://i.postimg.cc/m2VC4h6w/dark-wood.png') repeat;
  25. background-attachment: fixed;
  26. cursor: url('https://i.postimg.cc/nV3SRVYy/Cursor-zps3c92356a.png'), auto;
  27. }
  28.  
  29. b {
  30. text-decoration: none;
  31. text-transform: none;
  32. font-size: 12pt;
  33. font-family: trebuchet ms, sans-serif;
  34. letter-spacing: 4px;
  35. color: #9d0000;
  36. }
  37.  
  38. i {
  39. text-decoration: none;
  40. text-transform: none;
  41. font-size: 6pt;
  42. font-family: trebuchet ms, sans-serif;
  43. letter-spacing: 2px;
  44. color: #9d0000;
  45. }
  46.  
  47. s {
  48. text-decoration: none;
  49. text-transform: none;
  50. font-size: 8pt;
  51. font-family: trebuchet ms, sans-serif;
  52. letter-spacing: 1px;
  53. color: #9d0000;
  54. }
  55.  
  56.  
  57. h1 {
  58. display: block;
  59. padding: 0px;
  60. margin-top: 0px;
  61. margin-bottom: 20px;
  62. border-radius: 0px;
  63. text-decoration: none;
  64. text-transform: uppercase;
  65. letter-spacing: 1px;
  66. font: 9pt century gothic;
  67. color: #9d0000;
  68. background: #303030 url('https://i.postimg.cc/m2VC4h6w/dark-wood.png');
  69. line-height: 12px;
  70. border-bottom: #9d0000 solid 3px;
  71. }
  72.  
  73. h2 {
  74. display: block;
  75. padding: 0px;
  76. margin-top: 0px;
  77. margin-bottom: 20px;
  78. border-radius: 0px;
  79. text-decoration: none;
  80. text-transform: uppercase;
  81. letter-spacing: 1px;
  82. font: 9pt century gothic;
  83. color: #000;
  84. background: #000;
  85. line-height: 12px;
  86. border-bottom: #9d0000 solid 1px;
  87. }
  88.  
  89.  
  90.  
  91. .button:link, .button:visited {
  92. display: block;
  93. padding: 3px;
  94. margin-top: 2px;
  95. margin-bottom: 2px;
  96. border-radius: 2px;
  97. border: 1px solid #9d0000;
  98. text-decoration: none;
  99. text-transform: uppercase;
  100. letter-spacing: 1px;
  101. font: 6pt helvetica;
  102. color: #000;
  103. background: #303030;
  104. -webkit-transition: all 1s ease;
  105. -moz-transition: all 1s ease;
  106. -ms-transition: all 1s ease;
  107. -o-transition: all 1s ease;
  108. transition: all 1s ease;
  109. }
  110.  
  111. .button:hover {
  112. display: block;
  113. border-radius: 0px;
  114. text-decoration: none;
  115. text-align: center;
  116. color: #303030;
  117. background: #3f0e0e;
  118. -webkit-transition: all 1s ease;
  119. -moz-transition: all 1s ease;
  120. -ms-transition: all 1s ease;
  121. -o-transition: all 1s ease;
  122. transition: all 1s ease;
  123. }
  124.  
  125. .cult {
  126. border: 2px solid #9d0000;
  127. border-radius: 0px;
  128. width: 88px;
  129. height: 31px;
  130. -webkit-transition: all 1s ease;
  131. -moz-transition: all 1s ease;
  132. -ms-transition: all 1s ease;
  133. -o-transition: all 1s ease;
  134. transition: all 1s ease;
  135. }
  136.  
  137. .cult:hover {
  138. border: 2px solid #303030;
  139. border-radius: 5px;
  140. -webkit-transition: all 1s ease;
  141. -moz-transition: all 1s ease;
  142. -ms-transition: all 1s ease;
  143. -o-transition: all 1s ease;
  144. transition: all 1s ease;
  145. }
  146.  
  147. .base {
  148. background: #000;
  149. border: 0px solid #fff;
  150. border-radius: 0px;
  151. position: relative;
  152. top: -10px;
  153. width: 600px;
  154. height: 960px;
  155. }
  156.  
  157. #banner {
  158. top: 0px;
  159. left: 0px;
  160. height: 134px;
  161. width: 600px;
  162. align: center;
  163. border: 0px solid #fff;
  164. }
  165.  
  166. #links {
  167. background: transparent;
  168. border: 0px solid #fff;
  169. border-radius: 0px;
  170. top: 300px;
  171. left: 10px;
  172. width: 140px;
  173. height: 480px;
  174. overflow: hidden;
  175. text-align: center;
  176. position: absolute;
  177. padding: 10px;
  178. opacity: 1.0;
  179. }
  180.  
  181. #babes {
  182. background: transparent;
  183. border: 0px solid #fff;
  184. border-radius: 0px;
  185. top: 790px;
  186. left: 10px;
  187. width: 580px;
  188. height: 140px;
  189. overflow: hidden;
  190. text-align: center;
  191. position: absolute;
  192. padding: 0px;
  193. opacity: 1.0;
  194. }
  195.  
  196. #bits {
  197. background: transparent;
  198. border: 0px solid #fff;
  199. border-radius: 0px;
  200. top: 930px;
  201. left: 10px;
  202. width: 580px;
  203. height: 20px;
  204. overflow: hidden;
  205. text-align: center;
  206. position: absolute;
  207. padding: 0px;
  208. opacity: 1.0;
  209. }
  210.  
  211. #main {
  212. top: 300px;
  213. left: 170px;
  214. width: 410px;
  215. height: 480px;
  216. position: absolute;
  217. overflow: hidden;
  218. padding: 10px;
  219. background: transparent;
  220. border-radius: 5px;
  221. border: 0px solid #ccc;
  222. border-radius: 0px;
  223. }
  224.  
  225. </style>
  226.  
  227. <center><div class="base">
  228.  
  229. <div id="banner">
  230. <img src="https://i.postimg.cc/q7jg4ymx/KHHeader.gif" />
  231. </div>
  232.  
  233. <div id="links">
  234. <img src="https://i.postimg.cc/sxLxFzgP/25063088d7c7db-flip.png" />
  235. <br /><br />
  236. <b>CULTS</b>
  237. <a href="http://vampirefreaks.com/cult/Adult_Entertainment" target="_blank"><img src="http://i.imgur.com/x1opMbW.png" class="cult" /></a>
  238.  
  239. <a href="https://vampirefreaks.com/cult/black-lipstick" target="_blank"><img src="https://s26.postimg.cc/5yusib3eh/B-_LMini_Banner2.png" class="cult" /></a>
  240.  
  241. <a href="http://vampirefreaks.com/cult/Inspiration" target="_blank"><img src="http://i.imgur.com/XBnUnfb.png" class="cult" /></a>
  242.  
  243. <a href="http://vampirefreaks.com/cult/Hippies_at_Heart" target="_blank"><img src="http://i.imgur.com/0VkjUPB.png" class="cult" /></a>
  244.  
  245. <a href="https://vampirefreaks.com/cult/CaregiverLittle" target="_blank"><img src="https://orig00.deviantart.net/2054/f/2018/332/a/d/ad3ddd97ceb4973f0409b1eaf0d62fbc-dct4og1.gif" class="cult" /></a>
  246.  
  247.  
  248. <br /><br />
  249. <b>CONTACT</b>
  250. <br />
  251. <a href="http://vampirefreaks.com/" class="button">vf home</a>
  252. <a href="http://vampirefreaks.com/user_comment.php?user=KonekoHime" class="button">message</a>
  253. <a href="http://vampirefreaks.com/profile_action.php?user=KonekoHime" class="button">+friend</a>
  254. <a href="https://vampirefreaks.com/gallery/KonekoHime" class="button">gallery</a>
  255.  
  256. <br />
  257. <br />
  258.  
  259.  
  260.  
  261. </div>
  262.  
  263. <div id="main">
  264. <b><img src="https://i.postimg.cc/wxw0tGrh/Heart-Pixel.png" /> I'M A BITCH<img src="https://i.postimg.cc/wxw0tGrh/Heart-Pixel.png" /></b><br />
  265. <i>You've been warned.</i><br /><br />
  266. <h1>Okay, okay, now that's out of the way...</h1>
  267. <i>I'm actually pretty nice, but don't tell anyone that - you'll blow my cover.</i><br /><br />
  268. <s>2008-2019.<br />
  269. I'm basically never around. I check in occasionally.<br /></s><br />
  270. <i>My walls have been broken, and my secret has been discovered.
  271. There's a vulnerable girl under the bitch facade and HE has found her.<br />
  272. My heart will forever belong to my beloved.</i><br />
  273.  
  274. <br />
  275. <img src="https://i.postimg.cc/DfpbQbVD/MMKH.png"><br /><i>May 29, 2018</i>
  276. <br />
  277. <img src="https://i.imgur.com/Qfk1CDR.gif" /><img src="https://i.imgur.com/s6YnQMW.gif" /><img src="https://i.imgur.com/jNnuei6.gif" />
  278.  
  279. </div>
  280.  
  281. <div id="babes">
  282. <h1>Babes</h1>
  283.  
  284. <a href="https://vampirefreaks.com/MedicineMan"><img src="https://icons.vampirefreaks.com/M/Me/Med/MedicineMan/5475197.png" title="My Beloved"/></a>
  285. <a href="https://vampirefreaks.com/Kinky_VIxen_Queen93"><img src="https://icons.vampirefreaks.com/K/Ki/Kin/Kinky_VIxen_Queen93/5470203.png" title="Sissy!"/></a>
  286. <a href="https://vampirefreaks.com/xXxKandixXx"><img src="https://icons.vampirefreaks.com/x/xX/xXx/xXxKandixXx/5484454.jpg" title="My Wifey" /></a>
  287. <a href=""><img src="" /></a>
  288. <br />
  289. <h2>tra la la la la</h2>
  290. </div>
  291.  
  292. <div id="bits"><s>This </s><i>fabulous</i> <s>layout created by Yours Truly 2019</s>
  293. </div>
  294.  
  295. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement