Advertisement
QueenOfGeckos

Son Pan

Jan 22nd, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.24 KB | None | 0 0
  1. <style>
  2. /*
  3. PLEASE DO NO REMOVE THE INVISIBLE CREDIT
  4. Author: Elle
  5. Language: CSS/HTML
  6. Originally For: Grym [RPC Profile]
  7.  
  8. Note from my boi Zed:
  9. …………………………………...„„-~^^~„-„
  10. …………………………„-^'' : „'' : : -„
  11. ………………..„- : : :„„--/ :: : '\
  12. ………………./ : : „- . .| : ::: '|
  13. ……….../ : „-* . . . | : :: : |
  14. ………...„-* . .. .| : : ::: :'|
  15. ……….../ . .. . '| : : :: : :|
  16. ……..../ . ... .'\ : : : : : |
  17. …….../ . . . . . \ : : : : :|
  18. ……../ . . . . . . '\ : : : :/
  19. ……../ . . . . . . . -„„„„-'
  20. ………'/ . .. . . . . '|
  21. ……'/ . . . . . . . .'|
  22. ……/.. .. . ./ . . . .|
  23. ../ . . .'/ . . .'| Give This Cock To Everyone
  24. ./ . . . / . . .'| You Care About hearts
  25. '/ . . . . . . . .'|
  26. '/ . . . . . . . .'|
  27. '/ . ... . . . . . '|
  28. ……'| . .. \ . . . .|
  29. …'| . ... „^-„ . . .'|
  30. ……| . . '\ \ / '/ . |
  31. ………| .\ . . \ .'' / '|
  32. ………| . . . . / .'/ ...| +rep, sexi
  33. ………| . .| .. / ./ ..../ |
  34.  
  35. */
  36.  
  37. @import url('https://fonts.googleapis.com/css?family=Comfortaa|Libre+Barcode+128+Text|Lobster|Marck+Script');
  38. ::-webkit-scrollbar {width: 0.3vw; height: 0.3vh;}
  39. ::-webkit-scrollbar-track {border-radius: 0px; background: transparent;}
  40. ::-webkit-scrollbar-thumb {border-radius: 0px; background: #aaa;}
  41.  
  42. body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}
  43.  
  44. body{background: #a58d6a;
  45. background-image: url('https://i.imgur.com/uiz7hFh.png');
  46. background-size: cover;}
  47.  
  48. img {
  49. user-drag: none;
  50. user-select: none;
  51. -moz-user-select: none;
  52. -webkit-user-select: none;
  53. -webkit-user-drag: none;
  54. -ms-user-select: none;
  55. }
  56.  
  57. #content {
  58. position: absolute;
  59. width: 100%;
  60. height: 80%;
  61. background-image: url('http://i.imgur.com/RGrbt5o.png');
  62. background-size: cover;
  63. left:0;
  64. top: 10%;
  65. box-shadow: #888 0vh 0.1vh 4vh 0.1vh;
  66. }
  67.  
  68. .main-image {
  69. position: absolute;
  70. height: 100%;
  71. width: 30%;
  72. perspective: 700px;
  73. z-index: 1;
  74. right: 0;
  75. animation: grym 3s 1;
  76. -webkit-animation: grym 3s 1;
  77. }
  78.  
  79. .flipH .strawberry{transform: rotateY(-180deg);}
  80. .flipV .strawberry{transform: rotateX(180deg);}
  81.  
  82. .flipH:hover .card{ transform: rotateY(180deg); }
  83. .flipV:hover .card{ transform: rotateX(-180deg); }
  84.  
  85. .card, .tooth, .strawberry{
  86. height:100%;
  87. width:100%;
  88. border-radius:100%;
  89. backface-visibility: hidden;
  90. transition: all 1.5s;
  91. transform-style: preserve-3d;
  92. backface-visibility: hidden;
  93. position:absolute;
  94. opacity: 1;
  95. }
  96.  
  97. #quote{
  98. position: absolute;
  99. width: 100%;
  100. font-family: 'Libre Barcode 128 Text';
  101. font-size: 5vh;
  102. top: 1%;
  103. animation: fade 3s 1;
  104. -webkit-animation: fade 3s 1;
  105. }
  106.  
  107. @keyframes fade{
  108. from{opacity:0;}
  109. }
  110.  
  111. @-webkit-keyframes{
  112. from{opacity:0;}
  113. }
  114.  
  115. #name{
  116. position:absolute;
  117. font-family: 'Lobster';
  118. font-size: 8.5vh;
  119. bottom: 8%;
  120. right: 10%;
  121. z-index: 1;
  122. background: #transparent;
  123. background: url(http://33.media.tumblr.com/tumblr_m4e8ezq5TY1r72ht7o1_250.gif) -20px -20px repeat;
  124. -webkit-text-fill-color: transparent;
  125. -webkit-background-clip: text;
  126. animation: grym 3s 1;
  127. -webkit-animation: grym 3s 1;
  128. }
  129.  
  130. #box {
  131. position: absolute;
  132. height: 73%;
  133. width: 45%;
  134. top: 12%;
  135. right: 30%;
  136. background: navajowhite;
  137. border: 3px solid #555;
  138. border-radius: 5%;
  139. padding: 5px;
  140. animation: grym 3s 1;
  141. -webkit-animation: grym 3s 1;
  142. }
  143.  
  144. @keyframes grym{
  145. from{
  146. right: -50%;
  147. opacity: 0;
  148. }
  149. }
  150.  
  151. @-webkit-keyframes grym{
  152. from{
  153. right: -50%;
  154. opacity: 0;
  155. }
  156. }
  157.  
  158. #host{
  159. height: 100%;
  160. width: 100%;
  161. overflow: hidden;
  162. }
  163.  
  164. #bio, #info, #friends{
  165. height:96%;
  166. width:95%;
  167. overflow:auto;
  168. font-family: 'Comfortaa';
  169. font-size: 2vh;
  170. letter-spacing: -1.5px;
  171. padding: 10px;
  172. z-index:1;
  173. }
  174.  
  175. #ooc {
  176. position: absolute;
  177. overflow: auto;
  178. height: 65%;
  179. width: 16.5%;
  180. top: 17%;
  181. right: 79%;
  182. background: navajowhite;
  183. border: 3px solid #eadbc2;
  184. border-radius: 5%;
  185. padding: 5px;
  186. font-family: 'Comfortaa';
  187. font-size: 2vh;
  188. letter-spacing: -1.5px;
  189. animation: grym 3s 1;
  190. -webkit-animation: grym 3s 1;
  191. }
  192.  
  193. h1 {font-family: 'Lobster';font-size: 4vh;}
  194.  
  195. a {text-decoration: none;color: #440404;}
  196.  
  197. b {font-size: 120%;}
  198.  
  199. .r {float:right;}
  200.  
  201. .pretty {
  202. font-family: 'Comfortaa', cursive;
  203. font-size:12px;
  204. color: #8784A1;
  205. text-shadow: -1px 0 white, 0 1px white,1px 0 white, 0 -1px white;
  206. letter-spacing: -2px;
  207. }
  208.  
  209. #nav {
  210. position: absolute;
  211. height: 5%;
  212. width: 40%;
  213. bottom: 9%;
  214. right: 33.5%;
  215. font-family: 'Comfortaa';
  216. font-size: 5vh;
  217. animation: grym 3s 1;
  218. -webkit-animation: grym 3s 1;
  219. }
  220.  
  221. #song{
  222. float:left;
  223. background:#000;
  224. overflow:hidden;
  225. margin-top: -25px;
  226. margin-left:-11px;
  227. opacity: 0;
  228. }
  229.  
  230. #moosic {
  231. position: absolute;
  232. height: 3%;
  233. width: 3%;
  234. bottom: 12.5%;
  235. right: 31.5%;
  236. font-size: 3vh;
  237. z-index: 1;
  238. transition: 1s;
  239. animation: grym 3s 1;
  240. -webkit-animation: grym 3s 1;
  241. }
  242.  
  243. #moosic:hover {
  244. color: white;
  245. text-shadow: -1px 0 gray, 0 1px gray,1px 0 gray, 0 -1px gray;
  246. transition: 1s;
  247. }
  248. /* PLEASE DO NOT REMOVE VISIBLE CREDIT */
  249. #credit {
  250. position: absolute;
  251. height: 3%;
  252. bottom: 1%;
  253. left: 2%;
  254. font-family: 'Comfortaa';
  255. font-size: 2vh;
  256. letter-spacing: -2px;
  257. }
  258.  
  259. </style>
  260. <div id="content">
  261. <div class="main-image flipH flipper">
  262. <div class="card">
  263. <div class="tooth">
  264. <img src="https://i.imgur.com/WM9dx3J.png" height="100%";>
  265. </div>
  266. <div class="strawberry">
  267. <img src="https://i.imgur.com/7Yknvz3.png" height="100%">
  268. </div>
  269. </div>
  270. </div>
  271. <div id="quote">
  272. <center></center>
  273. </div>
  274. <div id="box">
  275. <div id="host">
  276. <div id="info">
  277. <center><h1>Dossier</h1></center>
  278. <br>
  279. <b>Name</b><div class="r">Son Pan</div><br>
  280. <b>Nicknames</b><div class="r">Pan, Panny, Pan-chan</a></div><br>
  281. <b>Gender</b><div class="r">Female</div><br>
  282. <b>Age</b><div class="r">18 y.o.</div><br>
  283. <b>Height//Weight</b><div class="r">5ft5inches//115lbs</div><br>
  284. <b>Hair//Eyes</b><div class="r">Short bobbed Black<a href="" target="_blank" title="Gold and spiked up in super saiyan."> * </a>,//Black<a href="" target="_blank" title="Green in super saiyan."> * </a></div><br>
  285. <b>Species</b><div class="r">1/4 Saiyan, 3/4 Human</div><br>
  286. <b>Occupation</b><div class="r"><a href="" target="_blank" title="Currently off duty/Stranded."> Time Patroller *</a></div><br>
  287. <b>Residence</b><div class="r">N/A <a href="" target="_blank" title="Currently hauled up inside of a hotel.">*</a></div><br>
  288. <b>Sexual orientation</b><div class="r">Pansexual</div><br>
  289. <b>Marital Status</b><div class="r">Single</div><br><br>
  290. <center><h2>Personality</h2>
  291.  
  292. <p>Pan takes after both those of the Son family and those of the Satan family. She has that blunt and hands way of thinking, and competitive edge, that Videl had as a teenager. Even going as far as to be a general tomboy. Often Feisty and stubborn, she isn't one to relent or back down from a challenge. She tends to be on the competitive side though as well.</p>
  293.  
  294. <p>She has the chipper upbeat demeanor that her father and grandfather are known for, and that need to push herself past her limits like a saiyan would. However, she also has a haughty attitude that makes it seem like she barks a bit. However, this is only ever really in friendly competition. Nothing extremely serious. She seems to take her fights light-heartedly though. Trying to keep herself level-headed and to not allow herself to get overwhelmed.</p>
  295. <p>But despite the gusto, she may carry, don't expect her to go howling off like her grandpa Hercule. Instead, she'll just be overzealous and eager to jump into the ring for a fight. That being said she holds honor and a moral code to her standards. She prefers a fair fight rather than resorting to dirty tricks.This was something she could thank her father, Gohan for. She upholds that sense of justice. And wants to protect people if she can. </p>
  296.  
  297.  
  298. </div>
  299. <br>
  300. <div id="bio">
  301. <center><h1>Biography</h1>
  302.  
  303. <p>As a child she was trained by a number of the Z warriors. Her father, Picollo (reliving what her father went through... Lord that was scary). Krillian, her grandpa Goku, and so on. She proved to have some skill set and it was nice to be able to show and develop her own skills.</p>
  304.  
  305. <p>Pan became a time patrol after being summoned. Shortly after the incidents that involved Demigra, she was brought to Toki Toki City now Conton City, to aid in the patrols. Here she found her need for a 'job' and her drive to fight and grow stronger both becoming sated. She could become a productive member of society and also keep herself in shape and continue to grow stronger. </p>
  306.  
  307. <p>She trained under a number of mentors like any other patroller. Some she knew, others she didn't. Even meeting a younger version of her mother and father. Damn, that was awkward. And seeing them in action at Saiyaman and woman... Oh boy... it was really hard to not laugh. How did she ever enjoy that as a child? Then again she was a kid she, and of course, would be amused by it. And even if her father is a dork she loves him and her mother with all her heart. Her family is one of the most important things to her after all.</p>
  308.  
  309. <p>Her goal? As silly as it might sound, would be to become the stronger in the universe. She wants to surpass her father, which might not be that hard... But also to surpass her grandpa Goku as well. This might sound silly but this is something she will proudly admit to. She pulled a Trunks and wished for a teammate or partner to help her hand the threat of Towa and Mira and then the arising on Demigra. This turned out to bring the first Majin on her team Hokasu or Hoka as she called her.</p>
  310.  
  311. <p>Hoka and Pan have a bit of a rivalry. In fact, the two seem to be always at each other throats. Hokasu had some resentment towards her at the beginning but... This was dissolved after a friendly battle which resulted in a new member of the team... Pokasu, Hoka's younger sister. A much more bubbly and happy majin. </p>
  312.  
  313. <p>Their team would grow with the addition of a Namekian named Obo, and two humans named Vaneera and Koku a set of twins. Pan was made the leader, and led her team to victory. She was able to subdue Mira and Towa. Pokasu became victim to Towa's possession and took severe damage when under the control of her. It took a very reluctant Hoka to beat her sister into submission to break this spell. Poka was unable to recover though and join in the final show down. She was left in the care of Vaneera, who nursed and took care of the majin. The final battle with Demigra took Pan, Hoka, Koku, and Obo... But in the void... A crack in time.... A sacrifice was made. Koku gave himself up, to allow his teammates a chance to save everything. He was injured, and would not make it through the fight... Pan had to make a call. He refused to relent, and instead gave them the opening they needed. Pan order Obo, and Hoka to attack... The three charged... and fired up a barrage of ki.... Taking out Demigra once and for all, with their teammate Koku. Koku was erased with Demigra. And due to the location of his demise, he was unable to be wished back by any dragon balls.</p>
  314.  
  315. <p>Pan had to break the news to Vaneera.... Her twin brother, and only family was gone. And not coming back. This led to the normally sweet and kind Vaneera to snap... Attempting to attack her leader. Pan allowed her to take any and all strikes at her. She was beaten and bloodied... Injured... She allowed her to take her anger out of her. But Hoka and Obo had to pull Vaneera off of Pan. The human on their team would leave. Quitting her job as a Patroller and cursing her former leader and her teammates. They could have saved him. They could have wished him back. She refused to believe otherwise.</p>
  316.  
  317. Pan often started to train and work on her own. her team had no disbanded, but she took less chance of putting them in harms way. Een though was the leader of that mission, and Trunks' 'partner' she has given the mantle of Hero of Toki Toki City. A mantle she wishes was not given to her. She pushed for Koku's sacrifice to be noticed, she pushed for her team members to get the attention but they weren't having it.. It was just her. </p>
  318.  
  319. <p>This continued into the shift to Conton City. The events that would leave to Towa rebuilding Mira, and Mira himself getting out of control... Were face with Team Alpha. Now comprised of Hokasu, Pokasu, Obo, and a new patroller, a Icejin named Fridgedge. Or.... As his team makes called him... Edgelord. Pan and
  320.  
  321. <p>As a time patroller, she is expected to avoid making any massive alterations to the timelines. Such as a certain pale haired time traveler did. However, it is rather hard, when the time machine used for Parallel quests, or the training quests most patrollers would use, were faulty. Being older model machines they were more likely to break down. Often leaving the patrollers stranded till either another patroller received their message for help or they would become stuck in this strange timeline they were attempting to fix.</p>
  322.  
  323. <p>This doesn't usually happen that often, and most of the time when it does the patrollers are saved in a matter of days, or even weeks. This is normally due to the emergency signal is given off by the machine in such events. It allows pinpointing the stranded patroller's location much easier. However, there are cases where some will be unable to be located was the machine they used was completely fried. This... Happened to Pan.</p>
  324.  
  325. <p>Pan was set for coordinates for a mission in another timeline, however, the coordinates become screwed up, and not only did it land Pan in a time she wasn't aiming for... For the time she was trying to avoid. She was stuck in a time where she was still a child. So there were in a sense two Pans around. And her signal was lost. Will she ever return home?! Will she manage to elude those who might recognize her?! Will she be stuck in a time that is familiar to her but still not her own?! </p>
  326. </center>
  327. </div>
  328. <br>
  329. <div id="friends">
  330. <center><h1> Techniques and abilities</h1></center><br>
  331. <center>
  332. <br>
  333. <b>Super Saiyan 1</b>-<br> Pan is capable of going Super Saiyan one and is working towards two.<br><br>
  334. <b>Flight</b> –<br> Pan can manipulate her ki to counter gravity and fly.<br><br>
  335. <b>Ki Blast</b> –<br> A simple bolt of energy launched at the opponent. Pan's version is yellow.<br><br>
  336. <b>Ki enfused strikes</b> Encasing her hands and or feet in a decent amount of Ki she gains an aura or wrap around them giving her more strike power. This ability was self taught.<Br>
  337. <b>Kamehameha</b> –<br> The legendary energy wave invented by the great Master Roshi, launches a very powerful, whitish-blue blast at the opponent.<br> <br>
  338. <b>Maiden's Rage</b> –<br> When angered by an enemy, Pan forms a ki orb on each hand and then combines them to unleash a huge ki blast.<br><br>
  339. <b>Maiden Blast</b> -<br> A short-ranged version of Maiden's Rage, where combines the energy collected into each hand to create a large energy sphere directly in front of her.<br><br>
  340. <b>Maiden Flash</b> –<br> A weaker version of the Maiden's Rage. <br><br>
  341. <b>Reliable Friend</b> –<br> Pan charges yellowish-orange energy spheres in both of her hands in a fashion similar to her Maiden's Rage energy wave and fires several powerful energy blasts at a very rapid rate.<br><br>
  342. <b>Scatter Kamehameha</b> A kamehameha that bursts into multiply blasts.<br><Br>
  343. <b>Dual Destructo disk</b>- Learned from Krillin in her own time<Br><br>
  344. <b>Spirit bomb</b> – Learned from Goku. <Br><Br>
  345. <b>Final Shine attack</b> <br><br>
  346. <b>Spirit Sword</b><Br><br>
  347. <b>Maiden's Burst</b> –<br> An Explosive Wave technique.<br><br>
  348. <b>Masenko</b> –<br> An energy attack passed down from her father Gohan, who was taught the technique to him by Piccolo. Pan's version is red and orange.<br><br>
  349. <b>Feint Shot</b> -<br> Uses Rapid Movement while moving sideways then suddenly reappears to fire off a pink-colored ki blast. <br><br>
  350. <b>Afterimage Strike</b> –<br> A technique that allows one to move at high speeds and appear to disappear and reappear. <br><br>
  351. <b>Explosive Wave</b> –<br> Pan uses an Explosive Wave.<br><br>
  352. <b>Spirit Attack</b> –<br> A blue blast of energy fired from both hands used by Pan.<br><br>
  353. <b>Spirit Shot</b> –<br> A sparkling yellow energy ball with a pink outline.<br><br>
  354. <b>Destructo-Disc</b> -<br> One of Pan's attacks in Xenoverse at least according to the sound files). She might have learned it from Goku.<br><br>
  355. <b>Solar Flare</b> -<br> One of Pan's attacks in Xenoverse at least according to the sound files). She might have learned it from Goku.<br>
  356. </center>
  357. </div>
  358. </div>
  359. </div>
  360.  
  361. <div id="ooc">
  362. <center><h1>Out of Character</h1></center>
  363. <b>▪</b> PM friendly 99.99% of the time.
  364. <Br><b>▪</b> This is a teen/time patroller Pan.
  365. <BR><b>▪</b> If a relationship happens IC? It'll be based on chemistry with characters.
  366. <BR><b>▪</b> IC=/= OOC.
  367. <BR><b>▪</b> Smut can happen with some build up please.
  368. <BR><b>▪</b> Art and layout are not mine.
  369. <BR><b>▪</b> Story > Sex.
  370. <BR><b>▪</b> She can go ssj1. Deal with it.
  371. <BR><b>▪</b> The character and the typist are two different people.
  372. <BR><b>▪</b> Feel free to start with a post.
  373. <BR><b>▪</b> Real life > Roleplay.
  374. <BR><b>▪</b> Do not PM me asking me to be friends OOCly, this is not how you start a friendship. Just talking and going from there is how you do it.
  375. <BR><b>▪</b> Do not message me with just a 'hey' or 'hello', and expect me to respond ICly... this is not a starter... And will not be treated as one.
  376. <BR><b>▪</b> OOC is in parentheses.</div>
  377. <div id="nav">
  378. <center><a href="#info"><img src="https://cdn.bigmouthclothing.com/assets/images/designs/resized/300/DES-VIEW-1281-523b14b6215f3.png"
  379. width="20px"></a> - <a href="#bio"><img src="https://cdn.bigmouthclothing.com/assets/images/designs/resized/300/DES-VIEW-1281-523b14b6215f3.png"
  380. width="20px"></a> - <a href="#friends"><img src="https://cdn.bigmouthclothing.com/assets/images/designs/resized/300/DES-VIEW-1281-523b14b6215f3.png"
  381. width="20px"></a></center>
  382. </div>
  383. <div id="credit">
  384. © <a href="https://roleplay.chat/profile.php?user=Elsie">Elle</a>. Get the code <a href="https://pastebin.com/U00WKnZG">here.</a>
  385. </div>
  386. </div>
  387. <div id="name">
  388. Son Pan
  389. </div>
  390. <div id="moosic" class="pretty">
  391. <div id="song">
  392. <audio controls>
  393. <source src="jjj">
  394. </audio>
  395. </div>
  396. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement