Advertisement
QueenOfGeckos

Jau Jau

Sep 3rd, 2018
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.91 KB | None | 0 0
  1. <script src="jquery.min.js"></script>
  2. <script type="text/javascript">
  3. $(document).ready(function () {
  4. //Disable full page
  5. $("body").on("contextmenu",function(e){
  6. return false;
  7. });
  8.  
  9. //Disable part of page
  10. $("#id").on("contextmenu",function(e){
  11. return false;
  12. });
  13. });
  14. </script>
  15. <script type="text/javascript">
  16. $(document).ready(function () {
  17. //Disable cut copy paste
  18. $('body').bind('cut copy paste', function (e) {
  19. e.preventDefault();
  20. });
  21.  
  22. //Disable mouse right click
  23. $("body").on("contextmenu",function(e){
  24. return false;
  25. });
  26. });
  27. </script><style type="text/css">
  28.  
  29. @import url(https://fonts.googleapis.com/css?family=Syncopate);
  30. @import url(https://fonts.googleapis.com/css?family=Droid+Serif|Open+Sans+Condensed:300|Fjalla+One|Cinzel+Decorative);
  31. @import 'https://fonts.googleapis.com/css?family=Tangerine|Playfair+Display';
  32. @import url(https://fonts.googleapis.com/css?family=Lobster+Two);
  33. @import url(https://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here);
  34. @import url(https://fonts.googleapis.com/css?family=Averia+Sans+Libre);
  35. @import url(https://fonts.googleapis.com/css?family=UnifrakturMaguntia);
  36. @import url(https://fonts.googleapis.com/css?family=Monsieur+La+Doulaise);
  37. @import url(https://fonts.googleapis.com/css?family=Playball);
  38. @import url(https://fonts.googleapis.com/css?family=Play|Arizonia);
  39. @import url(https://fonts.googleapis.com/css?family=Mr+Dafoe);
  40. @import url(https://fonts.googleapis.com/css?family=Press+Start+2P);
  41. @import url(https://fonts.googleapis.com/css?family=Amatic+SC);
  42. @import url(https://fonts.googleapis.com/css?family=Wallpoet);
  43. @import url(https://fonts.googleapis.com/css?family=Handlee);
  44. @import url(https://fonts.googleapis.com/css?family=Farsan);
  45. @import url(https://fonts.googleapis.com/css?family=Allura);
  46. @import url(https://fonts.googleapis.com/css?family=Montez);
  47. @import url(https://fonts.googleapis.com/css?family=Satisfy);
  48.  
  49.  
  50. .pfor {
  51. display: none; }
  52.  
  53. #profile {
  54. background-color: transparent;
  55. border: none; }
  56.  
  57. body {
  58. background-color: #310000;
  59. background-position: left;
  60. background-attachment: Fixed;
  61. background-image:url('https://data.whicdn.com/images/283018585/original.gif');
  62. background-repeat: no-repeat;
  63. background-size: cover; }
  64.  
  65. ::selection {color: #DC394B; background-color:#3F2E49;}
  66. ::-moz-selection {color: #DC394B; background-color:#671C28;}
  67.  
  68. ::-webkit-scrollbar { width: 5px; height:0px; }
  69. ::-webkit-scrollbar-thumb:vertical {
  70. background-color: #671C28; border: 1px solid #DC394B; }
  71.  
  72.  
  73. b, strong { color: #ffd1ee; }
  74. i, strong { color: #3FF03E; }
  75.  
  76. a:active, a:link, a:visited {
  77. color: #ffa0ad;
  78. text-decoration: none;
  79. -webkit-transition: all 0.4s ease-in;
  80. -moz-transition: all 0.4s ease-in;
  81. -ms-transition: all 0.4s ease-in;
  82. -o-transition: all 0.4s ease-in;
  83. transition: all 0.4s ease-in;
  84. }
  85.  
  86. a:hover {
  87. color: #ffffff;
  88. -moz-transition-duration:0.5s;
  89. -webkit-transition-duration:0.5s;
  90. -o-transition-duration:0.5s;
  91. transition-duration:0.5s;
  92. }
  93.  
  94. h1 {width: 100%; height: auto; font-size: 23px;font-family:Satisfy;margin-top:1px; margin-bottom: 5px; text-align: center; border-bottom: 2px solid #fff; color: #ffa0ad;}
  95.  
  96. #icon {
  97. position:absolute;
  98. left: 1%;
  99. top: 18%;
  100. width: 160px;
  101. height: 160px;
  102. z-index: 10;
  103. background-image: url('http://i.picpar.com/4Jnb.jpeg');
  104. background-size: 100% 100%;
  105. background-repeat:no-repeat;
  106. background-position:center;
  107. background-attachment:absolute;
  108. background-color:white;
  109. border: 3px solid #000000;
  110. border-radius: 100px;
  111. }
  112.  
  113.  
  114. .tab1 { position:absolute;
  115. left: 1%;
  116. top: 18%;
  117. width: 160px;
  118. height: 160px;
  119. z-index: 10;
  120. background-image: url('https://i.imgur.com/k3jZssV.png');
  121. background-size: 100% 100%;
  122. background-repeat:no-repeat;
  123. background-position:center;
  124. background-attachment:absolute;
  125. background-color:white;
  126. border: 3px solid #000000;
  127. border-radius: 100px;}
  128.  
  129.  
  130. .tab2 { position:absolute;
  131. left: 10.5%;
  132. top: 18%;
  133. width: 160px;
  134. height: 160px;
  135. z-index: 10;
  136. background-image: url('https://i.imgur.com/2PHBAzJ.png');
  137. background-size: 100% 100%;
  138. background-repeat:no-repeat;
  139. background-position:center;
  140. background-attachment:absolute;
  141. background-color:white;
  142. border: 3px solid #000000;
  143. border-radius: 100px;}
  144.  
  145.  
  146. .tab3 { position:absolute;
  147. left: 5.5%;
  148. top: 0%;
  149. width: 160px;
  150. height: 160px;
  151. z-index: 0;
  152. background-image: url('https://i.imgur.com/HMIfz5n.png');
  153. background-size: 100% 100%;
  154. background-repeat:no-repeat;
  155. background-position:center;
  156. background-attachment:absolute;
  157. background-color:white;
  158. border: 3px solid #000000;
  159. border-radius: 100px;}
  160.  
  161.  
  162. .tab4 { position:absolute;
  163. left: 83%;
  164. top: 0px;
  165. width: 160px;
  166. height: 160px;
  167. z-index: 10;
  168. background-image: url('https://i.imgur.com/HMIfz5n.png');
  169. background-size: 100% 100%;
  170. background-repeat:no-repeat;
  171. background-position:center;
  172. background-attachment:absolute;
  173. background-color:white;
  174. border: 3px solid #000000;
  175. border-radius: 100px;}
  176.  
  177.  
  178. .tab5 { position:absolute;
  179. left: 78%;
  180. top: 18%;
  181. width: 160px;
  182. height: 160px;
  183. z-index: 10;
  184. background-image: url('https://i.imgur.com/Dc5incI.png');
  185. background-size: 100% 100%;
  186. background-repeat:no-repeat;
  187. background-position:center;
  188. background-attachment:absolute;
  189. background-color:white;
  190. border: 3px solid #000000;
  191. border-radius: 100px;);
  192. background-size: 100% 100%;}
  193.  
  194.  
  195. .tab6 { position:absolute;
  196. left: 87.5%;
  197. top: 18%;
  198. width: 160px;
  199. height: 160px;
  200. z-index: 10;
  201. background-image: url('https://i.imgur.com/eqEn41f.png');
  202. background-size: 100% 100%;
  203. background-repeat:no-repeat;
  204. background-position:center;
  205. background-attachment:absolute;
  206. background-color:white;
  207. border: 3px solid #000000;
  208. border-radius: 100px;}
  209.  
  210.  
  211. #rightpic {
  212. position:fixed;
  213. z-index: 3;
  214. width:8%;
  215. height: 23%;
  216. right: 0%;
  217. bottom: 0px;
  218. font-size:2vh;
  219. overflow:hidden;
  220. }
  221. #rightpic img {
  222. width: 50%;
  223. height: 50%}
  224.  
  225. #centerpic {
  226. position:fixed;
  227. z-index: 3;
  228. width:30%;
  229. height: 100%;
  230. left: 35%;
  231. bottom: 0%;
  232. font-size:2vh;
  233. overflow:hidden;
  234. }
  235. #centerpic img {
  236. width: 100%;
  237. height: 100%}
  238.  
  239.  
  240. #rightcontainer{
  241. width:25%;
  242. height:30%;
  243. top: -20%;
  244. left: 70%;
  245. background:url('');
  246. background-color: transparent;
  247. background-repeat: no-repeat;
  248. background-size: 60% 100%;
  249. border:3px solid;
  250. border-color:transparent;
  251. }
  252. .rightbox{
  253. margin: auto;
  254. position: absolute;
  255. top: 0; left: 0; bottom: 0; right: 0;
  256. }
  257.  
  258.  
  259. .boxright {position: absolute;
  260. z-index: -1;
  261. left: 0%;
  262. top:0%;
  263. border: 9px groove #ffd1ee;
  264. height:100%;
  265. width:100%;
  266. background-color:#000;
  267. background-image:url(http://i.imgur.com/1xPqWhn.png);
  268. background-position: center;
  269. background-repeat:repeat;
  270. overflow-x:auto;
  271. overflow-y:auto;
  272. font-family: fangsong;
  273. font-size:13px;
  274. line-height:13px;
  275. padding:3px;
  276. opacity:0;
  277. color:#C50057;
  278. transition: 0.8s;
  279. -moz-transition: 0.8s;
  280. webkit-transition: 0.8s;
  281. -o-transition: 0.8s;}
  282.  
  283. .boxright:target{position: absolute;
  284. z-index: 3;
  285. top:63%;
  286. opacity:1;
  287. transition: 0.8s;
  288. -moz-transition: 0.8s;
  289. webkit-transition: 0.8s;
  290. -o-transition: 0.8s;}
  291.  
  292.  
  293. #leftcontainer{
  294. width:25%;
  295. height:30%;
  296. top: -20%;
  297. left: -70%;
  298. background:url('');
  299. background-color: transparent;
  300. background-repeat: no-repeat;
  301. background-size: 60% 100%;
  302. border:3px solid;
  303. border-color:transparent;
  304. }
  305. .leftbox{
  306. margin: auto;
  307. position: absolute;
  308. top: 0; left: 0; bottom: 0; right: 0;
  309. }
  310.  
  311. .boxleft {position: absolute;
  312. z-index: -10;
  313. left: 0%;
  314. top:0%;
  315. border:9px groove #ffd1ee;
  316. height:100%;
  317. width:100%;
  318. background-color:#000;
  319. background-image:url(http://i.imgur.com/1xPqWhn.png);
  320. background-position: center;
  321. background-repeat:repeat;
  322. overflow-x:auto;
  323. overflow-y:auto;
  324. font-family: fangsong;
  325. font-size:13px;
  326. line-height:13px;
  327. padding:3px;
  328. opacity:0;
  329. color:#C50057;
  330. transition: 0.8s;
  331. -moz-transition: 0.8s;
  332. webkit-transition: 0.8s;
  333. -o-transition: 0.8s;}
  334.  
  335. .boxleft:target{position: absolute;
  336. z-index: 3;
  337. top:63%;
  338. opacity:1;
  339. transition: 0.8s;
  340. -moz-transition: 0.8s;
  341. webkit-transition: 0.8s;
  342. -o-transition: 0.8s;}
  343.  
  344. .circle{
  345. border-radius:50%;
  346. -webkit-transition: all 0.8s ease-out;
  347. -moz-transition: all 0.8s ease-out;
  348. -o-transition: all 0.8s ease-out;
  349. }
  350.  
  351. .circle:hover{
  352. -webkit-transition: all 0.8s ease-out;
  353. -moz-transition: all 0.8s ease-out;
  354. -o-transition: all 0.8s ease-out;
  355. -webkit-transform: rotate(0deg);
  356. -moz-transform: rotate(0deg);
  357. -ms-transform: rotate(0deg);
  358. -o-transform: rotate(0deg);
  359. }
  360.  
  361. .floating1{
  362. float: right;
  363. -webkit-animation-name: Floatingx;
  364. -webkit-animation-duration: 2s;
  365. -webkit-animation-iteration-count: infinite;
  366. -webkit-animation-timing-function: ease-in-out;
  367. -moz-animation-name: Floating;
  368. -moz-animation-duration: 1s;
  369. -moz-animation-iteration-count: infinite;
  370. -moz-animation-timing-function: ease-in-out;
  371. margin-right: 400px;
  372. margin-top: 35px;
  373. z-index:87;
  374. opacity: 1;
  375. filter: alpha(opacity=100);
  376. }
  377.  
  378.  
  379.  
  380. .main-image {
  381. position: absolute;
  382. height: 100%;
  383. width: 100%;
  384. perspective: 700px;
  385. z-index: 1;
  386. right: 0
  387. }
  388.  
  389. .flipH .strawberry{transform: rotateY(-180deg);}
  390. .flipV .strawberry{transform: rotateX(180deg);}
  391.  
  392. .flipH:hover .card{ transform: rotateY(180deg); }
  393. .flipV:hover .card{ transform: rotateX(-180deg); }
  394.  
  395. .card, .tooth, .strawberry{
  396. height:100%;
  397. width:100%;
  398. border-radius:100%;
  399. backface-visibility: hidden;
  400. transition: all 1.5s;
  401. transform-style: preserve-3d;
  402. backface-visibility: hidden;
  403. position:absolute;
  404. opacity: 1;
  405. }
  406.  
  407.  
  408. @-webkit-keyframes Floatingx{
  409. from {-webkit-transform:translate(0, 0px);}
  410. 65% {-webkit-transform:translate(0, 15px);}
  411. to {-webkit-transform: translate(0, -0px); }
  412. }
  413.  
  414. </style>
  415.  
  416. <a href="#2"><div class="tab1"></div></a>
  417. <a href="#3"><div class="tab2"></div></a>
  418. <a href="#1"><div class="tab3"></div></a>
  419. <a href="#4"><div class="tab4"></div></a>
  420. <a href="#5"><div class="tab5"></div></a>
  421. <a href="#6"><div class="tab6"></div></a>
  422.  
  423.  
  424. <div id="rightpic">
  425. <a target="_blank" href="https://roleplay.chat/profile.php?user=Saber%20of%20Red" title="Code belongs to and was given to me by Saber of Red"><img src="http://i.imgur.com/mtxjdWC.png"></a>
  426. </div>
  427.  
  428. <div id="centerpic">
  429. <div class="main-image flipH flipper">
  430. <div class="card">
  431. <div class="tooth">
  432. <img src="https://i.imgur.com/K6jYgDX.png" height="90%";>
  433. </div>
  434. <div class="strawberry">
  435. <img src=https://i.imgur.com/H4Xi5Gw.png" height="90%">
  436. </div>
  437. </div>
  438.  
  439. </div>
  440.  
  441. </div>
  442.  
  443.  
  444. <div id="leftcontainer" class="leftbox">
  445. <div id="1" class="boxleft">
  446. <br>
  447. <h1>Supreme Kai of the South </h1>
  448. <font style=float:left><b>Name:</b></font> <font style=float:right>Jau</font><br>
  449. <font style=float:left><b>Title:</b></font> <font style=float:right>Supreme Kai of the South.</font><br>
  450. <font style=float:left><b>Universe:</b></font> <font style=float:right>Seven</font><br>
  451. <font style=float:left><b>Race:</b></font> <font style=float:right>Kaoishin.</font><br>
  452. <font style=float:left><b>Gender:</b></font> <font style=float:right>Female.</font><br>
  453. <font style=float:left><b>Apparent Age:</b></font> <font style=float:right>Adult.</font><br>
  454. <font style=float:left><b>Personality:</b></font> <font style=float:right><a target="_blank" title="Energetic, bit of rebel and off the books, stubborn, studious, compassionate, over thinker. WIP">Hover</a></font><br>
  455. <font style=float:left><b>Irises:</b></font> <font style=float:right>Steely grey.</font><br>
  456. <font style=float:left><b>Tresses:</b></font> <font style=float:right>Lavender.</font><br>
  457. <font style=float:left><b>Height:</b></font> <font style=float:right>167.64cm/5ft 6in</font><br>
  458. <font style=float:left><b>Weight:</b></font> <font style=float:right>47kg/104lbs</font><br>
  459. <font style=float:left><b>Moral Compass:</b></font> <font style=float:right>Chaotic good.</font><br>
  460. <font style=float:left><b>Lenience:</b></font> <font style=float:right>Pansexual.</font><br>
  461. <font style=float:left><b>Marital:</b></font> <font style=float:right>Singular.</font><br>
  462. <font style=float:left><b>Interest:</b></font> <font style=float:right>Disinterested.</font><br>
  463.  
  464.  
  465.  
  466.  
  467.  
  468. </div></div>
  469.  
  470. <div id="leftcontainer" class="leftbox">
  471. <div id="2" class="boxleft">
  472. <br>
  473.  
  474. <h1>B a c k g r o u n d</h1>
  475. <p>Like any other Kaioshin, she was born from the wold tree of the World Core [Kaishin-sei] born from a golden fruit she. Due to the low population of the planet only being 80 roughly and the rarity of the birth of a Core person [Shin-Jin]. The nature of her birth was not usual and not special. Even so being one of the golden fruit. The only reason she was placed in the position of Supreme Kai was due to the 'lottery' run among those who live on Kaishin-sei. This being the lotto draw who will take the vacant role of a Supreme Kai. Jau being one of the few from the golden fruit her chances were already strong... But was she ready for this? No. In fact, she was not. </p>
  476.  
  477. <p>She was flung into her role and expected to make something of herself and her position. She was assigned the roles of Supreme Kai of the South, for universe 7. But the issue is she is only roughly five centuries old... Meaning she half a millennia, and a freakin baby compared to what one would expect of a Supreme Kai. Considering her age she is much younger than that of Shin and obviously the Elder Kai. Her skills are nothing compared to the two either. Her lack of involvement in godly affairs is rather concerning to say the least, and she still has quite a bit to learn about herself. Given she will partake from time to time in being. Being as young as she is, she still had much to learn... She often finds herself doing smaller tasks... Like attempting to up the number of civilized planets in the universe... instead of only 28... Looking at you here Shin.</p>
  478.  
  479. <p>She's less conventional, unlike Shin... She rather would avoid following a pattern. Such can be shown in her normal attire... Not the tradition Kaioshin robes... That is to say, she does own a pair and shall wear them should the occasion call for it.</p></div></div>
  480.  
  481. <div id="leftcontainer" class="leftbox">
  482. <div id="3" class="boxleft">
  483. <br>
  484. <h1>A p p e a r a n c e</h1>
  485. Jau is a beautiful, young looking female Kaioshin with lavender hair, and a peachy pink skin tone and grey eyes. Like the other Kaioshin she wears a pair of potara earings, however, hers seems to be shaped just a bit differently than the normal... A droplet style red gem. The difference for these is unclear... It wasn't a stylistic choice as much of as 'take this ' thing. <Br><Br>
  486. She wears robes different from the usual Kai attire. These are not her 'formal Kaioshin robes' as she does own a set. She can normally be seen wearing a pink silkened dress, with a silver trim and black floral designs at the bottom and upon her left breast. The dress itself has matching detached sleeves that cover her head as well. She wears a white skirt with matching pink trim under the robes... And a white choker with a matching red circle ornament. And an obi to tie the read of the outfit shut.<br><br>
  487.  
  488. Her Kaioshin robes which she does wear as well follow the typical style of robes. The color of the vest portion would be the same shade of pink as the dress she wears, with a white lining and trim. Undeath all of this she wears an off-white dress with two slits that wise up on either side of her legs, a pair of black boots as well. Tied together by a red sash. <Br><br>
  489. </div></div>
  490.  
  491. <div id="rightcontainer" class="rightbox">
  492. <div id="4" class="boxright">
  493. <br>
  494.  
  495. <h1>A b i l i t i e s & S k i l l s.</h1>
  496. <span style="float:left;"><b>Godly Ki:</b> </span> <br>
  497. As a deity, she has godly ki, which allows her to not only mask her true level of strength but also make her presence completely undetectable by mortals and Scouters.
  498.  
  499. <br><br>
  500.  
  501. <span style="float:left;"><b>Extended Lifespan:</b> </span> <br>
  502. Unlike the normal Shinjin, who can possibly become normal Kai, the Shinjin born from the special gold fruit have far more power and longer lifespans, well over 5 million years compared to the average member of their race, whose lifespans are around 75,000 years.[3] While the average, 5 million is not the set limit as Old Kai and Chronoa are both over 75 million years old. Should they chose, a Supreme Kai can also transfer their life-force to other souls to resurrect them.<br><br>
  503.  
  504. <span style="float:left;"><b>Telepathy:</b> </span> <br>
  505. Supreme Kais have powerful mental prowess, able to communicate mentally from great distances and read minds. They can also perceive countless events spanning all across the universe through their near-omniscient vision or Divination via a crystal ball.<br><br>
  506.  
  507. <span style="float:left;"><b>Telekinesis:</b> </span> <br>
  508. Supreme Kais are very potent in telekinetic feats. They can subdue foes in complete paralysis, lift massive objects of immense density, and launch a myriad of targets.<br><br>
  509. <span style="float:left;"><b>Kai Kai :</b> </span> <br>
  510. While normally only indirectly engaging with the various events of the universe, Supreme Kais are able to instantly traverse to anywhere they please. Because of their immense awareness of both the universe and the separate realms, there is virtually nowhere they cannot go, except to Sugoroku Space.<br><br>
  511.  
  512. <span style="float:left;"><b>Kai Kai:</b> </span> <br>
  513. While normally only indirectly engaging with the various events of the universe, Supreme Kais are able to instantly traverse to anywhere they please. Because of their immense awareness of both the universe and the separate realms, there is virtually nowhere they cannot go, except to Sugoroku Space.<br><br>
  514.  
  515. <span style="float:left;"><b>Magic Materialization:</b> </span> <br>
  516. As gods of creation, Supreme Kais are able to manifest various forms of matter to suit their needs. They can even summon objects within a close enough proximity.<br><br>
  517.  
  518. <span style="float:left;"><b>Healing:</b> </span> <br>
  519. Similar to Namekians, Supreme Kais also possess powerful healing and rejuvenating powers, able to restore one to full health and overall performance in an instant, even if one is on the brink of death.[12] The Supreme Kai of Time also demonstrates this ability in Xenoverse. In the manga only, it is stated that only Supreme Kai attendants/apprentices have healing powers, and lose them upon gaining the full position of Supreme Kai.<br><br>
  520.  
  521.  
  522. <span style="float:left;"><b>Potara Fusion:</b> </span> <br>
  523. Supreme Kais and their apprentices like Kibito and Zamasu wear special earrings called Potara which allow two beings to fuse if the earrings are worn on opposite ears by two people, resulting in fusions that are more powerful than those produced by the Fusion Dance. Potara Fusion does not occur when a single earring is worn on the same ear by two people. Potara Fusion is normally permanent if one or both of the fusee are an official Supreme Kai, though Supreme Kai-based Potara fusions can be undone by a wish to the Namekian Dragon Balls. <br><br>
  524. <span style="float:left;"><b>Time Travel:</b> </span> <br>
  525. By wearing a Time Ring, Supreme Kais possess the ability to travel through time to observe future events. Normally Time Rings can only travel to the future and back to the present, however in the anime they can travel to the past if a time distortion occurs as shown by Goku Black though they have no control over it and will be pulled back to the timeline they were in before traveling to the past after the time distortion ends. According to Whis, using a Time Ring to travel to the past is normally impossible. Presumably, this is to prevent Supreme Kais from potentially altering history intentionally or accidentally.<br><br>
  526. <span style="float:left;"><b>:</b> </span> <br>
  527. <br><br>
  528. <span style="float:left;"><b>:</b> </span> <br>
  529. <br><br>
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536. </div></div>
  537.  
  538. <div id="rightcontainer" class="rightbox">
  539. <div id="5" class="boxright">
  540. <center>
  541. <br>
  542. <h1>F r i e n d s.</h1>
  543. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  544. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  545. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  546. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  547. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  548. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  549.  
  550. <h1>E n e m i e s.</h1>
  551. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  552. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  553. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  554. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  555. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  556. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  557. </center>
  558. </div></div>
  559.  
  560. <div id="rightcontainer" class="rightbox">
  561. <div id="6" class="boxright">
  562. <br>
  563. <h1>O u t o f S p a c e .</h1>
  564. <b>▪</b> PM friendly 99.99% of the time. <Br>
  565. <b>▪</b> This is an OC Kaioshin that has taken up South Supreme Kai's empty spot. Don't like it? Pleasw keep nasty input to yourself. Suggestions and thoughts are welcome. <Br>
  566. <b>▪</b> IC=/= OOC. <br>
  567. <b>▪</b> Combat won't happen most likely or will be rare due to the nature of the character<br>
  568. <b>▪</b> Smut can happen. But once there is a partner it's exclusive to them. <BR>
  569. <b>▪</b> The art work was commissioned by me. If you are interested in the art[s] please ask I'd be happy to share the artists information. I know one of them is always looking for comissions~<br>
  570. <b>▪</b> IC unless in brackets. <br>
  571. <b>▪</b> Layout is not my creation. <br>
  572. <b>▪</b> Story > Sex. <br>
  573. <b>▪</b> She is still a massive WIP. <BR>
  574. <b>▪</b> The character and the typist are two different people.<Br>
  575. <b>▪</b> Real life > Roleplay. <br>
  576. <b>▪</b> Do not message me without ouf brackets with just a 'hey' or 'hello', this is not a starter... And will not be treated as one. <br>
  577. <b>▪</b> Feel free to start with a post I'll usually respond.<br>
  578.  
  579. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement