Advertisement
vaultofoao

ziodynero

Apr 23rd, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.88 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9. </head>
  10.  
  11. <!--- Coded with love by Scheherazade. Please do not steal or take parts. If you have questions about my theme please message me and I will do my best to help! --->
  12.  
  13. <!--- RIGHT CLICK DISABLING -->
  14.  
  15. <script language=JavaScript>
  16. <!--
  17.  
  18. //Disable right mouse click Script
  19. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  20. //For full source code, visit http://www.dynamicdrive.com
  21.  
  22. var message="no";
  23.  
  24. ///////////////////////////////////
  25. function clickIE4(){
  26. if (event.button==2){
  27. alert(message);
  28. return false;
  29. }
  30. }
  31.  
  32. function clickNS4(e){
  33. if (document.layers||document.getElementById&&!document.all){
  34. if (e.which==2||e.which==3){
  35. alert(message);
  36. return false;
  37. }
  38. }
  39. }
  40.  
  41. if (document.layers){
  42. document.captureEvents(Event.MOUSEDOWN);
  43. document.onmousedown=clickNS4;
  44. }
  45. else if (document.all&&!document.getElementById){
  46. document.onmousedown=clickIE4;
  47. }
  48.  
  49. document.oncontextmenu=new Function("alert(message);return false")
  50. </script>
  51.  
  52.  
  53. <!--- POPUP --->
  54.  
  55. <script type="text/javascript"
  56. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  57. <script>
  58. $(document).ready(function() {
  59. //
  60. $('a.poplight[href^=#]').click(function() {
  61. var popID = $(this).attr('rel'); //Get Popup Name
  62. var popURL = $(this).attr('href'); //Get Popup href to define size
  63. var query= popURL.split('?');
  64. var dim= query[1].split('&');
  65. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  66. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  67. var popMargTop = ($('#' + popID).height() + 80) / 2;
  68. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  69. //Apply Margin to Popup
  70. $('#' + popID).css({
  71. 'margin-top' : -popMargTop,
  72. 'margin-left' : -popMargLeft
  73. });
  74. $('body').append('<div id="fade"></div>');
  75. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  76. return false;
  77. });
  78. $('a.close, #fade').live('click', function() {
  79. $('#fade , .popup_block').fadeOut(function() {
  80. $('#fade, a.close').remove(); //fade them both out
  81. });
  82. return false;
  83. });
  84. });
  85. </script>
  86.  
  87. <!--- POPUP TABS --->
  88.  
  89. <script>
  90. $(document).ready(function(){
  91. $("ul#tabs li").click(function(e){
  92. if (!$(this).hasClass("active")) {
  93. var tabNum = $(this).index();
  94. var nthChild = tabNum+1;
  95. $("ul#tabs li.active").removeClass("active");
  96. $(this).addClass("active");
  97. $("ul#tab li.active").removeClass("active");
  98. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  99. }
  100. });
  101. });
  102.  
  103. </script>
  104.  
  105. <!--- DROPDOWN --->
  106.  
  107. <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  108. <script type="text/javascript">
  109. $(document).ready(function(){
  110. $(".links_body").hide();
  111. $(".links_head").click(function(){
  112. $(this).next(".links_body").slideToggle('fast');
  113. }); }); </script>
  114. <style type="text/css">
  115. .links_list { margin:0px; padding:0px; width:100%;}
  116. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  117. .links_body { padding:10px; text-align:left; display:none;}
  118. </style>
  119.  
  120. <!--- TOOLTIPS --->
  121.  
  122. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  123.  
  124. <script src="https://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js"></script>
  125.  
  126. <script>
  127. (function($){
  128. $(document).ready(function(){
  129. $("a[title]").style_my_tooltips({
  130. tip_follows_cursor:true,
  131. tip_delay_time:0,
  132. tip_fade_speed:0,
  133. attribute:"title"
  134. });
  135. });
  136. })(jQuery);
  137. </script>
  138.  
  139. <!--- FONT ---->
  140.  
  141. <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
  142.  
  143. <link href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC" rel="stylesheet">
  144.  
  145. <link href="https://fonts.googleapis.com/css?family=Marmelad" rel="stylesheet">
  146.  
  147. <link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet">
  148.  
  149. <link href="https://fonts.googleapis.com/css?family=Squada+One" rel="stylesheet">
  150.  
  151. <link href="https://fonts.googleapis.com/css?family=Rock+Salt" rel="stylesheet">
  152.  
  153. <link href="https://fonts.googleapis.com/css?family=Bangers" rel="stylesheet">
  154.  
  155. <!--- CREDIT FONT --->
  156.  
  157. <link href="https://fonts.googleapis.com/css?family=Caveat" rel="stylesheet">
  158.  
  159. <!--- META DATA DO NOT TOUCH --->
  160.  
  161. <meta name="image:background image" content="https://static.tumblr.com/bc4012480af8c5c368ff5eaa63144922/j0nrc4i/rxOpq5fo2/tumblr_static_5rd1km5qzgsoc8cscwcggk4go.png"/>
  162. <meta name="image:popup image" content="https://static.tumblr.com/edf501a32bf6367bd31787fa6e61e45e/j0nrc4i/RNhpq94np/tumblr_static_f2duijge33sw8k0g84okooksc.gif"/>
  163. <meta name="image:side header background" content="https://static.tumblr.com/dd19047cfde5382a0a21b5cda2a8e3fc/j0nrc4i/dzepq95cb/tumblr_static_4ezf7lplx4iswgcsosg0w04oc.gif"/>
  164. <meta name="image:tags h3 ask background" content="https://static.tumblr.com/c53a11c15dad7576cb9c08143e5b3ec9/j0nrc4i/Uyjpq952b/tumblr_static_4dokpc7vq0w0wcwsk8ogwg844.png"/>
  165.  
  166. <meta name="color:background" content="#171613"/>
  167. <meta name="color:popup bg" content="#151512"/>
  168. <meta name="color:sidebar" content="#090807"/>
  169. <meta name="color:text" content="#b2a27f"/>
  170. <meta name="color:bold" content="#c08d0b"/>
  171. <meta name="color:bold border" content="#493b1c"/>
  172. <meta name="color:italics border" content="#544735"/>
  173. <meta name="color:links" content="#e7cb15"/>
  174. <meta name="color:links border" content="#7e7711"/>
  175. <meta name="color:links hover" content="#feffc1"/>
  176. <meta name="color:blockquote" content="#d5db29"/>
  177. <meta name="color:border" content="#f4c244"/>
  178. <meta name="color:refresh" content="#f0e28d"/>
  179. <meta name="color:refresh border" content="#18100c"/>
  180. <meta name="color:permalinks" content="#efd633"/>
  181. <meta name="color:navigation links" content="#f3ef1f"/>
  182. <meta name="color:navigation links border" content="#18100c"/>
  183.  
  184. <meta name="text:sect 1 title" content="Le Chariot."/>
  185. <meta name="text:sidebar sect 1" content="<b>quote lyrics here</b></p>
  186. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sit amet mattis enim, eget blandit elit."/>
  187. <meta name="text:sect 2 title" content="Code Name: Skull."/>
  188. <meta name="text:sidebar sect 2" content="<i>Affiliated</i> with <b>Isola Radiale</b>.</p>
  189.  
  190. <b>Ryuji Sakamoto</b> from <i>Persona 5</i></p>
  191.  
  192. <i>Penned</i> by <b>Thea</b>"/>
  193. <meta name="text:sect 3 title" content="Rebellion."/>
  194. <meta name="text:sidebar sect 3" content="put counter etc here."/>
  195.  
  196. <meta name="text:refresh title" content="Ziodynero"/>
  197. <meta name="text:refresh size" content="30px"/>
  198. <meta name="text:refresh horizontal" content="1100px"/>
  199. <meta name="text:refresh vertical" content="10px"/>
  200. <meta name="text:refresh tooltip" content="Escape."/>
  201.  
  202. <meta name="text:ask symbol" content="★"/>
  203. <meta name="text:ask size" content="50px"/>
  204. <meta name="text:ask title" content="Contact."/>
  205. <meta name="text:ask horizontal" content="100px"/>
  206. <meta name="text:ask vertical" content="100px"/>
  207.  
  208. <meta name="text:rules symbol" content="★"/>
  209. <meta name="text:rules size" content="100px"/>
  210. <meta name="text:rules title" content="Oath to The Hearts."/>
  211. <meta name="text:rules horizontal" content="25px"/>
  212. <meta name="text:rules vertical" content="250px"/>
  213.  
  214. <meta name="text:app symbol" content="★"/>
  215. <meta name="text:app size" content="150px"/>
  216. <meta name="text:app title" content="Chariot."/>
  217. <meta name="text:app horizontal" content="300px"/>
  218. <meta name="text:app vertical" content="250px"/>
  219.  
  220. <meta name="text:stats symbol" content="★"/>
  221. <meta name="text:stats size" content="125px"/>
  222. <meta name="text:stats title" content="Skull."/>
  223. <meta name="text:stats horizontal" content="410px"/>
  224. <meta name="text:stats vertical" content="345px"/>
  225.  
  226. <meta name="text:navigation symbol" content="★"/>
  227. <meta name="text:navigation size" content="75px"/>
  228. <meta name="text:navigation title" content="Bounty."/>
  229. <meta name="text:navigation horizontal" content="200px"/>
  230. <meta name="text:navigation vertical" content="300px"/>
  231.  
  232. <meta name="text:mun symbol" content="★"/>
  233. <meta name="text:mun size" content="35px"/>
  234. <meta name="text:mun title" content="Behind the Mask."/>
  235. <meta name="text:mun horizontal" content="150px"/>
  236. <meta name="text:mun vertical" content="200px"/>
  237.  
  238. <style type="text/css">
  239.  
  240. /*-Spinning links settings DO NOT TOUCH -*/
  241.  
  242. @keyframes spin {
  243. 0% { transform: rotate(360deg); }
  244. 100% { transform: rotate(0deg); }
  245. }
  246. @-webkit-keyframes spin {
  247. 0% {-webkit-transform: rotate(360deg); }
  248. 100% { -webkit-transform: rotate(0deg); }
  249. }
  250. @-ms-keyframes spin {
  251. 0% {-ms-transform: rotate(360deg); }
  252. 100% { -ms-transform: rotate(0deg); }
  253. }
  254. @-moz-keyframes spin {
  255. 0% { -moz-transform: rotate(360deg); }
  256. 100% { -moz-transform: rotate(0deg); }
  257. }
  258. @-o-keyframes spin {
  259. 0% { -o-transform: rotate(360deg); }
  260. 100% { -o-transform: rotate(0deg); }
  261. }
  262.  
  263. @font-face{ font-family:"alleycat"; src:url('https://dl.dropboxusercontent.com/s/24iuvljdbyhz6pr/alleycat.ttf');}
  264.  
  265. /*-Popup settings -*/
  266.  
  267. .popup_block{
  268. display:none;
  269. background-image:url('{image:popup image}');
  270. text-align:center;
  271. padding:23px;
  272. height:702px;
  273. position:fixed;
  274. top:390px;
  275. left:500px;
  276. overflow-y:hidden;
  277. overflow-x:hidden;
  278. z-index: 99999;
  279. }
  280.  
  281. *html #fade {position: fixed;}
  282. *html .popup_block {position: fixed;}
  283. #fade {
  284. display:none;
  285. position:absolute;
  286. left:0px;
  287. top:0px;
  288. width:100%;
  289. height:100%;
  290. z-index:9999;
  291. background:{color:popup bg}; /* change to #fff for solid white */
  292. opacity:1; /* change to opacity:1; */
  293. }
  294.  
  295. #text {
  296. top:50%;
  297. left:50%;
  298. margin-top:56px;
  299. margin-left:16.5px;
  300. width:450px;
  301. height:640px;
  302. overflow-y:scroll;
  303. overflow-x:hidden;
  304. text-align:center;
  305. padding-right:15px;
  306. padding-bottom:10px;
  307. }
  308.  
  309. .button {
  310. display:inline-block;
  311. text-align:center;
  312. width:90px;
  313. margin:4px;
  314. padding:4px;
  315. background-image: url('{image:side header background}');
  316. color:{color:bold};
  317. text-shadow:{color:bold border} 0px 0px 3px;
  318. border : 3px double {color:border};
  319. text-transform: uppercase;
  320. font-family: 'Squada One', cursive;
  321. }
  322.  
  323. /*- Highlight -*/
  324.  
  325. ::selection {background: #cfbb13; color:#fff;}
  326. ::-moz-selection {background: #cfbb13; color:#fff; }
  327.  
  328. /*- Scrollbar -*/
  329.  
  330. ::-webkit-scrollbar {
  331. height: 1px;
  332. width: 2px;
  333. }
  334.  
  335. ::-webkit-scrollbar-thumb {
  336. background:{color:border};
  337. }
  338.  
  339. /*- Tooltips -*/
  340.  
  341. #s-m-t-tooltip {
  342. padding:6px;
  343. margin-left:10px;
  344. margin-top:-7px;
  345. text-align: center;
  346. text-shadow: 1px 0 0 {color:background}, -1px 0 0 {color:background}, 0 1px 0 {color:background}, 0 -1px 0 {color:background}, 1px 1px {color:background}, -1px -1px 0 {color:background}, 1px -1px 0 {color:background}, -1px 1px 0 {color:background};
  347. font-size:25px;
  348. line-height:10px;
  349. z-index:999999999;
  350. position: absolute;
  351. font-family: 'Bangers', cursive;
  352. }
  353.  
  354. /*- Format -*/
  355.  
  356. body {
  357. background-color:{color:background};
  358. font-size: 13px;
  359. font-family: calibri;
  360. color:{color:text};
  361. background-image:url('{image:background image}');
  362. background-position: top left;
  363. background-repeat:no-repeat;
  364. background-attachment:fixed;
  365. }
  366.  
  367. small, sup, sub {
  368. font-size:12px;
  369. }
  370.  
  371. a {
  372. text-decoration:none;
  373. color:{color:links};
  374. text-shadow: {color:links border} 0px 0px 4px;
  375. -webkit-transition: all 0.7s ease;
  376. -moz-transition: all 0.7s ease;
  377. -o-transition: all 0.7s ease;
  378. }
  379.  
  380. a:hover {
  381. color:{color:links hover};
  382. }
  383.  
  384. b, strong {
  385. color:{color:bold};
  386. text-shadow:{color:bold border} 0px 0px 3px;
  387. font-size:15px;
  388. font-family: 'Alegreya Sans SC', sans-serif;
  389. }
  390.  
  391. i, em {
  392. color:{color:text};
  393. text-shadow:{color:italics border} 0px 0px 3px;
  394. font-size:14px;
  395. font-family: 'Marmelad', sans-serif;
  396. }
  397.  
  398. blockquote {
  399. padding:10px 8px 10px 20px;
  400. margin:3px 0px 3px 8px;
  401. border-left:3px solid {color:blockquote};
  402. border-radius: 30px;
  403. }
  404.  
  405. blockquote img {
  406. max-width:100%;
  407. height:auto;
  408. }
  409.  
  410. img {
  411. max-width: 100%;
  412. }
  413.  
  414. h1 {
  415. color:{color:bold};
  416. font-size:30px;
  417. line-height:110%;
  418. text-align:center;
  419. padding:10px;
  420. text-shadow:0px 0px 4px {color:bold border};
  421. font-family: 'Oswald', sans-serif;
  422. }
  423.  
  424. h2 {
  425. color:{color:bold};
  426. font-size:22px;
  427. line-height:110%;
  428. text-align:center;
  429. padding:10px;
  430. text-shadow:0px 0px 4px {color:bold border};
  431. font-family: 'Oswald', sans-serif;
  432. }
  433.  
  434. h3 {
  435. background-image: url('{image:tags h3 ask background}');
  436. background-size:cover;
  437. color:{color:text};
  438. border-left:2px solid {color:border};
  439. border-right:2px solid {color:border};
  440. padding:5px;
  441. height:auto;
  442. font-size:30px;
  443. font-style:normal;
  444. text-align:right;
  445. border-radius: 40px 0px 40px 0px;
  446. -moz-border-radius: 40px 0px 40px 0px;
  447. -webkit-border-radius: 40px 0px 40px 0px;
  448. text-shadow: 1px 0 0 {color:background}, -1px 0 0 {color:background}, 0 1px 0 {color:background}, 0 -1px 0 {color:background}, 1px 1px {color:background}, -1px -1px 0 {color:background}, 1px -1px 0 {color:background}, -1px 1px 0 {color:background};
  449. font-family: 'Bangers', cursive;
  450. font-weight:normal;
  451. }
  452.  
  453. /*- Posts and Container -*/
  454.  
  455. #container {
  456. position:fixed;
  457. top:0px;
  458. left:547.5px;
  459. height:100%;
  460. width:483px;
  461. overflow-y:scroll;
  462. overflow-x:hidden;
  463. -webkit-mask-image: -webkit-gradient(linear, center 60%, center bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  464. }
  465.  
  466. .posts {
  467. width:450px;
  468. padding:10px;
  469. margin-bottom:10px;
  470. }
  471.  
  472. .permalinks {
  473. padding:5px;
  474. height:12px;
  475. }
  476.  
  477. .permalinks a {
  478. text-decoration:none;
  479. font-size: 9px;
  480. color:{color:permalinks};
  481. }
  482.  
  483. .permalinks a:hover {
  484. color:{color:links hover};
  485. }
  486.  
  487. .tags {
  488. height:auto;
  489. width:auto;
  490. padding:15px;
  491. text-align:center;
  492. margin-left:50px;
  493. border-top:5px double {color:border};
  494. border-bottom:2.5px dotted {color:border};
  495. border-radius: 0px 20px 0px 20px;
  496. -moz-border-radius: 0px 20px 0px 20px;
  497. -webkit-border-radius: 0px 20px 0px 20px;
  498. background-image:url('{image:tags h3 ask background}');
  499. background-repeat:none;
  500. background-size:cover;
  501. text-shadow: 1px 0 0 {color:background}, -1px 0 0 {color:background}, 0 1px 0 {color:background}, 0 -1px 0 {color:background}, 1px 1px {color:background}, -1px -1px 0 {color:background}, 1px -1px 0 {color:background}, -1px 1px 0 {color:background};
  502. }
  503.  
  504. .tags a {
  505. text-decoration:none;
  506. font-size: 12px;
  507. text-shadow: 1px 0 0 {color:background}, -1px 0 0 {color:background}, 0 1px 0 {color:background}, 0 -1px 0 {color:background}, 1px 1px {color:background}, -1px -1px 0 {color:background}, 1px -1px 0 {color:background}, -1px 1px 0 {color:background};
  508. font-family: 'VT323', monospace;
  509. }
  510.  
  511. /*- Refresh Title link -*/
  512.  
  513. #refresh {
  514. position:fixed;
  515. left:{text:refresh horizontal};
  516. top:{text:refresh vertical};
  517. font-size:{text:refresh size};
  518. padding:10px;
  519. }
  520.  
  521. #refresh a {
  522. color:{color:refresh};
  523. text-shadow: 1px 0 0 {color:refresh border}, -1px 0 0 {color:refresh border}, 0 1px 0 {color:refresh border}, 0 -1px 0 {color:refresh border}, 1px 1px {color:refresh border}, -1px -1px 0 {color:refresh border}, 1px -1px 0 {color:refresh border}, -1px 1px 0 {color:refresh border};
  524. -webkit-transition: all 0.7s ease;
  525. -moz-transition: all 0.7s ease;
  526. -o-transition: all 0.7s ease;
  527. font-family:"alleycat";
  528. }
  529.  
  530. #refresh a:hover {
  531. color:{color:links hover};
  532. }
  533.  
  534. /*- Navi Links settings -*/
  535.  
  536. #links {
  537. position:fixed;
  538. line-height:20px;
  539. }
  540.  
  541. #links a {
  542. color:{color:navigation links};
  543. text-shadow: 1px 0 0 {color:navigation links border}, -1px 0 0 {color:navigation links border}, 0 1px 0 {color:navigation links border}, 0 -1px 0 {color:navigation links border}, 1px 1px {color:navigation links border}, -1px -1px 0 {color:navigation links border}, 1px -1px 0 {color:navigation links border}, -1px 1px 0 {color:navigation links border};
  544. -webkit-transition: all 0.7s ease;
  545. -moz-transition: all 0.7s ease;
  546. -o-transition: all 0.7s ease;
  547. }
  548.  
  549. #links a:hover {
  550. -webkit-filter:blur(4px);
  551. color:{color:links hover};
  552. }
  553.  
  554. #link1 {
  555. position:fixed;
  556. font-size:{text:ask size};
  557. margin-left:{text:ask horizontal};
  558. margin-top:{text:ask vertical};
  559. -webkit-animation: spin 9s linear 0s infinite normal;
  560. -moz-animation: spin 9s linear 0s infinite normal;
  561. -ms-animation: spin 9s linear 0s infinite normal;
  562. -o-animation: spin 9s linear 0s infinite normal;
  563. animation: spin 9s linear 0s infinite normal;
  564. }
  565.  
  566. #link2 {
  567. position:fixed;
  568. font-size:{text:rules size};
  569. margin-left:{text:rules horizontal};
  570. margin-top:{text:rules vertical};
  571. -webkit-animation: spin 11s linear 0s infinite normal;
  572. -moz-animation: spin 11s linear 0s infinite normal;
  573. -ms-animation: spin 11s linear 0s infinite normal;
  574. -o-animation: spin 11s linear 0s infinite normal;
  575. animation: spin 11s linear 0s infinite normal;
  576. }
  577.  
  578. #link3 {
  579. position:fixed;
  580. font-size:{text:app size};
  581. margin-left:{text:app horizontal};
  582. margin-top:{text:app vertical};
  583. -webkit-animation: spin 14s linear 0s infinite normal;
  584. -moz-animation: spin 14s linear 0s infinite normal;
  585. -ms-animation: spin 14s linear 0s infinite normal;
  586. -o-animation: spin 14s linear 0s infinite normal;
  587. animation: spin 14s linear 0s infinite normal;
  588. }
  589.  
  590. #link4 {
  591. position:fixed;
  592. font-size:{text:stats size};
  593. margin-left:{text:stats horizontal};
  594. margin-top:{text:stats vertical};
  595. -webkit-animation: spin 13s linear 0s infinite normal;
  596. -moz-animation: spin 13s linear 0s infinite normal;
  597. -ms-animation: spin 13s linear 0s infinite normal;
  598. -o-animation: spin 13s linear 0s infinite normal;
  599. animation: spin 13s linear 0s infinite normal;
  600. }
  601.  
  602. #link5 {
  603. position:fixed;
  604. font-size:{text:navigation size};
  605. margin-left:{text:navigation horizontal};
  606. margin-top:{text:navigation vertical};
  607. -webkit-animation: spin 10s linear 0s infinite normal;
  608. -moz-animation: spin 10s linear 0s infinite normal;
  609. -ms-animation: spin 10s linear 0s infinite normal;
  610. -o-animation: spin 10s linear 0s infinite normal;
  611. animation: spin 10s linear 0s infinite normal;
  612. }
  613.  
  614. #link6 {
  615. position:fixed;
  616. font-size:{text:mun size};
  617. margin-left:{text:mun horizontal};
  618. margin-top:{text:mun vertical};
  619. -webkit-animation: spin 9s linear 0s infinite normal;
  620. -moz-animation: spin 9s linear 0s infinite normal;
  621. -ms-animation: spin 9s linear 0s infinite normal;
  622. -o-animation: spin 9s linear 0s infinite normal;
  623. animation: spin 9s linear 0s infinite normal;
  624. }
  625.  
  626. #pagination {
  627. position:fixed;
  628. bottom:30px;
  629. left:850px;
  630. }
  631.  
  632. /*- ask posts -*/
  633.  
  634. .asker {
  635. font-size:40px;
  636. margin-bottom:5px;
  637. padding-bottom:3px;
  638. margin:-35px 0px 0px 60px;
  639. font-family:"alleycat";
  640. }
  641.  
  642. .asker a{
  643. font-size:40px;
  644. margin-bottom:5px;
  645. padding-bottom:3px;
  646. margin:-35px 0px 0px 0px;
  647. font-family:"alleycat";
  648. }
  649.  
  650. .asker:first-letter {
  651. text-transform:uppercase;
  652. font-family:"alleycat";
  653. }
  654.  
  655. .question {
  656. width:auto;
  657. height:auto;
  658. padding:15px 25px;
  659. margin-top:10px;
  660. margin-bottom:10px;
  661. border-top:5px double {color:border};
  662. border-bottom:2px solid {color:border};
  663. border-radius: 20px 0px 20px 0px;
  664. -moz-border-radius: 20px 0px 20px 0px;
  665. -webkit-border-radius: 20px 0px 20px 0px;
  666. background-image:url('{image:tags h3 ask background}');
  667. background-repeat:none;
  668. background-size:cover;
  669. text-shadow: 1px 0 0 {color:background}, -1px 0 0 {color:background}, 0 1px 0 {color:background}, 0 -1px 0 {color:background}, 1px 1px {color:background}, -1px -1px 0 {color:background}, 1px -1px 0 {color:background}, -1px 1px 0 {color:background};
  670. }
  671.  
  672. /*- Audio Post -*/
  673.  
  674. #player {
  675. width:30px;
  676. height:30px;
  677. overflow:hidden;
  678. position:absolute;
  679. margin-top:65px;
  680. margin-left:60px;
  681. -moz-border-radius: 30px;
  682. -webkit-border-radius: 30px;
  683. border-radius: 30px;
  684. opacity: 0.5;
  685. filter:alpha(opacity=50);
  686. -moz-opacity: 0.5;
  687. -khtml-opacity: 0.5;
  688. }
  689.  
  690. #audiowrap {
  691. padding:5px;
  692. position:relative;
  693. }
  694.  
  695. #trackposition {
  696. margin-left:175px;
  697. margin-top:-125px;
  698. height:115px;
  699. }
  700.  
  701. #songtitle {
  702. letter-spacing:2px;
  703. position:relative;
  704. }
  705.  
  706. #chat {
  707. line-height:20px;
  708. list-style:none;
  709. margin-bottom:2px;
  710. padding:10px;
  711. }
  712.  
  713. /*- quote -*/
  714.  
  715. .quote {
  716. font-size:18px;
  717. letter-spacing:1px;
  718. text-align:center;
  719. margin-bottom:5px;
  720. padding-bottom:3px;
  721. line-height:110%;
  722. font-family: 'Rock Salt', cursive;
  723.  
  724. }
  725.  
  726. .quote:first-letter {
  727. font-size:32px;
  728. color:{color:bold};
  729. text-shadow:{color:bold border} 0px 0px 3px;
  730. text-shadow:0px 0px 5px ;
  731. font-family: 'Rock Salt', cursive;
  732. }
  733.  
  734. .quotesource {
  735. text-align:right;
  736. margin-bottom:5px;
  737. }
  738.  
  739. /*- notes -*/
  740.  
  741. .notes {
  742. color:{color:text};
  743. font-style:normal;
  744. letter-spacing:0px;
  745. text-align:left;
  746. line-height:100%;
  747. margin-left:-15px;}
  748.  
  749. .notes li {
  750. list-style-type:none;
  751. padding:10px 25px 10px 25px;
  752. text-align:left;
  753. -moz-transition-duration:0.5s;
  754. -webkit-transition-duration:0.5s;
  755. -o-transition-duration:0.5s;}
  756.  
  757. .notes img.avatar {
  758. margin-right: 10px;
  759. border-radius: 15px
  760. -moz-border-radius: 15px;
  761. -webkit-border-radius: 15px;
  762. }
  763.  
  764. /*- sidebar -*/
  765.  
  766. #sidedesc {
  767. font-size:12px; /*– font size. change numbers if you want it bigger or smaller or remove this line if you want it to match with the entire blog’s font size –*/
  768. background:{color:sidebar}; /*– the color of your sidebar’s background. –*/
  769. border-top:5px double {color:border};
  770. border-bottom:2.5px dotted {color:border};
  771. border-radius:10px;
  772. height:auto;
  773. width:160px;
  774. margin-left:1055px;
  775. margin-top:25px;
  776. outline-offset:2px;
  777. padding:15px;
  778. text-align:center;
  779. line-height:100%;
  780. position:fixed;
  781. opacity:0.5;
  782. transition: opacity .7s ease-in-out;
  783. -moz-transition: opacity .7s ease-in-out;
  784. -webkit-transition: opacity .7s ease-in-out;
  785. overflow-y:hidden;
  786. overflow-x:hidden;
  787. }
  788.  
  789. #sidedesc:hover {
  790. opacity:1;
  791. transition: opacity .7s ease-in-out;
  792. -moz-transition: opacity .7s ease-in-out;
  793. -webkit-transition: opacity .7s ease-in-out;}
  794.  
  795. #sideheader {
  796. font-size:15px;
  797. color:{color:bold};
  798. text-align:center;
  799. text-transform: uppercase;
  800. font-family: 'Squada One', cursive;
  801. background-image: url('{image:side header background}');
  802. text-shadow:0px 0px 4px {color:bold border};
  803. border-top:3px double {color:blockquote};
  804. border-bottom:3px double {color:blockquote};
  805. background-repeat:repeat;
  806. background-attachment:fixed;
  807. padding-top:3px;
  808. padding-bottom:3px;
  809. }
  810.  
  811. /*- credit DO NOT TOUCH -*/
  812.  
  813. #credit {
  814. z-index:999999;
  815. bottom:10px;
  816. right:10px;
  817. position:fixed;
  818. font-family: 'Caveat', cursive;
  819. font-size:40px;
  820. }
  821.  
  822. </style>
  823.  
  824. <body>
  825.  
  826. <div id="sidedesc">
  827. <div id="sideheader">{text:sect 1 title}</div>
  828. </p>
  829. {text:sidebar sect 1}</p>
  830.  
  831. <div id="sideheader">{text:sect 2 title}</div>
  832. </p>
  833. {text:sidebar sect 2}</p>
  834. <div id="sideheader">{text:sect 3 title}</div>
  835. </p>
  836. {text:sidebar sect 3}</p>
  837.  
  838. {block:Pagination}
  839. <b>{block:PreviousPage}<a href="{PreviousPage}">⇚</a>{/block:PreviousPage}</b> — <b>{block:NextPage}<a href="{NextPage}">⇛</a>{/block:NextPage}</b>
  840. {/block:Pagination}
  841.  
  842. </div></div>
  843.  
  844. <div id="refresh"><a href="/" title="{text:refresh tooltip}">{text:refresh title}</a></div>
  845.  
  846. <div id="links">
  847. <div id="link1"><a href="#?w=804" rel="01" class="poplight" title="{text:ask title}">{text:ask symbol}</a></div>
  848. <div id="link2"><a href="#?w=804" rel="02" class="poplight" title="{text:rules title}">{text:rules symbol}</a></div>
  849. <div id="link3"><a href="#?w=804" rel="03" class="poplight" title="{text:app title}">{text:app symbol}</a></div>
  850. <div id="link4"><a href="#?w=804" rel="04" class="poplight" title="{text:stats title}">{text:stats symbol}</a></div>
  851. <div id="link5"><a href="#?w=804" rel="05" class="poplight" title="{text:navigation title}">{text:navigation symbol}</a></div>
  852. <div id="link6"><a href="#?w=804" rel="06" class="poplight" title="{text:mun title}">{text:mun symbol}</a></div>
  853. </div>
  854.  
  855. </div>
  856.  
  857. <div id="container">
  858.  
  859. {block:Posts}
  860.  
  861. <div class="posts">
  862.  
  863. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  864.  
  865. {block:Photo}
  866. <div class="media">{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="100%">{LinkCloseTag}</div>
  867. {caption}{/block:Photo}
  868.  
  869. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  870.  
  871. {block:Photoset}{Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  872.  
  873. {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}{/block:Quote}
  874.  
  875. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  876.  
  877. {block:Chat}{block:Title}<h1>{Title}</h1></a>{/block:Title}
  878. <div id="chat">{block:Lines}<li>{block:Label}<b>{Label}</b> {/block:Label}{Line}</li>{/block:Lines}</div>{/block:Chat}
  879.  
  880. {block:Video}<center>{Video-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  881.  
  882. {block:Audio}
  883. <div id="audiowrap"><div id="player">{AudioPlayerWhite}</div>
  884. {block:AlbumArt}<img src="{AlbumArtURL}" width="150">{/block:AlbumArt}</p></div>
  885. <div id="trackposition">
  886. <div id="songtitle">{block:TrackName}<b>{TrackName}</b>{/block:TrackName}</div>
  887. {block:Artist}<i>{Artist}</i>{/block:Artist}</div>
  888. {block:caption}<div class="caption">{caption}</div>{/block:caption}
  889. {/block:Audio}
  890.  
  891. {block:Answer}
  892. <div id="askheader"><img src="https://static.tumblr.com/j0nrc4i/4Wbpq5gx5/askicon.png" draggable="false"><div class="asker">{Asker}</div><span style="font-size:20px;margin-left:50px;letter-spacing:2px;font-family: 'Oswald', sans-serif;">Has sent a missive....</span>
  893. <div class="question">{Question}</div></div>
  894. {Answer}
  895. {/block:Answer}
  896.  
  897. <div class="permalinks">
  898.  
  899. <a href="{ReblogURL}" title="Zing!" style="font-size:30px; position: absolute; margin-left:-2px; margin-top:0px; -webkit-transform: rotate(-25deg); -ms-transform: rotate(-25deg); transform: rotate(-25deg)">✪</a>
  900.  
  901. <a href="{Permalink}" title="{DayofMonth}{DayofMonthSuffix} {Month} {Year}" style="font-size:25px; position: absolute; margin-left:22px; margin-top:19px; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg)">★</a>
  902.  
  903. {block:Date}<a href="{Permalink}" title="{12Hour}:{Minutes} {CapitalAmPm}" style="font-size:20px; position: absolute; margin-left:15px; margin-top:40px; -webkit-transform: rotate(-25deg); -ms-transform: rotate(-25deg); transform: rotate(-25deg)">✰</a>{/block:Date}
  904.  
  905. {block:NoteCount}<a href="{Permalink}" title="{NoteCountWithLabel}" style="font-size:26px; position: absolute; margin-left:-10px; margin-top:25px; -webkit-transform: rotate(25deg); -ms-transform: rotate(25deg); transform: rotate(25deg)">★</a>
  906. {/block:NoteCount}
  907.  
  908. </div>
  909.  
  910. <div class="tags">{block:HasTags}{block:Tags}ϟ <a href="{TagUrl}"> {Tag}</a>{/block:Tags}{/block:HasTags}</div>
  911.  
  912. </div>
  913.  
  914. {block:PostNotes}
  915. <div class="notes">
  916. {PostNotes-16}
  917. </div>
  918. {/block:PostNotes}
  919.  
  920. {/block:Posts}
  921.  
  922. </div>
  923.  
  924. {block:ContentSource}
  925. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  926. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  927. {/block:SourceLogo}
  928. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  929. {/block:ContentSource}
  930.  
  931. <div id="credit"><a href="#?w=804" rel="cr" class="poplight" title="Storyteller Codeweaving">oAo</a></div>
  932.  
  933. </body>
  934.  
  935. <div id="01" class="popup_block">
  936. <div id="text">
  937.  
  938. <img src="https://static.tumblr.com/j0nrc4i/kY5pqf7xs/ask.png" draggable="false"></p>
  939.  
  940. <iframe frameborder="0" height="235" id="ask_form"
  941. scrolling="no" src="https://www.tumblr.com/ask_form/ziodynero.tumblr.com"
  942. width="100%"></iframe>
  943. <br><br>
  944. <iframe frameborder="0" height="150" id="submit_form"
  945. scrolling="no" src="https://www.tumblr.com/submit_form/ziodynero.tumblr.com"
  946. width="100%"></iframe>
  947. <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').
  948. allowTransparency=true;</script>
  949. <![endif]-->
  950.  
  951. </div>
  952. </div></div></div></div></div></div></div></div></div></div>
  953.  
  954. <div id="02" class="popup_block">
  955. <div id="text">
  956.  
  957. <img src="https://static.tumblr.com/j0nrc4i/ikLpqf560/rules.png" draggable="false"></p>
  958.  
  959. <h3>Intro.</h3>
  960.  
  961. Hello, thank you for reading<i>!</i> I’ll try to streamline this so it’s easy and simple to follow along. </p>
  962.  
  963. <b>1. Mature themes are present in writing</b>. Persona 5 contains themes such as: sexual assault, murder, death, violence, and psychological horror <b>(</b> <i>to some degree</i> <b>)</b>. All will be tagged as “# cw: [theme]”. If you need something tagged, please let me know.
  964. </p>
  965.  
  966. <b>2. Please do not rush me for replies</b>. RPing is but a nice hobby for me that I like to do on my down time. IRL, I have a full time job and spend most of my free time with my family and friends. I am limited to the evenings and weekends to reply, so please understand that if you RP with me.</p>
  967.  
  968. <b>3. Mun is 18+</b>. I am okay with interacting with muns under 18 for general threads. However: for the comfort of myself and muns under 18, <i>I will not be shipping and/or writing sexual themed threads</i>. Please understand and respect this, thank you.</p>
  969.  
  970. <b>1. I DO NOT interact with indies</b>. This may change in the future, but for now, I will only be interacting with Isola affiliated muses.
  971.  
  972. <h3>Roleplaying Guidelines.</h3>
  973.  
  974. <b>1. No godmodding/metagaming</b>.</p>
  975.  
  976. <b>2.I mirror/match length</b>. How much I get is how much I give and vice versa! You don’t have to match me, should I write long, but for the most part I am comfortable with any writing style. <i>My preferred layout includes: an icon, a paragraph (or two), and dialogue</i>. Of course, this varies depending on thread, muse, event, etc. </p>
  977.  
  978. <b>3. Please IM/message me before planning out any serious threads</b>. I would assume that we would be planning to thread something, however, it depends on my level of comfort if whether or not I want to engage in the thread.</p>
  979.  
  980. <b>4. If our muses don’t interact after some time, I may unfollow</b>. This is more so to clear my dashboard so I can keep up with mutuals that do interact with Ryuji. Also, if I don’t feel comfortable with your muse or find that our interactions are not going anywhere, I will unfollow.</p>
  981.  
  982. <b>5. No NSFW/SMUT</b>. Even though Ryuji is 18 I won’t be doing smut, so nothing explicitly sexual will be written out and in general, I just don’t like writing it.
  983.  
  984. <b>6. Shipping is okay</b>, <b>however</b>, <b>the mun must be 18+</b>. I will not do shipping with muns that are underage. Also, my main focus on this blog is not to ship, so please don’t interact with Ryuji with that in mind! I am open to discussing shipping and any such topics at a later time, but please do not force shipping onto me.
  985.  
  986. <h3>OOC & The Mun!</h3>
  987.  
  988. Hello<i>!</i> You got to the end, yay<i>!</i> My name is <b>Thea</b> <b>(</b> <i>THAY-uh</i> </b>, I use they/them pronouns. I’m <b>PST / GMT -7</b> <b>(</b>California based <b>)</b> and I’m a working person just trying to pay off their student loans. <s>Please send help</s>. For the most part, I’m here to kick it and have fun<i>!</i> I LOVE talking about astrology, I love my hamster, and I love sleeping for days on end. </p>
  989.  
  990. My current interests include: Ducktales 2017, <b>LOVING DONALD DUCK</b>, Steven Universe, Bojack Horseman, <b>Naruto</b>, Let’s Go Eevee!, Persona 5, <b>The Adventure Zone</b>, listening to murder mystery podcasts, and of course, sleeping. </p>
  991.  
  992. <b>1. I am IM/message/and twitter friendly</b><i>!</i> My twitter can be found under the app but again, it’s @shoujofied. <b>(</b> <i>Still working on that discord</i>. <b>)</b></p>
  993.  
  994. <b>2. Standard “DNF/DNI” applies here</b>. If you’re a bigot, I’m sorry but I don’t like you and when aliens eventually take over the Earth, I’m ratting you all out first. </p>
  995.  
  996. <b>3.</b> I haven’t seen this around here, but <b>please tag any flashing GIFs, IRL blood, gore, and/or body horror</b>. Also, <b>please tag trypophobia / holes</b><i>!</i> Again, haven’t seen it, but throwing this out there just in case.
  997.  
  998. </div>
  999. </div></div></div></div></div></div></div></div></div></div>
  1000.  
  1001. <div id="03" class="popup_block">
  1002. <div id="text">
  1003. <img src="https://static.tumblr.com/j0nrc4i/KILpqf6jh/about.png" draggable="false"></p>
  1004.  
  1005. <b>Character name:</b> Ryuji Sakamoto</br>
  1006.  
  1007. <b>Character series:</b> Persona 5</br>
  1008.  
  1009. <b>Point taken from:</b> Post-game</br>
  1010.  
  1011. <b>Do you allow canon doubles to app?:</b> No</br>
  1012.  
  1013. <b>Stats Page:</b> <a href="/stats">Click Here!</a></p>
  1014.  
  1015. <h2>Short character about. </h2>
  1016.  
  1017. Ryuji seems to be your run-of-the-mill bright haired, trash talking, city dwelling delinquent. Beneath that hard exterior however, lies a passionate soul with the desire to relinquish corruption and manipulative hearts wherever they may be. For the most part, he’s rough around the edges but is way softer once you give him a chance. </p>
  1018.  
  1019. <h2>Personality.</h2>
  1020.  
  1021. Among Shujin Academy, Ryuji’s got a bad reputation. He goes at it with teachers, does what he pleases, and doesn’t seem to regard his fellow students when sticking to the norm. While others may have their opinions of him, Ryuji himself doesn’t seem too bothered– unless you bring the attention to him, of course. At any provocation, Ryuji becomes quick to defend himself and, if one continues to instigate him, continues to present his quick temper before he’s eventually sizzled and calmed. <b>(</b> <i>Although, barely</i>. <b>)</b> He’s not one to change his thinking. In fact, thinking too hard or too much on something tends to annoy him; he would rather follow his guts and wing it– a trait that seems to get him in more trouble with his friends than endears them. </p>
  1022.  
  1023. His rude behavior, however, is only one facet of Ryuji’s personality. He’s not afraid to tell it like it is and unintentionally go at others because he feels honesty is better than skirting around the truth. If there’s one thing he hates, it’s dishonesty and deceit. He means well, even if he comes across as brash or misunderstanding. Ryuji’s immense desire to help those who can’t help themselves manifests so strongly that he becomes driven to the point of impulse. He finds himself impatient and anxious when there’s something that needs to be done, or someone who needs saving, but being unable to get to it in that moment. He cares for his friends, and for all victims in the world who have suffered from abuse of power, and tries everything in his power to change the world to better the lives of everyone.</p>
  1024.  
  1025. Overall, Ryuji is the kinda friend you’d want to have on your side to be with you thick and thin. </p>
  1026.  
  1027. <h3>Abilities.</h3>
  1028.  
  1029. Ryuji is able to summon Captain Kidd, a Persona that is the manifestation of the rebellion inside of him. For Persona users, the abilities of their Persona can be used in exchange for health points <b>(</b> <i>HP</i> <b>)</b> or spirit points <b>(</b> <i>SP</i> <b>)</b>. Ryuji and Captain Kidd are resistant to electrical damage but are weak against wind damage. Once Ryuji and Captain Kidd meet their resolve, Captain Kidd transforms to his ultimate form: Seiten Taisei <b>(</b> <i>Sun Wukong, in legends</i> <b>)</b>.</p>
  1030.  
  1031. A list of Captain Kidd's abilities <a href="https://megamitensei.fandom.com/wiki/Captain_Kidd#Stats">can be found here</a>.</p>
  1032.  
  1033. A brief, non-encompassing list from weakest to toughest abilities are as followed:</p>
  1034.  
  1035. <b>ϟ Zio</b> - Light electrical damage </br>
  1036. <b>ϟ Lunge</b> - Light physical damage</br>
  1037. <b>ϟ Zionga</b> - Medium electrical damage</br>
  1038. <b>ϟ Assault Dive</b> - Heavy physical damage</br>
  1039. <b>ϟ Ziodyne</b> - Heavy electrical damage</br>
  1040. <b>ϟ God’s Hand</b> - Colossal physical damage </p>
  1041.  
  1042. <h3>Weapons/Important Items.</h3>
  1043.  
  1044. Lead pipes, baseball bats for close combat and shotguns for long range combat.</p>
  1045.  
  1046. <b>Other Characters in Isola:</b> 3
  1047.  
  1048. </div>
  1049. </div></div></div></div></div></div></div></div></div></div>
  1050.  
  1051. <div id="04" class="popup_block">
  1052. <div id="text">
  1053.  
  1054. <img src="https://static.tumblr.com/j0nrc4i/0c3pqf6jw/stat.png"></p>
  1055.  
  1056. <b>Name:</b> Ryuji Sakamoto</br>
  1057. <b>Age:</b> 17</br>
  1058. <b>DOB:</b> July 3 <b>(</b> <i>Cancer</i> <b>)</b> </br>
  1059. <b>v</b> 5'9" <b>(</b> <i>175 cm</i> <b>)</b></br>
  1060. <b>Weight:</b> 135 lbs <b>(</b> <i>61 kg</i> <b>)</b></br>
  1061. <b>Blood type:</b> B</br>
  1062. <b>Hair:</b> Short, light blonde</br>
  1063. <b>v</b> Brown</p>
  1064.  
  1065. <h3>Personal Data!</h3>
  1066.  
  1067. <b>Arcana:</b> The Chariot</p>
  1068.  
  1069. <b>Gender:</b> Cis male </br>
  1070. <b>Sexuality:</b> Bisexual // he is not open about it, but does prefer girls over guys.</p>
  1071.  
  1072. <b>LOVES:</b> HIS MAMA, HIS FRIENDS, EATING MEAT</br>
  1073. <b>Likes:</b> Playing video games, running, hanging out with friends, getting Memento requests done, defending others, fighting bad guys</br>
  1074. <b>Dislikes:</b> Being rushed, authority, ageism <b>(</b> <i>“fuck adults”</i> <b>)</b>, being told what to do, HOMEWORK, studying for tests, school in general</br>
  1075. <b>HATES:</b> KAMOSHIDA, literally most adults <b>(</b> <i>except Sojiro and his mom</i> <b>)</b>, perverts, TESTS <b>(</b> <i>it’s on twice because that’s how much he would rather not do it</i> <b>)</b>
  1076.  
  1077. <b>MBTI:</b> ESFP <b>(</b> <i>The Entertainer</i> <b>)</b></br>
  1078. <b>True Zodiac Sign:</b> Cansci <b>(</b> <i>The Reliever</i> <b>)</b>
  1079.  
  1080. <h3>Rank Up!</h3>
  1081.  
  1082. Newcomer 12/05/18</p>
  1083.  
  1084. <s>Dwarf [date achieved]</br>
  1085. Subgiant (link to a page that lists out threads and their word counts) [date achieved]</br>
  1086. Giant (link to page that lists out threads and their word counts + events participated in) [date recieved]</br>
  1087. Supergiant (link to post/thread) [date recieved]</br>
  1088. Hypergiant (link to page that lists out events) [date recieved]</s>
  1089.  
  1090. <h3>The Crib!</h3>
  1091.  
  1092. CONDO 426
  1093.  
  1094. <h3>The Stars!</h3>
  1095.  
  1096. Running total: 120</p>
  1097.  
  1098. <b>ϟ</b> <a href="https://isolaradiale.tumblr.com/day/2019/02/06/">activity check 2/6</a>
  1099.  
  1100. <h3>Retained Info.</h3>
  1101.  
  1102. You will retain the ability to <b>summon your persona up to two times per day</b>, for <i>ten minutes each summon</i>. During this time, you will be able to use zio <i>up to five times per day</i>. You will also be given a <b>wooden mallet</b>.
  1103.  
  1104. <h3>Behind the Mask!</h3>
  1105.  
  1106. thea / <a href="https://twitter.com/shoujofied">@shoujofied</a> on twitter
  1107.  
  1108. </div>
  1109. </div></div></div></div></div></div></div></div></div></div>
  1110.  
  1111. <div id="05" class="popup_block">
  1112. <div id="text">
  1113.  
  1114. <img src="https://static.tumblr.com/j0nrc4i/Vv5pqf7tk/tags.png" draggable="false"></p>
  1115.  
  1116. <h3>Character Related!</h3>
  1117.  
  1118. <a href="/" class="button">Memes.</a>
  1119. <a href="/" class="button">Images.</a>
  1120. <a href="/" class="button">Headcanons.</a>
  1121. </p>
  1122. <a href="/" class="button">Relationships.</a>
  1123.  
  1124. <h3>Blog Related!</h3>
  1125.  
  1126. <a href="/" class="button">OOC.</a>
  1127. <a href="/" class="button">Thread Tracker.</a>
  1128. <a href="/" class="button">Word Count.</a>
  1129. </p>
  1130.  
  1131. </div>
  1132. </div></div></div></div></div></div></div></div></div></div>
  1133.  
  1134. <div id="06" class="popup_block">
  1135. <div id="text">
  1136.  
  1137. <img src="https://static.tumblr.com/j0nrc4i/DCspqf7xl/mun.png" draggable="false"></p>
  1138.  
  1139. <a href="#mun" class="button">About Mun.</a>
  1140. <a href="#muses" class="button">Other Muses.</a></p>
  1141.  
  1142. <a name="mun"><h3>About Mun.</h3></a><p>
  1143.  
  1144. <b>Lorem ipsum dolor sit amet,</b> <i>consectetur adipiscing elit. In sit amet mattis enim, eget blandit elit</i>. Duis diam nulla, accumsan efficitur placerat nec, imperdiet at dui. In laoreet enim ut magna ullamcorper cursus. Nulla facilisi. Phasellus mollis lacinia massa, in auctor ipsum venenatis vitae. Proin nec orci faucibus, vestibulum quam ultrices, pharetra massa. Sed imperdiet lectus ipsum, vel vulputate diam ornare eget. Duis imperdiet commodo metus quis facilisis. Donec euismod, magna non interdum mattis, ex mi fringilla eros, at maximus dui sem ac sem. Aenean efficitur facilisis consequat.</p>
  1145.  
  1146. <b>Lorem ipsum dolor sit amet,</b> <i>consectetur adipiscing elit. In sit amet mattis enim, eget blandit elit</i>. Duis diam nulla, accumsan efficitur placerat nec, imperdiet at dui. In laoreet enim ut magna ullamcorper cursus. Nulla facilisi. Phasellus mollis lacinia massa, in auctor ipsum venenatis vitae. Proin nec orci faucibus, vestibulum quam ultrices, pharetra massa. Sed imperdiet lectus ipsum, vel vulputate diam ornare eget. Duis imperdiet commodo metus quis facilisis. Donec euismod, magna non interdum mattis, ex mi fringilla eros, at maximus dui sem ac sem. Aenean efficitur facilisis consequat.</p>
  1147.  
  1148. <a name="muses"><h3>Other Muses.</h3></a></p>
  1149.  
  1150. <b>Lorem ipsum dolor sit amet,</b> <i>consectetur adipiscing elit. In sit amet mattis enim, eget blandit elit</i>. Duis diam nulla, accumsan efficitur placerat nec, imperdiet at dui. In laoreet enim ut magna ullamcorper cursus. Nulla facilisi. Phasellus mollis lacinia massa, in auctor ipsum venenatis vitae. Proin nec orci faucibus, vestibulum quam ultrices, pharetra massa. Sed imperdiet lectus ipsum, vel vulputate diam ornare eget. Duis imperdiet commodo metus quis facilisis. Donec euismod, magna non interdum mattis, ex mi fringilla eros, at maximus dui sem ac sem. Aenean efficitur facilisis consequat.</p>
  1151.  
  1152. <b>Lorem ipsum dolor sit amet,</b> <i>consectetur adipiscing elit. In sit amet mattis enim, eget blandit elit</i>. Duis diam nulla, accumsan efficitur placerat nec, imperdiet at dui. In laoreet enim ut magna ullamcorper cursus. Nulla facilisi. Phasellus mollis lacinia massa, in auctor ipsum venenatis vitae. Proin nec orci faucibus, vestibulum quam ultrices, pharetra massa. Sed imperdiet lectus ipsum, vel vulputate diam ornare eget. Duis imperdiet commodo metus quis facilisis. Donec euismod, magna non interdum mattis, ex mi fringilla eros, at maximus dui sem ac sem. Aenean efficitur facilisis consequat.</p>
  1153.  
  1154. </div>
  1155. </div></div></div></div></div></div></div></div></div></div>
  1156.  
  1157.  
  1158. <div id="cr" class="popup_block">
  1159. <div id="text">
  1160. <h3>Credits.</h3>
  1161. Theme code <i>&</i> graphics by <b>Storyteller Creations</b>. If you are interested in ordering a theme from me, please visit my commissions blog <b><a href="https://storytellercreations.tumblr.com">storytellercreations</a></b>. Thank you for your interest and hope to see you soon as a client<i>!</i></p>
  1162.  
  1163. All images used in theme are by <b>Shigenori Soejima</b>.</p>
  1164.  
  1165. This theme is authorized only for <b>Thea</b>'s use. <i>Please do not steal or directly copy the code for yourself</i>.
  1166. </div></div></div></div></div></div></div></div></div></div>
  1167.  
  1168. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement