Advertisement
QueenOfGeckos

Imo 5/15/2020

May 15th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.39 KB | None | 0 0
  1. ---CSS---
  2.  
  3. /*
  4. PLEASE DO NOT REMOVE THIS CREDIT
  5. DO NOT REMOVE THE CREDIT AT THE BOTTOM EITHER!
  6. CREATOR: GREEN BEAN
  7. 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.
  8.  
  9.  
  10. */
  11.  
  12.  
  13. @import 'https://fonts.googleapis.com/css?family=Pacifico|Oswald:700';
  14.  
  15. @font-face{
  16. src:url(https://dl.dropboxusercontent.com/s/74xrxvex76h7sce/Zenzai%20Itacha.ttf);
  17. font-family:'Zenzai Itacha';
  18. }
  19.  
  20. body {
  21. background-image: url("");
  22. background-color: #115837;
  23. background-repeat: repeat;
  24. background-position: bottom right;
  25. width: 100%;
  26. height: 100%;
  27. margin: 0px;
  28. overflow: hidden;
  29. }
  30.  
  31.  
  32. .right{
  33. position:absolute;
  34. top:-22px;
  35. left:140px;
  36. font-family: 'Oswald', 'Pacifico';
  37. text-transform: uppercase;
  38. text-decoration: none;
  39. font-size: 24px;
  40. line-height: 24px;
  41. letter-spacing: -1px;
  42. color: #497259;
  43. }
  44.  
  45. .story{
  46. margin:auto;
  47. width:370px;
  48. height:250px;
  49. overflow:hidden;
  50. }
  51.  
  52. .far{
  53. width:360px;
  54. height: 250px;
  55. overflow:auto;
  56. }
  57.  
  58. .tell{
  59. color:#381600;
  60. font-size:14px;
  61. text-align:justify;
  62. line-height:14px;
  63. font-family:cambria;
  64. letter-spacing:0.3px;
  65. margin: 5px;
  66. }
  67.  
  68. #top {
  69. background-color: #47f272;
  70. width:100%;
  71. height:255px;
  72. margin-left:0px;
  73. margin-top:0px;
  74. z-index:-88;
  75. }
  76.  
  77. #stripe {
  78. width:100%;
  79. height:100px;
  80. margin-left:0px;
  81. margin-top:255px;
  82. z-index:-84;
  83. text-align:left;
  84. background-image: url("https://i.imgur.com/Sze6aXr.gif");
  85. }
  86.  
  87. #top, #stripe {
  88. visibility:visible;
  89. left:0%;
  90. top:0%;
  91. position:fixed;
  92. overflow:hidden;
  93. }
  94.  
  95. b{
  96. color: #130f10;
  97. font-weight:bold;
  98. letter-spacing: 1px;
  99. }
  100.  
  101. i{
  102. color:#ffffff;
  103. font-style:italic;
  104. }
  105.  
  106. u{
  107. font-style:italic;
  108. text-decoration:noneunderline;
  109. }
  110.  
  111. a:active, a:link, a:visited{
  112. color:#fff;
  113. text-decoration:none;
  114. }
  115.  
  116. a:hover{
  117. cursor:all-scroll;
  118. color:#2E9C52;
  119. text-decoration:line-through;
  120. }
  121.  
  122. h1 {
  123. font-family: 'Oswald', 'Pacifico';
  124. size: 40px;
  125. text-align:center;
  126. letter-spacing: 7px;
  127. border-bottom: 1px solid #ffffff;}
  128. ::-webkit-scrollbar {width: 3px;}
  129. ::-webkit-scrollbar-thumb:vertical {
  130. height: 10px;background-color: #130f10;}
  131. ::-webkit-scrollbar-thumb:horizontal {
  132. height: 10px;background-color: #D98878;border: 0px ;width: 15px;}
  133.  
  134. .brightly{
  135. margin: auto;
  136. position: absolute;
  137. top: 0; left: 0; bottom: 0; right: 0;}
  138.  
  139.  
  140. #box{
  141. width: 660px;
  142. height: 400px;
  143. background: #transparent;
  144. background-image: url("https://i.imgur.com/3NEfNZ9.png");
  145. background-repeat: no-repeat;
  146. background-size: 100% 100%;
  147. background-position: bottom right;
  148. z-index: 4;
  149. animation: skidder 3s 1;
  150. -webkit-animation: skidder 3s 1;
  151. }
  152.  
  153.  
  154. @keyframes skidder{
  155. from{
  156. right: -50%;
  157. opacity: 0;
  158. }
  159. }
  160.  
  161. @-webkit-keyframes skidder{
  162. from{
  163. right: -50%;
  164. opacity: 0;
  165. }
  166. }
  167.  
  168. #titles{
  169. pointer-events:none;
  170. position:absolute;
  171. font-family: 'Zenzai Itacha', cursive;
  172. letter-spacing: 2px;
  173. font-weight: normal;
  174. font-size: 45px;
  175. bottom:10%;
  176. right:10%;
  177. width: 310px;
  178. height: 140px;
  179. background: #transparent;
  180. background: url(https://i.imgur.com/uvOwkkh.gif) -20px -20px repeat;
  181. -webkit-text-fill-color: transparent;
  182. -webkit-background-clip: text;
  183. }
  184.  
  185.  
  186. .portrait {
  187. pointer-events:none;
  188. position: absolute;
  189. bottom: 0px;
  190. right: 5%;
  191. z-index: 100;
  192. animation: skidder 3s 1;
  193. -webkit-animation: skidder 3s 1;}
  194. }
  195.  
  196. #navi {
  197. height: 100px;
  198. width: 165px;
  199.  
  200. }
  201.  
  202. .navi{
  203. position: absolute;
  204. top: 36%;
  205. left: 6%;
  206. z-index:100;
  207. animation: skidder 3s 1;
  208. -webkit-animation: skidder 3s 1;
  209. }
  210.  
  211. .credit{
  212. position: fixed;
  213. z-index: 300;
  214. bottom: 20px;
  215. left: 0px;
  216. background-color: transparent;
  217. animation: skidder 3s 1;
  218. -webkit-animation: skidder 3s 1;
  219. }
  220.  
  221.  
  222. #words{
  223. pointer-events:none;
  224. position: absolute;
  225. font-family:'Zenzai Itacha';
  226. font-size: 90px;
  227. top: 8%;
  228. left: 5%;
  229. height: 190px;
  230. background: #transparent;
  231. background: url("https://i.imgur.com/Sze6aXr.gif") repeat;
  232. -webkit-text-fill-color: transparent;
  233. -webkit-background-clip: text;
  234. z-index: 99;
  235. -ms-transform: rotate(0deg);
  236. -webkit-transform: rotate(0deg);
  237. transform: rotate(0deg);
  238.  
  239. animation: skidder 3s 1;
  240. -webkit-animation: skidder 3s 1;
  241. }
  242. }
  243.  
  244.  
  245. a.gone:link, a.gone:active, a.gone:visited{
  246. font-family: 'Oswald', sans-serif;
  247. text-transform: uppercase;
  248. text-decoration: none;
  249. font-size: 24px;
  250. line-height: 24px;
  251. letter-spacing: -1px;
  252. color: #3094d3;
  253. margin-right:12px;
  254. z-index:10;
  255. }
  256.  
  257. a.gone:hover{
  258. text-shadow:-4px 0px 0px #3134b1;
  259. }
  260.  
  261.  
  262. ----HTML---
  263.  
  264. <div class="credit">
  265. <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>
  266.  
  267. <script src="jquery.min.js"></script>
  268. <script type="text/javascript">
  269. $(document).ready(function () {
  270. //Disable full page
  271. $("body").on("contextmenu",function(e){
  272. return false;
  273. });
  274.  
  275. //Disable part of page
  276. $("#id").on("contextmenu",function(e){
  277. return false;
  278. });
  279. });
  280. </script>
  281. <script type="text/javascript">
  282. $(document).ready(function () {
  283. //Disable cut copy paste
  284. $('body').bind('cut copy paste', function (e) {
  285. e.preventDefault();
  286. });
  287.  
  288. //Disable mouse right click
  289. $("body").on("contextmenu",function(e){
  290. return false;
  291. });
  292. });
  293. </script>
  294.  
  295.  
  296. <div id="top"><canvas id=c></canvas></div>
  297. <div id="words"><Br>
  298. I mo
  299. </div>
  300.  
  301.  
  302. <div class="navi">
  303. <a href="#we" class="gone"><font size="24">⊗</font></a>
  304. <a href="#have" class="gone"><font size="24">⊕</font></a>
  305. <a href="#noticed" class="gone"><font size="24">⊗</font></a>
  306. <a href="#you" class="gone"><font size="24">⊕</font></a>
  307. <a href="#came" class="gone"><font size="24">⊗</font></a>
  308. <a href="#far" class="gone"><font size="24">⊕</font></a>
  309. </div><div class="portrait">
  310. <img src="https://i.imgur.com/5nMYXv3.png" height="90%"></div>
  311. <div id="stripe"></div>
  312.  
  313. <div id="box" class="brightly">
  314. <br><br><br><div class="story">
  315. <div id="we" class="far"><div class="tell">
  316.  
  317. <h1>Dossier</h1>
  318.  
  319. <font style="float:left"><b>➽Name</b></font>
  320. <font style="float:right">Imo</font><br>
  321. <font style="float:left"><b>➽Nicknames</b></font>
  322. <font style="float:right">Tatertot, Short-stack</font><br>
  323. <font style="float:left"><b>➽Age</b></font>
  324. <font style="float:right">??<a href="" target="_blank" title="Physically she is 25 years of age, but due to the stasis while on her travels she hasn't mature physically. Her body is slowly catching up to chronological age. Mentally she is also a tad bit behind."> * </a></b></font><br>
  325. <font style="float:left"><b>➽Gender</b></font>
  326. <font style="float:right">Female</font><br>
  327. <font style="float:left"><b>➽Height</b></font>
  328. <font style="float:right"> 90lbs//40.7kg<br></font><br>
  329. <font style="float:left"><b>➽Height</b></font>
  330. <font style="float:right"> 4ft 8inch//140cm<br></font><br>
  331. <font style="float:left"><b>➽Hair</b></font>
  332. <font style="float:right">Short, Black//Blond<a href="" target="_blank" title=" In SSJ."> * </a></font><br>
  333. <font style="float:left"><b>➽Eyes</b></font>
  334. <font style="float:right">Black// Green<a href="" target="_blank" title="in SSJ."> * </a></font><br>
  335. <font style="float:left"><b>➽Home</b></font>
  336. <font style="float:right">Planet 5WB2, Universe 7</font><br>
  337. <font style="float:left"><b>➽Home</b></font>
  338. <font style="float:right"> Earth, Universe 7</font><br>
  339. <font style="float:left"><b>➽Combat Style</b></font>
  340. <font style="float:right">Unrefined</font><br>
  341. <font style="float:left"><b>➽Notable Traits</b></font>
  342. <font style="float:right">Her Tail</font><br>
  343. <font style="float:left"><b>➽Sexual Orientation</b></font>
  344. <font style="float:right">Bisexual</font><br>
  345. <font style="float:left"><b>➽Status</b></font>
  346. <font style="float:right">Single</font><br>
  347.  
  348.  
  349. </div></div>
  350.  
  351. <div id="have" class="far"><div class="tell">
  352. <h1>Personality</h1>
  353. <p>The small 'potato' as she has been called by some, is a rather lively young woman. She's got that swelling Saiyan pride most seem to have, however, she also can easily say she is not a fighter like most of her race. She's confident in her skills as a mechanic and possibly engineer, however, that is to say, she is far from confident in her fighting skill. She is easily jostled and rattled when people poke at her for her height and stature and her younger appearance, but she's also grown accustomed to it. As of now? She's made a fairly peaceful life for herself on earth as an odd jobs person.</p>
  354. </div></div>
  355. <div id="noticed" class="far"><div class="tell"><h1>Biography</h1>
  356. <p>Imo hails from a 'colony' of Saiyans who fled planet Vegeta years before the massacre.The Saiyans that fled were made up of weaklings, and oddballs, the outcasts of society. They ranged from those with physical defects to those with a less combat oriented mentality. That was to say there weren't those who only had this thought process. There were those labeled as 'true Saiyan's among their ranks. But for one reason or another traveled with the pilgrims. The society was small and akin to what you could see as an early stage of planet Sadala from Universe six. (Smaller scale all around) They settled on what appeared to be an inhabited planet, but the settlers chose to keep to themselves in this case. Learning to cultivate the land and farm, and hunt the native species they survived... and maybe would have thrived if given the time. The generations passed and the population increased.
  357. But all of this came to an end when the Frieza Forces attacked. The rumors of Saiyans surviving decades past the genocide of Planet Vegeta spread...
  358. and to those who had no knowledge of their lost leader, they proceeded to launch an attack on the colony.</p>
  359.  
  360. <p>Imo herself was born several years before the attack on her home. She was always interested in the old tech they had left around from their days on planet Vegeta. The Saiyans of the colony not having the slightest idea of the end of their race. During the slaught Imo fled, she hid in one of the older spherical pods, that were used when the colony was first settled.</p>
  361.  
  362. <p>She had gotten it running months before and had intended to use it for travel one day, once she was certain it could last the long journey. However, she was flung into a situation that it was do or die. And quite frankly she didn't want to die. Her parents already were lost, her brother nowhere in sight, so she had nothing to lose. She fled. How she managed to not be followed? Who knew in all honesty. Perhaps no one saw the outdated pod rocketing towards the sky. But she would spend her time in a stasis as she drifted through space. But before departing, she had punched in random coordinates, that happened to land her in a place she unknowingly could be with other Saiyans. </p>
  363.  
  364. <p>Imo makes an attempt to make a life for herself on Earth. Living off the land and trying to find odd jobs where she can. Her technical know-how has at least gotten her some currency on this planet so she could purchase things to survive. </p>
  365. </div></div>
  366. <div id="you" class="far"><div class="tell">
  367. <h1>Abilities</h1><br>
  368. <b>Flight</b>,<b>Basic use of Ki blasts</b>, <br>
  369. <b>Rolling Blast</b>- a Weak but effective attack. Focusing her Ki into a dense ball, Imo and throw the orb of energy. It becomes dense enough to create a crator in the ground upon impact, rolling in place at a high velocity digging deeper down and eventually exploding. Normally will ram itself into a target then explode after a few seconds.<br>
  370. <b>Ki enfused strikes</b>- Fist to fist, she'll shroud her fists or feet in her ki, to strike and attack. Only to add more of an impact.<br>
  371. <b>Ki torch</b>- While not an offensive ability Imo is able to make a small Ki stream, using it as a soldering iron from an extended finger. THe size is hard for keep if she isn't focused and can easily explode if disturbed. She also utilizes this technique for other things. But it can be compared to that of a soldering iron or welding torch. <BR>
  372. <b>Ki spects</b> - Similiar to the Ki torch, Imo developed this ability first. This has become more or less of an amusement time killer. She can create small balls of ki that sit on each finger tip. She and play with and just juggle them aroupnd. It's more or less an amusement thing.<br>
  373. <b>Dense Ki</b>- While some people can use Ki to create blasts or even weapons, Imo seems to do a good job at creating very dense ki balls. They are fairly solid and make for good use of a shield. But Imo doesn't use this in combat as often as she should.<Br>
  374. <b>Barrier</b> Ki wave barrier.
  375.  
  376.  
  377. </div></div>
  378.  
  379.  
  380. <div id="came" class="far"><div class="tell">
  381.  
  382. <h1>Friends</h1>
  383. <a target="_blank" href="" title="Words"><img src=" " class="circle" width="40" height="40" border="1px solid #000000"></a>
  384. <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>
  385. <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>
  386. <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>
  387. <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>
  388. <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>
  389. <h1>Aquaintences</h1>
  390. <a target="_blank" href="" title="Words"><img src=" " class="circle" width="40" height="40" border="1px solid #000000"></a>
  391. <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>
  392. <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>
  393. <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>
  394. <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>
  395. <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>
  396.  
  397.  
  398. </div></div>
  399. <div id="far" class="far"><div class="tell">
  400. <h1>Rules</h1>
  401. <b>01.</b> This profile was Coded by <b>ME</b>. Please do not touch or alter? If you want a code? Ask.<Br>
  402. <b>02.</b> OOC Friendly 96% of the time.<br>
  403. <b>03.</b> Don't ask me for 'sum fuk'.<br>
  404. <b>04.</b> I'm a pretty chill chick. .<br>
  405. <b>05.</b> Keep your drama away from me please.<br>
  406. <b>06.</b> My character is a bitch at times. Don't take it personally.<bR>
  407. <b>07.</b> IC does not equal OOC.<br>
  408. <b>08.</b> I've have Imo for over 5 years. Some things in her past have been nixed but she is still the same Potato.<br>
  409. <b>09.</b> This is a Dragon Ball oc. <br>
  410. <b>10.</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. Thank you! <br>
  411.  
  412. </div></div>
  413.  
  414.  
  415. </div>
  416. </div>
  417.  
  418.  
  419.  
  420. <img src="https://i.imgur.com/5nMYXv3.png" class="portrait" height="90%">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement