Advertisement
NaotoShirgone

Gemini

Feb 8th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.33 KB | None | 0 0
  1. <style>
  2. @import url(http://fonts.googleapis.com/css?family=Lobster+Two);
  3. @import url(http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here);
  4. .pfor {display: none;}
  5. body {background: #333333 url(http://i.imgur.com/a7V0OfX.jpg); overflow: hidden;}
  6. /* The Supreme @ RPC */
  7. #profile {border: 0px; background: transparent;}
  8. body, a:hover {cursor: url(http://i.picpar.com/lgfb.png), progress !important;}
  9. #whole{position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  10.  
  11. ::-webkit-scrollbar {background: transparent; width: 5px}
  12. ::-webkit-scrollbar-thumb:vertical {background: #444444;}
  13.  
  14. ::selection {background: #BBBBBB; }
  15. ::-moz-selection {background: transparent; }
  16.  
  17. #box{
  18. position: fixed;
  19. margin: auto;
  20. top: 0px;
  21. right: 0px;
  22. bottom: 0px;
  23. left: 0px;
  24. width: 618px;
  25. height: 380px;
  26. background: #000000;
  27. }
  28.  
  29. #left{
  30. position: absolute;
  31. width: 140px;
  32. height: 380px;
  33. text-align: left;
  34. }
  35.  
  36. #right{
  37. position: absolute;
  38. margin-left: 480px;
  39. width: 140px;
  40. height: 380px;
  41. text-align: left;
  42. }
  43.  
  44. #middle{
  45. position: absolute;
  46. margin-top: 18px;
  47. margin-left: 138px;
  48. width: 340px;
  49. height: 340px;
  50. background: #111111;
  51. border: #820AC7 1px solid;
  52. overflow: hidden;
  53. text-align: left;
  54. }
  55.  
  56. .icon{
  57. float: left;
  58. width: 100px;
  59. height: 100px;
  60. background: #111111;
  61. margin-top: 18px;
  62. margin-left: 18px;
  63. border: #820AC7 1px solid;
  64. text-align: left;
  65. }
  66.  
  67. .icon img{
  68. position: absolute;
  69. margin-top: 10px;
  70. margin-left: 10px;
  71. width: 78px;
  72. border: #820AC7 1px solid;
  73. box-shadow: 0px 0px 7px #000000, 0px 0px 7px #000000;
  74. }
  75.  
  76. .icon a{
  77. position: absolute;
  78. margin-top: 16px;
  79. margin-left: 16px;
  80. width: 68px;
  81. height: 68px;
  82. opacity: 0;
  83. background-color: rgba(0, 0, 0, 0.9);
  84. color: #820AC7;
  85. text-decoration: none;
  86. font-family: Lobster Two;
  87. font-size: 18px;
  88. font-weight: bold;
  89. line-height: 68px;
  90. text-align: center;
  91. transition: opacity 0.5s ease-in-out;
  92. }
  93.  
  94. .icon a:hover{
  95. opacity: 1;
  96. transition: opacity 0.5s ease-in-out;
  97. }
  98.  
  99. .text{
  100. position: absolute;
  101. margin-top: 10px;
  102. margin-left: 10px;
  103. padding: 10px;
  104. width: 300px;
  105. height: 300px;
  106. overflow: auto;
  107. background: #000000;
  108. opacity: 0;
  109. color: white;
  110. text-align: justify;
  111. font-family: tahoma;
  112. font-size: 11px;
  113. line-height: 10px;
  114. transition: 0.9s;
  115. }
  116.  
  117. .text:target{
  118. opacity: 1;
  119. background-color: rgba(0, 0, 0, .9);
  120. transition: 0.9s;
  121. z-index: 1;
  122. }
  123.  
  124. b{
  125. color: #999;
  126. letter-spacing: 1px;
  127. font-size: 9px;
  128. }
  129.  
  130.  
  131.  
  132.  
  133. #sound{
  134. float: left;
  135. width: 280px;
  136. height: 70px;
  137. padding: 10px;
  138. text-align: left;
  139. }
  140.  
  141. #player{
  142. position: absolute;
  143. width: 70px;
  144. height: 70px;
  145. background: #444444;
  146. overflow: hidden;
  147. text-align: left;
  148. }
  149.  
  150. .play{
  151. position: absolute;
  152. width: 30px;
  153. height: 70px;
  154. text-align: center;
  155. line-height: 60px;
  156. color: black;
  157. font-size: 50px;
  158. }
  159.  
  160. .play a{
  161. text-decoration: none;
  162. color: black;
  163. }
  164.  
  165. .album{
  166. position: absolute;
  167. width: 70px;
  168. height: 70px;
  169. transition: 0.7s;
  170. }
  171.  
  172. #player:hover .album{
  173. margin-left: 28px;
  174. transition: 0.7s;
  175. }
  176.  
  177. #track{
  178. position: absolute;
  179. width: 200px;
  180. height: 70px;
  181. padding-left: 5px;
  182. margin-left: 75px;
  183. background: #444444;
  184. font-family: trebuchet ms;
  185. font-size: 10px;
  186. color: #999999;
  187. line-height: 14px;
  188. text-shadow: #000000 2px 2px 3px, #000000 2px 2px 3px, #000000 2px 2px 3px;
  189. box-shadow: inset #666666 0px 0px 0px 1px;
  190. }
  191.  
  192. </style>
  193.  
  194. <div id="whole" oncontextmenu="return false;">
  195.  
  196. <div id="box">
  197. <div id="left">
  198. <div class="icon"><img src="http://i.imgur.com/s9tqscX.png"><a href="#001">Info</a></div>
  199. <div class="icon"><img src="http://i.imgur.com/d9GITHF.png"><a href="#002">Lore</a></div>
  200. <div class="icon"><img src="http://i.imgur.com/QZzRGWn.png"><a href="#003">Powers</a></div>
  201. </div>
  202.  
  203.  
  204. <div id="right">
  205. <div class="icon"><img src="http://i.imgur.com/q5feewD.png"><a href="#004">Friends..</a></div>
  206. <div class="icon"><img src="http://i.imgur.com/efENuvG.png"><a href="#005">Music</a></div>
  207. <div class="icon"><img src="http://i.imgur.com/Ra8NtsJ.png"><a href="#006">OOC </a></div>
  208. </div>
  209.  
  210. <div id="middle">
  211. <img src="http://i88.photobucket.com/albums/k170/noob-smoke4/tumblr_ms0c0icZdd1splkauo1_500.jpg" style="width: 340px; position: absolute;">
  212.  
  213. <div id="001" class="text" style="text-align: center;">
  214.  
  215. <b>Name</b><br>
  216. Gemeni Ryuzaki <br><br>
  217.  
  218. <b>Age</b><br>
  219. Classified <br><br>
  220.  
  221. <b>Height</b><br>
  222. 5'11 <br><br>
  223.  
  224. <b>Weight</b><br>
  225. 150 <br><br>
  226.  
  227. <b>NickName</b><br>
  228. Eternal Hunter <br><br>
  229.  
  230. <b>Occupation</b><br>
  231. Classified <br><br>
  232.  
  233. <b>Orientation</b><br>
  234. Heterosexuality <br><br>
  235.  
  236. <b>Martial</b><br>
  237. Not you <br><br>
  238.  
  239. <b>Family</b><br>
  240. Last one alive <br><br>
  241.  
  242. <b>Race</b><br>
  243. Dragon/<a target="_blank" href="http://powerlisting.wikia.com/wiki/Nephalem_Physiology" target="_blank">Nephalem</a> <br><br>
  244. <b>Last known location?</b><br>
  245. Unknown due to disruption <br><br>
  246.  
  247. </div>
  248.  
  249. <div id="002" class="text">
  250. <i>"Now they lay me down to sleep. I pray the lord my soul to keep. As the demons come and swoop me by the night? I promise my insanity would continue growing right. Amen" </i> <br><br>
  251. Once a little boy, the outcast of everyone and the one who didnt make friends. The one parents who ended having him and neglecting him always tortured, beaten and locked in a basement when he got home just because he was a different race. Being mixed with a Nephalem as if he was asked to hold such a burden of a power. Being told his eye color's are different one being aqua as the other was purple. Gemeni had a hard life growing up.. always suffering with pain and being lonely, never really liked being around people as he got older. Even when he hit 16 his parents further away distanced from him barely saying any word or even still tried to treat him as his own kid. But one day gemeni coulden't take it. he had enough, loosing control of some of his power as it was gaining over the years when he became older the male finally snapped which caused him to slaughter his parents with blood covering the walls and limbs being missed he laid there into a pile of blood of the now deceased family. Singing soft melody tunes. <br><br>
  252. <i>"Ring around the rosie, bodys full of corpses.. ashes.. ashes.. i seem to fell now..." </i><br><br>
  253. Knowing what he had done the boy ended up crying.. crying for a very long time until a sudden purple light begins to form under hi body emitting more and more brighter by the second soon a hole appeared not far from his parents body where the corpses was snagged into the hole and sounds being chewed crunching of bones can be heard until slowly a small wolf spirit came out and stared at gemeni into the eyes. His hues almost matching his except they where multicoloured like the males more like The top half was aqua and the bottom half was purple. Soon after the meeting the two got a long really well and begins to leave the city where they would never hear from him again.<br><br>
  254.  
  255. <b>Look/Inside:</b> Over the years gemeni grew taller and his hair longer which now covered his right eye not letting red hue be exposed as he can only see from the left, sometimes he throws a patch just to block it depending how windy it can get. Walking with purple clothing and a white t shirt, Black cargo pants and military boots with hole gloves gemeni is now a wrecking nephalem who loves to hunt and have a sadistic torturing of a way due to his insanity catching up he sometimes likes to take his time for a kill and allow wolf to take small nibbles of there flesh when there alive. He can be nice when he feels like it but mostly gives off ass hole remarks. Gemeni is mostly skilled when it comes to hunting, Studying his prey, knowing there moveset and examining until coming into the kill. he hunted so much that even people fear the male when they see him walking around with his wolf spirit who eats up the left over bones and corpses so there could be no evidence. <br><br>
  256.  
  257. But surprising or not gemeni does have a daughter name kikyo who he adopted and didnt want her to live by her self or wandering the streets she sometimes comes into contact and brings out another side of gemeni no one has seen turning from the sadistic killing humor machine into a nice and loving guy only her she can try and bring good out of him with the help of his best friend kiku who gemeni holds dear to him being close with her. Are you weary enough to become the hunter, or you going to become the hunter....
  258. </a> <br>
  259. </div>
  260.  
  261. <div id="003" class="text">
  262. </b><br><b><u>Gemeni's Powers</b></u></b><br><b><u>Glitch:</b></u> Creating waves of vibration from his body that is able to be shot out quickly Gemeni uses this ability to get behind the gun of his enemy which creates and slow's down time that makes it look like he is in front of them but in reality in gemeni's speed hes already behind or around them trying to sink his next attack. </b><br><b><u>Electricity:</b></u>Being a power demon/Angel Gemeni has a passive of electricity that is able to be sent flying down randomly at different times with black and purple and aqua having the 3 lightening and each have a different statues for which gemeni attack will be but don't be fooled the lightening does hurt and can destroy objects as well.</b><br><b><u>Zengeku</b></u> A power tool in gemeni's arsenal creating amount of purple into either side of his hand's with both black electricity on one side and holy light into the other when it comes in between starts causing an enormous amount of power and be shot at multiple times but with a small intermission in between to get the next shot charged. Has a high explosion rate that will disintegrate buildings with the holy and demon power combined and can make anybody disappear on an instant. Gemeni wiped out countless of city's using this move when he is up in the sky with a bird eye of his surrounding's. ( think of it as Ki blast being shot from kid buu from dragon ball Z except it has a charge and way more deadlier)</b><br><b><u>Wolf</b></u> Since he was little the male was set up with a guardian spirite or companion by his parents before there death. Wolf looks like an average wolf but with no legs and is a floating smokey spirite having a mask ontop of his face and chinese engravings all around the wooden object. Wolf is a hunger and flesh eating spirit but with a body guard attitude. He can be calm his favroit food is spirit's lost ones if that. </b><br><b><u>Sword</b></u></b><br><b><u>Deri-to-Seken</b></u>gemeni's signature sword which they can use in combat at any given time or form the sword distorts onto Gemni back with little mini bulbs of lights coming together until it finally flashes into a carving names in the middle with the curved ends being really sharp and can slice the thickest walls if chance to be cut... WIP <br><br>
  263. Mask Powers: ?????
  264. </div>
  265.  
  266. <div id="004" class="text">
  267. <a target="_blank" href="https://roleplay.chat/profile.php?user=Kikuno+Minami" target="_blank">Kiku</a>: the best friend who gemeni always realies on and very laid back person <br><br> <a target="_blank" href="https://roleplay.chat/profile.php?user=Kikyo" target="_blank">Kikyo</a>: is gemenies adopted daughter he protects her with all he could and will not let others hurt her.
  268. <br><br>
  269.  
  270. </div>
  271.  
  272. <div id="005" class="text">
  273.  
  274. <div id="sound">
  275. <div id="player">
  276. <div class="play"><a href="https://www.youtube.com/watch?v=S3p6GQxnspw" target="_blank">▸</a></div>
  277. <div class="album"><img src="http://i.imgur.com/0Z0HVLe.jpg" width="70"></div>
  278. </div>
  279.  
  280. <div id="track"><br>
  281. <b>TRACK:</b> Vengence on my mind<br>
  282. <b>ARTIST:</b> G-Eazy<br>
  283. <b>ALBUM:</b> <i>Unknowni><br>
  284. </div>
  285. </div>
  286.  
  287. <div id="sound">
  288. <div id="player">
  289. <div class="play"><a href="https://www.youtube.com/watch?v=rnoPhEycyqo" target="_blank">▸</a></div>
  290. <div class="album"><img src="http://i.imgur.com/vANMPXk.jpg" width="70"></div>
  291. </div>
  292.  
  293. <div id="track"><br>
  294. <b>TRACK:</b> Happy Tragedy<br>
  295. <b>ARTIST:</b> Saint Asonia<br>
  296. <b>ALBUM:</b> <i>Unknown</i><br>
  297. </div>
  298. </div>
  299.  
  300. <div id="sound">
  301. <div id="player">
  302. <div class="play"><a href="https://www.youtube.com/watch?v=nf3WQ-iNtnE" target="_blank">▸</a></div>
  303. <div class="album"><img src="http://i.imgur.com/cCNoggC.jpg" width="70"></div>
  304. </div>
  305.  
  306. <div id="track"><br>
  307. <b>TRACK:</b> Penguin of Galactic Railroad<br>
  308. <b>ARTIST:</b> Aiobahn & Yunomi<br>
  309. <b>ALBUM:</b> <i>Unknown</i><br>
  310. </div>
  311. </div>
  312.  
  313. <div id="sound">
  314. <div id="player">
  315. <div class="play"><a href="https://www.youtube.com/watch?v=K533gW3boIY" target="_blank">▸</a></div>
  316. <div class="album"><img src="http://i.imgur.com/yvSbrXS.jpg" width="70"></div>
  317. </div>
  318.  
  319. <div id="track"><br>
  320. <b>TRACK:</b> My myself and I<br>
  321. <b>ARTIST:</b> G-Eazy<br>
  322. <b>ALBUM:</b> <i>Things happen in the dark</i><br>
  323. </div>
  324. </div>
  325.  
  326. <div id="sound">
  327. <div id="player">
  328. <div class="play"><a href="https://www.youtube.com/watch?v=aanO5yfinQ0" target="_blank">▸</a></div>
  329. <div class="album"><img src="http://i.imgur.com/d07fBVj.png" width="70"></div>
  330. </div>
  331.  
  332. <div id="track"><br>
  333. <b>TRACK:</b> Paradisus-Paradoxum<br>
  334. <b>ARTIST:</b> MYTH&ROID<br>
  335. <b>ALBUM:</b> <i>Paradisus-Paradoxum</i><br>
  336. </div>
  337. </div>
  338.  
  339. <div id="sound">
  340. <div id="player">
  341. <div class="play"><a href="https://www.youtube.com/watch?v=jaXBHkUaPNw" target="_blank">▸</a></div>
  342. <div class="album"><img src="http://i.imgur.com/uzf4Jgt.jpg" width="70"></div>
  343. </div>
  344.  
  345. <div id="track"><br>
  346. <b>TRACK:</b> Let it go<br>
  347. <b>ARTIST:</b> Kyle Coglitore<br>
  348. <b>ALBUM:</b> <i>Unknown</i><br>
  349. </div>
  350. </div>
  351.  
  352. </div>
  353.  
  354. <div id="006" class="text">Heres the deal</b><br> <b> 1.I can para but it needs to be interesting in order for me to post lengthy walls or if im in the mood..</u></b><br></b> 2.im usually on when im bored, or have friends that want me on.</b><br> 3. Im just here to have fun and mess about with my friends nothing serious</b><br> 4.please dont egg on and leave me be if i say no.</b><br> 5. Im taken in rl so back off xD.</b><br> 6. im not that picky and im <b><u>PM FRIENDLY </b></u> </b><br>If you read through all this pm me with the word "Gimme my reward bish" to be rewarded for reading through the ooc.. Btw you might know me if you pay attention correctly</div>
  355.  
  356. </div>
  357.  
  358.  
  359. </div>
  360. </div>
  361.  
  362. <div class="musicplayer" title="Gemeni Song">
  363. <div class="moosic">
  364. <audio controls>
  365. <source src="https://www.dropbox.com/s/o3tjcfjvujtas4v/Re%EF%BC%9A%E3%82%BC%E3%83%AD%E3%81%8B%E3%82%89%E5%A7%8B%E3%82%81%E3%82%8B%E7%95%B0%E4%B8%96%E7%95%8C%E7%94%9F%E6%B4%BB%20opening%202%E3%80%8EMYTH%20%26%20ROID%20-%20Paradisus-Paradoxum%E3%80%8F.mp3?dl=1">
  366. </audio>
  367. <br><br>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement