Advertisement
DamionHellspawn

Vali Lucifer's profile code

Jun 15th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.99 KB | None | 0 0
  1. <style type="text/css">
  2. @import 'https://fonts.googleapis.com/css?family=Kaushan+Script|VT323|Share+Tech+Mono|Just+Another+Hand|Bungee+Hairline';
  3.  
  4. body {
  5. background: #4E4C59;
  6. overflow: hidden;
  7. }
  8.  
  9. a:active, a:link, a:visited{
  10. color: #ADD8C7;
  11. text-decoration:none;
  12. transition:all 1s ease-out;
  13. -o-transition:all 1s ease-in-out;
  14. -moz-transition:all 1s ease-in-out;
  15. -webkit-transition:all 1s ease-in-out;
  16. }
  17.  
  18. a:hover{
  19. color: #E3F6F3;
  20. text-decoration:none;
  21. transition:all 1s ease-out;
  22. -o-transition:all 1s ease-in-out;
  23. -moz-transition:all 1s ease-in-out;
  24. -webkit-transition:all 1s ease-in-out;
  25. }
  26.  
  27. ::-webkit-scrollbar {
  28. width: 4px;
  29. }
  30.  
  31. ::-webkit-scrollbar-track {
  32. background: none;
  33. }
  34.  
  35. ::-webkit-scrollbar-thumb {
  36. background: #fff;
  37. }
  38.  
  39. b {
  40. color: #FCFDFF;
  41. font-family: 'Share Tech Mono', monospace;
  42. font-weight: bold;
  43. letter-spacing: 0px;
  44. font-size: 10pt;
  45. }
  46.  
  47. #img {
  48. position: absolute;
  49. right: 0%;
  50. bottom: 0%;
  51. height: 95%;
  52. width: 30%;
  53. background: url(http://i.picpar.com/t7sc.png);
  54. background-size: 100% 100%;
  55. }
  56.  
  57. #button {
  58. position: absolute;
  59. left: -100%;
  60. top: -100%;
  61. }
  62. #button + label {
  63. position: absolute;
  64. background: url(http://i.picpar.com/v7sc.png);
  65. background-size: 100% 100%;
  66. left: 1%;
  67. bottom: 2%;
  68. width: 10%;
  69. height: 20%;
  70. overflow: hidden;
  71. opacity: 1;
  72. z-index: 1;
  73.  
  74. -webkit-transition: all 1.6s ease-out;
  75. -moz-transition: all 1.6s ease-out;
  76. -ms-transition: all 1.6s ease-out;
  77. -o-transition: all 1.6s ease-out;
  78. transition: all 1.6s ease-out;
  79. }
  80. #button:checked + label {
  81. position: absolute;
  82. left: 1%;
  83. bottom: 2%;
  84. width: 10%;
  85. height: 20%;
  86. overflow: hidden;
  87. opacity: 1;
  88. z-index: 1;
  89.  
  90. -webkit-transition: all 1.6s ease-out;
  91. -moz-transition: all 1.6s ease-out;
  92. -ms-transition: all 1.6s ease-out;
  93. -o-transition: all 1.6s ease-out;
  94. transition: all 1.6s ease-out;
  95. }
  96.  
  97.  
  98. .main {
  99. position: absolute;
  100. left: 20%;
  101. top: 0%;
  102. bottom: 0%;
  103. width: 0%;
  104. background: #CFD5E1;
  105. border-left: 3px solid #6C788E;
  106. border-right: 3px solid #6C788E;
  107. z-index: -1;
  108. overflow: hidden;
  109.  
  110. color: #CFD5E1;
  111. text-align: justify;
  112. font-size: 12pt;
  113. line-height: 13px;
  114. font-family: 'VT323', monospace;
  115.  
  116. -webkit-transition: all 1.6s ease-out;
  117. -moz-transition: all 1.6s ease-out;
  118. -ms-transition: all 1.6s ease-out;
  119. -o-transition: all 1.6s ease-out;
  120. transition: all 1.6s e ase-out;
  121. }
  122. #button:checked ~ .main {
  123. position: absolute;
  124. width: 40%;
  125. z-index: 1;
  126. overflow: auto;
  127.  
  128. -webkit-transition: all 1.6s ease-out;
  129. -moz-transition: all 1.6s ease-out;
  130. -ms-transition: all 1.6s ease-out;
  131. -o-transition: all 1.6s ease-out;
  132. transition: all 1.6s ease-out;
  133. }
  134.  
  135.  
  136. .question {
  137. position: absolute;
  138. left: 3%;
  139. top: 5%;
  140. bottom: 67%;
  141. right: 75%;
  142. padding-top: 2.5%;
  143. padding-left: .5%;
  144. background: #A6AEC1;
  145. }
  146. .answer {
  147. position: absolute;
  148. right: 3%;
  149. top: 5%;
  150. bottom: 67%;
  151. left: 27%;
  152. padding-top: 2.5%;
  153. padding-left: .5%;
  154. background: #A6AEC1;
  155. }
  156.  
  157.  
  158. .header {
  159. position: absolute;
  160. left: 15%;
  161. top: 2.4%;
  162.  
  163. color: #C4EDE4;
  164. font-size: 28pt;
  165. font-family: 'Kaushan Script', cursive;
  166. }
  167.  
  168.  
  169. #linkA {
  170. position: absolute;
  171. left: 3%;
  172. top: 35%;
  173. width: 15%;
  174. height: 10%;
  175. }
  176. #linkA a {
  177. display: block;
  178. left: 0%;
  179. top: 0%;
  180. width: 100%;
  181. height: 64%;
  182. background: #A6AEC1;
  183. border: double #E3F6F3;
  184. padding-top:36%;
  185. }
  186.  
  187. #linkB {
  188. position: absolute;
  189. left: 23%;
  190. top: 35%;
  191. width: 15%;
  192. height: 10%;
  193. }
  194. #linkB a {
  195. display: block;
  196. left: 0%;
  197. top: 0%;
  198. width: 100%;
  199. height: 64%;
  200. background: #A6AEC1;
  201. border: double #E3F6F3;
  202. padding-top:36%;
  203. }
  204.  
  205. #linkC {
  206. position: absolute;
  207. left: 42%;
  208. top: 35%;
  209. width: 15%;
  210. height: 10%;
  211. }
  212. #linkC a {
  213. display: block;
  214. left: 0%;
  215. top: 0%;
  216. width: 100%;
  217. height: 64%;
  218. background: #A6AEC1;
  219. border: double #E3F6F3;
  220. padding-top:36%;
  221. }
  222.  
  223. #linkD {
  224. position: absolute;
  225. left: 61%;
  226. top: 35%;
  227. width: 15%;
  228. height: 10%;
  229. }
  230. #linkD a {
  231. display: block;
  232. left: 0%;
  233. top: 0%;
  234. width: 100%;
  235. height: 64%;
  236. background: #A6AEC1;
  237. border: double #E3F6F3;
  238. padding-top:36%;
  239. }
  240.  
  241. #linkE {
  242. position: absolute;
  243. left: 80%;
  244. top: 35%;
  245. width: 15%;
  246. height: 10%;
  247. }
  248. #linkE a {
  249. display: block;
  250. left: 0%;
  251. top: 0%;
  252. width: 100%;
  253. height: 68%;
  254. background: #A6AEC1;
  255. border: double #E3F6F3;
  256. padding-top:32%;
  257. }
  258.  
  259.  
  260. #menu {
  261. position: absolute;
  262. left: 0%;
  263. right: 0%;
  264. bottom: 0%;
  265. height: 51.5%;
  266. }
  267. .menu {
  268. position: absolute;
  269. left: 49.5%;
  270. right: 49.5%;
  271. bottom: 0%;
  272. height: 100%;
  273. z-index: 0;
  274. overflow: hidden;
  275. background: #6C788E;
  276. border-left: solid 3px #5197AE;
  277. border-right: solid 3px #5197AE;
  278. border-top: solid 3px #5197AE;
  279.  
  280. -webkit-transition: all 1s ease-out;
  281. -moz-transition: all 1s ease-out;
  282. -ms-transition: all 1s ease-out;
  283. -o-transition: all 1s ease-out;
  284. transition: all 1s ease-out;
  285. }
  286. .menu:target {
  287. left: 0%;
  288. right: 0%;
  289. z-index: 1;
  290. opacity: 1;
  291.  
  292. -webkit-transition: all 1s ease-out;
  293. -moz-transition: all 1s ease-out;
  294. -ms-transition: all 1s ease-out;
  295. -o-transition: all 1s ease-out;
  296. transition: all 1s ease-out;
  297. }
  298.  
  299. .friend {
  300. position: absolute;
  301. left: 2%;
  302. bottom: 2.5%;
  303. right: 2%;
  304. top: 15%;
  305. background: #5197AE;
  306. padding: 1%;
  307. overflow: auto;
  308.  
  309. font-family: 'Just Another Hand', cursive;
  310. font-size: 14pt;
  311. line-height: 16px;
  312. color: #4E4C59;
  313. }
  314.  
  315. .desc {
  316. position: absolute;
  317. left: 0%;
  318. right: 25%;
  319. background: #3A364F;
  320. height: 45px;
  321.  
  322. font-family: 'Bungee Hairline', cursive;
  323. font-size: 10pt;
  324. line-height: 15px;
  325. letter-spacing: 0px;
  326. color: #D8ABA6;
  327. text-shadow: 0px 0px 3px #fff;
  328. }
  329.  
  330. .footer {
  331. position: absolute;
  332. left: 20%;
  333. top: 10.3%;
  334.  
  335. color: #F4F7F7;
  336. font-size: 22pt;
  337. font-family: 'Kaushan Script', cursive;
  338. }
  339.  
  340. .move {
  341. position: absolute;
  342. right: 0%;
  343. left: 20%;
  344. background: #3A364F;
  345.  
  346. font-family: 'Bungee Hairline', cursive;
  347. font-size: 10pt;
  348. letter-spacing: 0px;
  349. color: #D8ABA6;
  350. text-align: right;
  351. text-shadow: 0px 0px 3px #fff;
  352. }
  353.  
  354.  
  355. </style>
  356.  
  357.  
  358. <div id="img">
  359. </div>
  360.  
  361. <input type="checkbox" name="toggle" id="button">
  362. <label for="button"></label>
  363. <div class="main">
  364.  
  365. <div class="question">
  366. <b>Status</b>
  367. <br>
  368. <b>Ranking</b>
  369. <br>
  370. <b>Equipment</b>
  371. <br>
  372. <b>Gender</b>
  373. <br>
  374. <b>Height</b>
  375. <br>
  376. <b>Birthday</b>
  377. <br>
  378. <b>Species</b>
  379. <br>
  380. <b>Eye Color</b>
  381. <br>
  382. <b>Hair Color</b>
  383. <br>
  384. <b>Sexuality</b>
  385. <br>
  386. <b>Partner</b>
  387. <br>
  388. <b>Martial</b>
  389. <br>
  390. <b>Family</b>
  391. </div>
  392.  
  393. <div class="answer">
  394. Alive
  395. <br>
  396. Ultimate-Class Devil
  397. <br>
  398. Divine Dividing
  399. <br>
  400. Male
  401. <br>
  402. 6'0
  403. <br>
  404. June 6
  405. <br>
  406. Demon/Human Hybrid
  407. <br>
  408. Light blue
  409. <br>
  410. Dark-Silver
  411. <br>
  412. Heterosexual
  413. <br>
  414. Albion
  415. <br>
  416. Single
  417. <br>
  418. Too many to list
  419. </div>
  420.  
  421. <div class="header">
  422. White Dragon Emperor
  423. </div>
  424.  
  425. <div id="linkA"><center>
  426. <a href="#The">Personality</a>
  427. </center></div>
  428. <div id="linkB"><center>
  429. <a href="#Most">Abilities</a>
  430. </center></div>
  431. <div id="linkC"><center>
  432. <a href="#Beautiful">Friends</a>
  433. </center></div>
  434. <div id="linkD"><center>
  435. <a href="#Pokemon">History</a>
  436. </center></div>
  437. <div id="linkE"><center>
  438. <a href="#Milotic">Ooc</a>
  439. </center></div>
  440.  
  441. <div id="menu">
  442. <div id="The" class="menu">
  443. <div class="friend">
  444. <font color="#5197AE">lollol</font>
  445. <img src="http://i.picpar.com/17sc.jpg" style="height: 100%; width: 50%;" align="left">
  446. While initially appearing to be a cold, arrogant, overconfident and ruthless person, Vali has a calm, noble, and caring side in him as he cares deeply for his comrades. Vali strongly believes in his own strength. Along with the Longinus "Divine Dividing" and his demonic powers, he refuses to use any other weapon besides the two.
  447.  
  448. He is known to be a prideful young man and a battle maniac, being obsessed in finding strong opponents, and having said that he would gladly welcome death if there was no one strong enough for him to fight. Additionally, Vali does take some pride in being the descendant of the original Lucifer, but not in the same arrogantly fanatic extend as the other Old Satan descendants. This is most likely due to his childhood where his father who's fanatic pride as Lucifer's grandson was one of the two factors that lead him to abuse his own son for having greater potential than himself. Unlike the other Old Satan descendants, Vali has absolutely no interest in supporting the world domination ideals of the Original Satans like Shalba, Creuserey, and Katerea.
  449.  
  450. Vali shows a proper attitude towards beings that deserve respect.
  451.  
  452. Vali does possess a more vulnerable side, a side that he almost never shows. This side of him comes from the extreme abuse and persecution that Vali suffered at his father's hand. While Vali never says it, Azazel has noted that Vali actually wanted to be raised in a happy family like Issei's, normal with no special lineage. This was shown in Volume 21 when Aži Dahāka pointed out that Vali's deepest desire is a family.
  453.  
  454. His painful childhood caused by his father and Rizevim also led him to learn and understand compassion a trait that other descendants of the Original Satans absolutely do not have. The greatest sign of his compassion is that Vali cared immensely for his mother who was the only person in his tragic childhood to have shown him kindness, in fact Vali was willing to withstand his father's horrible abuse for the sake of protecting her. Vali's strong resolve to protect his mother also extends to his younger half-siblings, during his death match with Aži Dahāka, the safety and protection of his mother and half siblings became the driving force and determination that spurred Vali to attain victory against the Evil Dragon.
  455.  
  456.  
  457. </div>
  458. <div class="footer">
  459. Personality
  460. </div>
  461. </div>
  462.  
  463. <div id="Most" class="menu">
  464. <div class="friend">
  465. <div class="move">
  466. Immense Demonic Power
  467. </div><br>
  468. Being a descendant of the Original Satan, Lucifer, Vali has an impressive amount of demonic power. During the interrupted conference between the Three Factions, he stated that with his demonic power inherited from the original Lucifer and the power of Albion through Divine Dividing he could be one of the strongest beings there is. This was somewhat proven when Azazel declared him as The Strongest White Dragon Emperor of all known history, past, present and future due to his unique heritage. His high demonic power helped him in controlling his Juggernaut Drive as he used it as an alternate source of energy instead of his life before gaining his Empireo Juggernaut Overdrive. In fact, the amount of Vali's demonic power is so large that he was able to stay alive and survive even after getting hit by Samael's curse.
  469.  
  470. <div class="move">
  471. Master Hand to Hand Combatant
  472. </div><br><br>
  473. Trained by Azazel, Vali is a extremely proficient combatant, he is able to easily defeat Kokabiel, a Fallen Angel Cadre without using his full strength. In Volume 4, he easily overwhelmed Issei in his incomplete Balance Breaker Armour even with the latter using Ascalon. After training with Sun Wukong, Vali further improves his combat skills, being able to beat Aži Dahāka on his own, an enemy Vali previously fought against with his entire team and failed to defeat.
  474.  
  475. <div class="move">
  476. Magic Talent
  477. </div><br><br>
  478. Vali has also shown to be extremely talented in using magic, capable of learning Norse Magic in a very short period of time and was able to immediately use it during his fight with Loki.
  479.  
  480. <div class="move">
  481. Immense Speed
  482. </div><br><br>
  483. Vali is noted to be extremely fast. He was able to rip off Kokabiel's wings before Kokabiel could even react. During his fight with Kokabiel, Yuuto commented that Vali could move at the speed of light while using his Balance Breaker.
  484.  
  485. <div class="move">
  486. Immense Stamina
  487. </div><br><br>
  488. Vali possesses a great amount of stamina, being capable of maintaining his Balance Breaker for at least one month.
  489.  
  490. <div class="move">
  491. Immense Endurance
  492. </div><br><br>
  493. Vali has an extreme tolerance to pain, even after being viciously bitten by Aži Dahaka in a heavily exhausted state. He can still muster enough strength to use the Satan Lucifer Smasher.
  494.  
  495. <div class="move">
  496. Flight
  497. </div><br><br>
  498. Being a half-Devil, Vali can fly using his 8 wings
  499.  
  500. <div class="move">
  501. Divine Dividing
  502. </div><br><br>
  503. Vali's Sacred Gear and main and only weapon. The Divine Dividing is one of the 13 Longinus which holds the spirit of the Vanishing Dragon, the White Dragon Emperor, Albion, one of the Heavenly Dragons. Divine Dividing takes the form of a pair of wings on the users back that enables flight that can reach up to light-speed. These wings works in the opposite way of Issei's Boosted Gear, in which it has the ability to Divide the opponent's power in half after coming into physical contact with them every 10 seconds, the opponent's drained power is then added to himself and when he reaches his maximum limit, the excess power is then released through his wings. Later on, Vali gains the ability to Reflect, allowing him to redirect incoming attacks.
  504.  
  505. <div class="move">
  506. Divine Dividing: Scale Mail
  507. </div><br><br>
  508. Divine Dividing's Balance Breaker that creates a White Dragon Armor similar to Boosted Gear Scale Mail. In this form Vali is able to use Divide without the 10 second limit. The Divine Dividing also has the ability to halve the size of objects and living beings through the use of it's Half Dimension, the user does not need to make any contact with the target to use this ability.
  509.  
  510. <div class="move">
  511. Juggernaut Drive
  512. </div><br><br>
  513. A form unique to the Boosted Gear and Divine Dividing. The Juggernaut Drive temporarily removes the seal placed on the Heavenly Dragons granting the user immense power. The Juggernaut Drive, however, causes the user to lose sanity while having their lives devoured by the power. However, Vali is able to avoid this using his large amount of demonic powers as an alternative source of power instead of his lifespan; however, if used for extended periods of time, it will eventually cause him to go berserk. Even after deactivation, Vali suffered from immense exhaustion.
  514.  
  515. <div class="move">
  516. Empireo Juggernaut Overdrive
  517. </div><br><br>
  518. A new enhanced form that surpasses Juggernaut Drive. Vali obtained it after he successfully sealed all of the past possessors' consciousness. In this form, the color of his armor changes to silver. Like Issei's Cardinal Crimson Promotion, it does not consume his lifespan.
  519.  
  520. <div class="move">
  521. Compression Divider
  522. </div><br><br>
  523. In this state, Vali can use an enhanced version of Half Dimension, which halves a specific target constantly until they vanish from existence. However, as stated by Sun Wukong, currently Vali can't maintain this form for very long.
  524.  
  525. <div class="move">
  526. Diabolos Dragon Lucifer
  527. </div><br><br>
  528. Vali's DxD form. This form is the combination of the White Dragon Emperor's power and the Lucifer power that Vali possesses as well as Ophis' blessing. Similarly to the Diabolos Dragon God Issei possesses, the armor is a mix of silvery-white and jet-black, and also possesses the same organic characteristic. Vali gains twelve wings of Lucifer in this form, which can be ejected and turned into wyverns, similarly to the Dividing Wyvern Faeries that Issei is able to create. The power that Diabolos Dragon Lucifer possesses was enough to completely destroy a 5,000 meter-tall mountain. Vali can only sustain this form for three minutes.
  529.  
  530. <div class="move">
  531. Satan Compression Divider
  532. </div><br><br>
  533. Vali builds up his power and releases an ultimate blast of silvery-white and black demonic radiance that halves anything within its range until it vanishes from existence. Azi Dahaka notes that this is not an ability or a technique, but a simple release of light.
  534.  
  535. <div class="move">
  536. Satan Lucifer Smasher
  537. </div><br><br>
  538. Vali's own enhanced version of Longinus Smasher. Similarly to the Longinus Smasher, a cannon muzzle appears from the chest cavity which then fires a bombardment of silvery-white and black aura
  539.  
  540. <div class="move">
  541. Dividing Wyvern Fairies
  542. </div><br><br>
  543. Is this form, Vali can detach his wings which then form into small white Wyverns that can also use Divide and Reflect, as well as using Half Dimension. The Wyverns also able to change into cannons that fires out a powerful shot of Lucifer’s aura. The Wyverns are also able to use Albion's hidden technique Reduce, an ability that releases a deadly venom which could kill anyone as it cuts down not only their bodies but also their souls, however, this is ineffective towards Ophis, Great Red and Ddraig.
  544.  
  545. <div class="move">
  546. Crimson Gourd
  547. </div><br><br>
  548. One of the Five Treasured Tools of Taishang Laojun (The Grand Supreme Elderly Lord). It has the ability to suck in and imprisoned those who responds when they have their name called out. Vali borrowed it from the Golden Horned King and the Silver Horned King, so he can use it as a punishment for Bikou and Kuroka where they can reflect on their mistakes.
  549.  
  550.  
  551. </div>
  552. <div class="footer">
  553. Power and Abilities
  554. </div>
  555. </div>
  556.  
  557. <div id="Beautiful" class="menu">
  558. <div class="friend">
  559.  
  560. <div class="desc">
  561. <img src="http://i.imgur.com/A6KBiPb.jpg" height="50" width="50" align="left"><br><center>
  562. <a target="_blank" href="https://roleplay.chat/profile.php?user=IsseiHyoudou">Issei Hyoudou</a></center>
  563. Red Dragon Emperor
  564. </div><br><br><br><br>
  565. During their first meeting, Vali was on a completely different level compared to Issei, which made the latter feel inferior, prompting him to devote more of his time trying to become more powerful. Later into the series, the two of them have started to become friends; although they are still in a heated rivalry. They even promised to fight each other someday and continue to grow stronger until then.<br><br>
  566.  
  567. <div class="desc">
  568. <img src="" height="50" width="50" align="left"><br><center>
  569. <a target="_blank" href=""></a></center>
  570.  
  571. </div><br><br><br><br>
  572. <br><br>
  573.  
  574. <div class="desc">
  575. <img src="http://i.imgur.com/G4eHm62.jpg" height="50" width="50" align="left"><br><center>
  576. <a target="_blank" href="https://roleplay.chat/profile.php?user=Void+Dancer">"Caprice"</a></center>
  577. The Demoness
  578. </div><br><br><br><br>
  579. Although the characters have never met and the demoness doesn't even know what code is, her player is happy enough to assist in such endeavors where possible.<br><br>
  580.  
  581. </div>
  582. <div class="footer">
  583. Allies, Friends
  584. </div>
  585. </div>
  586.  
  587. <div id="Pokemon" class="menu">
  588. <div class="friend">
  589. <div class="move">
  590. Past
  591. </div><br>
  592. As a child, Vali was persecuted by his father who was afraid of him and viewed him as a monster due to Vali's ownership of a Longinus in addition to his heritage as Lucifer's descendant. This was later revealed to be a suggestion by his grandfather, Rizevim, who told his son to "bully" Vali if he was scared of him. Vali eventually ran away from his parents and was found by Azazel who took and raised him in Grigori where he trained himself with the intention of killing both his father and grandfather to avenge himself for their responsibility in the painful childhood he endured.
  593.  
  594. </div>
  595. <div class="footer">
  596. Journal
  597. </div>
  598. </div>
  599.  
  600. <div id="Milotic" class="menu">
  601. <div class="friend">
  602. <div class="move">
  603. Private Message Friendly
  604. </div><br>
  605. I'm Pm friendly, so if you ever want to message me whether it's to rp or talk, just send one my away. However, there may be times where I am busy or have to leave unexpectedly. I'll make sure to let you know ahead of time and expect the same.<br><br>
  606.  
  607. <div class="move">
  608. Story? Smut?
  609. </div><br>
  610. Either or doesn't matter. Short term or Long term, again doesn't matter.<br><br>
  611.  
  612. <div class="move">
  613. Literate and Punctual
  614. </div><br>
  615. I'm a decent literal person, and I hope you have at least basic grammar. First, Second, Third point of views, I prefer the First and Third only.<br><br>
  616.  
  617. <div class="move">
  618. Out of Character against In Character
  619. </div><br>
  620. Ooc and IC are not one in the same.<br><br>
  621.  
  622. <div class="move">
  623. Highschool Drama. Drama Llamas.
  624. </div><br>
  625. No Drama Llamas please. I will stop talking to you in an instant if that were to happen. If you want to talk then we can do that but don't bring me into the drama, I will be your ear to listen and shoulder to lean on, nothing else. We are here to have fun on RPC not cause drama oocly. <br><br>
  626.  
  627. <div class="move">
  628. <b>Credit</b> <a target="_blank" href="https://squeakyproductions.neocities.org">Squeakyproductions</a>
  629. </div>
  630.  
  631.  
  632. </div>
  633. <div class="footer">
  634. Out of Character
  635. </div>
  636. </div>
  637.  
  638.  
  639. </div>
  640.  
  641. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement