Advertisement
QueenOfGeckos

Cel

Jul 25th, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.36 KB | None | 0 0
  1. /*
  2. PLEASE DO NOT REMOVE THIS CREDIT
  3. DO NOT REMOVE THE CREDIT AT THE BOTTOM EITHER!
  4. CREATOR: GREEN BEAN
  5. There is a Javascript at the base that prevents right click. Do not remove it. If you do not have Java you don't need to worry about it. But please do not remove it. You'll break the code.
  6.  
  7.  
  8. */
  9.  
  10.  
  11. @import 'https://fonts.googleapis.com/css?family=Pacifico|Oswald:700';
  12.  
  13. @font-face{
  14. src:url(https://dl.dropboxusercontent.com/s/74xrxvex76h7sce/Zenzai%20Itacha.ttf);
  15. font-family:'Zenzai Itacha';
  16. }
  17.  
  18. body {
  19. background-image: url("");
  20. background-color: #3b4659;
  21. background-repeat: repeat;
  22. background-position: bottom right;
  23. width: 100%;
  24. height: 100%;
  25. margin: 0px;
  26. overflow: hidden;
  27. }
  28.  
  29.  
  30. .right{
  31. position:absolute;
  32. top:-22px;
  33. left:140px;
  34. font-family: 'Oswald', 'Pacifico';
  35. text-transform: uppercase;
  36. text-decoration: none;
  37. font-size: 24px;
  38. line-height: 24px;
  39. letter-spacing: -1px;
  40. color: #497259;
  41. }
  42.  
  43. .story{
  44. margin:auto;
  45. width:370px;
  46. height:250px;
  47. overflow:hidden;
  48. }
  49.  
  50. .far{
  51. width:360px;
  52. height: 250px;
  53. overflow:auto;
  54. }
  55.  
  56. .tell{
  57. color:#381600;
  58. font-size:14px;
  59. text-align:justify;
  60. line-height:14px;
  61. font-family:cambria;
  62. letter-spacing:0.3px;
  63. margin: 5px;
  64. }
  65.  
  66. #top {
  67. background-color: #003387;
  68. width:100%;
  69. height:255px;
  70. margin-left:0px;
  71. margin-top:0px;
  72. z-index:-88;
  73. }
  74.  
  75. #stripe {
  76. width:100%;
  77. height:100px;
  78. margin-left:0px;
  79. margin-top:255px;
  80. z-index:-84;
  81. text-align:left;
  82. background-image: url("https://i.imgur.com/lyfIEyV.gif");
  83. }
  84.  
  85. #top, #stripe {
  86. visibility:visible;
  87. left:0%;
  88. top:0%;
  89. position:fixed;
  90. overflow:hidden;
  91. }
  92.  
  93. b{
  94. color: #130f10;
  95. font-weight:bold;
  96. letter-spacing: 1px;
  97. }
  98.  
  99. i{
  100. color:#ffffff;
  101. font-style:italic;
  102. }
  103.  
  104. u{
  105. font-style:italic;
  106. text-decoration:noneunderline;
  107. }
  108.  
  109. a:active, a:link, a:visited{
  110. color:#fff;
  111. text-decoration:none;
  112. }
  113.  
  114. a:hover{
  115. cursor:all-scroll;
  116. color:#4e3f64;
  117. text-decoration:line-through;
  118.  
  119. -webkit-transition: all 2.4s ease-out;
  120. -moz-transition: all 2.4s ease-out;transition:
  121. all 2.4s ease-out;
  122. margin-bottom:2px;
  123. }
  124.  
  125. h1 {
  126. font-family: 'Oswald', 'Pacifico';
  127. size: 40px;
  128. text-align:center;
  129. letter-spacing: 7px;
  130. border-bottom: 1px solid #ffffff;}
  131. ::-webkit-scrollbar {width: 3px;}
  132. ::-webkit-scrollbar-thumb:vertical {
  133. height: 10px;background-color: #130f10;}
  134. ::-webkit-scrollbar-thumb:horizontal {
  135. height: 10px;background-color: #D98878;border: 0px ;width: 15px;}
  136.  
  137. .brightly{
  138. margin: auto;
  139. position: absolute;
  140. top: 0; left: 0; bottom: 0; right: 0;}
  141.  
  142.  
  143. #box{
  144. width: 660px;
  145. height: 400px;
  146. background: #transparent;
  147. background-image: url("https://i.imgur.com/jYDcx79.png");
  148. background-repeat: no-repeat;
  149. background-size: 100% 100%;
  150. background-position: bottom right;
  151. z-index: 4;
  152. animation: skidder 3s 1;
  153. -webkit-animation: skidder 3s 1;
  154. }
  155.  
  156.  
  157. @keyframes skidder{
  158. from{
  159. right: -50%;
  160. opacity: 0;
  161. }
  162. }
  163.  
  164. @-webkit-keyframes skidder{
  165. from{
  166. right: -50%;
  167. opacity: 0;
  168. }
  169. }
  170.  
  171. #titles{
  172. pointer-events:none;
  173. position:absolute;
  174. font-family: 'Zenzai Itacha', cursive;
  175. letter-spacing: 2px;
  176. font-weight: normal;
  177. font-size: 45px;
  178. bottom:10%;
  179. right:10%;
  180. width: 310px;
  181. height: 140px;
  182. background: #transparent;
  183. background: url(https://i.imgur.com/uvOwkkh.gif) -20px -20px repeat;
  184. -webkit-text-fill-color: transparent;
  185. -webkit-background-clip: text;
  186. }
  187.  
  188.  
  189. .portrait {
  190. pointer-events:none;
  191. position: absolute;
  192. bottom: 0px;
  193. right: 5%;
  194. z-index: 100;
  195. animation: skidder 3s 1;
  196. -webkit-animation: skidder 3s 1;}
  197. }
  198.  
  199. #navi {
  200. height: 100px;
  201. width: 165px;
  202.  
  203. }
  204.  
  205. .navi{
  206. position: absolute;
  207. top: 36%;
  208. left: 6%;
  209. z-index:100;
  210. animation: skidder 3s 1;
  211. -webkit-animation: skidder 3s 1;
  212. }
  213.  
  214. .credit{
  215. position: fixed;
  216. z-index: 300;
  217. bottom: 20px;
  218. left: 0px;
  219. background-color: transparent;
  220. animation: skidder 3s 1;
  221. -webkit-animation: skidder 3s 1;
  222. }
  223.  
  224.  
  225. #words{
  226. pointer-events:none;
  227. position: absolute;
  228. font-family:'Zenzai Itacha';
  229. font-size: 90px;
  230. top: 8%;
  231. left: 5%;
  232. height: 190px;
  233. background: #transparent;
  234. background: url("https://i.imgur.com/lyfIEyV.gif") repeat;
  235. -webkit-text-fill-color: transparent;
  236. -webkit-background-clip: text;
  237. z-index: 99;
  238. -ms-transform: rotate(0deg);
  239. -webkit-transform: rotate(0deg);
  240. transform: rotate(0deg);
  241.  
  242. animation: skidder 3s 1;
  243. -webkit-animation: skidder 3s 1;
  244. }
  245. }
  246.  
  247.  
  248. a.gone:link, a.gone:active, a.gone:visited{
  249. font-family: 'Oswald', sans-serif;
  250. text-transform: uppercase;
  251. text-decoration: none;
  252. font-size: 24px;
  253. line-height: 24px;
  254. letter-spacing: -1px;
  255. color: #3094d3;
  256. margin-right:12px;
  257. z-index:10;
  258. }
  259.  
  260. a.gone:hover{
  261. text-shadow:-4px 0px 0px #3134b1;
  262.  
  263. -webkit-transition: all 2.4s ease-out;
  264. -moz-transition: all 2.4s ease-out;transition:
  265. all 2.4s ease-out;
  266. margin-bottom:2px;
  267. }
  268.  
  269. #outsidelinks{
  270. visibility:visible;
  271. left:0%;
  272. top:0%;
  273. position:fixed;
  274. overflow:hidden;
  275. }
  276.  
  277. #outsidelinks {
  278. z-index:1000;
  279. -moz-border-radius-bottomright: 20px;
  280. -webkit-border-bottom-right-radius: 20px;
  281. border-bottom-right-radius: 20px;
  282. -moz-border-radius-bottomleft: 20px;
  283. -webkit-border-bottom-left-radius: 20px;
  284. border-bottom-left-radius: 20px;
  285. -webkit-transition: all 1.6s linear;
  286. -moz-transition: all 1.6s linear;
  287. -ms-transition: all 1.6s linear;
  288. -o-transition: all 1.6s linear;
  289. transition: all 1.6s linear;
  290. }
  291.  
  292.  
  293. .connect{ background-color:19161b; }
  294. #outsidelinks { background-color:3b4659; }
  295.  
  296. #outsidelinks {
  297. width:195px;
  298. height:250px;
  299. margin-left:10px;
  300. margin-top:-230px;
  301. }
  302.  
  303. #outsidelinks:hover {
  304. margin-top:0px;
  305. }
  306. .connect {
  307. width:185px;
  308. height:170px;
  309. overflow:auto;
  310. margin:0px 10px 0px 5px;
  311. }
  312.  
  313. a.second, a.second:link, a.second:active, a.second:visited {
  314. font-family: arial narrow;
  315. font-size:9pt;
  316. text-align:center;
  317. text-transform:none;
  318. line-height:30px;
  319. height:30px;
  320. width:77px;
  321. display:block;
  322. font-weight:bold;
  323. text-decoration:none;
  324. -webkit-transition: all 2.4s ease-out;
  325. -moz-transition: all 2.4s ease-out;transition:
  326. all 2.4s ease-out;
  327. margin-bottom:2px;
  328. }
  329.  
  330. _____
  331.  
  332. <div class="credit">
  333. <a target="_blank" href="https://roleplay.chat/profile.php?user=Green+Bean" target="_blank" title="Code was created by Green Bean Do NOT touch, this Please! If you want a code just mail Green Bean directly. She will gladly hook you up. With some freebies or cheapo commissions."><img src="http://i.imgur.com/vY7rSz9.png" height="90px"></a></div>
  334.  
  335. <script src="jquery.min.js"></script>
  336. <script type="text/javascript">
  337. $(document).ready(function () {
  338. //Disable full page
  339. $("body").on("contextmenu",function(e){
  340. return false;
  341. });
  342.  
  343. //Disable part of page
  344. $("#id").on("contextmenu",function(e){
  345. return false;
  346. });
  347. });
  348. </script>
  349. <script type="text/javascript">
  350. $(document).ready(function () {
  351. //Disable cut copy paste
  352. $('body').bind('cut copy paste', function (e) {
  353. e.preventDefault();
  354. });
  355.  
  356. //Disable mouse right click
  357. $("body").on("contextmenu",function(e){
  358. return false;
  359. });
  360. });
  361. </script>
  362. <div id="outsidelinks">
  363.  
  364. <H3>Art Credits</h3>
  365. <div class="connect">
  366.  
  367. <a class="second" target="_blank" href="https://www.deviantart.com/annacchii">Annachii</a>
  368. <a class="second" target="_blank" href=" https://www.deviantart.com/luruchiel">Luruchiel</a>
  369. <a class="second" target="_blank" href="https://www.deviantart.com/hanoi-chan25201">Hanoi-chan</a>
  370. <a class="second" target="_blank" href="https://www.deviantart.com/rumay-chian">Rumay-chian</a>
  371. <a class="second" target="_blank" href="https://www.deviantart.com/katzkraze">KatzKraze</a>
  372. <a class="second" target="_blank" href="https://www.deviantart.com/akai-kiki">Akai-Kiki</a>
  373.  
  374. </div></div>
  375.  
  376.  
  377.  
  378.  
  379. <div id="top"></div>
  380. <div id="words"><Br>
  381. C elina
  382. </div>
  383. <div class="navi">
  384. <a href="#we" class="gone"><font size="24">⊗</font></a>
  385. <a href="#have" class="gone"><font size="24">⊕</font></a>
  386. <a href="#noticed" class="gone"><font size="24">⊗</font></a>
  387. <a href="#you" class="gone"><font size="24">⊕</font></a>
  388. <a href="#came" class="gone"><font size="24">⊗</font></a>
  389. <a href="#far" class="gone"><font size="24">⊕</font></a>
  390. </div>
  391. <div id="stripe"></div>
  392. <div id="box" class="brightly">
  393. <br><br><br><div class="story">
  394. <div id="we" class="far"><div class="tell">
  395.  
  396. <h1>Dossier</h1>
  397.  
  398. <font style="float:left"><b>➽Name</b></font>
  399. <font style="float:right">Celina Mercury</font><br>
  400. <font style="float:left"><b>➽Nicknames</b></font>
  401. <font style="float:right">Lina, Celly, Cel, Leen-Bean, Short-stack</font><br>
  402. <font style="float:left"><b>➽Age</b></font>
  403. <font style="float:right">17 </font><br>
  404. <font style="float:left"><b>➽Gender</b></font>
  405. <font style="float:right">Female</font><br>
  406. <font style="float:left"><b>➽Height/Weight</b></font>
  407. <font style="float:right">5ft/130lbs</font><br>
  408. <font style="float:left"><b>➽Hair</b></font>
  409. <font style="float:right">Long, Pink(dyed), Naturally brown</font><br>
  410. <font style="float:left"><b>➽Eyes</b></font>
  411. <font style="float:right">Green</font><br>
  412. <font style="float:left"><b>➽Occupation</b></font>
  413. <font style="float:right">Student/Training to be a Pro Hero</font><br>
  414. <font style="float:left"><b>➽Quirk</b></font>
  415. <font style="float:right">None</font><br>
  416. <font style="float:left"><b>➽Sexual Orientation</b></font>
  417. <font style="float:right">Bisexual</font><br>
  418. <font style="float:left"><b>➽Status</b></font>
  419. <font style="float:right"><i>Singular</i></font><br>
  420.  
  421. <h2>Personality</h2>
  422. <p>Celina comes off as a bit standoffish due to the resting bitch face she can suffer from time to time. That isn’t to say despite the fact that she’s friendly. She’s a bit coarse and abrasive. But not intentionally at times. It’s just the inflection in her voice. She often comes off as short or annoyed even when being sincere. Thus giving her a standoffish outlook to others</p>
  423. <p>This often as a kid got her in trouble. And it didn't help she was often step into fights all the while growing up. She was never shy about getting into a scrap. Especially for someone else sake. Even not that does continue from time to time. But not as much since enrolling in U.A. </p>
  424.  
  425. <p>In Fact, she does like allowing others to use her as a sounding board. She’s a listener like that. Often offering a neutral 3rd party outlook on things. That is to say, she isn’t very good at giving advice. </p>
  426.  
  427. <p> She’ll often listen and hear others out. Giving them that much respect. And if they seem like they are willing to listen she’ll offer a word of advice. However, it could be a rather ludicrous piece of advice. She’ll try and give a wholehearted sentiment but fail miserably in the process.</p>
  428.  
  429. <p> Celina heavily believes there is always a story. There is always more to the meaning behind someone’s actions than meets the eye. But that it still does not exempt anyone from the rules or the law. But even then that won't stop her from protecting others. WHile she wants to give some benefit to reasoning she isn't about to let other suffer for another reasons. No matter how much sense they make.</p>
  430.  
  431. <p>While others might talk to her she finds it harder to talk to them. She isn’t very good at starting conversation or the likes. Finding it awkward. That ontop of her ‘one track mind’ when it comes to most tasks tend to make teamwork and cooperative efforts or projects are hard for her.
  432. When approached she is less awkward. But when approaching… Expect a sinking ship that is on fire while ramming into an ice berg. </p>
  433.  
  434. <p>She's got a few varying interests, that keep her occupied outside of school-related work. Her interests vary, crafts, Sewing normally comes from a closeted interest in cosplay. Oddly enough. </p>
  435.  
  436.  
  437. </div></div>
  438.  
  439. <div id="have" class="far"><div class="tell">
  440. <h1>Hero Stats</h1>
  441. <font style="float:left"><b>➽Hero Name</b></font>
  442. <font style="float:right">Luna</font><br>
  443. <font style="float:left"><b>➽Costume</b></font>
  444. <font style="float:right"><a target="_blank" href="https://i.imgur.com/SS0LzdQ.png" target="_blank">◈Suit up◈</a></font><br>
  445. <font style="float:left"><b>➽Power</b></font>
  446. <font style="float:right"> ♦♦♦♢♢</a></font><br>
  447. <font style="float:left"><b>➽Speed</b></font>
  448. <font style="float:right">♦♦♦♢♢</font><br>
  449. <font style="float:left"><b>➽Technique</b></font>
  450. <font style="float:right">♦♦♦♦♢</font><br>
  451. <font style="float:left"><b>➽Intelligence</b></font>
  452. <font style="float:right">♦♦♦♢♢</font><br>
  453. <font style="float:left"><b>➽Cooperativeness</b></font>
  454. <font style="float:right">♦♦♢♢♢</font><br>
  455. <font style="float:left"><b>➽Skills</b></font>
  456. <font style="float:right">Hand to hand combat, <a target="_blank" href="" title="Not really a skill, or ability. But gymnastics has helped her.">Flexiblity</a>, <a target="_blank" href="" title="Novice level. Always practicing with plenty of room to grow.">Parkour</a></font><br></font>
  457. <font style="float:left"><b>➽Note</b></font>
  458. <font style="float:right"><i>All stats above are base, before suit usage.</i></font><br></font>
  459.  
  460. <B>Body suit</b>
  461. <li>The suit was invented by her father to make up for her lack of a quirk. </li>
  462. <ul>
  463. <li>The suit is made with the consistancy of under armor.</li>
  464. <ul>
  465. <li>Made with a special fabric and woven with nano-bots/machines.</li>
  466. <li>If the suit suffers damage it is to be quickly removed</li>
  467. <ul>
  468. <li>Wearing the suit while torn/damaged wil cause muscle and tissue damage to the wearer as the nanos and currents will conduct through the flesh instead. Thus causing potential deterioration.</li>
  469. </ul>
  470. </ul>
  471. </ul>
  472.  
  473. <li>The development of the suit and it’s abilities were heavily inspired by the feats of All Might.
  474. <ul>
  475. <li>The suit is no where near capable of mimicking or competing his feats though as of yet.</li>
  476. </ul>
  477. </li>
  478.  
  479. <li>The suit itself gives the wearer at max capacity x50 of their natural abilities.</li>
  480. <ul><li>Celina herself is only capable of using 64% of the capabilities at this point in time.
  481. </li>
  482. <ul><li>Strength - with the suit she is capable of lifting over her head and throwing an average sized automobile without severely harming herself.</li>
  483. <li>Striking force- with the suit she is capable of punching with enough force to make a sizeable dent in a steel wall. However with enough consecutive punches she could be able to tear through solid steel.</li>
  484. <li>Speed- allows the wearer regardless of their natural speed, to sprint at a max of 200 mph.</li>
  485. <ul><li>She is only capable of sprinting 128 mph, roughly 64% of the max output.</li>
  486. <ul><li>While it is capable of increasing movement speed, this does not increase reaction time. Her reaction time is still average for a hero in training. </li></ul></ul>
  487. <li>Jumping-Jumping is the only aspect of the suit that she is able to withstand using the full 50x power boost. </li>
  488. <ul><li>Her average jumping height is a foot off hte ground, roughly without the suit. </li>
  489. <ul><li>Her foot work is where she mostly excells in this regard. Hence the rabbit motif for her pro hero costume.</li></ul></ul></ul>
  490. <li>If the suit sustains damage such as cuts and tears she is immediately to cease everything and remove the suit as soon as possible.
  491. <ul><li>The fibers and nano tech in the suit where it is torn will start to use muscle and skin as a conductor, causing the muscles to deteriorate and suffer greatly. </li>
  492. <li>The suit can only be repaired by her father in his workshop.</li>
  493. </ul></li>
  494. <li>The suit itself is head to toe. Covering just below her neck to the tip of her toes.
  495. <ul><li>She has gloves that slip on over her singles that connect with the suit to allow a more seamless use of her suit. Without the gloves her hands like her head and face are unable to utilize the suit’s enhancements. </li></ul></li>
  496. <li>The suit has two power cells, both capable of holding a good amount of juice when it comes to battery life.
  497. <ul><li>The cells need to charge several hours to be fully charged. <ul><li>Normally this is done while Celina is asleep.</li></ul>
  498. <li>The batteries attach and rest just under the wrist spanning down three quarters of the way down to the elbow. </li>
  499. <li>The cells drain quicker the more enhancement she is using.</li>
  500. <li>While giving off the same amount of force in a single instance though takes 20% of the battery rather than 30%.</li></ul>
  501.  
  502. </ul>
  503.  
  504. <b>Data Recorder-The Choker</b>
  505. <li>The choker worn around her neck acts as a data collector.</li>
  506. <li>The choker collects data from her combat while it is worn and measures the suit and it’s capabilities. </li>
  507. <li>This data then piggybacks off any cellular signals and sends the information back to her father.</li>
  508. <li>This allows him to see if there are any issues that Celina herself would not be capable of seeing.</li>
  509.  
  510. <b>Visor</b>
  511. <li>Records, and acts as a visual for any one synced to the other end of the communication device. It could be her father, or some one she is working with.</li>
  512. <li>Records data and wirelessley transmit it back to her own personal device to allow her to go over any potienal footage.</li>
  513. <li>Also acts a communication device and headphones in atleast on of the speakers. But does not entirely cancel out noise.</li>
  514. <li>Visor filters light as well.</li>
  515.  
  516. <b>Utility Belt</b>
  517.  
  518. <li>Light grenades- Used for distraction/ stun, extremely bright blinding light. </li>
  519. <li>Bo-staff- folds into itself. Retractable. </li>
  520. <li>X2 sets of Extra battery cells, smaller emergency battery cells with shorter life spans. One set holds half the power of a whole set. So both sets provide the same amount of energy output as the standard battery cells</li>
  521.  
  522.  
  523.  
  524. </div></div>
  525. <div id="noticed" class="far"><div class="tell"><h1>Biography</h1><br>
  526.  
  527. <p>The daughter of two individuals with two very different quirks... She spent her earlier days hopeful and curious about what she'd get. Much like any other child would. Maybe she would be a technopath like her father? A scientist who used his abilities to aid heroes and build equipment? Or would she be like her mother? A doctor with a quirk that allowed her to have the ability to focus and zoom in visually on things? Microscopic vision in a way? OH OH! Or maybe she'd have both! Yeah, both would be great! She could do so much. But as fate would have it? She would have nothing. Zilch. Nada. </p>
  528.  
  529. <p>Which made it rather tough.... Her elder sister took after their mother's quirk. In fact, she would go on to become a forensic scientist. A good field for someone with microscopic vision. And it made it even tougher when her little brothers were born. A set of twins, who were lucky enough to have the same quirks as their mother and father. She felt like a failure... Which was rather clear when you look at her family. She was quirkless in a large family where the rest thrived.</p>
  530.  
  531. <p>As you'd imagine, her earlier years in school she was heavily teased... Pushed and poked. It was so severe she honestly retreated into herself... So much so she developed a bit of an antisocial personality. Being quiet and closed off to others. Even her own family. She wanted to prove people wrong about her... But possibly in the wrong way. Don't get her wrong. Her mother and father never really gave her a hard time. In fact, she was treated a bit more delicately by her family rather than ostracized.</p>
  532.  
  533. <p>But her father wanted to make this right. He wanted his little girl to be able to do something with herself. And she agreed. So much to the protest of their mother, she was enrolled in martial arts. Being taught some form of self-deference to at least put her parents at ease. Before entering middle school, Celina would inquire about dying her hair... Even as a kid... She had seen some kids in her class developed odd appearances after their quirks emerged... It dawned on her if she dyed her hair an absurd color maybe she could pass for a kid with a quirk... The sudden change. And her parents. Her mother was not exactly for the idea. Telling her she shouldn't be afraid of being herself. While this was plausible so was just wanting to blend in. And they weren't allowed to use their quirks in school so it just further supported 'illusion'.</p>
  534.  
  535. <p>Her father being the backer of his daughter as much as he had... Watched as she actually managed to make friends... Not having to worry about being seen as quirkless. She was thriving. And it showed. But that wasn't really enough for him. He wanted to do more for her. Filling her after school life with 'martial arts' and 'gymnastics' were only able to do so much. He wanted to see her go further.</p>
  536. <p>Her father being the techno wizard he was, took it upon himself to create some equipment. For a while, he insisted that his daughter was a late bloomer. That she would be just like her mother and father. He insisted and insisted on it. In fact, much like her, he wanted to prove people wrong. He could not accept his little Lina being less. So with that? He'd develop a suit. In the form of a body suit. The cloth was a strong material interwoven with nanotechnology, that would allow the wearer's body to display extreme strength. </p>
  537.  
  538. <p>The development of the suit started shortly after Celina was confirmed to be quirk-less. Despite the proof in front of him... he still believed she was a late bloomer. Even though he knew it... And didn't want to admit that wasn't the case. He ended up developing the suit for her..... It was a skin-tight body suit that could be worn under clothing..... There were receptors and simulators on each joint the suit covered.</p>
  539.  
  540. <p>The first time she tried on the body suit or 'power suit' as her father dubbed it... She pulled a door off its hinges... Celina had wanted to prove herself on her own... Not use a suit. Maybe become a cop or civil servant? Someone to maintain the order and not require a quirk. Her sister certainly offered to help her set up as a cop if she wanted. She worked for the local police department and was sure there could be a spot for her there. And it had its benefits. But her dad pushed. Even 'signing' her up to take the U.A. entrance exams. Under the guise of having a quirk.</p>
  541. <p>Whether this was false or not... She was backed into a corner. Part of her wanted to do this and wanted to prove those who doubted her wrong, but another part of her wanted to just accept it. Even with dying her hair... And keeping her 'quirk' or lack of one a secret.</p>
  542. <p>And then the day came.... She was sent off to the exams. Scoring alright on the written exam... And average in the field test. The whole time? Her power suit was under her gym clothes. But thanks to that, she also learned the drawbacks of her suit.</p>
  543. <p>But thanks to that... She tends to be a little bit on the hush-hush about her lack of a quirk. </p>
  544. </div></div>
  545. <div id="you" class="far"><div class="tell">
  546. <h1>Gallery</h1>
  547. <a target="_blank" href="https://i.imgur.com/OJAkksq.png" title="Portrait"><img src="https://i.imgur.com/EACoNMw.png" width="40" height="40" ></a>
  548.  
  549. <a target="_blank" href="https://i.imgur.com/SS0LzdQ.png" title="Full body Costume"><img src="https://i.imgur.com/TH5PM2q.png" width="40" height="40" ></a>
  550.  
  551. <a target="_blank" href="https://i.imgur.com/hF7P5yX.jpg" title="Short Sleeve version"><img src="https://i.imgur.com/794MGXd.png" width="40" height="40" "></a>
  552.  
  553. <a target="_blank" href="https://i.imgur.com/TiaNjqs.png" title="A rare Smile"><img src="https://i.imgur.com/kbHY3jq.png" width="40" height="40" ></a>
  554.  
  555. <a target="_blank" href="https://i.imgur.com/96j5ehz.png" title="Strung up by a web of lies"><img src="https://i.imgur.com/bIo266M.png" width="40" height="40" ></a>
  556.  
  557. <a target="_blank" href="https://i.imgur.com/Uyxyxbc.jpg"><img src="https://i.imgur.com/jJEpalg.png" width="40" height="40" ></a>
  558.  
  559. <a target="_blank" href="https://i.imgur.com/cKrG5AC.jpg" title="Pouty lil bean"><img src="https://i.imgur.com/u1GmByf.png" width="40" height="40" ></a>
  560.  
  561. <a target="_blank" href="https://i.imgur.com/cOWFbKU.png" title="School Uniform"><img src="https://i.imgur.com/IgvK9Jf.png" width="40" height="40"></a>
  562.  
  563. <a target="_blank" href="https://i.imgur.com/Wo0jJLw.jpg" title="Grumpu Grumpu"><img src="https://i.imgur.com/RrLGH0K.png" width="40" height="40" ></a>
  564.  
  565. <a target="_blank" href="https://i.imgur.com/GDTTB4s.jpg" title="Boom Headshot"><img src="https://i.imgur.com/knMMyr0.png" width="40" height="40" ></a>
  566.  
  567. <a target="_blank" href="https://i.imgur.com/VhNbFzd.png" title="Strung up"><img src="https://i.imgur.com/HVKw0eN.png" width="40" height="40" ></a>
  568.  
  569. <a target="_blank" href="https://i.imgur.com/QTTYK08.jpg" title="All in a day's work!"><img src="https://i.imgur.com/QJaGLMQ.png" width="40" height="40" ></a>
  570.  
  571. <a target="_blank" href="https://i.imgur.com/VH0Ahsu.jpg" title="And they call her reckless?"><img src="https://i.imgur.com/xkuinZ5.png" width="40" height="40" ></a>
  572.  
  573. <a target="_blank" href="https://i.imgur.com/gPapjg2.png" title="By Annachii"><img src="https://i.imgur.com/q4Asi1s.png" width="40" height="40" ></a>
  574.  
  575. <a target="_blank" href="https://i.imgur.com/Jfg4mi2.png" title="Combat booots"><img src="https://i.imgur.com/XcOAKYi.png" width="40" height="40" ></a>
  576.  
  577. <a target="_blank" href="https://i.imgur.com/vFmyqaG.png" title="Dressed up"><img src="https://i.imgur.com/9vpFmTh.png" width="40" height="40"></a>
  578.  
  579. <a target="_blank" href="https://i.imgur.com/tGy0ePS.png" title="Harsh reality"><img src="https://i.imgur.com/QGfaien.png" width="40" height="40" ></a>
  580.  
  581. <a target="_blank" href="https://i.imgur.com/zQsk2Ir.png"><img src="https://i.imgur.com/2M4lJAH.png" width="40" height="40" ></a>
  582.  
  583. <a target="_blank" href="https://i.imgur.com/L26Yagk.jpg" title="AU/Fantasy Attire"><img src="https://i.imgur.com/EJqoqKn.png" width="40" height="40"></a>
  584.  
  585. <a target="_blank" href="https://i.imgur.com/tTKdmmQ.png" title=""><img src="https://i.imgur.com/kW1oeUo.png" width="40" height="40" ></a>
  586.  
  587. <a target="_blank" href="https://i.imgur.com/4ZIy0qF.jpg" title="Celina and her brother"><img src="https://i.imgur.com/3XDqkRm.png" width="40" height="40" ></a>
  588.  
  589. </div></div>
  590.  
  591.  
  592. <div id="came" class="far"><div class="tell">
  593.  
  594. <h1>Friends</h1>
  595. <a target="_blank" href="" title="Words"><img src=" " class="circle" width="40" height="40" border="1px solid #000000"></a>
  596. <a target="_blank" href="profile.php?user=Friend name " title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000"></a>
  597. <a target="_blank" href="profile.php?user=Friend name " title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000"></a>
  598. <a target="_blank" href="profile.php?user=Friend name " title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000"></a>
  599. <a target="_blank" href="profile.php?user=Friend name " title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000"></a>
  600. <a target="_blank" href="profile.php?user=Friend name " title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000"></a>
  601. <h1>Aquaintences</h1>
  602. <a target="_blank" href="" title="Words"><img src=" " class="circle" width="40" height="40" border="1px solid #000000"></a>
  603. <a target="_blank" href="profile.php?user=Friend name " title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000"></a>
  604. <a target="_blank" href="profile.php?user=Friend name " title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000"></a>
  605. <a target="_blank" href="profile.php?user=Friend name " title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000"></a>
  606.  
  607. <a target="_blank" href="profile.php?user=Friend name " title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000"></a>
  608. <a target="_blank" href="profile.php?user=Friend name " title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000"></a>
  609.  
  610.  
  611. </div></div>
  612. <div id="far" class="far"><div class="tell">
  613. <h1>Rules</h1>
  614. <b>01.</b> This profile was Coded by <b>ME</b>. Please do not touch or alter? If you want a code? Ask.<Br>
  615. <b>02.</b> OOC Friendly 96% of the time.<br>
  616. <b>03.</b> Sexual roleplay is reserved for potienal partners. That is all..<br>
  617. <b>04.</b> .I can't believe I have to put this. But because some folks have forced my hand. I am no obligated to roleplay with you. Roleplay is a HOBBY NOT A JOB. Do not turn it into that. I have no obligation to you, I have no obligation to rp with you. I have no obligation to remember you if we talked once. (I will normally if you left a good enough impression) You are NOT OBLIGATED TO MY TIME. Just as I am not obligated to your's. Just as you are not obligated to rp with me or talk to me. It's a two way street. Please understand this.<br>
  618. TLDR: There is no obligation between us. I work a part time job. I roleplay for fun. Mutual enjoyment. Not one sided. <br>
  619. <b>05.</b> You can try your luck with a post.<br>
  620. <b>06.</b> Keep your drama away from me please.<br>
  621. <b>07.</b> My Hero Academia roleplays trumphs other roleplays but I am not opposed to other series/cross overs. <bR>
  622. <b>08.</b> IC does not equal OOC.<br>
  623. <b>09.</b> I play my character. Not one you give me. Sorry.<br>
  624. <b>10.</b> This is a BNHA oc. Who oddly happens to come in a blazblue flavor too. If you're curious ask. But ya. <br>
  625. <b>11.</b> You are <B>NOT</b> permitted to use any of the character(s) images found of this profile. All of them are either pieces I commissioned/paid or done for me/of my character. If youd like a lonk to the artists pleasd jusevask and oll gladly provide.<br>
  626. </div></div>
  627.  
  628.  
  629. </div>
  630. </div>
  631.  
  632.  
  633. <div class="portrait">
  634. <img src="https://i.imgur.com/WotqXdb.png" height="550px"></div>
  635.  
  636.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement