Advertisement
Guest User

yoi codes

a guest
Mar 29th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.83 KB | None | 0 0
  1. <style>@import url('https://fonts.googleapis.com/css?family=Questrial');@import url('https://fonts.googleapis.com/css?family=Questrial');
  2. body {
  3. background: #575E8E;
  4. overflow-y:hidden;
  5. overflow-x:hidden;}
  6.  
  7. /*coded by [punpun]. do not steal the character. do not remove the credit. do not remove this.*/
  8.  
  9. ::-webkit-scrollbar-thumb {
  10. width: 3px;
  11. background-color: #9E988B;}
  12. ::-webkit-scrollbar {
  13. width: 3px;
  14. background-color: transparent;}
  15.  
  16. h1{
  17. font-family: Questrial;
  18. font-size: 22px;
  19. text-align: center;
  20. color: #888888;
  21. padding-right: 5px;
  22. margin-bottom: 5px;
  23. margin-top: 1px;
  24. line-height: 31px;
  25. border-bottom: 3px double #000000;
  26. }
  27.  
  28.  
  29. #main {
  30. position: fixed; margin: auto; right: 0px; left:400px; top: 0; bottom: 0; width: 300px; height: 490px; background: #trans; border: 2px solid #9E988B; border-radius: 17px 0px 17px 0px; box-shadow: #9E988B 0px 0px 5px 0px; overflow: hidden; text-align: left;}
  31.  
  32. #pic {position: absolute;right: -95px;top: -7; z-index:0; opacity: 1;}
  33. #pic img {width: ; height: 570;}
  34.  
  35. #pic2 {position: absolute;right: -70px;top: -7; z-index:0; opacity: 1;}
  36. #pic2 img {width: ; height: 230;}
  37.  
  38. #pic3 {position: absolute;right: -50;top: 0; z-index:0; opacity: 1;}
  39. #pic3 img {width: ; height: 220;}
  40.  
  41. #pic4 {position: absolute;right: -80;top: 0; z-index:0; opacity: 1;}
  42. #pic4 img {width: ; height: 280;}
  43.  
  44. #botline {
  45. width: 0px;height: 5px;
  46. background: #000000;
  47. position: absolute;
  48. bottom: 100;left: 160;z-index:30;
  49. display:block;
  50. -webkit-transition: all 1.2s ease-out;
  51. -moz-transition: all 1.2s ease-out;
  52. -ms-transition: all 1.2s ease-out;
  53. -o-transition: all 1.2s ease-out;
  54. transition: all 1.2s ease-out;}
  55. body:hover #botline{ position: absolute;
  56. width: 220px; left: 40; opactiy:1;
  57. }
  58. #main2 {
  59. position: fixed; margin: auto;
  60. right: 0px; left:400px; top: 0; bottom: 0;
  61. width: 300px; height: 490px;
  62. background: #trans;
  63. border: 2px solid #9E988B; z-index:20;
  64. border-radius: 17px 0px 17px 0px;
  65. box-shadow: #9E988B 0px 0px 5px 0px;
  66. overflow: hidden;
  67. text-align: left;opacity:1;
  68. -webkit-transition: all 0.6s ease-out;
  69. -moz-transition: all 0.6s ease-out;
  70. -ms-transition: all 0.6s ease-out;
  71. -o-transition: all 0.6s ease-out;
  72. transition: all 0.6s ease-out;
  73. }
  74.  
  75. #submain {
  76. position: fixed; margin: auto;
  77. right: 0px; left:400px; top: 0; bottom: 0;
  78. width: 300px; height: 490px;
  79. background: #888888;
  80. border: 2px solid #9E988B; z-index:20;
  81. border-radius: 17px 0px 17px 0px;
  82. box-shadow: #9E988B 0px 0px 5px 0px;
  83. overflow: hidden;
  84. text-align: left;opacity:0.35;
  85. -webkit-transition: all 1.6s ease-out;
  86. -moz-transition: all 1.6s ease-out;
  87. -ms-transition: all 1.6s ease-out;
  88. -o-transition: all 1.6s ease-out;
  89. transition: all 1.6s ease-out;}
  90. body:hover #submain{
  91. opacity: 0.60;
  92. filter:alpha(opacity=100);
  93. }
  94.  
  95. .head {
  96. position: absolute;
  97. left: 45;
  98. bottom: 130;
  99. color: #E6CACA;
  100. font-family: Playfair Display SC;
  101. font-size: 40px; opacity: 0;
  102. -webkit-transition: all 0.6s ease-out;
  103. -moz-transition: all 0.6s ease-out;
  104. -ms-transition: all 0.6s ease-out;
  105. -o-transition: all 0.6s ease-out;
  106. transition: all 0.6s ease-out;}
  107. body:hover .head{opacity: 1; bottom: 100;
  108. -webkit-transition-delay: 1.6s ;
  109. -moz-transition-delay: 1.6s ;
  110. -ms-transition-delay: 1.6s ;
  111. -o-transition-delay: 1.6s ;
  112. transition-delay: 1.6s ;
  113. }
  114.  
  115. .head2 {
  116. position: absolute;
  117. left: 67;
  118. bottom: 90;
  119. color: #E6CACA;
  120. font-family: Questrial;opacity: 0;
  121. font-size: 20px;
  122. -webkit-transition: all 0.6s ease-out;
  123. -moz-transition: all 0.6s ease-out;
  124. -ms-transition: all 0.6s ease-out;
  125. -o-transition: all 0.6s ease-out;
  126. transition: all 0.6s ease-out;}
  127. body:hover .head2{
  128. bottom: 77;;opacity: 1;
  129. -webkit-transition-delay: 2.4s ;
  130. -moz-transition-delay: 2.4s;
  131. -ms-transition-delay: 2.4s ;
  132. -o-transition-delay: 2.4s ;
  133. transition-delay: 2.4s ;
  134. }
  135.  
  136.  
  137. .head3 {
  138. position: absolute; margin: auto;
  139. left:18; top: 100;
  140. color: #000000;
  141. font-family: Questrial;opacity: 1;
  142. font-size: 20px;z-index:100;
  143. font-shadow: #cccc 1px 1px 1px 1px;
  144. -webkit-transition: all 0.6s ease-out;
  145. -moz-transition: all 0.6s ease-out;
  146. -ms-transition: all 0.6s ease-out;
  147. -o-transition: all 0.6s ease-out;
  148. transition: all 0.6s ease-out;}
  149.  
  150.  
  151. .head4 {
  152. position: absolute; margin: auto;
  153. left:13; top: 100;
  154. color: #000000;
  155. font-family: Questrial;opacity: 1;
  156. font-size: 20px;z-index:100;
  157. -webkit-transition: all 0.6s ease-out;
  158. -moz-transition: all 0.6s ease-out;
  159. -ms-transition: all 0.6s ease-out;
  160. -o-transition: all 0.6s ease-out;
  161. transition: all 0.6s ease-out;}
  162.  
  163. #line {opacity:1;/*change later pls*/
  164. width: 0%;height: 22px;
  165. background: #B8B0A1; border-radius: 4px;
  166. position: fixed; margin: auto;
  167. right: 0px; left:90px; top: 5; bottom: 0;
  168. display:block;
  169. -webkit-transition: all 2.6s ease-out;
  170. -moz-transition: all 2.6s ease-out;
  171. -ms-transition: all 2.6s ease-out;
  172. -o-transition: all 2.6s ease-out;
  173. transition: all 2.6s ease-out;}
  174. body:hover #line{ position: fixed;
  175. width: 815px; left:220;
  176. }
  177.  
  178. #icon {
  179. position: fixed; margin: auto;
  180. right: 40px; left:00px; top: 0; bottom: 260;
  181. width: 100px; height: 220px;
  182. background: #trans;
  183. border: 2px solid #9E988B; z-index:20;
  184. box-shadow: #9E988B 0px 0px 5px 0px;
  185. overflow: hidden;
  186. text-align: left;opacity:0;
  187. -webkit-transition: all 0.6s ease-out;
  188. -moz-transition: all 0.6s ease-out;
  189. -ms-transition: all 0.6s ease-out;
  190. -o-transition: all 0.6s ease-out;
  191. transition: all 0.6s ease-out;
  192. }body:hover #icon {opacity:1}
  193. body:hover #icon {-webkit-transition-delay: 2.4s ;
  194. -moz-transition-delay: 2.4s;
  195. -ms-transition-delay: 2.4s ;
  196. -o-transition-delay: 2.4s ;
  197. transition-delay: 2.4s ;opacity:0.65}
  198. #subicon {
  199. position: absolute; margin: auto;
  200. right: 0px; left:00px; top: 0; bottom:0;
  201. width: 100px; height: 220px;
  202. background: #888888;
  203. border: 2px solid #9E988B; z-index:99;
  204. box-shadow: #9E988B 0px 0px 5px 0px;
  205. overflow: hidden;
  206. text-align: left;opacity:0.55;
  207. -webkit-transition: all 0.6s ease-out;
  208. -moz-transition: all 0.6s ease-out;
  209. -ms-transition: all 0.6s ease-out;
  210. -o-transition: all 0.6s ease-out;
  211. transition: all 0.6s ease-out;
  212. }
  213. #subicon:hover{opacity:0}
  214.  
  215. #icon2 {
  216. position: fixed; margin: auto;
  217. right: 260px; left:00px; top: 0; bottom: 260;
  218. width: 100px; height: 220px;
  219. background: #trans;
  220. border: 2px solid #9E988B; z-index:20;
  221. box-shadow: #9E988B 0px 0px 5px 0px;
  222. overflow: hidden;
  223. text-align: left;opacity:0;
  224. -webkit-transition: all 0.6s ease-out;
  225. -moz-transition: all 0.6s ease-out;
  226. -ms-transition: all 0.6s ease-out;
  227. -o-transition: all 0.6s ease-out;
  228. transition: all 0.6s ease-out;
  229. }body:hover #icon2 {-webkit-transition-delay: 2.4s ;
  230. -moz-transition-delay: 2.4s;
  231. -ms-transition-delay: 2.4s ;
  232. -o-transition-delay: 2.4s ;
  233. transition-delay: 2.4s ;opacity:1}
  234.  
  235. #icon3 {
  236. position: fixed; margin: auto;
  237. right: 480px; left:00px; top: 0; bottom: 260;
  238. width: 100px; height: 220px;
  239. background: #trans;
  240. border: 2px solid #9E988B; z-index:20;
  241. box-shadow: #9E988B 0px 0px 5px 0px;
  242. overflow: hidden;
  243. text-align: left;opacity:0;
  244. -webkit-transition: all 0.6s ease-out;
  245. -moz-transition: all 0.6s ease-out;
  246. -ms-transition: all 0.6s ease-out;
  247. -o-transition: all 0.6s ease-out;
  248. transition: all 0.6s ease-out;
  249. }body:hover #icon3 {-webkit-transition-delay: 2.4s ;
  250. -moz-transition-delay: 2.4s;
  251. -ms-transition-delay: 2.4s ;
  252. -o-transition-delay: 2.4s ;
  253. transition-delay: 2.4s ;opacity:1}
  254.  
  255. .darts {
  256. position: fixed; margin: auto;
  257. right: 260px; left:0px; top: 365; bottom: -200;
  258. height: 220;
  259. width: 325px;
  260. opacity: 0; z-index: 5;
  261. text-align: left;
  262. -webkit-transition: all 0.6s ease-out;
  263. -moz-transition: all 0.6s ease-out;
  264. -ms-transition: all 0.6s ease-out;
  265. -o-transition: all 0.6s ease-out;
  266. transition: all 0.6s ease-out;
  267. }
  268.  
  269. .darts:target {
  270. position: absolute; bottom: 0;top: 265;
  271. -webkit-transition: all 0.6s ease-out;
  272. -moz-transition: all 0.6s ease-out;
  273. -ms-transition: all 0.6s ease-out;
  274. -o-transition: all 0.6s ease-out;
  275. transition: all 0.6s ease-out;
  276. opacity: 1;
  277. }
  278.  
  279. .box {
  280. position: absolute;
  281. right: 0px;
  282. bottom: 5px;
  283. height: 200;
  284. width: 311px;
  285. background-color: #E8DECC;
  286. border: 2px solid #9E988B; z-index:21;
  287. box-shadow: #9E988B 0px 0px 5px 0px;
  288. z-index: 5;
  289. color: #9E988B;
  290. font-family: Questrial;
  291. font-style: normal;
  292. font-variant: ;
  293. font-weight: 400;
  294. text-align: justify;
  295. overflow-x: hidden;
  296. overflow-y: auto;
  297. font-size: 15px;
  298. padding: 5px;
  299. -webkit-transition: all 0.6s ease-out;
  300. -moz-transition: all 0.6s ease-out;
  301. -ms-transition: all 0.6s ease-out;
  302. -o-transition: all 0.6s ease-out;
  303. transition: all 0.6s ease-out;
  304. opacity: 0;
  305. filter:alpha(opacity=75);
  306. }
  307. body:hover .box {
  308. opacity: 1;
  309. transition: all 1.2s ease-out;
  310. -o-transition: all 1.2s ease-out;
  311. -webkit-transition: all 1.2s ease-out;
  312. -moz-transition: all 1.2s ease-out;
  313. -webkit-transition-delay: 2.4s ;
  314. -moz-transition-delay: 2.4s;
  315. -ms-transition-delay: 2.4s ;
  316. -o-transition-delay: 2.4s ;
  317. transition-delay: 2.4s ;}
  318.  
  319.  
  320. #boxb {
  321. position: fixed; margin: auto;
  322. right: 260px; left:0px; top: 260; bottom: 00;
  323. height: 200;
  324. width: 311px;
  325. background-color: #E8DECC;
  326. border: 2px solid #9E988B; z-index:21;
  327. box-shadow: #9E988B 0px 0px 5px 0px;
  328. z-index: 1;
  329. color: #9E988B;
  330. font-family: Questrial;
  331. font-style: normal;
  332. font-variant: ;
  333. font-weight: 400;
  334. text-align: justify;
  335. overflow-x: hidden;
  336. overflow-y: auto;
  337. font-size: 15px;
  338. padding: 5px;
  339. -webkit-transition: all 0.6s ease-out;
  340. -moz-transition: all 0.6s ease-out;
  341. -ms-transition: all 0.6s ease-out;
  342. -o-transition: all 0.6s ease-out;
  343. transition: all 0.6s ease-out;
  344. opacity: 0;
  345. filter:alpha(opacity=75);
  346. }
  347. body:hover #boxb {
  348. opacity: 1;
  349. transition: all 1.2s ease-out;
  350. -o-transition: all 1.2s ease-out;
  351. -webkit-transition: all 1.2s ease-out;
  352. -moz-transition: all 1.2s ease-out;
  353. -webkit-transition-delay: 2.4s ;
  354. -moz-transition-delay: 2.4s;
  355. -ms-transition-delay: 2.4s ;
  356. -o-transition-delay: 2.4s ;
  357. transition-delay: 2.4s ;}
  358. #maindick {
  359. position: fixed; margin: auto; right: 0px; left:1000px; top: 0; bottom: 10; width: 300px; height: 490px; background: #trans; border: 0px solid #9E988B; border-radius: 17px 0px 17px 0px; box-shadow: #9E988B 0px 0px 0px 0px; overflow: hidden; text-align: left; opacity: 0;}
  360. body:hover #maindick {
  361. opacity: 1;
  362. transition: all 1.2s ease-out;
  363. -o-transition: all 1.2s ease-out;
  364. -webkit-transition: all 1.2s ease-out;
  365. -moz-transition: all 1.2s ease-out;
  366. -webkit-transition-delay: 2.4s ;
  367. -moz-transition-delay: 2.4s;
  368. -ms-transition-delay: 2.4s ;
  369. -o-transition-delay: 2.4s ;
  370. transition-delay: 2.4s ;}
  371.  
  372. .dick {position: absolute; overflow: hidden;
  373. right: 0px; left:00px; top: 0; bottom: 0; z-index:0; opacity: 1; display: inline-block;}
  374. .dick img {width: ; height: 250;}
  375.  
  376. #cocks {
  377. position: fixed; margin: auto; right: 0px; left:840px; top: 170; bottom: 0;opacity: 0;
  378. width: 110px;
  379. height: 120px;
  380. overflow-y: auto;
  381. text-align: center;
  382. -webkit-transition: all 0.6s ease-out;
  383. -moz-transition: all 0.6s ease-out;
  384. -ms-transition: all 0.6s ease-out;
  385. -o-transition: all 0.6s ease-out;
  386. transition: all 0.6s ease-out;
  387. }
  388. body:hover #cocks{
  389. opacity: 1;
  390. transition: all 1.2s ease-out;
  391. -o-transition: all 1.2s ease-out;
  392. -webkit-transition: all 1.2s ease-out;
  393. -moz-transition: all 1.2s ease-out;
  394. -webkit-transition-delay: 2.4s ;
  395. -moz-transition-delay: 2.4s;
  396. -ms-transition-delay: 2.4s ;
  397. -o-transition-delay: 2.4s ;
  398. transition-delay: 2.4s ;}
  399.  
  400. #cons{
  401. background-color: #000000;opacity: 1;
  402. width: 100px; height: 15px;
  403. border-radius: 0px 8px 0px 8px;
  404. font-family: Questrial; margin-bottom:4;
  405. font-size: 14px;
  406. color: #9E988B;
  407. -webkit-transition: all 0.6s ease-out;
  408. -moz-transition: all 0.6s ease-out;
  409. -ms-transition: all 0.6s ease-out;
  410. -o-transition: all 0.6s ease-out;
  411. transition: all 0.6s ease-out;
  412. }
  413.  
  414. #cons:hover{
  415. background-color: #888888;color: #000000;
  416. -webkit-transition: all 0.6s ease-out;
  417. -moz-transition: all 0.6s ease-out;
  418. -ms-transition: all 0.6s ease-out;
  419. -o-transition: all 0.6s ease-out;
  420. transition: all 0.6s ease-out;}
  421.  
  422.  
  423.  
  424. </style><div id="maindick"><div class="dick"><img src="http://i.picpar.com/eQqc.jpg"></div></div>
  425. <div id="line"></div>
  426. <a href="#00"><div id="main">
  427. <div id="pic"><img src="http://i.picpar.com/dQqc.jpg"></div>
  428. </div>
  429. <div id="main2"><div class="head">Yoite</div><div class="head2">Broken Angel</div>
  430. <div id="submain"><div id="botline"></div></div></div>
  431. </a>
  432.  
  433. <div id="top"></div><div id="bottom"></div>
  434.  
  435. <a href="#03"><div id="icon"><div id="subicon"></div><div class="head4"><b>POWER</b></div><div id="pic3"><b><img src="http://i.picpar.com/fQqc.jpg"></b></div></div></a><b>
  436. <a href="#02"><div id="icon2"><div id="subicon"></div><div class="head3">STORY</div><div id="pic4"><img src="http://i.picpar.com/gQqc.jpg"></div></div></a>
  437. <a href="#01"></a></b><a href="#01"><div id="icon3"><b><div id="subicon"></div></b><div class="head3"><b>STATS</b></div><div id="pic2"><img src="http://i.picpar.com/hQqc.jpg"></div></div></a>
  438.  
  439.  
  440. <div id="01" class="darts"><div class="box"><h1>DOSSIER</h1>
  441. Name - <font style="float: right;">Yoite</font><br>
  442. Moniker (s) - <font style="float: right;">None yet</font><br>
  443. Sex - <font style="float: right;">Male*</font><br>
  444. Age - <font style="float: right;">17</font><br>
  445. Orientation - <font style="float: right;">Bisexual</font><br>
  446. Occupation - <font style="float: right;">None</font><br>
  447. Height - <font style="float: right;">5'11 - 180 cm</font><br>
  448. Weight - <font style="float: right;"> 117 lbs - 53 kg</font><br>
  449. Build - <font style="float: right;">Slender, lithe</font><br>
  450. Marital Status - <font style="float: right;">None</font><br><br>
  451.  
  452. </div></div>
  453.  
  454. <div id="02" class="darts"><div class="box">Yoite's mother had intended for him to be named Sora (そら) if he had been a girl. While he seems to have gone by that name for a while, he never considered himself to actually be Sora, since he's not a girl. <br> <br>
  455. He was born intersex, and although he is referred to as male in anime and manga, he lived his life unsure of his gender and who he really was. His mother died in childbirth, and his remaining family considered him an 'angel of death' for that reason. He was confined to the basement and his half-brother Tsukasa Kōdō (香道司, Tsukasa Kōdō) was forbidden to approach him. <br> <br>
  456.  
  457. When Yoite turned fourteen, his family decided to kill him, slashing his throat and unsuccessfully attempting to force Tsukasa to do the same. After this desperate attempt on his life, being erased from existence became his goal. He ran from the house and was saved by Hattori, who accepted him into the Grey Wolves. Yoite spends a year studying the Kira technique and all required ninja skills. Hattori promises this would bring him closer to his goal of being erased. His desire to disappear comes from his trauma and his fear of death. By disappearing he wouldn't have experienced so much pain nor death. Yoite is then placed under Yukimi's care and is given the name "Yoite". <br>
  458.  
  459. </div>
  460. </div>
  461.  
  462. <div id="03" class="darts"><div class="box">Yoite uses the Iga's kinjutsushō Kira. Kira can control the ki of the target it pierces by halting the flow of ki in the target's body, causing severe injury such as broken bones, or organ failure, leading to the target's ultimate demise. Conversely, it is capable of activating ki as well, as seen with his revival of Gau from his comatose state. The cost of using this technique is the loss of the user's ki or life force, gradually losing their five senses, and dying. With this, it is seen that Yoite's sense of taste and hearing decaying rapidly, and is the cause of his sickly health and scorched skin. When Yoite is extremely exhausted, he may even lose his vision, as shown in the anime when he fled from the hospital, and failed to see Miharu properly when he came to Yoite's rescue. This is also shown in the manga, when Yoite goes to rescue Miharu after he is abducted by two of Hattori's subordinates, whom is later assisted by Shijima and Kouichi. <br>
  463. </div>
  464. </div>
  465.  
  466. <div id="boxb">
  467. <h1>OUT OF CHARACTER</h1>
  468. [01] PM Friendly<br>
  469. [02] Yoite is from Nabari No Ou.<br>
  470. [03] I will play him as faithfully as possible.<br>
  471. [04] I will not change his gender for your comfort.<br>
  472. [05] Yoite is a cold character at first<br>
  473. [06] If you have any questions, ask.<br>
  474. [07] Have a profile.<br>
  475. [08] No drama.
  476. </div>
  477.  
  478. <div id="cocks">
  479. <a href="" target="_blank"><div id="cons">name</div></a>
  480. <a href="" target="_blank"><div id="cons">name</div></a>
  481. <a href="" target="_blank"><div id="cons">name</div></a>
  482. <a href="" target="_blank"><div id="cons">name</div></a>
  483. <a href="" target="_blank"><div id="cons">name</div></a>
  484. <a href="" target="_blank"><div id="cons">name</div></a>
  485. <a href="" target="_blank"><div id="cons">name</div></a>
  486. <a href="" target="_blank"><div id="cons">name</div></a>
  487.  
  488. </div>
  489.  
  490.  
  491. <a href="profile.php?user=Punpun" title="Coded by Punpun." target="_blank"><img src="http://i.imgur.com/acD32sR.png" style="position:fixed; right:10; bottom:0;width:25;"></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement