Advertisement
edeneyed

;(RYSNTRY THEMADA BASE)

Aug 25th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.01 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <script type="text/javascript"
  5. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  6. <script>
  7. $(document).ready(function() {
  8. //
  9. $('a.poplight[href^=#]').click(function() {
  10. var popID = $(this).attr('rel'); //Get Popup Name
  11. var popURL = $(this).attr('href'); //Get Popup href to define size
  12. var query= popURL.split('?');
  13. var dim= query[1].split('&');
  14. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  15. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  16. var popMargTop = ($('#' + popID).height() + 80) / 2;
  17. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  18. //Apply Margin to Popup
  19. $('#' + popID).css({
  20. 'margin-top' : -popMargTop,
  21. 'margin-left' : -popMargLeft
  22. });
  23. $('body').append('<div id="fade"></div>');
  24. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  25. return false;
  26. });
  27. $('a.close, #fade').live('click', function() {
  28. $('#fade , .popup_block').fadeOut(function() {
  29. $('#fade, a.close').remove(); //fade them both out
  30. });
  31. return false;
  32. });
  33. });
  34. </script>
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Yellowtail' rel='stylesheet' type='text/css'>
  37.  
  38. <title>{Title}</title>
  39. <link rel="shortcut icon" href="{Favicon}">
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  41. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  42.  
  43.  
  44. <!----------- theme by rysntry ( base by mrsmilicevic ) ------------>
  45.  
  46.  
  47. <!--------default variables-------->
  48. <meta name="color:background" content="#ffffff"/>
  49. <meta name="color:text" content="#333333"/>
  50. <meta name="color:links" content="#5b5b5b"/>
  51. <meta name="color:links hover" content="#c9c9c9"/>
  52. <meta name="color:scrollbar bg" content="#ffffff"/>
  53. <meta name="color:scrollbar" content="#eeeeee">
  54.  
  55. <meta name="image:sidebar image" content=""/>
  56. <meta name="image:background image" content=""/>
  57.  
  58. <meta name="text:link 1 title" content="link">
  59. <meta name="text:link 1 url" content=" ">
  60. <meta name="text:link 2 title" content="link">
  61. <meta name="text:link 2 url" content=" ">
  62.  
  63. <meta name="if:show link 1" content="1" />
  64. <meta name="if:show link 2" content="1" />
  65. <meta name="if:show sidebar image" content="1" />
  66.  
  67.  
  68. <!------------------------TOOLTIPS SCRIPT--------------------->
  69.  
  70. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  71. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  72. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  73. <script>
  74. (function($){
  75. $(document).ready(function(){
  76. $("[title]").style_my_tooltips({
  77. tip_follows_cursor:true,
  78. tip_delay_time:200,
  79. tip_fade_speed:300
  80. });
  81. });
  82. })(jQuery);
  83. </script>
  84.  
  85.  
  86. <!-------------------------------------------------------------------->
  87.  
  88. <style type="text/css">
  89.  
  90. #ocehans1{
  91. height:13px;
  92. text-align:center;
  93. overflow:hidden;
  94. margin-top:-1px;
  95. border-bottom:1px solid #efefef;
  96. text-transform:uppercase;
  97. letter-spacing:1px;
  98. font-size:8px;
  99. line-height:10px;
  100. z-index:999999999999999999999;
  101. -webkit-transition: all 0.5s ease-in-out;
  102. -moz-transition: all 0.5s ease-in-out;
  103. -o-transition: all 0.5s ease-in-out;
  104. }
  105. #ocehans1:hover{
  106. height:67px;
  107. -webkit-transition: all 0.5s ease-in-out;
  108. -moz-transition: all 0.5s ease-in-out;
  109. -o-transition: all 0.5s ease-in-out;
  110. }
  111.  
  112. #ocehans2{
  113. height:13px;
  114. text-align:center;
  115. overflow:hidden;
  116. border-bottom:1px solid #efefef;
  117. text-transform:uppercase;
  118. background-color:#fff;
  119. letter-spacing:1px;
  120. font-size;8px;
  121. line-height:13px;
  122. z-index:999999999999999999999;
  123. -webkit-transition: all 0.5s ease-in-out;
  124. -moz-transition: all 0.5s ease-in-out;
  125. -o-transition: all 0.5s ease-in-out;
  126. }
  127.  
  128. #ocehans2:hover{
  129. height:60px;
  130. -webkit-transition: all 0.5s ease-in-out;
  131. -moz-transition: all 0.5s ease-in-out;
  132. -o-transition: all 0.5s ease-in-out;
  133. }
  134.  
  135. #ocehans3{
  136. height:13px;
  137. text-align:center;
  138. overflow:hidden;
  139. border-bottom:1px solid #efefef;
  140. text-transform:uppercase;
  141. background-color:#fff;
  142. letter-spacing:1px;
  143. font-size;8px;
  144. line-height:13px;
  145. z-index:999999999999999999999;
  146. -webkit-transition: all 0.5s ease-in-out;
  147. -moz-transition: all 0.5s ease-in-out;
  148. -o-transition: all 0.5s ease-in-out;
  149. }
  150.  
  151. #ocehans3:hover{
  152. height:135px;
  153. -webkit-transition: all 0.5s ease-in-out;
  154. -moz-transition: all 0.5s ease-in-out;
  155. -o-transition: all 0.5s ease-in-out;
  156. }
  157.  
  158.  
  159.  
  160. #ocehans4{
  161. height:13px;
  162. text-align:center;
  163. overflow:hidden;
  164. border-bottom:0px solid #efefef;
  165. text-transform:uppercase;
  166. background-color:#fff;
  167. letter-spacing:1px;
  168. font-size;8px;
  169. line-height:13px;
  170. z-index:999999999999999999999;
  171. -webkit-transition: all 0.5s ease-in-out;
  172. -moz-transition: all 0.5s ease-in-out;
  173. -o-transition: all 0.5s ease-in-out;
  174. }
  175.  
  176. #ocehans4:hover{
  177. height:145px;
  178. -webkit-transition: all 0.5s ease-in-out;
  179. -moz-transition: all 0.5s ease-in-out;
  180. -o-transition: all 0.5s ease-in-out;
  181. }
  182.  
  183. #ocehans{
  184. text-align:left;
  185. font-size:8px;
  186. text-transform:uppercase;
  187. opacity: .8;
  188. border:1px solid #eee;
  189. position:fixed;
  190. font-family:calibri;
  191. left:14px;
  192. background-color:#fff;
  193. letter-spacing:1px;
  194. width:65px;
  195. z-index:9999;
  196. padding:4px;
  197. top:14px;
  198.  
  199. }
  200.  
  201. *, body, a {cursor: url(http://38.media.tumblr.com/tumblr_m2ulxlXbRy1qfamg6.gif), auto;}
  202. a:hover {cursor: url(http://33.media.tumblr.com/tumblr_m2umqb2mAa1qfamg6.gif), auto;}
  203.  
  204. .popup_block{
  205. display:none;
  206. background:#303030;
  207. width:500px;
  208. padding:20px;
  209. float:left;
  210. position:fixed;
  211. top:50%;left:50%;
  212. z-index: 99999;
  213. }
  214.  
  215. *html #fade {position: absolute;}
  216. *html .popup_block {position: absolute;}
  217. #fade {
  218. display:none;
  219. position:fixed;
  220. left:0px;
  221. top:0px;
  222. width:100%;
  223. height:100%;
  224. z-index:9999;
  225. background:#000; /* change to #fff for solid white */
  226. opacity:0.2; /* change to opacity:1; */
  227. }
  228.  
  229.  
  230. /*----------tooltips---------*/
  231.  
  232. #s-m-t-tooltip {
  233. max-width:300px;
  234. margin:15px;
  235. padding:5px;
  236. border-radius:10px;
  237. border-left:3px solid #576f83;
  238. border-right:3px solid #576f83;
  239. background:#354c5f;
  240. text-shadow:1px 1px black;
  241. color:{color:text};
  242. z-index:999999;
  243. font-size:8px;
  244. font-style:none;
  245. font-weight:lighter;
  246. letter-spacing:2px;
  247. font-family:silkscreen;
  248. text-transform:uppercase;
  249. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  250. }
  251.  
  252.  
  253. /*----------scrollbar---------*/
  254.  
  255. ::-webkit-scrollbar {
  256. background-color: #303030;
  257. height:8px;
  258. width:5px
  259. }
  260.  
  261. ::-webkit-scrollbar-thumb:vertical {
  262. background-color:#303030;
  263. height:50px
  264. }
  265.  
  266. ::-webkit-scrollbar-thumb:horizontal {
  267. background-color:#303030;
  268. height:8px!important
  269. }
  270.  
  271.  
  272. /*----------basics---------*/
  273.  
  274. body {
  275. background:{color:background} url();
  276. color:{color:text};
  277. font-family:arial;
  278. line-height:15px;
  279. font-size:13px;
  280. margin:0;
  281. background-repeat:no-repeat;
  282. background-attachment:fixed;
  283. text-align:justify;
  284. }
  285.  
  286. small, sup, sub {
  287. font-size:10px;
  288. }
  289.  
  290. blockquote {
  291. padding-left:10px;
  292. border-left:1px solid;
  293. border-color:#eeeeee;
  294. margin:10px;
  295. }
  296.  
  297.  
  298. b, strong {
  299. color: #aac7d0;
  300. text-shadow: 0 0 3px #aac7d0;
  301. }
  302.  
  303. a {
  304. color:{color:links};
  305. text-decoration:none;
  306.  
  307. }
  308.  
  309. a:hover {
  310. text-decoration:none;
  311. color: #fff;
  312. text-shadow: 0 0 3px #f6f6f6;
  313. -webkit-transition:all 0.5s;
  314. -moz-transition:all 0.5s;
  315. -ms-transition:all 0.5s;
  316. -o-transition:all 0.5s;
  317. transition:all 0.5s;
  318. }
  319.  
  320. img {
  321. opacity:1;
  322. text-decoration:none;
  323. }
  324.  
  325. h1 {
  326. font-size:11px;
  327. font-weight:bold;
  328. }
  329.  
  330.  
  331. /*----------posts---------*/
  332.  
  333. .container {
  334. margin-left:608px;
  335. margin-top:97px;
  336. width:408px;
  337. position:absolute;
  338. }
  339.  
  340. .posts {
  341. {block:IndexPage}
  342. margin-bottom:80px;
  343. margin-top:70px;
  344. {/block:IndexPage}
  345. {block:PermalinkPage}
  346. margin-bottom:40px;
  347. {/block:PermalinkPage}
  348. width:408px;
  349. }
  350.  
  351. .entries {
  352. width:408px;
  353. margin-left:60px;
  354. margin-top:330px;
  355. margin-bottom:50px;
  356. }
  357.  
  358. .posts img, .posts li, .posts blockquote {
  359. max-width: 100%;
  360. }
  361.  
  362. .posts li {
  363. list-style: square;
  364. }
  365.  
  366. blockquote img {
  367. max-width:320px!important;
  368. }
  369.  
  370.  
  371. /*----------post info---------*/
  372.  
  373. .info {
  374. border:4px double #eeeeee;
  375. padding:5px;
  376. text-transform:uppercase;
  377. font-size:8px;
  378. letter-spacing:1px;
  379. text-align:center;
  380. margin-top:15px;
  381. }
  382.  
  383. .tags {
  384. margin-top:5px;
  385. text-align:center;
  386. font-family:silkscreen;
  387. text-transform:uppercase;
  388. font-size:8px;
  389. letter-spacing:2px;
  390. font-style:none;
  391. }
  392.  
  393. .tags a {
  394. margin-right:8px;
  395. }
  396.  
  397.  
  398. /*----------post notes---------*/
  399.  
  400. ol.notes {
  401. padding:0px;
  402. margin:25px 0px 0px -10px;
  403. list-style-type:none;
  404. }
  405.  
  406. ol.notes li.note {
  407. padding:10px;
  408. }
  409.  
  410. ol.notes li.note img.avatar {
  411. vertical-align:-4px;
  412. margin-right:10px;
  413. width:16px;
  414. height:16px;
  415. }
  416.  
  417. ol.notes li.note span.action {
  418. font-weight:none;
  419. }
  420.  
  421. ol.notes li.note .answer_content {
  422. font-weight:normal;
  423. }
  424.  
  425. ol.notes li.note blockquote {
  426. padding:4px 10px;
  427. margin:10px 0px 0px 25px;
  428. }
  429.  
  430. ol.notes li.note blockquote a {
  431. text-decoration:none;
  432. }
  433.  
  434. /*----------sidebar---------*/
  435.  
  436. .sidebar {
  437. position:fixed;
  438. width:150px;
  439. margin-left:-350px;
  440. top:0px;
  441. }
  442.  
  443. .sidebarimage {
  444. width:100%;
  445. }
  446.  
  447. .sidebarimage img {
  448. margin-bottom:10px;
  449. }
  450.  
  451. .sidetitle {
  452. margin-top:5px;
  453. font-size:14px;
  454. text-transform:uppercase;
  455. font-weight:bold;
  456. width:150px;
  457. text-align:center;
  458. }
  459.  
  460. .description {
  461. width:150px;
  462. font-size:10px;
  463. color:#303030;
  464. text-align:center;
  465. margin-top:2px;
  466. }
  467.  
  468. .wha {
  469. opacity:0;
  470. }
  471.  
  472. #links {
  473. display:inline-block;
  474. position:fixed;
  475. width:200px;
  476. font-family:times;
  477. font-size:2px;
  478. margin-top:-65px;
  479. margin-left:450px;
  480. }
  481.  
  482. #links a{
  483. display:inline-block;
  484. width:5px;
  485. height:5px;
  486. border:2px solid #576f83;
  487. background:#354c5f;
  488. line-height:330%;
  489. margin-left:10px;
  490. text-decoration:none;
  491. -moz-transition-duration:.5s;
  492. -webkit-transition-duration:.5s;
  493. -o-transition-duration:.5s;
  494. }
  495.  
  496. #links a:hover {
  497. background:#232323;
  498. border-radius:10px;
  499. width:5px;
  500. height:5px;
  501. -moz-transition-duration:0.5s;
  502. -webkit-transition-duration:0.5s;
  503. -o-transition-duration:0.5s;
  504. }
  505.  
  506. .pagination {
  507. width:150px;
  508. font-size:8px;
  509. margin-top:-15px;
  510. margin-left:120px;
  511. text-align:center;
  512. font-family:silkscreen;
  513. letter-spacing:2px;
  514. }
  515.  
  516.  
  517.  
  518. /*----------quotes---------*/
  519.  
  520. .quote {
  521. text-transform:uppercase;
  522. width:300px;
  523. font-size:12px;
  524. font-weight:bold;
  525. padding:10px;
  526. margin-left:90px;
  527. text-align:left;
  528. }
  529.  
  530. .quotesource {
  531. text-align:left;
  532. font-weight:bold;
  533. margin-top:10px;
  534. }
  535.  
  536.  
  537. /*----------chat---------*/
  538.  
  539. .chat {
  540. line-height:20px;
  541. list-style:none;
  542. }
  543.  
  544. .line.odd {
  545. background:#fafafa;
  546. margin-bottom:2px;
  547. padding:5px;
  548. list-style:none;
  549. font-size:10px;
  550. }
  551.  
  552. .line.even {
  553. background:#ffffff;
  554. margin-bottom:2px;
  555. padding:5px;
  556. list-style:none;
  557. font-size:10px;
  558. }
  559.  
  560. .label {
  561. padding-right:1px;
  562. text-transform:uppercase;
  563. font-weight:bold;
  564. color:{color:links};
  565. }
  566.  
  567.  
  568. /*----------questions---------*/
  569.  
  570. .question {
  571. padding:10px;
  572. font-family:silkscreen;
  573. font-size:8px;
  574. letter-spacing:2px;
  575. background:url(http://i.imgur.com/XpL4LOM.png);
  576. text-align:left;
  577. }
  578.  
  579. .asker {
  580. text-transform:uppercase;
  581. font-family: 'Yellowtail', cursive;
  582. font-size:20px;
  583. text-align:left;
  584. }
  585.  
  586. .answer {
  587. padding:10px;
  588. margin-top:-15px;
  589. }
  590.  
  591. /*----------audio---------*/
  592.  
  593. .playerbutton {
  594. position:relative;
  595. width:30px;
  596. height:35px;
  597. overflow:hidden;
  598. }
  599.  
  600. .playerbuttonhug {
  601. position: absolute;
  602. top:-7px;
  603. left:2px;
  604. }
  605.  
  606. .tumblr_audio_player {
  607. height:50px;
  608. width:408px;
  609. }
  610.  
  611. .playerbuttonbg {
  612. position:absolute;
  613. width:35px;
  614. height:35px;
  615. background-color:#e4e4e4;
  616. padding:10px;
  617. }
  618.  
  619. .trackdetails {
  620. width:auto;
  621. display:inline-block;
  622. margin-left:70px;
  623. font-size:10px;
  624. letter-spacing:1px;
  625. text-transform:lowercase;
  626. padding:5px;
  627. line-height:15px;
  628. }
  629.  
  630. .audiowrapper {
  631. position:relative;
  632. display:inline-block;
  633. }
  634.  
  635. /*----------credit---------*/
  636.  
  637. .credit {
  638. font-size:8px;
  639. position:fixed;
  640. font-weight:bold;
  641. bottom:5px;
  642. right:15px;
  643. z-index:10;
  644. text-align:right;
  645. letter-spacing:1px;
  646. padding:2px;
  647. }
  648.  
  649. .credit a {
  650. color:{color:links};
  651. text-decoration:none;
  652. }
  653.  
  654. .credit a:hover {
  655. color:{color:links hover};
  656. text-decoration:none;
  657. }
  658.  
  659. .music {
  660. font-size:8px;
  661. position:fixed;
  662. font-weight:bold;
  663. bottom:5px;
  664. right:15px;
  665. z-index:10;
  666. text-align:right;
  667. letter-spacing:1px;
  668. padding:2px;
  669. }
  670.  
  671. </style>
  672. </head>
  673.  
  674. <body>
  675.  
  676. <div class="container">
  677.  
  678. <div class="credit">
  679. <a title="theme" href="http://rysntry.tumblr.com/" target="_blank">RYSNTRY</a></div>
  680.  
  681. <div class="sidebar">
  682.  
  683.  
  684.  
  685. {block:IfShowSidebarImage}
  686.  
  687. <div class="sidebarimage">
  688. <img src="{image:sidebar image}">
  689. </a></div>
  690. {/block:IfShowSidebarImage}
  691.  
  692.  
  693. <div class="description">{Description}</div>
  694.  
  695. <div class="wha"> <!-- Start of StatCounter Code for Tumblr -->
  696. <script type="text/javascript">
  697. var sc_project=10525763;
  698. var sc_invisible=0;
  699. var sc_security="d5a66c37";
  700. var scJsHost = (("https:" == document.location.protocol) ?
  701. "https://secure." : "http://www.");
  702. document.write("<sc"+"ript type='text/javascript' src='" +
  703. scJsHost+
  704. "statcounter.com/counter/counter.js'></"+"script>");
  705. </script>
  706. <noscript><div class="statcounter"><a title="tumblr
  707. statistics" href="http://statcounter.com/tumblr/"
  708. target="_blank"><img class="statcounter"
  709. src="http://c.statcounter.com/10525763/0/d5a66c37/0/"
  710. alt="tumblr statistics"></a></div></noscript>
  711. <!-- End of StatCounter Code for Tumblr --></div>
  712.  
  713.  
  714. <div id="links">
  715. <a href="/"title="ciraesan"></a>
  716. <a href="#?w=500" rel="box3" class="poplight" title="mailbox"></a>
  717. <a href="/*i."title="conduct"></a>
  718. <a href="#?w=500" rel="box2" class="poplight"title="martyr"></a>
  719. <a href="#?w=500" rel="box1" class="poplight"title="lore"></a>
  720. </div>
  721.  
  722. </div>
  723.  
  724.  
  725. <div class="entries">
  726.  
  727. {block:Posts}
  728. <div class="posts">
  729.  
  730. {block:Text}
  731. <h1>{block:Title}{Title}{/block:Title}</h1>
  732. {Body}{/block:Text}
  733.  
  734.  
  735. {block:Photo}
  736. {LinkOpenTag}<center><img src="{PhotoURL-400}">{LinkCloseTag}
  737. {block:Caption}{Caption}{/block:Caption}</center>
  738. {/block:Photo}
  739.  
  740.  
  741. {block:Photoset}
  742. <center>{Photoset-400}
  743. {block:Caption}{Caption}{/block:Caption}
  744. {/block:Photoset}</center>
  745.  
  746.  
  747. {block:Quote}
  748. <div class="quote">{Quote}</div>
  749. {block:Source}<div class="quotesource"> — {Source}</div>
  750. {/block:Source}{/block:Quote}
  751.  
  752.  
  753. {block:Link}
  754. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  755. {block:Description}{Description}{/block:Description}
  756. {/block:Link}
  757.  
  758.  
  759. {block:Chat}
  760. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  761. {/block:Chat}
  762.  
  763.  
  764. {block:Audio}
  765. {block:AudioPlayer}
  766. <div class="audiowrapper">
  767. <div class="playerbuttonbg">
  768. <div class="playerbutton">
  769. <div class="playerbuttonhug">
  770. {AudioPlayerGrey}
  771. </div></div></div>
  772.  
  773. <div class="trackdetails">
  774. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  775.  
  776. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  777.  
  778. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  779. {/block:AudioPlayer}
  780.  
  781. {block:Caption}
  782. <div class="caption">{Caption}</div>
  783. {/block:Caption}
  784. {/block:Audio}
  785.  
  786.  
  787. {block:Video}
  788. {Video-400}
  789. {block:Caption}{Caption}{/block:Caption}
  790. {/block:Video}
  791.  
  792.  
  793. {block:Answer}
  794. <div class="asker">{Asker}<big>;;----</big></b></div>
  795. <div class="question">
  796. {Question}</div><br>
  797. <div class="answer">
  798. {Answer}</div>
  799. {/block:Answer}
  800.  
  801.  
  802. <div class="info">
  803. {block:Date}
  804. <a href="{Permalink}">{DayOfMonthWithZero}.{ShortMonth}.{ShortYear}</b></a>
  805. {/block:Date}
  806.  
  807. &nbsp;&nbsp;
  808. <a href="{Permalink}">{NoteCountWithLabel}</a>
  809. &nbsp;&nbsp;
  810.  
  811. {block:RebloggedFrom}
  812. <a href="{ReblogParentURL}" title="{ReblogParenttitle}">via </a>
  813. {block:ContentSource}
  814. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}">/ src</a>
  815. {/block:ContentSource}
  816. {/block:RebloggedFrom}
  817.  
  818. <a href="{ReblogURL}" target="_blank" class="details">/ reblog</a>
  819. </div>
  820.  
  821.  
  822. {block:HasTags}
  823. <div class="tags">
  824. {block:Tags}
  825. <a href="{TagURL}">#{Tag}</a>
  826. {/block:Tags}
  827. </div>
  828. {/block:HasTags}
  829.  
  830. </div>
  831.  
  832.  
  833. {block:PostNotes}
  834. {PostNotes}
  835. {/block:PostNotes}
  836.  
  837.  
  838. {/block:Posts}
  839.  
  840. {block:ContentSource}
  841. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  842. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  843. {/block:SourceLogo}
  844. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  845. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  846. <div class="pagination">
  847. {block:Pagination}
  848. {block:PreviousPage}
  849. <a href="{PreviousPage}">BACK</a>{/block:PreviousPage}&nbsp;
  850.  
  851. {block:NextPage}
  852. <a href="{NextPage}">NEXT</a>
  853. {/block:NextPage}
  854. {/block:Pagination}
  855. </div>
  856.  
  857. </body>
  858. </div></div></div></div></div></div></div></div></div></div></div>
  859.  
  860. <div id="box3" class="popup_block">
  861. <center><img src="http://i.imgur.com/5mF5mcF.png"></center>
  862. <p><center>* Please read my code of conduct before interaction.<br>* Hate is not tolerated. It will be deleted on sight.<br>* Currently open for plotting.</center><center><p><big><BIG><b>THANK YOU FOR READING <i>!!</i></b></b></BIG></big><p>you are a martyr, built for calamity.</center><p>
  863. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/rysntry.tumblr.com" width="100%"></iframe>
  864. </div>
  865.  
  866. </div></div></div></div></div></div></div></div></div></div>
  867.  
  868. <div id="box2" class="popup_block">
  869. <center><img src="http://i.imgur.com/5mF5mcF.png"></center>
  870. <div style="overflow:auto; width: 490px; height:300px; text-align: justify;">
  871. <p><strong>NAME</strong>: Aikane Hironaka</p>
  872. <p><strong>NAME ORIGIN</strong>: Hawaiian.</p>
  873. <p><strong>NAME MEANING</strong>: &rsquo; Friend &rsquo;</p>
  874. <p><strong>OTHER NAMES ( NICKNAMES )</strong>: Aiko, Princess, Kane</p>
  875. <p><strong>TITLE(S)</strong>: Third Messiah, Messiah, Last Messiah, Pro Forma Mage, Algraecian Prophet, Messanger of Souls</p>
  876. <p><strong>AGE</strong>: 14 / 16 / 19 / 22</p>
  877. <p><strong>IMMEDIATE FAMILY</strong>: Mother ( Misami Kreskall &ndash; alive ), Father ( Alden Hironaka &ndash; deceased 11225 ), Adopted Sister ( Viridi Vygress &ndash; alive ).</p>
  878. <p><strong>ALLIES</strong>: Gaia ( love / hate relationship. symbionic. ), Viridi Vygress, Alden Hironaka, James Miyath, Kyoto Miyath ( deceased ), Shah ( ??? ), Misami Kreskall / Anabella Noire ( alive, in hiding ).</p>
  879. <p><strong>ENEMIES</strong>: Lochlan ( Spirit King ), the Umira.</p>
  880. <p><strong>AFFILIATION</strong>: Lochlan&rsquo;s Royal Court ( ARC III&amp;IV ) / Secret Alliance of Noire Corps ( ARC V &amp; ON )</p>
  881. <p><strong>ALLIANCE</strong>: Chaotic Neutral ( ARC V &amp; ON ) / Lawful Neutral ( ARC III &amp; IV ) / Lawful Good ( ARC I &amp; II )</p>
  882. <p><strong>TROPES</strong>: <a href="http://tvtropes.org/pmwiki/pmwiki.php/Main/ShrinkingViolet">Shrinking Violet</a>, <a href="http://tvtropes.org/pmwiki/pmwiki.php/Main/PowerOfTheVoid">Power of the Void</a>, <a href="http://tvtropes.org/pmwiki/pmwiki.php/Main/AuraVision">Aura Vision</a>, <a href="http://tvtropes.org/pmwiki/pmwiki.php/Main/BreakTheCutie">Break the Cutie</a>, <a href="http://tvtropes.org/pmwiki/pmwiki.php/Main/DarkMessiah">Dark Messiah</a>, <a href="http://tvtropes.org/pmwiki/pmwiki.php/Main/BrokenMessiah">Broken Messiah</a>, <a href="http://tvtropes.org/pmwiki/pmwiki.php/Main/CuteBruiser">Cute Bruiser</a>, <a href="http://tvtropes.org/pmwiki/pmwiki.php/Main/InspirationalMartyr">Inspirational Martyr</a>, <a href="http://tvtropes.org/pmwiki/pmwiki.php/Main/TheSacredDarkness">The Sacred Darkness</a>,<a href="http://tvtropes.org/pmwiki/pmwiki.php/Main/AttractivenessIsolation"> Attractiveness Isolation</a>, + more to be added.</p>
  883. <p><strong>ANIMAL ASSOCIATION</strong>: Fox / Wolf</p>
  884. <p><strong>ABILITIES</strong>: Darkness Manipulation, Fire Manipulation, Bone Control*, Soul Infusion*, Disease Manipulation*</p>
  885. <p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;( * = void state exclusive. )</p>
  886. <p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<strong>PRIMARY</strong> = DARKNESS MANIPULATION</p>
  887. <p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<strong>SECONDARY</strong> = FIRE MANIPULATION</p>
  888. <p><strong>THEME SONG</strong>: Dance Little Liar, Arctic Monkeys.</p>
  889. <p><strong>ZODIAC</strong>: Scorpio.</p>
  890. <p><strong>BIRTH DATE</strong>: November 8th, 11204.</p>
  891. <p><strong>BIRTH PLACE</strong>: Southern Lyre.</p>
  892. <p><strong>DEATH DATE</strong>: May 30th, 11226.</p>
  893. <p><strong>AGE AT DEATH</strong>: 22.</p>
  894. <p><strong>DEATH PLACE</strong>: Ciraesean Castle.</p>
  895. <p><strong>RESTING PLACE</strong>: The Ruins of Saiturn, within Southern Lyre.</p>
  896. <p><strong>LAST WORDS</strong>: &ldquo;Don&rsquo;t you see, Viridi? I was never the hero of this story &ndash; never. That&rsquo;s why I&rsquo;ve gone through so much, suffered so much, cared so much. I was never the hero &amp; I was always fighting that. I thought that&hellip;that if I was given this power, I could do something great. I could save people &ndash; be somebody. Live to see the day when people would know my name &amp; think fondly of me. But &ndash; I can&rsquo;t. I was never the hero. Always the martyr, the one who dies to change the world.&rdquo;</p>
  897. <p><strong>PRIMARY OBJECTIVE</strong>: To be happy, someday.</p>
  898. <p><strong>SECONDARY OBJECTIVE</strong>: To save everyone from the Spirit King.</p>
  899. <p><strong>BIGGEST SUCCESS</strong>: Killing Lochlan.</p>
  900. <p><strong>BIGGEST FAILURE</strong>: Letting Kyoto die.</p>
  901. <p><strong>SELF-CONFIDENCE</strong>: She is shy, doesn&rsquo;t have much.</p>
  902. <p><strong>TRAUMAS</strong>: Death of her mother, death of her father, death of Kyoto, attempted rape by Cato, Lochlan&rsquo;s betrayal, James&rsquo; resentment towards her, losing her own life, believing that Viridi had died because of her.</p>
  903. <p><strong>EARLIEST MEMORY</strong>: Her mother reading her stories at night, of brave warriors &amp; strong princesses.</p>
  904. <p><strong>FONDEST MEMORY</strong>: The time she spent with Viridi &amp; her father, as a family.</p>
  905. <p><strong>WORST MEMORY</strong>: Kyoto dying in front of her.</p>
  906. <p><strong>IQ</strong>: By modern standards, I&rsquo;d say she&rsquo;s among 120.</p>
  907. <p><strong>KNOWN LANGUAGES</strong>: Lyrian, Visdian.</p>
  908. <p><strong>MANIAS</strong>: Pyromania, if anything.</p>
  909. <p><strong>MEMORY</strong>: Her memory is pretty good &ndash; she has trouble recalling things from the immediate past or things that she has recently discovered, people she has recently met, etc. But the important memories are there, etched into her brain.</p>
  910. <p><strong>MORALITY</strong>: Up until Arc III, her morality remains constant &amp; firm, believing that everything was black and white, you were either good or you weren&rsquo;t. After ARC III, her morality changed immensely, and she began to see herself as mroally skewed, finding pleasure in things she had once deemed wrong &amp; unredeemable.&nbsp;</p>
  911. <p><strong>EMOTIONAL STABILITY</strong>: She is NOT stable. No matter what she may seem like when she meets you, she has no control over what her emotions will do, where they will go, or what she will do as a direct result of them. If she&rsquo;s angry, she could do anything from sit quietly &amp; seeth or murder an entire village in cold blood subconciously &ndash; her emotions are mostly ruled over by Liliana ( the name she has given to the void which speaks to her ). The most important part about her emotional stability is that THE VOID STATE IS A DIRECT RESULT OF ANYTHING THAT AIKANE IS IMMEDIATELY FEELING, BE IT SADNESS, HURT, ANGER, OR ANY OF THE SORT. When she goes into the Void State, she is not herself, &amp; there is a chance that she never will be again.</p>
  912. <p><strong>DISORDERS</strong>: PTSD, severe anxiety, mild depression. ( <strong>READ</strong>: DISSASSOCIATIVE IDENTITY DISORDER / MPD &ndash; Often debated upon because while Liliana is a voice inside her head &amp; a whole other persona, it IS a real person, not created by her trauma. )</p>
  913. <p><strong>EYES &amp; EYEBROWS</strong>: Her eyes shone as if crafted from emerald. Malachite &amp; enticing, they draw you in. In conversation, she will look at you dead on, emotion seemingly only shining through her irises, but not her pupils. Her pupils are devoid of all life &mdash; they do not shine, they do not adjust. They are crafted from darkness, &amp; the very deep nothing that created them shines through hypnotically. When in the VOID STATE, her eyes do one of two things. When in VOID STATE ( POWERX1 ), they will turn all black, &amp; when you look into them, it feels like they don&rsquo;t exist &ndash; like you are looking into a room so dark that your eyes cannot process the color. Like her eyes will suck you in at any moment, kidnap you, take you hostage. When in VOID STATE ( POWERX2 ), they will shine with a radiant light, that you cannot stare directly into, for it will destroy you, leaving you a broken shell of who you used to be. Seeing VOID STATE ( POWERX2 ) is incredibly rare, and has only happened once in her entire storyline. It killed her.</p>
  914. <p>Her eyebrows hover a few inches below her hairline, &amp; are considered to be a deep stygian, but they seem lighter because of the darkness in her pupils. They frame her eyes nicely, arching perfectly above the center, then rapering out at the end, leaving a well-curved point.</p>
  915. <p><strong>MOUTH &amp; VOICE</strong>: Her lips are small, they don&rsquo;t take up much space on her face. When she speaks, they wrap around every word, making it sound airy &amp; light, but still pronounced. Towards ARC III, she begins to talk with a little more firmness in her voice &ndash; not particularly an angry firmness, but one that seems spoken in a desire to be heard &amp; understood. In all, her voice could be described as milky, smooth, light, &amp; the opposite of thick. Her accent resembles that of a slight SOUTHERN-AMERICAN TWANG, giving her a sort of&hellip;southern belle-esque sound.</p>
  916. <p><strong>HAIR</strong>: Her hair is smooth, almost silky, &amp; extends down to the bottom of her waist, spilling out over her breast &amp; just barely touching the tip of her behind.&nbsp;It is stygian at&nbsp;the top, as dark as the void, seemingly shimmering on the edge of nonexistance, but fades into a lighter color at the bottom, the tips glowing a pale lilac, barely&nbsp;recognizable.</p>
  917. <p><strong>BUILD</strong>: She is very subtly attractive, sporting a well-scuplted hourglassesque figure, her waist small but not TOO small, curving out gently into her breast &amp; hips. Her bra size would be about a DD32 ( American Measurement ). She stands taller than average, but only by an inch or so, &amp; weighs in at 150lbs, most of which is muscle. Her salves are toned nicely, due to the immense amount of excersize she does on a daily, &amp; her arms are muscled.</p>
  918. </div>
  919.  
  920. </div></div></div></div></div></div></div></div></div></div>
  921.  
  922. <div id="box1" class="popup_block">
  923. <center><img src="http://i.imgur.com/5mF5mcF.png"></center>
  924. <div style="overflow:auto; width: 490px; height:300px; text-align: justify;">
  925. <p><center><strong>COMING SOON</strong> <em><strong>!!</strong></em></center></p>
  926. </div>
  927.  
  928. </div></div></div></div></div></div></div></div></div></div>
  929.  
  930.  
  931. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement