Advertisement
Sinthia

Test

Sep 25th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.81 KB | None | 0 0
  1. <style>
  2.  
  3.  
  4.  
  5. .pfor {display: none;}
  6.  
  7.  
  8.  
  9. #profile {width:1000;}
  10.  
  11. body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-7/cur641.cur), progress !important;}
  12.  
  13. body {background: #000000
  14. url(""); background-position: 50% 50%; background-repeat: no-repeat; background-attachment: fixed; background-size: 100%;}
  15.  
  16.  
  17. b { text-decoration: Bold; color: #ffffff; text-shadow:1px 1px 4px #ffffff;}
  18.  
  19. i { text-decoration: italic; color: ffffff; text-shadow:2px 2px 8px #ffffff;}
  20.  
  21. u { text-decoration: underline; Underline; border-bottom: dotted 1px 333333; text-shadow:4px 4px 8px #ff0000;}
  22.  
  23.  
  24.  
  25.  
  26. ::-webkit-scrollbar-thumb:vertical {background-color:transparent; width:5px;
  27. border-radius:100px; box-shadow: inset 0 0 6px #ffffff;}
  28.  
  29.  
  30.  
  31. ::-webkit-scrollbar-thumb:horizontal {background-color: #ffffff; width:10px; height:60px !important;
  32. border-radius:100px; }
  33.  
  34. ::-webkit-scrollbar {width:7px; border-radius:100px;
  35. background-color:transparent; }
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. a:active, a:visited, a:link { font-size: 10px; color : #333333; font-family: Calibri; font-weight : normal; text-decoration : none; text-shadow:2px 2px 4px #000000;}
  49.  
  50.  
  51.  
  52.  
  53. a:hover {font-size: 10px; font-family: Calibri; color: #ffffff; text-shadow:1px 1px 4px #ffffff; cursor: url(http://cur.cursors-4u.net/cursors/cur-7/cur642.cur), progress !important;}
  54.  
  55.  
  56.  
  57. h1{line-height:8px; font-size:15px; font-family: modern; background-color:#transparent; display: block; letter-spacing:1pt; color: ffffff; text-align: center; font-weight: normal; font-family: jokerman; background:url(""); border-radius: 20px;}
  58.  
  59.  
  60.  
  61. #sidebar {width:130px; top:0px; bottom:auto; padding:0px;border-right: dashed 0px white; float:left; padding-right:5px;}
  62.  
  63. #barside {width:175px; top:0px; bottom:auto; padding:0px;border-left: dashed 0px white; float:left; padding-left:5px;}
  64.  
  65.  
  66.  
  67.  
  68.  
  69. #profile { border: Double 0px red; border-top-left-radius: 20px 20px; border-bottom-left-radius: 20px 20px; border-bottom-right-radius: 20px 20px; border-top-right-radius: 20px 20px; }
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77. #profile {background-color: transparent; border:none; margin: auto; position: relative; center: 240px;}
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89. #Skullz{
  90.  
  91. width: 500px;
  92. height: 450px;
  93. position: fixed;
  94. top: 100px;
  95. left: 575px;
  96. background-size:50%;
  97. background-repeat: no-repeat;
  98. background-position: 50% 50%;
  99. background-color: #000000;
  100. box-shadow: inset 0 0 50px #cccccc;
  101. border-radius: 50px;
  102. opacity: .7;
  103. -webkit-transition: opacity 1s linear;
  104. -webkit-transition: all 2.8s ease-in-out;
  105. -moz-transition: all 2.8s ease-in-out;
  106. }
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115. #Stars{
  116.  
  117. width: 25px;
  118.  
  119. height: 25px;
  120.  
  121. background-color: #transparent;
  122.  
  123. box-shadow: inset 0 0 10px #cccccc;
  124.  
  125. border: 4px double transparent;
  126.  
  127. border-radius: 100px;
  128.  
  129. opacity: 1.1;
  130. -webkit-transition: opacity 1s linear;
  131.  
  132. -webkit-transition: all .8s ease-in-out;
  133.  
  134. -moz-transition: all .8s ease-in-out;
  135.  
  136. z-index: 2;
  137.  
  138. overflow: hidden;
  139.  
  140. }
  141.  
  142.  
  143.  
  144.  
  145. #Stars:hover {
  146. background-color: transparent;
  147. box-shadow:inset 0 0 15px #cccccc;
  148. border-radius: 100px;
  149. width: 25px;
  150.  
  151. height: 25px;
  152.  
  153. -webkit-transition: all .8s ease-in-out;
  154.  
  155. -moz-transition: all .8s ease-in-out;
  156.  
  157. -webkit-transform: rotate(360deg);
  158. -moz-transform: rotate(360deg);
  159.  
  160. }
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171. div.transbox
  172. {
  173. background-color:#transparent;
  174. border:1px solid transparent;
  175. opacity: 0.0;
  176. -webkit-transition: opacity 1s linear;
  177.  
  178. }
  179.  
  180.  
  181.  
  182. div.transbox:hover {
  183. opacity: 1;
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194. </style>
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204. <a href="#Skull[1]">
  205. <div id="Stars" style="position:fixed; top:55; left:580; overflow: hidden; text-align:center;"><font size="4">★</font>
  206. </div></a>
  207.  
  208.  
  209.  
  210.  
  211.  
  212. <a href="#Skull[2]">
  213. <div id="Stars" style="position:fixed; top:55; left:660; overflow: hidden; text-align:center;"><font size="4">★</font>
  214. </div></a>
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225. <a href="#Skull[3]">
  226. <div id="Stars" style="position:fixed; top:55; left:740; overflow: hidden; text-align:center;"><font size="4">★</font>
  227. </div></a>
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234. <a href="#Skull[4]">
  235. <div id="Stars" style="position:fixed; top:55; left:840; overflow: hidden; text-align:center;"><font size="4">★</font>
  236. </div></a>
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245. <a href="#Skull[5]">
  246. <div id="Stars" style="position:fixed; top:55; left:940; overflow: hidden; text-align:center;"><font size="4">★</font>
  247. </div></a>
  248.  
  249.  
  250.  
  251.  
  252. <a href="#Skull[6]">
  253. <div id="Stars" style="position:fixed; top:55; left:1050; overflow: hidden; text-align:center;"><font size="4">★</font>
  254. </div></a>
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261. <div style="position:fixed; top:-10; left:40; overflow:hidden; z-index: 2;">
  262.  
  263. <img src="https://i.gyazo.com/255a1858b0abd3471c919dc992470ef1.png" width="535" height="500">
  264.  
  265. </div>
  266.  
  267.  
  268.  
  269.  
  270. <div id="Skullz" style="z-index: 1; overflow:hidden;">
  271.  
  272. </div>
  273.  
  274.  
  275.  
  276.  
  277.  
  278. <div style="position:fixed; top:120; left:650; width:410px; height:410px; overflow:hidden; z-index: 2;">
  279.  
  280. <a name="Skull[1]"></a>
  281.  
  282. <div class="" style="width:290px; height:409px; overflow:auto; text-shadow:2px 2px 4px #666666; text-align:center;">
  283.  
  284. <font face="OCR A Extended" font size="2" font color="666666">
  285.  
  286. <font color='#FFFFFF'>☊</font><font color='#E6E5E6'> </font><font color='#CDCCCD'>к</font><font color='#B4B2B4'>η</font><font color='#9B999B'>σ</font><font color='#827F82'>ω</font><font color='#696669'>η</font><font color='#817F81'> </font><font color='#9B999B'>α</font><font color='#B4B2B4'>ѕ</font><font color='#CCCBCC'> </font><font color='#E6E5E6'>☊</font>
  287.  
  288. <br>
  289.  
  290. Alpha <b>/</b> Hydra, 'lisky,<br> big ol' snek, Zergy, <br>Aliumsnek
  291. <br><br>
  292.  
  293. <font color='#FFFFFF'>☊</font><font color='#DDDDDD'> </font><font color='#BCBBBC'>ℓ</font><font color='#9B999B'>ι</font><font color='#797779'>ν</font><font color='#797779'>є</font><font color='#9B999B'>∂</font><font color='#BCBABC'> </font><font color='#DDDDDD'>☊</font>
  294.  
  295. <br>
  296.  
  297. 367
  298.  
  299. <br><br>
  300.  
  301. <font color='#FFFFFF'>☊</font><font color='#EFEEEF'> </font><font color='#DFDEDF'>в</font><font color='#CFCECF'>ι</font><font color='#BFBEBF'>σ</font><font color='#B0AEB0'>ℓ</font><font color='#A09EA0'>σ</font><font color='#908E90'>g</font><font color='#807E80'>ι</font><font color='#706E70'>¢</font><font color='#706E70'>α</font><font color='#807E80'>ℓ</font><font color='#908E90'> </font><font color='#A09EA0'>я</font><font color='#B0AEB0'>σ</font><font color='#BFBEBF'>ℓ</font><font color='#CFCECF'>є</font><font color='#DFDEDF'> </font><font color='#EFEEEF'>☊</font>
  302.  
  303. <br>
  304.  
  305. Hydralisk / Hunter-Killer
  306.  
  307. <br><br>
  308.  
  309. <font color='#FFFFFF'>☊</font><font color='#E3E3E3'> </font><font color='#C8C7C8'>ѕ</font><font color='#ADABAD'>є</font><font color='#918F91'>є</font><font color='#767376'>η</font><font color='#767376'> </font><font color='#918F91'>α</font><font color='#ADABAD'>ѕ</font><font color='#C8C7C8'> </font><font color='#E3E3E3'>☊</font>
  310.  
  311. <br>
  312.  
  313. N/A - Male Personality
  314. <br><br>
  315.  
  316. <font color='#FFFFFF'>☊</font><font color='#E3E3E3'> </font><font color='#C8C7C8'>ѕ</font><font color='#ADABAD'>ρ</font><font color='#918F91'>α</font><font color='#767376'>ω</font><font color='#767376'>η</font><font color='#918F91'>є</font><font color='#ADABAD'>∂</font><font color='#C8C7C8'> </font><font color='#E3E3E3'>☊</font>
  317.  
  318. <br>
  319.  
  320. N/A
  321.  
  322. <br><br>
  323.  
  324.  
  325.  
  326. <font color='#FFFFFF'>☊</font><font color='#EBEAEB'> </font><font color='#D7D6D7'>σ</font><font color='#C3C1C3'>я</font><font color='#AFADAF'>ι</font><font color='#9B999B'>є</font><font color='#878487'>η</font><font color='#737073'>т</font><font color='#737073'>α</font><font color='#878487'>т</font><font color='#9B999B'>ι</font><font color='#AFADAF'>σ</font><font color='#C3C1C3'>η</font><font color='#D7D6D7'> </font><font color='#EBEAEB'>☊</font>
  327.  
  328. <br>
  329.  
  330. Bisexual
  331.  
  332. <br><br>
  333.  
  334.  
  335.  
  336.  
  337.  
  338. <font color='#FFFFFF'>☊</font><font color='#E9E9E9'> </font><font color='#D4D3D4'>т</font><font color='#BEBDBE'>н</font><font color='#A9A7A9'>ι</font><font color='#939193'>ѕ</font><font color='#7E7B7E'> </font><font color='#696669'>н</font><font color='#7E7B7E'>є</font><font color='#939193'>α</font><font color='#A9A7A9'>я</font><font color='#BEBDBE'>т</font><font color='#D4D3D4'> </font><font color='#E9E9E9'>☊</font>
  339.  
  340. <br>
  341.  
  342. <a href="LINK">LOVER HERE</a>
  343.  
  344.  
  345.  
  346. <br><br>
  347.  
  348.  
  349.  
  350.  
  351. <br><br>
  352.  
  353. <font color='#FFFFFF'>☊</font><font color='#E1E0E1'> </font><font color='#C3C1C3'>ω</font><font color='#A5A3A5'>є</font><font color='#878487'>ι</font><font color='#696669'>g</font><font color='#878487'>н</font><font color='#A5A3A5'>т</font><font color='#C3C1C3'> </font><font color='#E1E0E1'>☊</font>
  354.  
  355. <br>
  356.  
  357. 1.5 Tonnes
  358.  
  359. <br><br>
  360.  
  361. <font color='#FFFFFF'>☊</font><font color='#E1E0E1'> </font><font color='#C3C1C3'>н</font><font color='#A5A3A5'>є</font><font color='#878487'>ι</font><font color='#696669'>g</font><font color='#878487'>н</font><font color='#A5A3A5'>т</font><font color='#C3C1C3'> </font><font color='#E1E0E1'>☊</font>
  362.  
  363. <br>
  364.  
  365. 9'3
  366.  
  367. <br><br>
  368.  
  369. <font color='#FFFFFF'>☊</font><font color='#EEEEEE'> </font><font color='#DDDDDD'>q</font><font color='#CDCCCD'>υ</font><font color='#BCBBBC'>ι</font><font color='#ABAAAB'>т</font><font color='#9B999B'>є</font><font color='#8A888A'> </font><font color='#797779'>α</font><font color='#696669'> </font><font color='#797779'>т</font><font color='#8A888A'>σ</font><font color='#9B999B'>η</font><font color='#ABAAAB'>g</font><font color='#BCBABC'>υ</font><font color='#CCCBCC'>є</font><font color='#DDDDDD'> </font><font color='#EEEEEE'>☊</font>
  370.  
  371. <br>
  372.  
  373. Many languages. (Typist speaks fluent English and Polish)
  374.  
  375. <br><br>
  376.  
  377.  
  378.  
  379. <font color='#FFFFFF'>☊</font><font color='#EBEAEB'> </font><font color='#D7D6D7'>ѕ</font><font color='#C3C1C3'>є</font><font color='#AFADAF'>χ</font><font color='#9B999B'>υ</font><font color='#878487'>α</font><font color='#737073'>ℓ</font><font color='#737073'> </font><font color='#878487'>я</font><font color='#9B999B'>σ</font><font color='#AFADAF'>ℓ</font><font color='#C3C1C3'>є</font><font color='#D7D6D7'> </font><font color='#EBEAEB'>☊</font>
  380.  
  381. <br>
  382.  
  383. Dominant
  384.  
  385. <br><br>
  386.  
  387. <font color='#FFFFFF'>☊</font><font color='#E9E9E9'> </font><font color='#D4D3D4'>σ</font><font color='#BEBDBE'>¢</font><font color='#A9A7A9'>¢</font><font color='#939193'>υ</font><font color='#7E7B7E'>ρ</font><font color='#696669'>α</font><font color='#7E7B7E'>т</font><font color='#939193'>ι</font><font color='#A9A7A9'>σ</font><font color='#BEBDBE'>η</font><font color='#D4D3D4'> </font><font color='#E9E9E9'>☊</font>
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400. <br>
  401.  
  402. <a name="Skull[2]"></a>
  403. <div class="" style="width:290px; height:409px; overflow:auto; text-align:center;">
  404.  
  405. <font face="OCR A Extended" font size="2" font color="666666">
  406.  
  407.  
  408.  
  409. <font color='#FFFFFF'>☊</font><font color='#DDDDDD'> </font><font color='#BBBBBB'></font><font color='#9A9A9A'></font><font color='#787878'></font><font color='#575757'></font><font color='#787878'></font><font color='#9A9A9A'></font><font color='#BBBBBB'> </font><font color='#DDDDDD'>☊</font>
  410.  
  411. <br>
  412.  
  413. <a title="HayHay, HayDay, Hayd, Haylay, Haylow" style="color: #333333;" onMouseover="this.style.color='ffffff'" onMouseout="this.style.color='#333333'"></a>
  414.  
  415. <h1>History</h1><br><Br>
  416. Far away in the deep, outer space of the Koprulu Sector, there is a colossal and highly advanced shuttle, owned by the powerful and mysterious Protoss...
  417. During it's fully operational state, every Protoss normally worked on the ship, but...there was a small breach that later doomed the entire shuttle. A
  418. small larva, devouring and killing the other alien race one by one then to finally become a Brood Mother through a number of evolution stages...a Brood
  419. Mother under the name Niadra. After just a couple of hours, the entire shuttle was infested and taken over by her menacing and nightmarish Brood. Noone
  420. was left alive...only the vile creatures had an entire ship in their control.
  421.  
  422. Niadra herself started creating a small hive cluster inside the shuttle, slowly diving throughout the space, her own, small Brood raising in power. The
  423. Brood Mother obviously began evolving her underlings, for example Hydralisks reaching their next stage of evolution. Hunter-Killers. But there was one,
  424. specific creature like this. Seemed like a simple, intelligent Hydralisk, yet his intelligence slowly started reaching the level of a Zerg cerebrate,
  425. soon he was able to telepatically speak, think and even feel. After a couple of years Niadra started absorbing one of the more intelligent underlings she
  426. had, every one consumed raised her a little bit higher to the level Queen of Blades had. Obviously, the specific Hydralisk wanted to keep his life. When
  427. the breach happened, Protoss warriors and workers started using the escape pods, but before they were able to lauch, they were turned into a pile of
  428. burning rubble by Zerglings. But..there was one pod left. One unused, still operational escape pod. The Hunter-Killer sneaked to it of course, ejecting
  429. himself and setting a random course...
  430.  
  431. Able to travel through worlds, resist nearly anything, highly intelligent and able to communicate, the Hydralisk now under a simple name Alpha begun his
  432. long life as a renegade Zerg, yet still within Niadra's Brood due to few purple markings on his carapace...
  433.  
  434.  
  435.  
  436.  
  437. <br>
  438.  
  439. </div>
  440.  
  441.  
  442.  
  443.  
  444.  
  445. <a name="Skull[3]"></a>
  446. <div class="" style="width:290px; height:409px; overflow:auto; text-align:center;">
  447.  
  448. <font face="OCR A Extended" font size="4" font color="666666">
  449.  
  450. <h1>Ones Held Dear By The Zerg</h1>
  451. <br><br><a href="https://roleplay.chat/profile.php?user=Sinthia">Sinthia~</a><br><br><a href="https://roleplay.chat/profile.php?user=EvanTheWolf">Evan~</a>
  452. <br><br><a href="https://roleplay.chat/profile.php?user=Jessie+Ivory">Ivory~</a><br><br><a href="https://roleplay.chat/profile.php?user=Wet+Seal">Judy~</a><br><br><a href="https://roleplay.chat/profile.php?user=Alyss">Alyss~</a>
  453.  
  454.  
  455. </div>
  456.  
  457.  
  458.  
  459. <br>
  460.  
  461. <a name="Skull[4]"></a>
  462. <div class="" style="width:290px; height:409px; overflow:auto; text-align:center;">
  463.  
  464. <font face="OCR A Extended" font size="2" font color="666666">
  465.  
  466. <font color='#FFFFFF'>☊</font><font color='#E0E0E0'> </font><font color='#C1C1C1'>α</font><font color='#A3A3A3'>ρ</font><font color='#848484'>ρ</font><font color='#666666'>α</font><font color='#666666'>я</font><font color='#848484'>є</font><font color='#A3A3A3'>ℓ</font><font color='#C1C1C1'> </font><font color='#E0E0E0'>☊</font>
  467.  
  468.  
  469.  
  470. <br>
  471.  
  472. <h1>Gallery</h1>
  473. <a href="http://i.imgur.com/M4pg5bL.jpg">The Hydralisk</a><br><br><a href="http://dl.glitter-graphics.com/pub/147/147061e8pgki3vz0.gif">Animated</a><br><br><a href="http://i.imgur.com/PCgcf1a.png">Side View</a><br><br><a href="https://www.youtube.com/watch?v=9AL-kScqdr0">Hydralisk Encounter</a><br><br>
  474. <a href="http://vignette1.wikia.nocookie.net/starcraft/images/5/53/Hydralisk_SC1_Phys1.jpg/revision/latest?cb=20120727130012">Toy?...</a><br><br><a href="http://vignette3.wikia.nocookie.net/starcraft/images/0/0e/Lurker_SC1_Art1.jpg/revision/latest?cb=20100307215811">Lurker Stage</a><br><br><a href="http://media.moddb.com/cache/images/mods/1/11/10696/thumb_620x2000/Hydras.jpg">Hydralisk Infestation</a><br><br><a href="http://img10.deviantart.net/b24c/i/2006/249/1/d/hydralisk_evolution_by_aiursurvivor.jpg">Stages of Evolution</a><br><br><a href="https://i.gyazo.com/712d38d115cb5badc9349638386726bf.png">Dominant</a><br><br><a href="http://vignette3.wikia.nocookie.net/starcraft/images/b/b5/BattleAmerigo_SC1_CineBattleAmerigo2.jpg/revision/latest?cb=20100809035908">In Combat</a>
  475. <br><br><a href="http://i295.photobucket.com/albums/mm147/nintendogsfan123/games/starcraft/zerg/zerg_rush.gif">KEKEKE</a><br><br><a href="https://nebulous.cloud/data/avatars/l/0/82.jpg?1471880736">Soldat</a><br><br><a href="http://puu.sh/qLrOd/217baf68cf.png">Cutelisk</a><br><br><a href="https://i.gyazo.com/e094494a7db94ef370233a6b89add947.png">Prettylisk</a><br><br><a href="http://tallystreasury.com/wp-content/uploads/2013/03/IMG_9854.jpg">Plushielisk</a><br><br><a href="http://vignette3.wikia.nocookie.net/starcraft/images/8/8a/HydraliskSpine_SC2_CineCardToPlay2.jpg/revision/latest?cb=20100728001410">The spine of a Hydralisk</a><br><br><a href="http://orig01.deviantart.net/6a2e/f/2010/131/9/1/kekeke__by_quackjag.jpg">KEKEKE</a>
  476.  
  477.  
  478.  
  479.  
  480. <br><br><b>Drawings</b><br><br><a href="https://i.gyazo.com/353a695a3e6a952d98ae74c20114b5f0.png">First Hydralisk</a>
  481. <br><br><a href="https://i.gyazo.com/7828962b899f4811a816a4a6cbfea9cc.png">Second</a><br><Br><a href="https://i.gyazo.com/7710f6074ef883afa3e6731a712ac125.png">Third</a><br><br><a href="https://i.gyazo.com/c50a55bc0e8585583ad532c49b71f053.jpg">Fourth</a><br><br><a href="https://i.gyazo.com/35a7e72de33b49535dced4b5add0ec2a.jpg">Fifth</a><br><br><a href="https://i.gyazo.com/88062961c8f6b3c44c2443ff84ec4bb4.jpg">Sixth</a>
  482. <br><br><a href="https://i.gyazo.com/10a6b4715fe690d0b2d3314894af207b.png">Seventh</a>
  483. <br><br><a href="https://i.gyazo.com/1f4f9cb18d67cb55887972a2b582cd13.jpg">Major Biomechanoid</a><br><br><a href="https://i.gyazo.com/57f24996ecf50d0735934631173a64f8.jpg">Saryn From Warframe</a>
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492. </div>
  493.  
  494.  
  495.  
  496.  
  497. <br>
  498.  
  499. <a name="Skull[5]"></a>
  500. <div class="" style="width:290px; height:409px; overflow:auto; text-align:center;">
  501.  
  502. <font face="OCR A Extended" font size="2" font color="666666">
  503.  
  504. <h1>Out Of Character</h1>
  505. <br><br><br>1. I'm very PM friendly so don't hesitate to poke me!<br><br>
  506. 2. I don't really like profiles with no other purpose than to do smut RP. Have some fucking backstory at least!<br><br>
  507.  
  508. 3. I don't have much limits. I dislike gore, vore and other rather disgusting fetishes and absolutely no fucking Urethera play! Makes my dick ache..uaghh..<br><br>
  509.  
  510. 4. You don't need to RP with me. If you just want to chat, go ahead!<br><br>
  511.  
  512. 5. I will always try to respond. ALWAYS. When I DON'T respond I'm deliberately busy with something.
  513. </div>
  514.  
  515.  
  516.  
  517.  
  518.  
  519. <a name="Skull[6]"></a>
  520. <div class="" style="width:290px; height:409px; overflow:auto; text-align:center;">
  521.  
  522. <font face="OCR A Extended" font size="2" font color="666666">
  523.  
  524. <div id="sidebar">
  525.  
  526. <br><br><br><br><br>
  527. <center>
  528. Profile was coded by Haydn. Permission to use was granted by he himself and given to me to use by Sinthia.</center>
  529.  
  530. </div>
  531.  
  532.  
  533.  
  534.  
  535.  
  536. </div></div></div>
  537.  
  538. <div style="position:fixed; top:0; left:450; overflow:hidden;">
  539.  
  540. <a href="http://gifura.orzhk.org/src/1332235315120.swf"><font size="5">☠</a></font>
  541.  
  542. </div>
  543.  
  544.  
  545.  
  546. <div style="position:fixed; top:50; left:1100; overflow:hidden; z-index: 3;">
  547.  
  548. <img src="http://www.androidcentral.com/sites/androidcentral.com/files/styles/w550h500/public/wallpapers/pure-black-wallpaper-159.jpg?itok=F7s-qzpr" width="550" height="487">
  549.  
  550. </div>
  551. </div>
  552. </div>
  553. </div>
  554. </div>
  555. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement