Advertisement
DeathJ

bakugou

Jun 9th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>{Title}{block:PostSummary} &mdash; {PostSummary}{/block:PostSummary}</title>
  8.  
  9. <script type="text/javascript"
  10. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11. <script>
  12. $(document).ready(function() {
  13. //
  14. $('a.poplight[href^=#]').click(function() {
  15. var popID = $(this).attr('rel');
  16. var popURL = $(this).attr('href'); //Get Popup href to define size
  17. var query= popURL.split('?');
  18. var dim= query[1].split('&');
  19. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  20. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  21. var popMargTop = ($('#' + popID).height() + 80) / 2;
  22. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  23. //Apply Margin to Popup
  24. $('#' + popID).css({
  25. 'margin-top' : -popMargTop,
  26. 'margin-left' : -popMargLeft
  27. });
  28. $('body').append('<div id="fade"></div>');
  29. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  30. return false;
  31. });
  32. $('a.close, #fade').live('click', function() {
  33. $('#fade , .popup_block').fadeOut(function() {
  34. $('#fade, a.close').remove(); //fade them both out
  35. });
  36. return false;
  37. });
  38. });
  39. </script>
  40.  
  41.  
  42.  
  43. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  44.  
  45. <link rel="apple-touch-icon" href="{PortraitURL-128}">
  46.  
  47. <link rel="shortcut icon" href="{Favicon}">
  48.  
  49. <link rel="canonical" href="{block:IndexPage}{BlogURL}{/block:IndexPage}{block:PermalinkPage}{Permalink}{/block:PermalinkPage}">
  50.  
  51. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  52. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  53.  
  54. {block:Hidden}
  55. <!--
  56. Tumblr related theme options should live the 'Hidden' block. The meta tags will not be rendered by the browser but still read by Tumblr.
  57. https://www.tumblr.com/docs/en/custom_themes#theme-options
  58. -->
  59. {/block:Hidden}
  60.  
  61.  
  62. <!--------default variables-------->
  63. <meta name="color:background" content="#262626"/>
  64.  
  65. <!------------------------TOOLTIPS SCRIPT--------------------->
  66.  
  67. <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  68. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  69. <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  70. <script>
  71. (function($){
  72. $(document).ready(function(){
  73. $("[title]").style_my_tooltips({
  74. tip_follows_cursor:true,
  75. tip_delay_time:200,
  76. tip_fade_speed:300
  77. });
  78. });
  79. })(jQuery);
  80. </script>
  81.  
  82.  
  83.  
  84. <link href="https://fonts.googleapis.com/css?family=Cinzel+Decorative|Kalam|Merienda+One|Norican" rel="stylesheet">
  85. <!-------------------------------------------------------------------->
  86.  
  87.  
  88. <style type="text/css">
  89.  
  90. /*----------scrollbar---------*/
  91.  
  92. #s-m-t-tooltip {
  93. width:100px;
  94. margin:15px;
  95. padding:5px;
  96. }
  97.  
  98.  
  99. ::-webkit-scrollbar-thumb:vertical {
  100.  
  101. border:0px solid #ae9fa7 ;
  102. background-color:#400 ;
  103. }
  104. ::-webkit-scrollbar-thumb:horizontal {
  105. background-color:#400 ;
  106. }
  107. ::-webkit-scrollbar {
  108. width:0px;
  109.  
  110. border:10px ;
  111.  
  112.  
  113.  
  114. }
  115. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  116. display:block;
  117. height:8px;
  118. background-color:#400px ;
  119. }
  120.  
  121. /*----------body and text---------*/
  122.  
  123. body {
  124. background: {color:Background}
  125. url('https://i.imgur.com/EgXgvXS.png')
  126. fixed; background-size: no-repeat;
  127. background-repeat: no-repeat;
  128. background-attachment:top left;
  129. font-family: 'Cinzel Decorative', cursive;
  130. font-size:15px;
  131. font-weight:bold;
  132. text-shadow: 1px 1px 0px black;
  133. color: #eee;
  134. text-shadow: 0px 0px 0px black;
  135. text-align: left;
  136. position: absolute;
  137. }
  138. blockquote {
  139. width:91%;
  140. margin-bottom:10px;
  141. padding:0px 10px 0px 15px;
  142. margin-left:0px;
  143. border-left:1px broken #afafaf
  144.  
  145. }
  146.  
  147. b, strong {
  148. font-family: 'Merienda One', cursive;
  149. font-size:14px;
  150. text-align:center;
  151. font-size: 12px;
  152. line-height:10px;
  153. text-shadow: 1px 1px 5px #eee;
  154. letter-spacing:2px;
  155. color: #000 ; /* font color */
  156. }
  157.  
  158. i, em {
  159. text-transform:italic;
  160. color:#eee ;
  161. font-size:13px;
  162. font-family: 'Courgette', cursive;
  163. text-shadow: 1px 1px 3px #deeff2;
  164. }
  165.  
  166. a {
  167. font-family: 'Kalam', cursive;
  168. text-decoration:none;
  169. color:#fff;
  170. text-transform:lowercase;
  171. font-size:15px;
  172. text-shadow: 0px 2px 5px #eee;
  173. -moz-transition-duration:0.5s;
  174. -webkit-transition-duration:0.5s;
  175. -o-transition-duration:0.5s;
  176. }
  177.  
  178. a:hover {
  179. text-decoration:none;
  180. outline:none;
  181. -moz-outline-style:none;
  182. color:white;
  183. font-size : 18px;
  184. }
  185.  
  186. img {
  187. opacity:1;
  188. text-decoration:none;
  189. }
  190.  
  191. h1 {
  192. font-size:15px;
  193. font-weight:bold;
  194. text-shadow: 1px 1px 0px black;
  195. }
  196.  
  197. small, sup
  198. {
  199. font-size: 12px;
  200. }
  201.  
  202. h3 {
  203.  
  204. text-transform:uppercase;
  205. color: white;
  206. padding:5px;
  207. text-align:center;
  208. border-radius:4px;
  209. background-repeat:no-repeat;
  210. line-height:100%;
  211. color:#e6e6e6;
  212. text-shadow:1px 1px 7px #000,
  213. font-size:13px;
  214. font-family: 'Merienda One', cursive;
  215. letter-spacing:1px;
  216. background-image:url('https://i.imgur.com/6DhSWeP.gif');
  217. }
  218.  
  219. /*----------theme and entries---------*/
  220.  
  221. #theme {
  222. z-index:9;
  223. opacity:1;
  224. position:fixed;
  225. background-color:#545454;
  226. height:445px;
  227. width:350px;
  228. top: 232px;
  229. left:550px;
  230. margin:0px 0px;
  231. margin-left:5px;
  232. margin-top:5px;
  233. margin-bottom:20px;
  234. overflow-x:hidden;
  235. overflow-y:auto;
  236. -moz-transition-duration:0.9s;
  237. -webkit-transition-duration:0.9s;
  238. -o-transition-duration:0.9s;
  239. -webkit-mask-image: -webkit-gradient(
  240. linear, center 95%, center bottom,
  241. from(rgba(0,0,0,20)),
  242. to(rgba(20,0,0,0)));
  243.  
  244. }
  245.  
  246. #theme:hover {
  247. opacity:1;
  248. -moz-transition-duration:1s;
  249. -webkit-transition-duration:1s;
  250. -o-transition-duration:1s;
  251. }
  252.  
  253. .posts {
  254.  
  255. width:250px;
  256. padding-bottom:60px;
  257. margin-bottom:20px;
  258. margin-top:20px;
  259. padding:5px;
  260. }
  261.  
  262. .entries {
  263.  
  264.  
  265. background-color:#000000;
  266. text-align:left;
  267. border: px solid #424242;
  268. z-index:1;
  269. overflow-x:hidden;
  270. overflow-y:auto;
  271. margin-bottom:20px;
  272. margin-left:3px;
  273. opacity:0;
  274. padding:5px;
  275. overflow:auto;
  276. -moz-transition:all ease-in-out 0.6s;
  277. -webkit-transition:all ease-in-out 0.6s;
  278. -o-transition:all ease-in-out 0.6s;
  279. transition:all ease-in-out 0.6s;
  280.  
  281. }
  282.  
  283. .entries:hover {
  284.  
  285. opacity:1;
  286. -moz-transition:all ease-in-out 0.6s;
  287. -webkit-transition:all ease-in-out 0.6s;
  288. -o-transition:all ease-in-out 0.6s;
  289. transition:all ease-in-out 0.6s;
  290. }
  291.  
  292. img {
  293.  
  294. max-width:300px!important;
  295. max-height:300px!important;
  296. }
  297.  
  298. img:hover {
  299. -webkit-filter: grayscale(0%);
  300. z-index: -9999999999999999999999999px;
  301. -webkit-transition: all 0.9s ease-in-out;
  302. -moz-transition: all 0.9s ease-in-out;
  303. -o-transition: all 0.9s ease-in-out;
  304. -ms-transition: all 0.9s ease-in-out;
  305. transition: all 0.9s ease-in-out;
  306. }
  307. blockquote img, blockquote figure {
  308. max-width:100%;
  309. height:auto;
  310. }
  311.  
  312. /*----------post info---------*/
  313.  
  314. .info {
  315.  
  316. color:#e6e6e6;
  317. text-shadow:1px 1px 0px #000,
  318. font-size:14px;
  319. font-family: 'Merienda One', cursive;
  320. text-align:center;
  321. padding:5px;
  322. background: #000;
  323. background-image:url('https://i.imgur.com/Z2xXUu3.gif');
  324. background-repeat:repeat;
  325. padding:2px;
  326. color:#ffffff;
  327. border: 1px solid #717171;
  328. border-bottom-left-radius: 15px;
  329. border-top-left-radius: 15px;
  330. text-transform: uppercase;
  331. -moz-transition-duration:0.2s;
  332. -webkit-transition-duration:0.2s;
  333. -o-transition-duration:0.2s;
  334. }
  335.  
  336.  
  337.  
  338.  
  339. .tags {
  340. margin-top:5px;
  341. font-size:10px;
  342. letter-spacing:1px;
  343. text-shadow: 1px 1px 7px black;
  344. text-align:center;
  345. padding:2px;
  346. }
  347.  
  348. .tags a {
  349. margin-right:8px;
  350. font-size:10px;
  351.  
  352.  
  353. }
  354.  
  355. .tags hover {
  356. font-size : 12px;
  357. color:#eeeeee;
  358.  
  359.  
  360.  
  361. }
  362.  
  363. /*----------post notes---------
  364.  
  365. #links {
  366. position:fixed;
  367. font-family: "Times New Roman", Georgia, Serif;
  368.  
  369. color:black ;
  370. width:30px;
  371. top:202px;
  372. left:335px;
  373. font-size:25px;
  374. text-transform:uppercase;
  375. text-align:center;
  376. font-style:bold;
  377. line-height:280%;
  378.  
  379.  
  380. }
  381. #links a{
  382.  
  383. color:black;
  384. }
  385.  
  386. */
  387.  
  388. /*----------dinks ASK---------*/ ASK
  389.  
  390. #dinks {
  391. position:fixed;
  392. font-family: "Times New Roman", Georgia, Serif;
  393.  
  394. color:#000000 ;
  395. width:30px;
  396.  
  397. text-transform:uppercase;
  398. text-align:center;
  399. font-style:bold;
  400. line-height:280%;
  401. -webkit-transform: rotate(370deg);
  402. -moz-transform: rotate(450deg);
  403. -o-transform: rotate(450deg);
  404.  
  405. }
  406.  
  407. #dinks a{
  408. font-family: "Times New Roman", Georgia, Serif;
  409. line-height:150%;
  410. padding:1px;
  411. margin-top:1px;
  412. margin-left:30px;
  413. color:#eee
  414. position:absolute;
  415. position:fixed;
  416. opacity:0.95;
  417. filter: blur(1px);
  418. -webkit-animation-name: cinks;
  419. -webkit-animation-duration:5s;
  420. -webkit-animation-iteration-count:infinite;
  421. -webkit-animation-timing-function:ease-in-out;
  422. -moz-animation-name: cinks;
  423. -moz-animation-duration:5s;
  424. -moz-animation-iteration-count:infinite;
  425. -moz-animation-timing-function:ease-in-out;
  426. font-size:25px;
  427. top:570px;
  428. left:-20px;
  429. -ms-transform: rotate(7deg); /* IE 9 */
  430. -webkit-transform: rotate(7deg); /* Safari 3-8 */
  431. transform: rotate(7deg);
  432.  
  433.  
  434.  
  435. }
  436.  
  437. @-webkit-keyframes dinks{
  438. from {-webkit-transform: scale(0.95);}
  439. 50% {-webkit-transform: scale(1.0);}
  440. to {-webkit-transform: scale(0.95);}
  441. }
  442.  
  443. @-moz-keyframes dinks{
  444. from {-webkit-transform: scale(0.95);}
  445. 100% {-webkit-transform: scale(1.0);}
  446. to {-webkit-transform: scale(0.95);}
  447. }
  448.  
  449. #dinks a:hover {
  450. opacity:1;
  451. -moz-transition-duration:.5s;
  452. -webkit-transition-duration:.5s;
  453. -o-transition-duration:.5s;
  454. -webkit-filter: blur(0px);
  455. filter: blur(0px);
  456. }
  457.  
  458.  
  459.  
  460.  
  461.  
  462. /*----------cinks---------*/
  463. #cinks {
  464. position:fixed;
  465. font-family: "Times New Roman", Georgia, Serif;
  466.  
  467. color:#000000 ;
  468. width:30px;
  469.  
  470. text-transform:uppercase;
  471. text-align:center;
  472. font-style:bold;
  473. line-height:280%; -ms-transform: rotate(25deg); /* IE 9 */
  474. -webkit-transform: rotate(25deg25deg); /* Safari 3-8 */
  475. transform: rotate(25deg);
  476.  
  477.  
  478. }
  479.  
  480. #cinks a {
  481. font-family: "Times New Roman", Georgia, Serif;
  482. line-height:150%;
  483. padding:1px;
  484. margin-top:1px;
  485. margin-left:30px;
  486. color:#eee
  487. position:absolute;
  488. position:fixed;
  489. opacity:0.95;
  490. filter: blur(1px);
  491. -webkit-animation-name: cinks;
  492. -webkit-animation-duration:5s;
  493. -webkit-animation-iteration-count:infinite;
  494. -webkit-animation-timing-function:ease-in-out;
  495. -moz-animation-name: cinks;
  496. -moz-animation-duration:5s;
  497. -moz-animation-iteration-count:infinite;
  498. -moz-animation-timing-function:ease-in-out;
  499. font-size:25px;
  500. top:-370px;
  501. left:780px;
  502. -ms-transform: rotate(7deg); /* IE 9 */
  503. -webkit-transform: rotate(7deg); /* Safari 3-8 */
  504. transform: rotate(7deg);
  505. }
  506. @-webkit-keyframes cinks{
  507. from {-webkit-transform: scale(0.95);}
  508. 50% {-webkit-transform: scale(1.0);}
  509. to {-webkit-transform: scale(0.95);}
  510. }
  511.  
  512. @-moz-keyframes cinks{
  513. from {-webkit-transform: scale(0.95);}
  514. 100% {-webkit-transform: scale(1.0);}
  515. to {-webkit-transform: scale(0.95);}
  516. }
  517.  
  518. #cinks a:hover {
  519. opacity:1;
  520. -moz-transition-duration:.5s;
  521. -webkit-transition-duration:.5s;
  522. -o-transition-duration:.5s;
  523. -webkit-filter: blur(0px);
  524. filter: blur(0px);
  525. }
  526.  
  527.  
  528.  
  529. /*----------ninks---------*/
  530.  
  531. #ninks {
  532. position:fixed;
  533. font-family: "Times New Roman", Georgia, Serif;
  534.  
  535. color:#000000 ;
  536. width:30px;
  537. text-transform:uppercase;
  538. text-align:center;
  539. font-style:bold;
  540. line-height:280%;
  541. -ms-transform: rotate(45deg); /* IE 9 */
  542. -webkit-transform: rotate(45deg); /* Safari 3-8 */
  543. transform: rotate(45deg);
  544.  
  545.  
  546. }
  547.  
  548. #ninks a {
  549. font-family: "Times New Roman", Georgia, Serif;
  550. line-height:150%;
  551. padding:1px;
  552. margin-top:1px;
  553. margin-left:30px;
  554. color:#eee
  555. position:absolute;
  556. position:fixed;
  557. opacity:0.95;
  558. filter: blur(1px);
  559. -webkit-animation-name: ninks;
  560. -webkit-animation-duration:5s;
  561. -webkit-animation-iteration-count:infinite;
  562. -webkit-animation-timing-function:ease-in-out;
  563. -moz-animation-name: ninks;
  564. -moz-animation-duration:5s;
  565. -moz-animation-iteration-count:infinite;
  566. -moz-animation-timing-function:ease-in-out;
  567. font-size:25px;
  568. top:-680px;
  569. left:810px;
  570. -ms-transform: rotate(7deg); /* IE 9 */
  571. -webkit-transform: rotate(7deg); /* Safari 3-8 */
  572. transform: rotate(7deg);
  573.  
  574. }
  575. @-webkit-keyframes ninks{
  576. from {-webkit-transform: scale(0.95);}
  577. 50% {-webkit-transform: scale(1.0);}
  578. to {-webkit-transform: scale(0.95);}
  579. }
  580.  
  581. @-moz-keyframes ninks{
  582. from {-webkit-transform: scale(0.95);}
  583. 100% {-webkit-transform: scale(1.0);}
  584. to {-webkit-transform: scale(0.95);}
  585. }
  586.  
  587. #ninks a:hover {
  588. opacity:1;
  589. -moz-transition-duration:.5s;
  590. -webkit-transition-duration:.5s;
  591. -o-transition-duration:.5s;
  592. -webkit-filter: blur(0px);
  593. filter: blur(0px);
  594. }
  595.  
  596.  
  597.  
  598. /*----------sinks---------*/
  599.  
  600. #sinks {
  601. position:fixed;
  602. font-family: "Times New Roman", Georgia, Serif;
  603.  
  604. color:#000000 ;
  605. width:30px;
  606.  
  607. font-size:25px;
  608. text-transform:uppercase;
  609. text-align:center;
  610. font-style:bold;
  611. line-height:280%;
  612.  
  613.  
  614. }
  615.  
  616. #sinks a {
  617. font-family: "Times New Roman", Georgia, Serif;
  618. line-height:150%;
  619. padding:1px;
  620. margin-top:1px;
  621. margin-left:30px;
  622. color:#eee
  623. position:absolute;
  624. position:fixed;
  625. opacity:0.95;
  626. filter: blur(1px);
  627. -webkit-animation-name: sinks;
  628. -webkit-animation-duration:5s;
  629. -webkit-animation-iteration-count:infinite;
  630. -webkit-animation-timing-function:ease-in-out;
  631. -moz-animation-name: sinks;
  632. -moz-animation-duration:5s;
  633. -moz-animation-iteration-count:infinite;
  634. -moz-animation-timing-function:ease-in-out;
  635. font-size:25px;
  636. top:0px;
  637. left:665px;
  638.  
  639. }
  640.  
  641. @-webkit-keyframes sinks{
  642. from {-webkit-transform: scale(0.95);}
  643. 50% {-webkit-transform: scale(1.0);}
  644. to {-webkit-transform: scale(0.95);}
  645. }
  646.  
  647. @-moz-keyframes sinks{
  648. from {-webkit-transform: scale(0.95);}
  649. 100% {-webkit-transform: scale(1.0);}
  650. to {-webkit-transform: scale(0.95);}
  651. }
  652.  
  653. #sinks a:hover {
  654. opacity:1;
  655. -moz-transition-duration:.5s;
  656. -webkit-transition-duration:.5s;
  657. -o-transition-duration:.5s;
  658. -webkit-filter: blur(0px);
  659. filter: blur(0px);
  660. }
  661.  
  662.  
  663. /*----------ainks---------*/
  664.  
  665.  
  666.  
  667. #ainks {
  668. position:fixed;
  669. font-family: 'Cinzel Decorative', cursive;
  670.  
  671. color:#000000 ;
  672. width:20px;
  673. text-transform:uppercase;
  674. text-align:center;
  675. font-style:bold;
  676. line-height:280%;
  677. -ms-transform: rotate(7deg); /* IE 9 */
  678. -webkit-transform: rotate(7deg); /* Safari 3-8 */
  679. transform: rotate(7deg);
  680.  
  681.  
  682. }
  683.  
  684. #ainks a {
  685. font-family: 'Cinzel Decorative', cursive;
  686. line-height:150%;
  687. padding:1px;
  688. margin-top:1px;
  689. margin-left:30px;
  690. color:#eee
  691. position:absolute;
  692. position:fixed;
  693. opacity:0.95;
  694. -webkit-animation-name: sinks;
  695. -webkit-animation-duration:5s;
  696. -webkit-animation-iteration-count:infinite;
  697. -webkit-animation-timing-function:ease-in-out;
  698. -moz-animation-name: sinks;
  699. -moz-animation-duration:5s;
  700. -moz-animation-iteration-count:infinite;
  701. -moz-animation-timing-function:ease-in-out;
  702. font-size:25px;
  703. top:500px;
  704. left:490px;
  705. -ms-transform: rotate(7deg); /* IE 9 */
  706. -webkit-transform: rotate(7deg); /* Safari 3-8 */
  707. transform: rotate(7deg);
  708.  
  709.  
  710. }
  711.  
  712. @-webkit-keyframes ainks{
  713. from {-webkit-transform: scale(0.95);}
  714. 50% {-webkit-transform: scale(1.0);}
  715. to {-webkit-transform: scale(0.95);}
  716. }
  717.  
  718. @-moz-keyframes ainks{
  719. from {-webkit-transform: scale(0.95);}
  720. 100% {-webkit-transform: scale(1.0);}
  721. to {-webkit-transform: scale(0.95);}
  722. }
  723.  
  724. #ainks a:hover {
  725. opacity:1;
  726. -moz-transition-duration:.5s;
  727. -webkit-transition-duration:.5s;
  728. -o-transition-duration:.5s;
  729. -webkit-filter: blur(0px);
  730. filter: blur(0px);
  731.  
  732. }
  733.  
  734. #sidethingy {
  735. z-index: 1;
  736. position:absolute;
  737. left:805px;
  738. top: 305px;
  739. height:250px;
  740. overflow-y:scroll;
  741. overflow-x:hidden;
  742. width:180px;
  743. letter-spacing:1px;
  744. font-size:8px !important;
  745. text-align:justify;
  746. border: px solid #424242;
  747. background-color:#a6b2ae;
  748. opacity:0;
  749.  
  750.  
  751.  
  752. }
  753. #sidethingy:hover {
  754.  
  755. -webkit-filter:none;
  756. -webkit-transition: all 0.6s ease-in-out;
  757. opacity:0;
  758. -webkit-transition: all 0.6s ease-in-out;
  759. -moz-transition: all 0.6s ease-in-out;
  760. -o-transition: all 0.6s ease-in-out;
  761. -ms-transition: all 0.6s ease-in-out;
  762. transition: all 0.6s ease-in-out; }
  763.  
  764.  
  765.  
  766. .credit {
  767. font-size:8px;
  768. position:fixed;
  769. font-weight:bold;
  770. bottom:25px;
  771. right:15px;
  772. z-index:10;
  773. text-align:right;
  774. letter-spacing:1px;
  775. padding:2px;
  776. border: 1px; solid black
  777. }
  778.  
  779.  
  780.  
  781. .popup_block{
  782. display:none;
  783. background: url("");
  784. background:transparent;
  785. padding:20px;
  786. float:left;
  787. height: 460px;
  788. width:280px;
  789. top:390px;
  790. left: 740px;
  791. position:fixed;
  792. z-index: 99999;
  793.  
  794. }
  795.  
  796. *html #fade {position: absolute;}
  797.  
  798.  
  799. *html .popup_block {position: absolute;}
  800. #fade {
  801. display: none; /*--hidden by default--*/
  802. position: fixed; left: 0; top: 0;
  803. width: 100%; height: 100%;
  804. opacity: .80;
  805. z-index: 9999;
  806. }
  807.  
  808.  
  809. #popdatass {
  810. width: 265px;
  811. height:445px;
  812. margin-top:0px;
  813. margin-left:0px;
  814. z-index:999;
  815. padding: 5px;
  816. position:fixed;
  817. overflow-y:auto;
  818. overflow-x:hidden;
  819. padding-top:5px;
  820. font-family: 'Cinzel Decorative', cursive;
  821. font-size:10px;
  822. text-shadow:0px 0px 2px #eee;
  823. color: white;
  824. text-align:left;
  825. }
  826.  
  827. #askpopup {
  828. width: 255px;
  829. height:311px;
  830. margin-top:2px;
  831. margin-left:3px;
  832. z-index:9999999;
  833. padding: 10px;
  834. position:fixed;
  835. color:#bababa;
  836. overflow-y:auto;
  837. text-transform:lowercase;
  838. overflow-x:hidden;
  839. padding-top:-20px;
  840. text-align:justify;
  841. }
  842.  
  843.  
  844.  
  845.  
  846. </style>
  847.  
  848.  
  849. </head>
  850. <body>
  851.  
  852.  
  853.  
  854.  
  855. <div class="credit">
  856. <a title="background and coding done by Julie! " href="http://ignti.tumblr.com/" target="_blank">J .</a></div>
  857.  
  858. <div id="sinks"> <a href="#?w=480" rel="box3" class="poplight" title="A B O U T "><img src="https://i.imgur.com/3LHPoqa.png" "width="100px" height="100px" > </a></div>
  859.  
  860.  
  861. <div id="cinks">
  862. <a href="#?w=300" rel="rules" class="poplight" title=" R U L E S "><img src="https://i.imgur.com/Yf2JvD7.png" width="100px" height="100px"></a></div>
  863. </div>
  864.  
  865. <div id="ninks">
  866. <a href="#?w=480" rel="box4" class="poplight" title=" V E R S E S "><img src="https://i.imgur.com/mdi5syW.png"width="100px" height="100px"></a></div>
  867. </div>
  868.  
  869. <div id="dinks">
  870. <a href="#?w=480" rel="askbox" class="poplight" title=" A S K B O X "><img src="https://i.imgur.com/YDjlOPE.png" width="100px" height="100px"></a></div>
  871. </div>
  872.  
  873. <div id="ainks">
  874.  
  875. <a href="https://ignti.tumblr.com/" title="H O M E " >
  876. <img src="">HOME!</a></div>
  877. </a><br>
  878.  
  879. </div>
  880.  
  881. <!-- Wikplayer https://www.wikplayer.com -->
  882. <script type="text/javascript" src="https://www.wikplayer.com/code.js"
  883. data-config="{'skin':'https://static.tumblr.com/wx6pget/SaSnc7p16/.css','volume':50,'autoplay':true,'shuffle':false,'repeat':1,'showcomment':false,'marqueetexton':true,'placement':'bottom','showplaylist':false,'playlist':[{'title':'Remember%20the%20Name','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DbbPNVEB8O7E'},{'title':'Demons','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DGFQYaoiIFh8'},{'title':'Emperors%20New%20Clothes','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DhRjT_X64c_g'},{'title':'Fight!','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DDBXTRtm07RA'},{'title':'Monster','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DhhSA9H9Iaqw'},{'title':'Cherry%20Bomb','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DWNxKpYOOYvM'},{'title':'TNT!','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DkR6pxe8jaMs'},{'title':'The%20Good%20The%20Bad%20and%20the%20Dirty','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DNu55xS1TdoU'}]}" ></script>
  884. <!-- Wikplayer code end -->
  885.  
  886.  
  887.  
  888.  
  889. <div id="theme">
  890.  
  891. <div id="entries">{block:Posts}
  892.  
  893. <div id="post">
  894.  
  895.  
  896. {block:Text}
  897. <br>
  898. {block:Title}<h2><a href="{Permalink}">{Title}</a></h2>{/block:Title}
  899. {block:Body}
  900. <div class="body-text">
  901. {Body}
  902. </div>
  903. {/block:Body}
  904. {/block:Text}
  905.  
  906. {block:Quote}
  907. <blockquote class="words {Length}">&#8220;{Quote}&#8221;</blockquote>
  908. {block:Source}<p class="source">&mdash; {Source}</p>{/block:Source}
  909. {/block:Quote}
  910.  
  911. {block:Link}
  912. <h2><a href="{URL}" {Target}>{Name}</a></h2>
  913. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  914. {/block:Link}
  915.  
  916. {block:Audio}
  917. {block:AlbumArt}<img src="{AlbumArtURL}" alt="">{/block:AlbumArt}
  918. <div class="audio-player">
  919. {block:AudioEmbed}
  920. {AudioEmbed color="white"}
  921. {/block:AudioEmbed}
  922. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  923. </div>
  924. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  925. {/block:Audio}
  926.  
  927. {block:Photo}
  928. <div class="postPhoto">
  929. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  930.  
  931. {block:Caption}
  932. <div class="caption">{Caption}</div>
  933. {/block:Caption}
  934. </div>
  935. {/block:Photo}
  936.  
  937. {block:Photoset}
  938.  
  939. {Photoset-250}{block:Caption}
  940. <div class="caption">{Caption}</div>
  941. {/block:Caption}
  942.  
  943. {/block:Photoset}
  944.  
  945. {block:Panorama}
  946. <figure{block:Caption} class="with-caption"{/block:Caption}>
  947. {LinkOpenTag}<img src="{PhotoURL-Panorama}" width="{PhotoWidth-Panorama}" height="{PhotoHeight-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
  948. {block:Caption}<figcaption class="caption">{Caption}</figcaption>{/block:Caption}
  949. </figure>
  950. {/block:Panorama}
  951.  
  952. {block:Video}
  953. <figure{block:Caption} class="with-caption"{/block:Caption}>
  954. <div class="video-player">
  955. {Video-250}
  956. </div>
  957. {block:Caption}<figcaption class="caption">{Caption}</figcaption>{/block:Caption}
  958. </figure>
  959. {/block:Video}
  960.  
  961. {block:Chat}
  962. {block:Title}<h2>{Title}</h2>{/block:Title}
  963. <ul class="conversation">
  964. {block:Lines}
  965. <li class="line {Alt}">
  966. {block:Label}<span class="person">{Label}</span>{/block:Label}
  967. <span class="person-said">{Line}</span>
  968. </li>
  969. {/block:Lines}
  970. </ul>
  971. {/block:Chat}
  972.  
  973. {block:Answer}
  974. <section class="question">
  975. <div class="asker"> <em> {lang:Asker asked}:</em></div>
  976. <div class="asker-question">
  977. {Question}
  978. </div>
  979. </section>
  980. {block:Answerer}
  981. <section class="answerer">
  982.  
  983. <p>{lang:Answer} {Answerer}:</p>
  984. <div class="answerer-answer">
  985. {Answer}
  986. </div>
  987. </section>
  988. {/block:Answerer}
  989. <div class="replies">{Replies}</div>
  990. {/block:Answer}
  991.  
  992.  
  993.  
  994.  
  995. </article>
  996.  
  997. </div>
  998.  
  999. <div class="info">
  1000. {block:Date}
  1001. <b><a href="{Permalink}">{DayOfMonthWithZero}.{ShortMonth}.{ShortYear}</b></a>
  1002. {/block:Date}
  1003.  
  1004. &nbsp;&nbsp;
  1005. <a href="{Permalink}">{NoteCountWithLabel}</a>
  1006. &nbsp;&nbsp;
  1007.  
  1008. {block:RebloggedFrom}
  1009. <a href="{ReblogParentURL}" title="{ReblogParenttitle}">via </a>
  1010. {block:ContentSource}
  1011. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}">| src</a>
  1012. {/block:ContentSource}
  1013. {/block:RebloggedFrom}
  1014.  
  1015. <a href="{ReblogURL}" target="_blank" class="details">| rb</a>
  1016.  
  1017.  
  1018. </div>
  1019. {block:HasTags}
  1020. <div class="tags">
  1021. {block:Tags}
  1022. <a href="{TagURL}">#{Tag}</a>
  1023. {/block:Tags}
  1024. </div>
  1025. {/block:HasTags}
  1026. {/block:Posts}
  1027.  
  1028. {block:PermalinkPagination}
  1029. <div class="pagination">
  1030. {block:PreviousPost}<a class="prev" href="{PreviousPost}">{lang:Previous post}</a>{/block:PreviousPost}
  1031. {block:NextPost}<a class="next" href="{NextPost}">{lang:Next post}</a>{/block:NextPost}
  1032. </div>
  1033. {/block:PermalinkPagination}
  1034.  
  1035. {block:Pagination}
  1036. <div class="pagination">
  1037. {block:PreviousPage}<a class="prev" href="{PreviousPage}">{lang:Previous}</a>{/block:PreviousPage}
  1038.  
  1039. {block:JumpPagination length="5"}
  1040. {block:CurrentPage}<span class="current-page">{PageNumber}</span>{/block:CurrentPage}
  1041. {block:JumpPage}<a class="jump-page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  1042. {/block:JumpPagination}
  1043.  
  1044. {block:NextPage}<a class="next" href="{NextPage}">{lang:Next}</a>{/block:NextPage}
  1045. </div>
  1046. {/block:Pagination}
  1047.  
  1048. </main>
  1049.  
  1050.  
  1051. </div>
  1052. </div>
  1053. </div>
  1054.  
  1055.  
  1056. </body>
  1057. <div id="askbox" class="popup_block">
  1058. <div style="background: #545454; position:fixed;
  1059. height:445px;
  1060. width:355px;
  1061. top: 242px;
  1062. left:550px;">
  1063. <div id="popdatass">
  1064.  
  1065. <center><h3> Tell me what you want ? </h3> </center>
  1066.  
  1067. <br>
  1068.  
  1069. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/ignti.tumblr.com" width="100%" style="height: 250px;"></iframe>
  1070.  
  1071. </div>
  1072. </div>
  1073. </div>
  1074.  
  1075.  
  1076. <div id="rules" class="popup_block">
  1077. <div style="background: #545454; position:fixed;
  1078. height:445px;
  1079. width:355px;
  1080. top: 242px;
  1081. left:550px;">
  1082. <div id="popdatass">
  1083.  
  1084. <h1>RULES</h1>
  1085. <p>_________________________________________________</p>
  1086. <p><a href="http://.">1. Meta of this blog</a></p>
  1087. <ul>
  1088. <li>This blog is about<strong>&nbsp;Kacchan; </strong>real name<strong> Bakugou Katsuki. </strong>He is affiliated with the<strong> Boku No Hero Academia Fandom.&nbsp;</strong></li>
  1089. <li>I do not own any images I post on this blog. Nor will I ever claim to do so.&nbsp;</li>
  1090. <li>This is the source of the background images.&nbsp; <a href="https://t.umblr.com/redirect?z=https%3A%2F%2Fwww.pixiv.net%2Fmember.php%3Fid%3D451593&amp;t=YWQxNzFiMjExNmQ4ODE1ODQzYTBhNDljOGIwYzMzOTJmYWQwMDQ4ZCx2b2J6S3dCcA%3D%3D&amp;b=t%3AygdOBkNh8ej-SQ5Yjh-5uQ&amp;p=http%3A%2F%2Fmideoku.tumblr.com%2Fpost%2F171468235002%2Ftheme-05-bakugou-katsuki&amp;m=0">1</a>&nbsp; <a href="https://t.umblr.com/redirect?z=https%3A%2F%2Fwww.pixiv.net%2Fstacc%2Fcrimson11%2Fhome%2Fself%2Fall%2F8558892%3Fno_update%3D1&amp;t=MmQ3NWRlMTA4MjQ1MjU2ZjZiMGMwZWNlODYxNzYwMDg3N2UyNWZhNix2b2J6S3dCcA%3D%3D&amp;b=t%3AygdOBkNh8ej-SQ5Yjh-5uQ&amp;p=http%3A%2F%2Fmideoku.tumblr.com%2Fpost%2F171468235002%2Ftheme-05-bakugou-katsuki&amp;m=0">2</a> and from the official anime. With Links from <a href="https://www.wattpad.com/465741046-blasty%27s-counterpart-bakugou-katsuki-x-reader">1</a>&nbsp; <a href="https://xar623.deviantart.com/art/FA-Katsuki-Bakugou-695644746">2</a>&nbsp; <a href="https://br.pinterest.com/pin/574842339926497982/">3</a>&nbsp;</li>
  1091. <li><a href="http://ignti.tumblr.com/credit">This is my source page</a>&nbsp;</li>
  1092. <li>I do own the&nbsp;<strong>edits</strong> on this blog, and these are&nbsp;<em>not</em> free to use ! I&rsquo;d appreciate it if you do not use them&nbsp;</li>
  1093. <li>If I do post an edit on this blog, you&rsquo;re <strong>free</strong> to use them <strong>as long as</strong> the post itself states its free-use !&nbsp;</li>
  1094. <li>This blog is an <strong>independent</strong> blog. Not tied to any role play group or active party</li>
  1095. <li>This blog is <strong>selective</strong>. I will not follow back <em>all</em> roleplay blogs that follow me and generally will not follow back personals. But I do try to interact with non-mutuals</li>
  1096. <li>I won&rsquo;t be able to interact with <strong>everyone</strong> that comes to me but I&rsquo;ll try!&nbsp;</li>
  1097. <li>My ask box is always <strong>open</strong> for interaction ! However, realize I have a huge volume of asks to go through everyday and my time is limited, so I won&rsquo;t be able to get to all asks always immediately.&nbsp;</li>
  1098. <li>This blog is <strong>NSFW</strong>. Violence, abuse are topics that are VERY relevant to Bakugou. There will NEVER be any smut or any kind, and jokes of this matter will be either entirely OoC&nbsp;</li>
  1099. <li>If you&rsquo;re not comfortable with any of this, feel free to unfollow ! I want your blog to stay safe and I understand this can make you uncomfortable.</li>
  1100. <li>However, to aid in this, I will tag any triggering content, including &rsquo;<strong>abuse</strong>&rsquo;, &rsquo;<strong>violence'&nbsp;</strong>and &rsquo;<strong>NSFW</strong>&rsquo; for example.&nbsp;<strong><br /></strong></li>
  1101. </ul>
  1102. <p><a href="http://.">2. Characterization</a></p>
  1103. <ul>
  1104. <li>Understand that <strong>Bakugou is a complex character</strong> and does not interact with all people the same!&nbsp;</li>
  1105. <li>The characterization for <strong>Bakugou&nbsp;</strong>will be from the most recent manga chapter, or from the most recent anime.&nbsp;<strong><br /></strong></li>
  1106. <li><strong>I do ship a majority of Bakugou ships</strong> but I love developing and fleshing them out ! I don&rsquo;t know how I feel about Bakudeku as of yet, as I do want to respect the fact Bakugou WAS abusive to Deku in his teenage years, but also the fact that recent manga interactions show them resolving points of their troubled relationship. So for now, the farthest I&rsquo;ll do is Platonic. Hateship/Rivalships are very welcome!&nbsp;</li>
  1107. <li>As I am<strong> Multi-verse,</strong> interactions between characters can change between blogs.&nbsp;</li>
  1108. <li>Mains will be made on an <strong>INTERACTION ONLY</strong> basis. <strong>I will never post a mains call.</strong> Mains will only exist if Bakugou knows your character and more likely, I associate your character with your blog.Obviously OC&rsquo;s and other fandom blogs are more likely to be main&rsquo;d easily.&nbsp;</li>
  1109. <li><strong>THIS BLOG IS CANON DIVERGENT</strong>. This blog will never respect the fact Bakugou went far enough to suicide-bait Deku and will never show up in my portrayal of him. Please do not ask me about this, I really don&rsquo;t feel like discussing if its IC or not.&nbsp;</li>
  1110. </ul>
  1111. <p><a href="http://.">3. Mun</a></p>
  1112. <ul>
  1113. <li><strong>I&rsquo;m Julie !</strong> Obviously not my real name, and its just a nickname ! I&rsquo;ve also gone as &rsquo; Snowy &rsquo;, but I&rsquo;m more attentive to Julie</li>
  1114. <li>I am <strong>not explicit about pronouns</strong>, I understand Julie a feminine name, so whatever pronoun fits me, to you, is easiest!&nbsp;</li>
  1115. <li>I<strong> try to tag everything</strong>, but if I miss something, please tell me about it so I can make you feel comfortable !&nbsp;</li>
  1116. <li>I do have a girlfriend, who is currently on Tumblr. I would appreciate it if you weren't close, to please not outwardly flirt with me, it makes her uncomfortable, thank you! @willfainder / cosmicor ( she's an incredible girl and I love her so much &lt;3 )&nbsp;</li>
  1117. </ul>
  1118.  
  1119.  
  1120. </div>
  1121. </div>
  1122. </div>
  1123.  
  1124.  
  1125.  
  1126. <div id="box3" class="popup_block">
  1127. <div style="background: #545454; position:fixed;
  1128. height:445px;
  1129. width:355px;
  1130. top: 242px;
  1131. left:550px;">
  1132. <div id="popdatass">
  1133. <br>
  1134.  
  1135. <h1>BIO.&nbsp;</h1>
  1136. <p>_________________________________________________</p>
  1137. <h3>1. A primer.&nbsp;</h3>
  1138. <p><img src="https://78.media.tumblr.com/8cc4c87dbd550b83492c8e75097f2b6e/tumblr_inline_p4zvlcHw5n1vzkmwy_500.gif" /></p>
  1139. <p></p>
  1140. <p><strong>FULL NAME</strong> : Bakugou Katsuki<br /><strong>HERO NAME</strong> : Ground Zero<br /><strong>AGE</strong> : 16&nbsp;<br /><strong>OCCUPATION</strong> : Hero-In-Training, Unlicensed.&nbsp;<br /><strong>GENDER</strong> : Male.<br /><strong>ORIENTATION</strong> : Biromantic<br /><strong>NATIONALITY</strong> : Japanese.&nbsp;<br /><strong>ALLEGIANCE</strong> : Hero Academy&nbsp;<br /><strong>BIRTHPLACE</strong> : Near Shizuoka Prefecture<br /><strong>SPECIES</strong> : Human<br /><strong>SPECIALTY</strong> : Explosions. He is able to sweat out nitroglycerine and ignite it at will. This creates explosions according to the amount of Sweat able to stored or ignited, with the radius of explosion proportional to such.&nbsp;<br /><strong>WEAPONS AND EQUIPMENT :&nbsp;</strong></p>
  1141. <ol>
  1142. <li><strong>Costume Gamma.</strong>&nbsp;his hero suit contains grenades that are attached to his arm with store tanks able to collect massive amounts of sweat that he is able to detonate, either at a distance or upclose.&nbsp;</li>
  1143. </ol>
  1144. <p><strong>Quirk primer :&nbsp;</strong></p>
  1145. <ol>
  1146. <li><strong>Quirks</strong> are typically <strong>mutations</strong> that are either randomly produced or inherited by the child at birth</li>
  1147. <li>Katsuki inherited nitroglycerine sweat from his mother and the ignition from his father, allowing him to ignite both at will.&nbsp;</li>
  1148. </ol>
  1149. <p><span style="font-size: 1.17em;"><br />2. Personality</span></p>
  1150. <p><strong>WILL DO WHATEVER IT TAKES TO WIN; THATS WHAT A HERO DOES.</strong></p>
  1151. <p><strong>&nbsp;<img src="https://78.media.tumblr.com/d80b6c52e02b7055d95a204f782d04a0/tumblr_inline_p4zvu4K50y1vzkmwy_500.gif" /></strong></p>
  1152. <p></p>
  1153. <p><strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;AT FIRST GLANCE,</strong> Bakugou is very aggressive and is incredibly problematic, able to explode at a second. He is incredibly crass, with no filter to his words, no matter what authority may be watching at the time. He is incredibly determined however, and will stop at nothing to win, self injury or destructive tendancies abound.&nbsp;</p>
  1154. <p>&nbsp; &nbsp; &nbsp; &nbsp;Some may say that he is almost villain-like, almost unheroic with how aggressive he is to almost everyone he's with. However, he does believe in the heroic acts of fellow heros. A superiority complex forms from such a drive, with the unboundless need to succeed and destroy any villains that get in the way of him. His one focus is to win, and does not care about the ties he cuts or people he snaps at, allies or villains alike, to do so.&nbsp;</p>
  1155.  
  1156. </div>
  1157. </div>
  1158. </div>
  1159. </div>
  1160.  
  1161.  
  1162.  
  1163. <div id="box4" class="popup_block">
  1164. <div style="background: #545454; position:fixed;
  1165. height:445px;
  1166. width:355px;
  1167. top: 242px;
  1168. left:550px;">
  1169. <div id="popdatass">
  1170. <br>
  1171. <h1>Verseology.&nbsp;</h1>
  1172.  
  1173. <p>_________________________________________________</p>
  1174. <h3>1 / Hero-In Training :</h3>
  1175. <h3>Training For Hero License&nbsp;</h3>
  1176. <p><img src="https://78.media.tumblr.com/ec479d920a1e7c07e7b6d8f85239bc76/tumblr_inline_p62gmv0cpw1vzkmwy_500.gif" /></p>
  1177. <p></p>
  1178. <p>&nbsp; &nbsp; &nbsp; &nbsp;<strong> &nbsp;COMING FROM THE AFTERMATH OF FAILING TO GET HIS HERO LICENSE</strong>, he's currently enrolled in provisional lessons along side his friend <strong>TODOROKI SHOUTO</strong> in order to receive them. Still hard at work, his personality is making shifts in understanding fellow classmates; while knowingly loyal despite the hatred against Class 1-A. <strong>Working to get respect for both him, and his class, he'll make sure he gets it.&nbsp;</strong></p>
  1179. <h3>2 / Anime Verse&nbsp;</h3>
  1180. <p><img src="https://78.media.tumblr.com/911de6a143527bb3f400a7d5e5fbd188/tumblr_inline_p62gqwflPv1vzkmwy_500.gif" /></p>
  1181. <p></p>
  1182. <p>&nbsp; &nbsp; &nbsp; Follows the current events of the anime !&nbsp;</p>
  1183. <h3>3 / Pokemon</h3>
  1184. <figure style="-webkit-font-smoothing: antialiased; outline: none 0px; -webkit-tap-highlight-color: transparent; margin-top: 0px; margin-bottom: 15px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; vertical-align: baseline; box-sizing: border-box;"><img src="https://78.media.tumblr.com/4de153ae0f107438d5aec3df0351068f/tumblr_inline_p62grvk1mj1vzkmwy_500.gif" /></figure>
  1185. <figure style="-webkit-font-smoothing: antialiased; outline: none 0px; -webkit-tap-highlight-color: transparent; margin-top: 0px; margin-bottom: 15px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; vertical-align: baseline; box-sizing: border-box;"><img src="https://78.media.tumblr.com/4056c572d797589122d119559fb21450/tumblr_inline_p62gs1ofab1vzkmwy_500.gif" /></figure>
  1186. <figure style="-webkit-font-smoothing: antialiased; outline: none 0px; -webkit-tap-highlight-color: transparent; margin-top: 0px; margin-bottom: 15px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; vertical-align: baseline; box-sizing: border-box;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;TBD. currently has a Typhlosion and Ko'ommo with Outrage<strong></strong>&nbsp;</figure>
  1187. <p></p>
  1188. <h3>4 / Fantasy</h3>
  1189. <p><img src="https://78.media.tumblr.com/b13e0a01f5ba2771fd0a314fa8a4cfa5/tumblr_inline_p62gtxTYvy1vzkmwy_500.gif" /></p>
  1190. <p></p>
  1191. <p>&nbsp; &nbsp; &nbsp;<strong>&nbsp;TBD. THE KINGDOM CALLED FOR A CHOSEN ONE; and he answered</strong>. BAKUGO KATSUKI, had left on a journey to slay a mighty beast and save the kingdom.&nbsp;</p>
  1192.  
  1193. </div>
  1194. </div>
  1195. </div>
  1196. <div id="box5" class="popup_block">
  1197. <div style="background: #545454; position:fixed;
  1198. height:445px;
  1199. width:355px;
  1200. top: 242px;
  1201. left:550px;">
  1202. <div id="popdatass">
  1203. <br>
  1204.  
  1205. <h3>MAINS&nbsp;</h3>
  1206. <blockquote>
  1207. <p><strong>&nbsp; &nbsp; &nbsp; &nbsp;Mains are blogs who will be preferred regarding their character&nbsp;</strong></p>
  1208. </blockquote>
  1209. <p><strong><img src="https://78.media.tumblr.com/e050253743dfb097c44601eadfccdc90/tumblr_inline_p16odu7zY41v7px6h_500.gif" /></strong></p>
  1210. <p><strong><span style="font-size: 10px;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;frisk - &gt;&nbsp;</span><a href="https://tmblr.co/mSytSXfYnFs0SD_z5HsKoiQ" style="-webkit-font-smoothing: antialiased; outline: none 0px; -webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px 0px 0.15em; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-size: 10px; vertical-align: baseline; color: inherit; text-decoration-line: none; background-image: linear-gradient(rgba(68, 68, 68, 0) 50%, rgba(68, 68, 68, 0.25) 0px); background-repeat: repeat-x; background-size: 1em 2px; background-position: 0px 1.15em; box-sizing: border-box;">@astrcea</a><span style="font-size: 10px;">​​&nbsp;</span><span style="font-size: 10px;"><br /><br /></span></strong></p>
  1211. <p><strong><span style="font-size: 10px;"><img src="https://78.media.tumblr.com/befc4bf0f9e25dab2f3a2bee4f98a874/tumblr_inline_p16ojxty5n1v7px6h_500.gif" /></span></strong></p>
  1212. <p><strong><span style="font-size: 10px;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nanami chiaki - &gt;&nbsp;</span><a href="https://tmblr.co/mWlhqhcv65YfIIp3KeIPwdQ" style="-webkit-font-smoothing: antialiased; outline: none 0px; -webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px 0px 0.15em; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-size: 10px; vertical-align: baseline; color: inherit; text-decoration-line: none; background-image: linear-gradient(rgba(68, 68, 68, 0) 50%, rgba(68, 68, 68, 0.25) 0px); background-repeat: repeat-x; background-size: 1em 2px; background-position: 0px 1.15em; box-sizing: border-box;">@geimaa</a><span style="font-size: 10px;">​​&nbsp;</span></strong></p>
  1213. <p><strong><img src="https://78.media.tumblr.com/bd53269e1dd829cfff87b4319b30912e/tumblr_inline_p16ojzIxA31v7px6h_500.gif" /></strong></p>
  1214. <p><strong><span style="font-size: 10px;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;seiya kou&nbsp; - &gt;&nbsp;</span><a href="https://tmblr.co/mFeem0tZrQOUrFS-tuGwSgA" style="-webkit-font-smoothing: antialiased; outline: none 0px; -webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px 0px 0.15em; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-size: 10px; vertical-align: baseline; color: inherit; text-decoration-line: none; background-image: linear-gradient(rgba(68, 68, 68, 0) 50%, rgba(68, 68, 68, 0.25) 0px); background-repeat: repeat-x; background-size: 1em 2px; background-position: 0px 1.15em; box-sizing: border-box;">@kinmokian</a><span style="font-size: 10px;">​​&nbsp;</span></strong></p>
  1215. <p><strong><img src="https://78.media.tumblr.com/a95fa9fb4ad0972b5d9fb3ab66d08ff4/tumblr_inline_p16ok13feE1v7px6h_500.gif" /></strong></p>
  1216. <p><strong><span style="font-size: 10px;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;kori - &gt;&nbsp;</span><a href="https://tmblr.co/mxadGJJ65bT7jKXz47YadqA" style="-webkit-font-smoothing: antialiased; outline: none 0px; -webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px 0px 0.15em; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-size: 10px; vertical-align: baseline; color: inherit; text-decoration-line: none; background-image: linear-gradient(rgba(68, 68, 68, 0) 50%, rgba(68, 68, 68, 0.25) 0px); background-repeat: repeat-x; background-size: 1em 2px; background-position: 0px 1.15em; box-sizing: border-box;">@solarborne</a><span style="font-size: 10px;">​​&nbsp;</span></strong></p>
  1217. <p><strong><span style="font-size: 10px;"><img src="https://78.media.tumblr.com/45232b8952b6f5e8b3abe4440f2c59bf/tumblr_inline_p16omtvMGR1v7px6h_500.gif" /></span></strong></p>
  1218. <p><strong><span style="font-size: 9.72222px; background-color: rgba(255, 255, 255, 0.008);">&nbsp; &nbsp; &nbsp; &nbsp; Junko Enoshima - &gt;&nbsp;</span><a class="tumblelog" style="-webkit-font-smoothing: antialiased; outline: none 0px; -webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px 0px 0.15em; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-size: 9.72222px; vertical-align: baseline; text-decoration-line: none; background-image: linear-gradient(rgba(68, 68, 68, 0) 50%, rgba(68, 68, 68, 0.25) 0px); background-repeat: repeat-x; background-size: 1em 2px; background-position: 0px 1.15em; cursor: pointer; box-sizing: border-box; background-color: rgba(255, 255, 255, 0.008);">@zetsubouco</a><span style="font-size: 9.72222px; background-color: rgba(255, 255, 255, 0.008);">​</span></strong></p>
  1219. <h3><strong>EXCLUSIVES</strong></h3>
  1220. <blockquote>
  1221. <p><strong>&nbsp; &nbsp; &nbsp; &nbsp;Exclusives are blogs who will be only followed regarding their character&nbsp;</strong></p>
  1222. </blockquote>
  1223. <p><strong><span style="font-size: 10px;"><img src="https://78.media.tumblr.com/b44042919ca79511a397321d7abbc425/tumblr_inline_p16oiyzydW1v7px6h_500.gif" /></span></strong></p>
  1224. <p><strong><span style="font-size: 10px;">&nbsp; &nbsp; &nbsp; &nbsp; Princess peach - &gt;&nbsp;</span><a href="https://tmblr.co/mNEafG50J_0Mo-3CVVTyuoA" style="-webkit-font-smoothing: antialiased; outline: none 0px; -webkit-tap-highlight-color: transparent; margin: 0px; padding: 0px 0px 0.15em; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-size: 10px; vertical-align: baseline; color: inherit; text-decoration-line: none; background-image: linear-gradient(rgba(68, 68, 68, 0) 50%, rgba(68, 68, 68, 0.25) 0px); background-repeat: repeat-x; background-size: 1em 2px; background-position: 0px 1.15em; box-sizing: border-box;">@rosalithe</a><span style="font-size: 10px;">​​</span></strong></p>
  1225. <p></p>
  1226.  
  1227. </div>
  1228.  
  1229.  
  1230. </div>
  1231. </div>
  1232. </div>
  1233.  
  1234.  
  1235. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement