Advertisement
fatblackcat

soul-stones

Feb 15th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.32 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. <meta name="description" content="{MetaDescription}" />
  7.  
  8. <script type="text/javascript"
  9. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10. <script>
  11. $(document).ready(function() {
  12. //
  13. $('a.poplight[href^=#]').click(function() {
  14. var popID = $(this).attr('rel'); //Get Popup Name
  15. var popURL = $(this).attr('href'); //Get Popup href to define size
  16. var query= popURL.split('?');
  17. var dim= query[1].split('&');
  18. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  19. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="escape" alt="escape" /></a>');
  20. var popMargTop = ($('#' + popID).height() + 80) / 2;
  21. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  22. //Apply Margin to Popup
  23. $('#' + popID).css({
  24. 'margin-top' : -popMargTop,
  25. 'margin-left' : -popMargLeft
  26. });
  27. $('body').append('<div id="fade"></div>');
  28. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  29. return false;
  30. });
  31. $('a.close, #fade').live('click', function() {
  32. $('#fade , .popup_block').fadeOut(function() {
  33. $('#fade, a.close').remove(); //fade them both out
  34. });
  35. return false;
  36. });
  37. });
  38. </script>
  39.  
  40.  
  41. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  42.  
  43. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  44.  
  45. <link href='https://fonts.googleapis.com/css?family=Covered+By+Your+Grace' rel='stylesheet' type='text/css'>
  46.  
  47. <link href='https://fonts.googleapis.com/css?family=Dancing+Script:700' rel='stylesheet' type='text/css'>
  48.  
  49. <link href='https://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  50.  
  51. <link href='https://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
  52.  
  53. <link href='https://fonts.googleapis.com/css?family=Give+You+Glory' rel='stylesheet' type='text/css'>
  54.  
  55. <link href='https://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  56.  
  57. <link href='https://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  58.  
  59. <script>
  60.  
  61. (function($){
  62.  
  63. $(document).ready(function(){
  64.  
  65. $("a[title]").style_my_tooltips({
  66.  
  67. tip_follows_cursor:true,
  68.  
  69. tip_delay_time:90,
  70.  
  71. tip_fade_speed:600,
  72.  
  73. attribute:"title"
  74.  
  75. });
  76.  
  77. });
  78.  
  79. })(jQuery);
  80.  
  81. </script>
  82. <!--basic tooltip from tutorial-baby! Enjoy-->
  83. <style>
  84. .tooltip{
  85. display: inline;
  86. position: relative;
  87. }
  88. #s-m-t-tooltip {
  89. max-width:300px; /*how big the tooltip can be at most*/
  90. border-radius: 2px; /*change your border radius*/
  91. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  92. margin:20px 7px -2px 20px; /*distance from word*/
  93. background-color:{color:link title hover bg}; /*background color*/
  94. border:1px solid {color:link title hover border}; /*border info*/
  95. font-family:times; /*tooltip font*/
  96. font-size:9px; /*tooltip font size*/
  97. letter-spacing:2px; /*tooltip letter spacing*/
  98. text-transform:uppercase; /*makes the tooltip title uppercase*/
  99. color:{color:link title color}; /*tooltip font color*/
  100. z-index:999999999999999999999999999999999999;
  101. }
  102. </style>
  103.  
  104. <!---- this is theme 52 by Hollywhood
  105. please don't remove the credit
  106. thank you
  107. --->
  108.  
  109. <meta name="color:Background" content="#e9e0dd"/>
  110. <meta name="color:Text" content="#8c7369"/>
  111. <meta name="color:bold" content="#49342c"/>
  112. <meta name="color:Link" content="#b37d64"/>
  113. <meta name="color:Link Hover" content="#cea898"/>
  114. <meta name="color:Custom Link" content="#fff6f1"/>
  115. <meta name="color:Custom Link Hover" content="#e7d6cf"/>
  116. <meta name="color:blockquote" content="#ad9186"/>
  117. <meta name="color:border" content="#d3c4be"/>
  118. <meta name="color:scrollbar" content="#ad9186">
  119. <meta name="color:post info bg" content="#e9e0dd">
  120. <meta name="color:link title hover bg" content="#fff6f1">
  121. <meta name="color:link title hover border" content="#ad9186">
  122. <meta name="color:link title color" content="#71574d">
  123. <meta name="color:ask border" content="#ad9186">
  124.  
  125. <meta name="text:bg url" content="http://41.media.tumblr.com/f387505db96cffef5741af228677c07a/tumblr_o21qcpg1tc1v71782o1_1280.png"/>
  126.  
  127. <meta name="text:tag symbol" content="⚚">
  128. <meta name="text:pagi back" content="⊰">
  129. <meta name="text:pagi forward" content="⊱">
  130.  
  131. <meta name="text:post width" content="450px"/>
  132. <meta name="text:cont height" content="450px"/>
  133. <meta name="text:cont width" content="455px"/>
  134. <meta name="text:cont left" content="585px"/>
  135. <meta name="text:cont top" content="128px"/>
  136.  
  137. <meta name="text:alinks symbol" content="I"/>
  138. <meta name="text:alinks size" content="30px"/>
  139. <meta name="text:alinks top axis" content="40px"/>
  140. <meta name="text:alinks left axis" content="600px"/>
  141.  
  142. <meta name="text:blinks symbol" content="II"/>
  143. <meta name="text:blinks size" content="40px"/>
  144. <meta name="text:blinks top axis" content="20px"/>
  145. <meta name="text:blinks left axis" content="620px"/>
  146.  
  147. <meta name="text:clinks symbol" content="III"/>
  148. <meta name="text:clinks size" content="35px"/>
  149. <meta name="text:clinks top axis" content="30px"/>
  150. <meta name="text:clinks left axis" content="655px"/>
  151.  
  152. <meta name="text:dlinks symbol" content="IV"/>
  153. <meta name="text:dlinks size" content="40px"/>
  154. <meta name="text:dlinks top axis" content="40px"/>
  155. <meta name="text:dlinks left axis" content="690px"/>
  156.  
  157. <meta name="text:elinks symbol" content="V"/>
  158. <meta name="text:elinks size" content="35px"/>
  159. <meta name="text:elinks top axis" content="35px"/>
  160. <meta name="text:elinks left axis" content="723px"/>
  161.  
  162. <meta name="text:flinks symbol" content="VI"/>
  163. <meta name="text:flinks size" content="30px"/>
  164. <meta name="text:flinks top axis" content="37px"/>
  165. <meta name="text:flinks left axis" content="749px"/>
  166.  
  167. <meta name="text:glinks symbol" content="♥"/>
  168. <meta name="text:glinks size" content="50px"/>
  169. <meta name="text:glinks top axis" content="180px"/>
  170. <meta name="text:glinks left axis" content="250px"/>
  171.  
  172. <style type="text/css">
  173.  
  174. ::-webkit-scrollbar-thumb{
  175. background-color: {color:scrollbar};
  176. height:auto;
  177. }
  178.  
  179. ::-webkit-scrollbar {
  180. height:auto;
  181. width:4px;
  182.  
  183. }
  184.  
  185.  
  186. iframe#tumblr_controls {
  187. white-space:nowrap;
  188. -webkit-filter: invert(100%);
  189. -moz-filter: invert(100%);
  190. -o-filter: invert(100%);
  191. -ms-filter: invert(100%);
  192. filter: invert(100%);
  193. opacity:.2;transition: .8s ease-in-out;
  194. -webkit-transition: .8s ease-in-out;
  195. -moz-transition: .8s ease-in-out;
  196. -o-transition: .8s ease-in-out;
  197. }
  198.  
  199. h1 {
  200. font-weight:normal;
  201. font-size:20px;
  202. text-align:center;
  203. font-style:normal;
  204. line-height:100%;
  205. letter-spacing:1px;
  206. text-transform:normal;
  207. color:{color:bold};
  208. font-family: 'Give You Glory', cursive;
  209. }
  210.  
  211. h2 {
  212. font-size:15px;
  213. text-align:center;
  214. line-height:100%;
  215. letter-spacing:1px;
  216. color:{color:bold};
  217. font-weight:bold;
  218. padding:5px;
  219. padding-bottom:2px;
  220. font-family: 'Give You Glory', cursive;
  221. }
  222.  
  223. #quote {
  224. font-size: 15pt;
  225. text-align: center;
  226. line-height: 100%;
  227. font-family: 'Homemade Apple', cursive;
  228. }
  229.  
  230. blockquote {
  231. border-left:1px solid #ccc;
  232. padding:6px;
  233. margin:9px 2px 0px 9px
  234. }
  235.  
  236. body {
  237. background:{color:background};
  238. margin:0px;
  239. color:{color:text};
  240. font-family: 'Lora', serif;
  241. font-size:12px;
  242. line-height:120%;
  243. background-image:url({text:bg url});
  244. background-attachment: fixed;
  245. background-image:stretch;
  246. background-repeat: no-repeat;
  247. background-image:cover;
  248. background-position:left top;
  249. }
  250.  
  251. a {
  252. text-decoration:none;
  253. outline:none;
  254. -moz-outline-style:none;
  255. color:{color:link};
  256. -moz-transition-duration:0.5s;
  257. -webkit-transition-duration:0.5s;
  258. -o-transition-duration:0.5s;
  259. }
  260.  
  261. a:hover {
  262. outline:none;
  263. -moz-outline-style:none;
  264. color:{color:link hover};
  265. }
  266.  
  267. b, strong{
  268. color: {color:bold};
  269. font-weight: bold;
  270. font-size:15px;
  271. font-family: 'Dancing Script', cursive;
  272. text-shadow: 2px 2px 3px #fff;
  273. 1px 1px 1px #fff;
  274.  
  275.  
  276.  
  277. }
  278.  
  279. i, em, strong {
  280. color: {color:text};
  281. font-size:14px;
  282. font-family: 'Satisfy', cursive;
  283.  
  284. }
  285.  
  286. blockquote {
  287. border-left:2px solid;
  288. border-color:{color:blockquote};
  289. padding-left:5px;
  290. margin:5px;
  291. border-radius:7px;
  292. }
  293.  
  294. img {
  295. border:none;
  296. }
  297.  
  298. #theme {
  299. width:450px;
  300. margin:0 auto -12px auto;
  301. }
  302.  
  303. #post {
  304. width:{text:post width};
  305. padding-bottom:30px;
  306. margin-top:20px;
  307. }
  308.  
  309. #entries {
  310. padding:10px;
  311. left:{text:cont left};
  312. top:{text:cont top};
  313. position:fixed;
  314. background-color:transparent;
  315. width:{text:cont width};
  316. height:{text:cont height};
  317. padding: 20px;
  318.  
  319. overflow-x:scroll;
  320. scroll:left;
  321. overflow-x:hidden;
  322. }
  323.  
  324. #line {
  325. width:450px;
  326. height:1px;
  327. margin-top:-6px;
  328. background-color:{color:border};
  329. }
  330.  
  331.  
  332. #links {
  333. position:fixed;
  334. font-family:times;
  335. width:130px;
  336. margin-top:15px;
  337. margin-left:0px;
  338. font-size:10px;
  339. letter-spacing:-1px;
  340. text-align:center;
  341. line-height:200%;
  342. }
  343.  
  344. #links a{
  345. line-height:200%;
  346. padding:1px;
  347. margin-top:1px;
  348. margin-left:4px;
  349. margin-right:4px;
  350. color:{color:link};
  351. -moz-transition-duration:.7s;
  352. -webkit-transition-duration:.7s;
  353. -o-transition-duration:.7s;
  354. }
  355.  
  356. #links a:hover {
  357. color: {color:link hover};
  358. -moz-transition-duration:.4s;
  359. -webkit-transition-duration:.4s;
  360. -o-transition-duration:.4s;
  361.  
  362. }
  363.  
  364. #description {
  365. position:fixed;
  366. width:180px;
  367. font-family:times;
  368. top:50px;
  369. left:40px;
  370. text-align:center;
  371. text-transform:uppercase;
  372. font-size:8px;
  373. color: {color:text};
  374. letter-spacing:1px;
  375. line-height:115%;
  376. padding: 3px;
  377.  
  378. }
  379.  
  380. #description a {
  381. color:{color:link};
  382. }
  383.  
  384. #description a:hover {
  385. color:{color:link hover};
  386. }
  387.  
  388. #pagination {
  389. font-size:20px;
  390. margin-top:40px;
  391. margin-left:250px;
  392. position:fixed;
  393. text-align:center;
  394. text-shadow: 0 0 0.3em #cfa695;
  395. }
  396.  
  397. #pagination a {
  398. color:{color:link};
  399. -moz-transition-duration:.4s;
  400. -webkit-transition-duration:.4s;
  401. -o-transition-duration:.4s;
  402. }
  403.  
  404. #pagination a:hover {
  405. color: {color:link hover};
  406. -moz-transition-duration:.4s;
  407. -webkit-transition-duration:.4s;
  408. -o-transition-duration:.4s;
  409.  
  410. }
  411.  
  412. #alinks {
  413. position:fixed;
  414. font-family:times;
  415. width:10px;
  416. top:{text:alinks top axis};
  417. left:{text:alinks left axis};
  418. font-size:{text:alinks size};
  419. text-transform:lowercase;
  420. text-align:center;
  421. line-height:170%;
  422. text-shadow: 1px 1px 1px #cfa695,
  423. 2px 2px 2px #49342c;
  424.  
  425. }
  426.  
  427. #alinks a{
  428. line-height:200%;
  429. padding:1px;
  430. margin-top:1px;
  431. margin-left:4px;
  432. margin-right:4px;
  433. color:{color:custom link};
  434. -moz-transition-duration:.7s;
  435. -webkit-transition-duration:.7s;
  436. -o-transition-duration:.7s;
  437. }
  438.  
  439. #alinks a:hover {
  440. color: {color:custom link hover};
  441. -moz-transition-duration:.4s;
  442. -webkit-transition-duration:.4s;
  443. -o-transition-duration:.4s;
  444.  
  445. }
  446.  
  447. #blinks {
  448. position:fixed;
  449. font-family:times;
  450. width:10px;
  451. top:{text:blinks top axis};
  452. left:{text:blinks left axis};
  453. font-size:{text:blinks size};
  454. text-transform:lowercase;
  455. text-align:center;
  456. line-height:170%;
  457. text-shadow: 1px 1px 1px #cfa695,
  458. 2px 2px 2px #49342c;
  459.  
  460. }
  461.  
  462. #blinks a{
  463. line-height:200%;
  464. padding:1px;
  465. margin-top:1px;
  466. margin-left:4px;
  467. margin-right:4px;
  468. color:{color:custom link};
  469. }
  470.  
  471. #blinks a:hover {
  472. color: {color:custom link hover};
  473. -moz-transition-duration:.4s;
  474. -webkit-transition-duration:.4s;
  475. -o-transition-duration:.4s;
  476.  
  477. }
  478.  
  479. #clinks {
  480. position:fixed;
  481. font-family:cambria;
  482. width:10px;
  483. top:{text:clinks top axis};
  484. left:{text:clinks left axis};
  485. font-size:{text:clinks size};
  486. text-transform:lowercase;
  487. text-align:center;
  488. line-height:170%;
  489. text-shadow: 1px 1px 1px #cfa695,
  490. 2px 2px 2px #49342c;
  491. }
  492.  
  493. #clinks a{
  494. line-height:200%;
  495. padding:1px;
  496. margin-top:1px;
  497. margin-left:4px;
  498. margin-right:4px;
  499. color:{color:custom link};
  500. -moz-transition-duration:.7s;
  501. -webkit-transition-duration:.7s;
  502. -o-transition-duration:.7s;
  503. }
  504.  
  505. #clinks a:hover {
  506. color: {color:custom link hover};
  507. -moz-transition-duration:.4s;
  508. -webkit-transition-duration:.4s;
  509. -o-transition-duration:.4s;
  510.  
  511. }
  512.  
  513. #dlinks {
  514. position:fixed;
  515. font-family:cambria;
  516. width:10px;
  517. top:{text:dlinks top axis};
  518. left:{text:dlinks left axis};
  519. font-size:{text:dlinks size};
  520. text-transform:lowercase;
  521. text-align:center;
  522. line-height:170%;
  523. text-shadow: 1px 1px 1px #cfa695,
  524. 2px 2px 2px #49342c;
  525. }
  526.  
  527. #dlinks a{
  528. line-height:200%;
  529. padding:1px;
  530. margin-top:1px;
  531. margin-left:4px;
  532. margin-right:4px;
  533. color:{color:custom link};
  534. -moz-transition-duration:.7s;
  535. -webkit-transition-duration:.7s;
  536. -o-transition-duration:.7s;
  537. }
  538.  
  539. #dlinks a:hover {
  540. color: {color:custom link hover};
  541. -moz-transition-duration:.4s;
  542. -webkit-transition-duration:.4s;
  543. -o-transition-duration:.4s;
  544.  
  545. }
  546.  
  547. #elinks {
  548. position:fixed;
  549. font-family:cambria;
  550. width:10px;
  551. top:{text:elinks top axis};
  552. left:{text:elinks left axis};
  553. font-size:{text:elinks size};
  554. text-transform:lowercase;
  555. text-align:center;
  556. line-height:170%;
  557. text-shadow: 1px 1px 1px #cfa695,
  558. 2px 2px 2px #49342c;
  559. }
  560.  
  561. #elinks a{
  562. line-height:200%;
  563. padding:1px;
  564. margin-top:1px;
  565. margin-left:4px;
  566. margin-right:4px;
  567. color:{color:custom link};
  568. -moz-transition-duration:.7s;
  569. -webkit-transition-duration:.7s;
  570. -o-transition-duration:.7s;
  571. }
  572.  
  573. #elinks a:hover {
  574. color: {color:custom link hover};
  575. -moz-transition-duration:.4s;
  576. -webkit-transition-duration:.4s;
  577. -o-transition-duration:.4s;
  578.  
  579. }
  580.  
  581. #flinks {
  582. position:fixed;
  583. font-family:cambria;
  584. width:10px;
  585. top:{text:flinks top axis};
  586. left:{text:flinks left axis};
  587. font-size:{text:flinks size};
  588. text-transform:lowercase;
  589. text-align:center;
  590. line-height:170%;
  591. text-shadow: 1px 1px 1px #cfa695,
  592. 2px 2px 2px #49342c;
  593. }
  594.  
  595. #flinks a{
  596. line-height:200%;
  597. padding:1px;
  598. margin-top:1px;
  599. margin-left:4px;
  600. margin-right:4px;
  601. color:{color:custom link};
  602. -moz-transition-duration:.7s;
  603. -webkit-transition-duration:.7s;
  604. -o-transition-duration:.7s;
  605. }
  606.  
  607. #flinks a:hover {
  608. color: {color:custom link hover};
  609. -moz-transition-duration:.4s;
  610. -webkit-transition-duration:.4s;
  611. -o-transition-duration:.4s;
  612.  
  613. }
  614.  
  615. #glinks {
  616. position:fixed;
  617. font-family:cambria;
  618. width:10px;
  619. top:{text:glinks top axis};
  620. left:{text:glinks left axis};
  621. font-size:{text:glinks size};
  622. text-transform:lowercase;
  623. text-align:center;
  624. line-height:170%;
  625. text-shadow: 1px 1px 1px #cfa695,
  626. 2px 2px 2px #c5e0eb;
  627. }
  628.  
  629. #glinks a{
  630. line-height:200%;
  631. padding:1px;
  632. margin-top:1px;
  633. margin-left:4px;
  634. margin-right:4px;
  635. color:{color:custom link};
  636. -moz-transition-duration:.7s;
  637. -webkit-transition-duration:.7s;
  638. -o-transition-duration:.7s;
  639. }
  640.  
  641. #glinks a:hover {
  642. color: {color:custom link hover};
  643. -moz-transition-duration:.4s;
  644. -webkit-transition-duration:.4s;
  645. -o-transition-duration:.4s;
  646.  
  647. }
  648.  
  649. #info {
  650. font-family: 'Cookie', cursive;
  651. width:450px;
  652. margin-top:5px;
  653. padding-top:7px;
  654. font-size:13px;
  655. color:{color:link hover};
  656. letter-spacing:1px;
  657. font-style:normal;
  658. text-align:center;
  659. -moz-transition-duration:0.2s;
  660. -webkit-transition-duration:0.2s;
  661. -o-transition-duration:0.2s;
  662. }
  663.  
  664. #info a {
  665. color:{color:link};
  666. background: {color:post info bg};
  667. padding:3px;
  668. font-style:normal;
  669. }
  670.  
  671. #info a:hover {
  672. color:{color:link hover};
  673. -moz-transition-duration:0.2s;
  674. -webkit-transition-duration:0.2s;
  675. -o-transition-duration:0.2s;
  676. }
  677.  
  678. .tags {
  679. font-family:times;
  680. font-style:normal;
  681. width:450px;
  682. text-transform:normal;
  683. font-style:normal;
  684. line-height:120%;
  685. margin-top:15px;
  686. font-size:11px;
  687. text-align:center;
  688. -moz-transition-duration:0.2s;
  689. -webkit-transition-duration:0.2s;
  690. -o-transition-duration:0.2s;
  691. }
  692. .tags a{
  693. color:{color:link};
  694. }
  695. .tags a:hover{
  696. color:{color:link hover};
  697. }
  698.  
  699. .audio{
  700. background-color:transparent;
  701. height:65px;
  702. overflow:hidden;
  703. }
  704.  
  705. .question {
  706. padding:9px;
  707. text-align:left;
  708. text-transform:italic;
  709. color:{color:text};
  710. background-color:transparent;
  711. border-left:3px solid {color:ask border};
  712. border-radius:7px;
  713. line-height:120%;
  714. }
  715.  
  716. .answer {
  717. text-align:left;
  718. padding:7px;
  719. color:{color:text};
  720. }
  721.  
  722. #credit {
  723. font-size:9px;
  724. font-family:cambria;
  725. font-style:italic;
  726. letter-spacing:1px;
  727. -moz-transition-duration:0.5s;
  728. -webkit-transition-duration:0.5s;
  729. -o-transition-duration:0.5s;
  730. }
  731.  
  732. #credit a {
  733. background-color:#fff;
  734. padding:5px;
  735. border:1px solid #e9e9e9;
  736. position:fixed;
  737. right:15px;
  738. bottom:10px
  739. }
  740.  
  741. #credit a:hover {
  742. color:#fff;
  743. background-color:#191919;
  744. }
  745.  
  746. #fade { /*--Transparent background layer--*/
  747. display: none; /*--hidden by default--*/
  748. background: #fff;
  749. position: fixed; left: 0; top: 0;
  750. width: 100%; height: 100%;
  751. opacity: .80;
  752. z-index: 99999;
  753. }
  754. .popup_block{
  755.  
  756. display: none; /*--hidden by default--*/
  757. background-image:url("https://36.media.tumblr.com/e62391f1fa448b4b5093b3c28487db88/tumblr_o21snsyYdS1v71782o1_400.png");
  758. height:575px;
  759.  
  760. padding: 5px;
  761. border: 10px solid #d3c4be;
  762. text-align:center;
  763. float: left;
  764. font-size: 12px;
  765. position: fixed;
  766. top: 55%; left: 55%;
  767. z-index: 9999999999999999999999999;
  768. /*--CSS3 Box Shadows--*/
  769. -webkit-box-shadow: 0px 0px 20px #000;
  770. -moz-box-shadow: 0px 0px 20px #000;
  771. box-shadow: 0px 0px 20px #000;
  772. /*--CSS3 Rounded Corners--*/
  773. -webkit-border-radius: 2px;
  774. -moz-border-radius: 2px;
  775. border-radius: 10px;
  776. }
  777. img.btn_close {
  778. float: right;
  779. margin: -2px -2px 0 0;
  780. }
  781. /*--Making IE6 Understand Fixed Positioning--*/
  782. *html #fade {
  783. position: absolute;
  784. }
  785. *html .popup_block {
  786. position: absolute;
  787. }
  788.  
  789. /************** FLAGS UPDATES TAB **************/
  790. /* tutorial by deanlirium|tumblr (clarence.tk) */
  791.  
  792. #flags {
  793. position:fixed;
  794. top:100px; /* distance from the top of the page - adjust as you wish! */
  795. right:0px;
  796. text-align:right;
  797. /* the text is in all caps - delete this line and it won't be */
  798. color:#8c7369; /* change text color: use sites like http://www.colorpicker.com/ or the tumblr thing, copy the code it gives you and paste it! remember the #! */
  799. font-size:8px; /* adjust font size */
  800. letter-spacing:1px;
  801. z-index:2147483607;
  802. font-family: 'Lora', serif;}
  803.  
  804.  
  805. #flag1 {
  806. border:solid 6px #4d3830; /* flag color */
  807. border-left:solid 6px transparent; /* IMPORTANT! -- to make the flag thicker increase the border and border-right value; it looks better if they both have the same number! */
  808. padding-right:10px;
  809. right:00px;
  810. width:20px; /* increase or decrease to change the lenght of the CLOSED flag */
  811. height:0px;
  812. position:absolute;
  813. -moz-transition:all 0.7s ease-out;
  814. -webkit-transition:all 0.7s ease-out;
  815. -o-transition:all 0.7s ease-out;}
  816.  
  817. #flag1:hover {
  818. width:180px;} /* lenght of the OPEN flag */
  819.  
  820. #upd1 {
  821. position:absolute;
  822. width:110px;
  823. padding:10px;
  824. padding-right:60px; /* adjust this if you've changed the length of the open flag, subtract what you add here to the 'left' value below */
  825. right:-180px;
  826. margin-top:6px; /* keep this number equal to the 'border' value for the flag */
  827. opacity:0;
  828. -moz-transition:all 0.7s ease-out;
  829. -webkit-transition:all 0.7s ease-out;
  830. -o-transition:all 0.7s ease-out;}
  831.  
  832. #flag1:hover #upd1{
  833. right:0px;
  834. opacity:1;}
  835.  
  836. /* following is the coding for the other flags - same as above! */
  837.  
  838. #flag2 {
  839. border:solid 6px #7c6257;
  840. margin-top:20px;
  841. position:absolute;
  842. border-left:solid 6px transparent;
  843. padding-right:10px;
  844. right:00px;
  845. width:20px;
  846. height:0px;
  847. -moz-transition:all 0.7s ease-out;
  848. -webkit-transition:all 0.7s ease-out;
  849. -o-transition:all 0.7s ease-out;}
  850.  
  851. #flag2:hover {
  852. width:180px;}
  853.  
  854. #upd2 {
  855. position:absolute;
  856. width:110px;
  857. padding:10px;
  858. padding-right:60px;
  859. right:-180px;
  860. margin-top:6px;
  861. opacity:0;
  862. -moz-transition:all 0.7s ease-out;
  863. -webkit-transition:all 0.7s ease-out;
  864. -o-transition:all 0.7s ease-out;}
  865.  
  866. #flag2:hover #upd2{
  867. right:0px;
  868. opacity:1;}
  869.  
  870. /*if you want more flags, just copy the part of the code below and change the numbers - then increase the margin-top value for the #flag(number) adding 20px each new flag! copy from here: */
  871.  
  872. #flag3 {
  873. border:solid 6px #baa69d;
  874. position:absolute;
  875. margin-top:40px; /* this one! */
  876. border-left:solid 6px transparent;
  877. padding-right:10px;
  878. right:0px;
  879. width:20px;
  880. height:0px;
  881. -moz-transition:all 0.7s ease-out;
  882. -webkit-transition:all 0.7s ease-out;
  883. -o-transition:all 0.7s ease-out;}
  884.  
  885. #flag3:hover {
  886. width:180px;}
  887.  
  888. #upd3 {
  889. position:absolute;
  890. width:110px;
  891. padding:10px;
  892. padding-right:60px;
  893. right:-180px;
  894. margin-top:6px;
  895. opacity:0;
  896. -moz-transition:all 0.7s ease-out;
  897. -webkit-transition:all 0.7s ease-out;
  898. -o-transition:all 0.7s ease-out;}
  899.  
  900. #flag3:hover #upd3{
  901. right:0px;
  902. opacity:1;}
  903.  
  904. /* to here */
  905.  
  906. {CustomCSS}</style></head><body>
  907.  
  908.  
  909. <div id="flags">
  910. <div id="flag1"><div id="upd1">
  911.  
  912. Indie semi-selective rp blog for Maplestory's Evan and Eve. Multiverse, multiship (for Eve), crossover and relatively OC friendly. Not spoiler-free. Written by Quinny. Created on 08/01/15.</p>
  913.  
  914. <b>Please read my rules before interacting!</b></p>
  915.  
  916. </div></div>
  917.  
  918. <div id="flag2"><div id="upd2">
  919.  
  920. <i>Tracking soul stones & soulstones.</i></br>
  921.  
  922. <b>Current Status:</b> Semi-Hiatus</p>
  923.  
  924. </div></div>
  925.  
  926. <!---- if you want more flags, copy from here ---->
  927.  
  928. <div id="flag3"><div id="upd3">
  929.  
  930. M!Anon:</br>
  931. Evan: In a coma (9/10) </br>
  932. Eve: none</br>
  933.  
  934. </div></div>
  935.  
  936. <!---- to here and change the numbers according to your css! ---->
  937.  
  938. <!---- thanks for passing by and using this tutorial you're raaaaaaaaad c: ---->
  939.  
  940. </div>
  941.  
  942.  
  943. <div id="theme">
  944.  
  945. <div id="sidebar">
  946.  
  947. <div id="sidebarimage">
  948. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  949.  
  950. <div id="alinks"><a href="/" title="return">{text:alinks symbol}</a></div>
  951. <div id="blinks"><a href="#?w=400" rel="a" class="poplight" title="status">{text:blinks symbol}</a></div>
  952. <div id="clinks"><a href="#?w=400" rel="r" class="poplight" title="rules">{text:clinks symbol}</a></div>
  953. <div id="dlinks"><a href="#?w=400" rel="navi" class="poplight" title="quest log">{text:dlinks symbol}</a></div>
  954. <div id="elinks"><a href="#?w=400" rel="q" class="poplight" title="letters">{text:elinks symbol}</a></div>
  955. <div id="flinks"><a href="/submit" title="gifts">{text:flinks symbol}</a></div>
  956.  
  957.  
  958. <div id="glinks"><a href="/relationships" title="Bonds">{text:glinks symbol}</a></div>
  959.  
  960.  
  961. {block:Pagination}
  962. <div id="pagination">
  963.  
  964. {block:PreviousPage}<a href="{PreviousPage}" title="back">{text:pagi back}</a>{/block:PreviousPage}
  965. {block:NextPage}— <a href="{NextPage}" title="forth">{text:pagi forward}</a>{/block:NextPage}
  966. </div>{/block:Pagination}
  967.  
  968. </div></div>
  969.  
  970.  
  971.  
  972. <div id="entries">{block:Posts}<div id="post">
  973.  
  974. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  975.  
  976. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  977.  
  978. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  979.  
  980. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  981.  
  982. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  983.  
  984. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  985.  
  986. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  987. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  988.  
  989. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  990.  
  991. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;&nbsp; {ASKER}:<br><i>&nbsp;&nbsp; {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  992.  
  993. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  994. {/block:Date} {block:NoteCount}&nbsp; <a href="{Permalink}">♥ {NoteCount} </a> {/block:NoteCount}
  995. &nbsp;
  996. {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} </br>
  997. </div>
  998.  
  999. <div id="line"></div>
  1000.  
  1001. {block:HasTags}
  1002. <div class="tags">
  1003. {block:Tags} <a href="{TagURL}"> {text:tag symbol} {Tag} &nbsp; </a> {/block:Tags}</div>
  1004. {/block:HasTags}
  1005. <div class="postnote">
  1006. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1007. </div>
  1008.  
  1009. </div>
  1010.  
  1011. {/block:Posts}
  1012.  
  1013.  
  1014. </div>
  1015. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</a></div> </div></div>
  1016.  
  1017. </body>
  1018.  
  1019. <div id="q" class="popup_block">
  1020. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px;font-size:12px;font-family:'times new roman'; overflow-x:scroll;scroll:left;overflow-x:hidden;height:540px ; width: 390px;">
  1021. <iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/amxthystus.tumblr.com" width="100%"></iframe></p>
  1022.  
  1023. <h1>Inquiries</h1></p>
  1024.  
  1025. </div></div></div></div>
  1026.  
  1027. <div id="r" class="popup_block">
  1028. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px;font-size:12px;font-family:'times new roman'; overflow-x:scroll;scroll:left;overflow-x:hidden;height:540px ; width: 390px;">
  1029. <h1>Rules</h1>
  1030. </p>
  1031. I do apologise in advance for the length! I wanted to flesh out my rules as much as I could before any form of interaction is done. More will be added if I see it fit.</p>
  1032.  
  1033. <i>Updated 12/02/15.</i></p>
  1034.  
  1035. <h2>General</h2></p>
  1036.  
  1037. <b>~ [ ⚚ ] ~</b> I’m crossover and OC friendly! However, I am a bit picky about OCs. Please have information or a backstory of your OC available on your blog on an about page before we begin to interact. If I see posts that give some information on your OC, I may be a bit more willing to interact.</p>
  1038.  
  1039. <b>~ [ ⚚ ] ~ </b> I am of age, so I am generally alright with NSFW. However, this is only limited to gore, violence, and suggestive themes, such as innuendos! I’m not comfortable with roleplaying smut in public areas, so neither Evan nor Eve are available for smut! Sorry folks. I will accordingly tag all of my threads if there is nsfw or triggering content, and put a ‘read more’ in them as an extra precaution.</p>
  1040.  
  1041. <b>~ [ ⚚ ] ~</b> Evan is single-shipped with <a href="http://blackened-star.tumblr.com/">Eclipse</a>, but Eve is completely open for multishipping. While I do ship Evan with other individuals, this blog will remain strictly single-ship for him. I do reblog a few other Evan ships, but I will not roleplay them on tumblr. I’m also alright with answering ship memes that ask about other Evan ships. <s>I’m not adverse to shipping him with others outside of tumblr though.</s></p>
  1042.  
  1043. <b>~ [ ⚚ ] ~</b> I hold the right to drop threads. If this happens, I am sorry, and please do not be offended! Just because I drop a thread, doesn’t mean that we can no longer roleplay. You’re more than welcome to create a new starter, as thread dropping usually only occurs if I’ve lost inspiration or if my muse is not cooperating with me. If I drop a thread, I will notify you.</p>
  1044.  
  1045. <b>~ [ ⚚ ] ~</b> I occasionally unfollow blogs. This happens not because I hate you, but because I am cleaning up my dashboard. On the other end of the spectrum, I do not follow everyone back, but this does not mean that I will not roleplay with you.</p>
  1046.  
  1047. <b>~ [ ⚚ ] ~</b> From now on, I will move any threads that begin from an ask to a new post altogether and mention you. This is due to the fact that the ask part takes up a unwieldy amount of space. I would also prefer it if you do the same for me, but it is not required that you do.</p>
  1048.  
  1049. <h2>Do's</h2>
  1050.  
  1051. <b>~ [ ⚚ ] ~</b> Do send me starters, tag me in one, or write one with one of my tracked tags!</p>
  1052.  
  1053. <b>~ [ ⚚ ] ~</b> Do send me an ask or IM (if we’re mutuals) to plot! I’m more of an impulsive roleplayer but I do not mind trying to plan a thread together. I usually begin to wing things before I send a few plot suggestions.</p>
  1054.  
  1055. <b>~ [ ⚚ ] ~</b> Do send me memes! We can even begin to roleplay through that medium.</p>
  1056.  
  1057. <b>~ [ ⚚ ] ~</b> Do tag your nsfw tags and include trigger warnings! I generally don’t have any triggers, but I would prefer to know what it is I’m going to deal with before I dive in.</p>
  1058.  
  1059. <b>~ [ ⚚ ] ~</b> If you want to ship your muse with Eve, do have some development between our muses before suggesting that we go with a ship. As much as I love shipping my muses, I really can’t jump into relationships off the bat.</p>
  1060.  
  1061. <b>~ [ ⚚ ] ~</b> Do trim your threads! If you don’t know how to, I suggest looking into the new x-kit extension. Alternatively, you may look at <a href="http://deveshandgaruda.tumblr.com/post/125482466923/replying-to-rp-posts-without-the-need-for-an">this post</a> to find another way to trim your post.</p>
  1062.  
  1063. <b>~ [ ⚚ ] ~</b> Do send me IC or OOC IMs if we are mutuals! I would love to talk to y'all and make more friends. Just give me some indication on whether or not you’re being IC!</p>
  1064.  
  1065. <b>~ [ ⚚ ] ~</b> Do ask for my Skype if you’re a mutual who is interested in talking to me off of tumblr! I’m usually found more there, as I don’t use the tumblr app on my phone; I log on tumblr through the mobile browser, which means I cannot access the IM feature there.</p>
  1066.  
  1067. <b> [ ⚚ ] ~</b> Do have fun! After all, roleplaying is meant to be a hobby where you can enjoy yourself.</p>
  1068.  
  1069. <h2>Don'ts</h2>
  1070.  
  1071. <b>~ [ ⚚ ] ~</b> Don’t try to mirror my post length, as it changes all of the time. Respond with as much as you feel comfortable with.</p>
  1072.  
  1073. <b>~ [ ⚚ ] ~</b>~ On that same note, don’t respond with a oneliner if I have written a few paragraphs. One liners typically make me lose my muse, as it becomes a struggle for me to try and figure out how to respond.</p>
  1074.  
  1075. <b>~ [ ⚚ ] ~</b> Don’t constantly ask me if I have received your response, or if I can immediately respond to it. Consistently doing that will cause me to lose my muse; I need no restraints in order to actually write. I also attend university, so I cannot guarantee daily responses.</p>
  1076.  
  1077. <b>~ [ ⚚ ] ~</b> Don’t godmod, power play, or metagame. This includes taking control of my character for even the smallest of actions. If this happens once or twice, I’ll privately notify you and send you a warning. If this repeats a third time, I will drop the thread. I’m sorry, but this is a major pet peeve of mine that I really cannot tolerate.</p>
  1078.  
  1079. <b>~ [ ⚚ ] ~</b> Don’t kill my muses unless we’ve discussed it beforehand, or if I’ve given you the okay to. That’s just not cool.</p>
  1080.  
  1081. <b>~ [ ⚚ ] ~</b> Don’t force ships. There’s not much to be explained about this.</p>
  1082.  
  1083. <b>~ [ ⚚ ] ~</b> Don’t worry about icons if you don’t have any! I tend to mimic the style and general length of my partners, so if you don’t use icons, I’ll forsake the use of my own.</p>
  1084.  
  1085. <b>~ [ ⚚ ] ~</b> Don’t send anon hate. If I find out that you have sent anyone this, I will immediately unfollow and block you. Spreading hate just isn’t right.</p>
  1086.  
  1087. <b>~ [ ⚚ ] ~</b> Don’t be shy! I won’t bite, as I’m also quite intimidated and fearful of reaching out to other blogs.</p>
  1088. </div></div></div>
  1089.  
  1090. <div id="a" class="popup_block">
  1091. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px;font-size:12px;font-family:'times new roman'; overflow-x:scroll;scroll:left;overflow-x:hidden;height:540px ; width: 390px;">
  1092.  
  1093. <h1>Status</h1>
  1094.  
  1095. <a href="#?w=400" rel="evan" class="poplight" title="Primary Muse"><div style="font-size:22px; text-align:center;">Evan</a></div></p>
  1096. <a href="#?w=400" rel="eve" class="poplight" title="Secondary Muse"><div style="font-size:22px; text-align:center;">Eve</a></div></p>
  1097. <a href="#?w=400" rel="au" class="poplight" title="Verses"><div style="font-size:22px; text-align:center;">Verses</a></div></p>
  1098.  
  1099. </div></div></div>
  1100.  
  1101. <div id="evan" class="popup_block">
  1102. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px;font-size:12px;font-family:'times new roman'; overflow-x:scroll;scroll:left;overflow-x:hidden;height:540px ; width: 390px;">
  1103.  
  1104. <h1>About Evan</h1>
  1105.  
  1106. <b>Name:</b> Evan</p>
  1107.  
  1108. <b>Age:</b> 13 (pre-revamp), 17/18 (during revamp); the age will be clarified based on the descriptor used (brunet for pre-revamp, sandy blond for during revamp)</p>
  1109.  
  1110. <b>Partner:</b> Mir (<a href="http://t.umblr.com/redirect?z=https%3A%2F%2Fstatic.maplewiki.net%2F8%2F81%2FMir6.gif&t=ZTU2YWJkZTQ3MGUwMDJmOTc2Njg3YWI3NmIzNTdmOTBkYTI1NGU5OSxUbU4zdWpESg%3D%3D">final growth</a>)</p>
  1111.  
  1112. <b>Weapon:</b> Default is wand, but he also has a staff available</p>
  1113.  
  1114. <b>Hometown:</b> Henesys</p>
  1115.  
  1116. <h2>Backstory</h2>
  1117.  
  1118. A former farm hand whose destiny was altered by a bizarre dream with a large dragon, Evan never would have imagined that he would be pitched forward onto the path of heroism. The day started off as any other would; he tended to the farm and helped out with some chores. Even the running away of his family’s piglet (again) was nothing new to Evan, and he was tasked with the quest of finding and retrieving the poor creature, as per usual.</p>
  1119.  
  1120. As he went to fetch the piglet, he fell into a large pit. Quickly regaining his senses, Evan recognised the area to be the same one he dreamed of and continued looking for the piglet. He found a blue egg in a large clearing, the place where the large dragon sat in his dream. Evan gingerly took the egg with him, figuring that he should take care of it and hatch it. Simultaneously, he found the lost piglet and led it home. With that task done, Evan then took the time to hatch the egg, which turned out to house a young dragon named Mir. Young, idealistic, and hopeful for the future, the two of them left the farm and set off on a perilous journey to become heroes. They also aspired to discover who Mir was and learn more about his species.</p>
  1121.  
  1122. In the midst of their journeying, the two eventually found out that Mir is an Onyx Dragon, a species that had gone extinct. When trying to learn more about why that happened, Evan and Mir naively assisted the Black Wings, an evil organization whose motives were, to them, unknown. The two eventually found out that they were being used for evil, not good, and promptly fought back. Though they were successful in chasing away the Black Mages, the damage had been done. Left behind in many towns they believed they were helping were many messes and the location of a sleeping onyx dragon, Afrien, was also revealed to the Black Wings.</p>
  1123.  
  1124. After the Black Wings had been chased away from his place of rest, Afrien revealed to Evan the reason why the Onyx Dragons had gone extinct. He did this by showing the former farm boy visions of his predecessor, Freud, who lived in the Maple World centuries ago. Freud was the key figure in establishing the bond between dragons and humans, as he and Afrien, who was revealed to be the former king of Onyx Dragons, bonded together in a spirit pact in order to better relations. The Black Mage, the main antagonist and villain, sought the power of the spirit pact and demanded it from Afrien, who attempted to explain that this power only came from a bond of love and kinship. Enraged, the Black Mage swore that if he could not use this power, then no one else could, and subsequently killed all of the other onyx dragons.</p>
  1125.  
  1126. When the war between the Black Mage and the rest of the Maple World broke out, Freud also played a crucial role, fighting alongside five other individuals. This group was unanimously called the Heroes. They fought a long and hard struggle and eventually sealed away the Black Mage, though not before he managed to curse them all and encase them into ice. Only Freud was able to escape, his partner having taken the curse for him. Entrusted with Afrien’s egg–the same egg that Evan found when searching for the lost piglet–Freud hid it away in a secure place. He knew that one day someone would find it, hatch it, and raise the dragon inside as lovingly as he himself adored the dragons.</p>
  1127.  
  1128. After learning more about his predecessor, Evan promised to work his hardest to become the hero he wanted to be so that he would not let his legacy as Freud’s successor go to waste. He and Mir soon parted ways with Afrien, who returned to his slumber. They continued to train and become stronger and were eventually given an invitation to join the Alliance, a coalition created by the Maple World’s empress, Cygnus, in an attempt to unite everyone. Accepting the invitation, they became loyal members of her Alliance and joined the ranks of the now reunited Heroes, who had recently awoken from their curse. Both human and dragon continued to give a hand in making the Maple World a place where peace can finally reign.</p>
  1129.  
  1130. But now that the Black Mage had broken free from his seal, Evan must step up and finally fulfill his role as Freud’s successor.</p>
  1131.  
  1132. [Please click <a href="http://t.umblr.com/redirect?z=http%3A%2F%2Fmaplestory.wikia.com%2Fwiki%2FEvan&t=YmFmZGVkMTMyNThmYzZhNmU0MjgzNmQwOTFkNTYwODVlZDdkODNkMixUbU4zdWpESg%3D%3D">here</a> for more information on Evan’s predecessor, Freud, and the onyx dragons! I’ve just about mentioned everything but this link may help out in clarifying certain details.]
  1133.  
  1134.  
  1135. </div></div></div>
  1136.  
  1137. <div id="eve" class="popup_block">
  1138. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px;font-size:12px;font-family:'times new roman'; overflow-x:scroll;scroll:left;overflow-x:hidden;height:540px ; width: 390px;">
  1139.  
  1140. <h1>About Eve</h1>
  1141.  
  1142. <b>Name:</b> Eve</p>
  1143.  
  1144. <b>Age:</b> 15 (pre-revamp), 17 (during revamp)</p>
  1145.  
  1146. <b>Partner:</b> Ruby (refer to the red dragon <a href="http://t.umblr.com/redirect?z=http%3A%2F%2Forig15.deviantart.net%2Feca9%2Ff%2F2011%2F011%2F1%2F3%2Fonyx_dragons_by_evan2011-d36y4rg.jpg&t=ZjliMzlkY2NjZDQ4MmI0NzAxZGE5ZmI3NzNhYTA3Nzc1NzllYzc2ZSxUbU4zdWpESg%3D%3D">here</a>)</p>
  1147.  
  1148. <b>Weapon:</b> Prefers to use wands over staves, but has both on hand</p>
  1149.  
  1150. <b>Hometown:</b> Henesys</p>
  1151.  
  1152. <h2>Backstory</h2>
  1153.  
  1154. As Eve is technically the female version of Evan, she shares the same storyline and backstory with him. However, Eve comes from the genderbent version of the Maple World and Grandis. Therefore, she knows everyone as their opposite gender, as opposed to how they’re canonically depicted The only exception to this is Aran.</p>
  1155.  
  1156. To clarify, here is an example. Mir is canonly depicted as a male onyx dragon, is the last of his species, and is partnered with Evan. Going by this example, Eve also has a partnered dragon, called Ruby, who is essentially the genderbent version of Mir.</p>
  1157.  
  1158. Ruby is still the last of the Onyx Dragons in the genderbent realm, which coincides with the canon verse. Because the two alternate universes are completely separate from one another, Eve and Ruby have never met Evan and Mir.
  1159.  
  1160. </div></div></div>
  1161.  
  1162.  
  1163. <div id="au" class="popup_block">
  1164. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px;font-size:12px;font-family:'times new roman'; overflow-x:scroll;scroll:left;overflow-x:hidden;height:540px ; width: 390px;">
  1165.  
  1166. <h1>Verses</h1>
  1167.  
  1168. <h2>Evan</h2>
  1169.  
  1170. <a href="#?w=400" rel="evan" class="poplight" title="Default Verse"><div style="font-size:22px; text-align:center;">Hatchling</a></div></p>
  1171.  
  1172. <a href="#?w=400" rel="f" class="poplight"><div style="font-size:22px; text-align:center;">Featherless</a></div></p>
  1173.  
  1174. <a title="An AU where Evan is never a good person in the first place. He is a part of the Black Wings, but pretends to be part of the heroes and the Alliance. Although he technically works under Orchid (and consequently Lotus), he seems to have an ulterior motive."><div style="font-size:22px; text-align:center;">Traitor</a></div></p>
  1175.  
  1176. <a href="#?w=400" rel="emp" class="poplight"><div style="font-size:22px; text-align:center;">Empress</a></div></p>
  1177.  
  1178. <a href="#?w=400" rel="hs" class="poplight"><div style="font-size:22px; text-align:center;">Friendstory</a></div></p>
  1179.  
  1180. <h2>Eve</h2>
  1181.  
  1182. <a href="#?w=400" rel="eve" class="poplight" title="Default Verse"><div style="font-size:22px; text-align:center;">Dragon Princess</a></div></p>
  1183.  
  1184. <a href="#?w=400" rel="dxe" class="poplight" title="Friendstory and modern-day AU, similar to what is listed for Evan’s friendstory tag."><div style="font-size:22px; text-align:center;">Highschool DxEve</a></div></p>
  1185.  
  1186. <h2>Both</h2>
  1187.  
  1188. <a title="Not really a verse, but it signifies that the thread is a crossover."><div style="font-size:22px; text-align:center;">Malfunctioned Mirror</a></div></p>
  1189.  
  1190. </div></div></div>
  1191.  
  1192. <div id="f" class="popup_block">
  1193. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px;font-size:12px;font-family:'times new roman'; overflow-x:scroll;scroll:left;overflow-x:hidden;height:540px ; width: 390px;">
  1194. <h1>Featherless</h1></p>
  1195. <img src="http://41.media.tumblr.com/c5b5ab1975c3ef5a39aad7cb0aaa421e/tumblr_inline_nyhl3jeuRX1tzj46z_100.png"><img src="http://41.media.tumblr.com/72919e25cd83e50dabf417848f55b9c5/tumblr_inline_nygqiiSKDG1tzj46z_100.png"></p>
  1196. ···············“They’ve always told me to seize the ɔαч.</p>
  1197. ···························· But how could I do that when I can’t even fly on my own ƜƖƝƓƧ?”</p>
  1198. <i>Click <a href="/post/134047209980/verse-updated-evan">here</a> for more information.</i></p>
  1199. <i>faceclaim is <b>Pit</b> and <b>Dark Pit</b> from </i>Kid Icarus.</p>
  1200. <b>Current Timelines:</b> plucked feathers; molting</p>
  1201. An AU where the Heroes (and Maple World denizens in general) have wings, but Evan’s are tiny and featherless. This is divided into two timelines: plucked feathers and molting. All of the previously untagged featherless rps take place during the plucked feathers timeline!</p>
  1202. <h2>Plucked Feathers</h2>
  1203. <i>Plucked feathers</i> involves Evan acting much like he does in his main verse–although this verse will not feature revamp Evan. This means that Evan’s between 13-15 and that he heavily relies on Mir. Evan’s wings have not yet grown their feathers and he often rides on Mir’s back a lot for mobility and aerial combat. At this point, he is still pure, innocent, and on the side of good.</p>
  1204.  
  1205. <h2>Molting</h2>
  1206.  
  1207. <i>Molting</i> involves a jealous-ridden Evan abandoning the side of good, turning traitor to join the Black Mage and his fellow Commanders. The main reason is because of his growing interest in one of the specific members of the other side, but it is also due to the fact that he resents the other Alliance members for having working wings, while his are still useless. Although he has finally grown feathers, Evan still cannot fly with his wings. At that point, however, he makes do without them, using them more for appearance (they grew black feathers) and to help him remain balanced. Evan’s soul is essentially gone because he killed Mir, who refused to join the side of evil and began to oppose his Master. With the pact no longer active, the darkness easily corrupted Evan.</p>
  1208.  
  1209. </div></div></div></div>
  1210.  
  1211. <div id="emp" class="popup_block">
  1212. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px;font-size:12px;font-family:'times new roman'; overflow-x:scroll;scroll:left;overflow-x:hidden;height:540px ; width: 390px;">
  1213.  
  1214. <h1>Empress</h1>
  1215.  
  1216. <img src="http://36.media.tumblr.com/73d8db07c2301091e5ccb7cababcfd0a/tumblr_inline_nw2z9yzNIp1tzj46z_100.png"></p>
  1217.  
  1218. ···············“Begone!</br>
  1219. ·····························I’ve ηοτℎιηg to say to you.”</p>
  1220.  
  1221. <i>Click <a href="/post/131353768820/new-verse-added">here</a> for more information.</i></p>
  1222.  
  1223. <b>Current timelines:</b> precoronation; postcoronation; memento mori</p>
  1224.  
  1225. A verse that is in conjunction to <a href="http://blackened-star.tumblr.com/">blackened-star</a>’s emperor verse, in which Evan becomes one of the new rulers of the Maple World. This verse is also divided into three timeline: <i>precoronation, postcoronation, and memento mori.</i></p>
  1226.  
  1227. <h2>Precoronation</h2>
  1228.  
  1229. <i>Precoronation</i> involves Evan being taken underneath the wing of Eclipse, due to a failed attempt at subduing him at the Temple of Time. Torn away from Mir and unknowing of the dragon’s fate, Evan must work in tandem with Eclipse as his apprentice, learning how to control the darkness and use it to his bidding as the dark mage begins a bloody conquest. What frightens Evan the most is just how compliant the darkness is under his command.
  1230.  
  1231. <h2>Postcoronation</h2>
  1232.  
  1233. <i>Postcoronation</i> features Evan becoming the new Empress after Cygnus’s death. He rules alongside of the newly crowned Eclipse.
  1234.  
  1235. <h2>Memento Mori</h2>
  1236.  
  1237. <i>Memento mori</i> takes place after Evan’s death. However, his soul becomes unwilling to move on to the afterlife and begins to reincarnate itself into different individuals. The reason? An undying will to meet with its other half once more. Some incarnates possess the memories of their past lives but most do not, and not all of them are lucky enough to meet Eclipse again. <b>This timeline is selective and heavily OC centric! I will only rp it with specific people.</b> The characters page is located <a href="http://soul-stones.tumblr.com/memento-mori">here</a>.
  1238.  
  1239. </div></div></div></div>
  1240.  
  1241. <div id="hs" class="popup_block">
  1242. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px;font-size:12px;font-family:'times new roman'; overflow-x:scroll;scroll:left;overflow-x:hidden;height:540px ; width: 390px;">
  1243.  
  1244. <h1>Friendstory</h1>
  1245.  
  1246. <b>Current timelines:</b> secondary school; college years</p>
  1247.  
  1248. As per the storyline, Evan and a student from Earth, who accidentally world-hopped into the Maple World, momentarily switch roles. He becomes the new transfer student of Shinsoo High while the student stays in the Maple World for a few days. Essentially, it is another version of Mark Twain's The <i>Prince and the Pauper</i>.</p>
  1249.  
  1250. This verse is also combined with a modern-day AU. Evan Ó Scolaí is a first year attending secondary school at Shinsoo High. I may also bump up his age, depending on the thread. If that happens, he is in college, attending an art school in the United States.</p>
  1251.  
  1252. Context will determine which of the two applies in a thread. I will also tag the timeline at the end of each post for this particular verse. The timelines for this verse only apply to the <b>modern day au</b>. If I have the friendstory tag in a rp but no timeline, it’s most likely because I am not rping the modern day scenario.</p>
  1253.  
  1254. </div></div></div></div>
  1255.  
  1256. <div id="dxe" class="popup_block">
  1257. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px;font-size:12px;font-family:'times new roman'; overflow-x:scroll;scroll:left;overflow-x:hidden;height:540px ; width: 390px;">
  1258.  
  1259. <h1>Highschool DxEve</h1>
  1260.  
  1261. <img src="http://33.media.tumblr.com/e350813dbdcaa4ff39ea988eb3ad0ec7/tumblr_inline_n39im5gTKD1qhaskl.png"></p>
  1262.  
  1263. ···············“I’m <i>not</i> a <b>p r i n c e s s</b>.</p>
  1264.  
  1265. ·····························”I’m a <b>lioness</b>.”</p>
  1266.  
  1267. <i>Faceclaim is</i> <b>Chie Satonaka</b> <i>from</i> Persona 4.</p>
  1268.  
  1269. Much like Evan, Eve also went through the wardrobe in the Henesys Mushroom house to appease the student who unwittingly entered the Maple World. She, too, went through the obstacles and trials to try and restore order in Seoul–though it was a bit harder for her, since she tried to refrain from bringing Ruby. She logically believed that no good would come with allowing a dragon to be seen in another world. Ruby, though she was not very fond of this, reluctantly agreed, deciding to stay within the student dorm on the other side of the wardrobe.</p>
  1270.  
  1271. This verse, in addition to involving Eve world-hopping to Seoul, also encompasses a modern AU of her. Eve Scully is a first year attending Shinsoo High. She actually coexists with Evan, but neither her nor him are related. In essence, she is like that one kid who is often mistaken for another kid who looks similar to him or her. Though she knows that neither herself nor Evan asked to look so similar, it still irks her to be asked if they are related.</p>
  1272.  
  1273. Eve is rather loud-spoken and unafraid of stating her opinions. Because of her confidence, she is a part of the school’s drama and theatre program. This is another way to differentiate between her and Evan. However, her tendency and willingness to fight back and stand firm to her beliefs often lands her into trouble.</p>
  1274.  
  1275. Yes, the verse title is a pun. No, I haven’t watched the anime, nor do I really intend to. I just like to be clever with my tags, and this is unique enough for me to differentiate this from Evan’s friendstory tag. </p>
  1276.  
  1277. </div></div></div></div>
  1278.  
  1279. <div id="navi" class="popup_block">
  1280. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px;font-size:12px;font-family:'times new roman'; overflow-x:scroll;scroll:left;overflow-x:hidden;height:540px ; width: 390px;">
  1281.  
  1282. <h1>Tags</h1>
  1283.  
  1284. <h2>General</h2>
  1285.  
  1286. <b>⚚</b> <a href="/tagged/mun-art">My Art</a></br>
  1287. <b>⚚</b> <a href="/tagged/my-writing">My Writing</a></br>
  1288. <b>⚚</b> <a href="/tagged/answered">Ask Blog Answer</a></br>
  1289. <b>⚚</b> <a href="/tagged/%3B-ιc">Roleplays</a></br>
  1290. <b>⚚</b> <a href="/tagged/%3B-ѕσ-ѕρєαкєтн-тнє-мαѕтєя">IC Answers (Evan)</a></br>
  1291. <b>⚚</b> <a href="/tagged/%3B-ѕσ-ѕρєαкєтн-тнє-мιѕтяєѕѕ">IC Answers (Eve)</a></br>
  1292. <b>⚚</b> <a href="/tagged/%3B-συт-σƒ-ƒυѕιση-ѕρєℓℓѕ">OOC</a></br>
  1293. <b>⚚</b> <a href="/tagged/%3B-oƭƥ%3A-єcℓαιя">Eclair</a></br>
  1294. <b>⚚</b> <a href="/tagged/%3B-wishlist">Wishlist</a></br>
  1295.  
  1296. <h2>Verses</h2>
  1297.  
  1298. <b>⚚</b> <a href="/tagged/%3B-нαтcнℓιηg">Hatchling</a></br>
  1299. <b>⚚</b> <a href="/tagged/%3B-ƒєαтнєяℓєѕѕ">Featherless</a></br>
  1300. <b>⚚</b> <a href="/tagged/%3B-тяαιтσя">Traitor</a></br>
  1301. <b>⚚</b> <a href="/tagged/%3B-ємρяєѕѕ">Empress</a></br>
  1302. <b>⚚</b> <a href="/tagged/%3B-ƒяιєη∂ѕтσяу">Friendstory</a></br>
  1303. <b>⚚</b> <a href="/tagged/%3B-∂яαgση-ρяιηcєѕѕ">Dragon Princess</a></br>
  1304. <b>⚚</b> <a href="/tagged/%3B-нιgнѕcнσσℓ-ƊχƐνє">Highschool DxE</a></br>
  1305. <b>⚚</b> <a href="/tagged/%3B-мαℓƒυηcтισηє∂-мιяяσя">Malfunctioned Mirror</a></br>
  1306.  
  1307. <h2>Aesthetic</h2>
  1308.  
  1309. <b>⚚</b> <a href="/tagged/%3B-тнє-мαѕтєя%27ѕ-ρяαcтιѕєѕ">Spells, Magic, and the Occult</a></br>
  1310. <b>⚚</b> <a href="/tagged/%3B-тнє-мαѕтєя%27ѕ-нσαя∂">Crystals</a></br>
  1311. <b>⚚</b> <a href="/tagged/%3B-тнє-мαѕтєя%27ѕ-σяηαмєηтѕ">Jewellery</a></br>
  1312. <b>⚚</b> <a href="/tagged/%3B-тнє-мαѕтєя%27ѕ-ωєαρσηяу">Wands and Staves</a></br>
  1313. <b>⚚</b> <a href="/tagged/%3B-тнє-мαѕтєя%27ѕ-αρραяєℓ">Clothes</a></br>
  1314.  
  1315. <h2>Heroes</h2>
  1316.  
  1317. <b>⚚</b> <a href="/tagged/%3B-scarily-strong">Aran</a></br>
  1318. <b>⚚</b> <a href="/tagged/%3B-dragon-child">Evan (And Eve)</a></br>
  1319. <b>⚚</b> <a href="/tagged/%3B-beauty-and-grace">Mercedes</a></br>
  1320. <b>⚚</b> <a href="/tagged/%3B-charismatic-baubles">Phantom</a></br>
  1321. <b>⚚</b> <a href="/tagged/%3B-way-to-the-dawn">Luminous</a></br>
  1322. <b>⚚</b> <a href="/tagged/%3B-who-are-you%3F">Eunwol</a></br>
  1323. <b>⚚</b> <a href="/tagged/%3B-guardian-angel">Freud</a></br>
  1324. <b>⚚</b> <a href="/tagged/%3B-eternal-partner">Mir</a></br>
  1325.  
  1326. <h2>Antagonists</h2>
  1327.  
  1328. <b>⚚</b> <a href="/tagged/%3B-tell-tale-heart">Eclipse</a></br>
  1329. <b>⚚</b> <a href="/tagged/%3B-skeleton-lady">Hilla</a></br>
  1330. <b>⚚</b> <a href="/tagged/%3B-dragon-crown">Magnus</a></br>
  1331. <b>⚚</b> <a href="/tagged/%3B-bunny-girl">Orchid</a></br>
  1332. <b>⚚</b> <a href="/tagged/%3B-withered-flower">Lotus</a></br>
  1333. <b>⚚</b> <a href="/tagged/%3B-spider-king">Will</a></br>
  1334. <b>⚚</b> <a href="/tagged/%3B-greatest-enemy">Black Mage</a></br>
  1335. <b>⚚</b> <a href="/tagged/%3B-demon-king">Damien</a></br>
  1336. <b>⚚</b> <a href="/tagged/%3B-red-lion-king">Von Leon</a></br>
  1337.  
  1338. <h2>Cygnus Knights</h2>
  1339.  
  1340. <b>⚚</b> <a href="/tagged/%3B-evanescent-song">Aria</a></br>
  1341. <b>⚚</b> <a href="/tagged/%3B-the-empress">Cygnus</a></br>
  1342. <b>⚚</b> <a href="/tagged/%3B-ice-cold-tactician">Neinheart</a></br>
  1343. <b>⚚</b> <a href="/tagged/%3B-knight-of-light">Mihile</a></br>
  1344. <b>⚚</b> <a href="/tagged/%3B-archer-of-wind">Irena</a></br>
  1345. <b>⚚</b> <a href="/tagged/%3B-magician-of-fire">Oz</a></br>
  1346. <b>⚚</b> <a href="/tagged/%3B-pirate-of-lightning">Hawkeye</a></br>
  1347. <b>⚚</b> <a href="/tagged/%3B-thief-of-the-shadows">Eckhart</a></br>
  1348.  
  1349. <h2>Other Allies</h2>
  1350. <b>⚚</b> <a href="/tagged/%3B-imagine-dragons">Tear/Angelic/Demonic Buster</a></br>
  1351. <b>⚚</b> <a href="/tagged/%3B-breath-of-fire">Kyle/Kaiser</a></br>
  1352. <b>⚚</b> <a href="/tagged/%3B-avenged-sevenfold">Demon</a></br>
  1353. <b>⚚</b> <a href="/tagged/%3B-memory-seeker">Xenon</a></br>
  1354. <b>⚚</b> <a href="/tagged/%3B-α">Alpha</a></br>
  1355. <b>⚚</b> <a href="/tagged/%3B-β">Beta</a></br>
  1356. <b>⚚</b> <a href="/tagged/%3B-the-samurai">Hayato</a></br>
  1357. <b>⚚</b> <a href="/tagged/%3B-spirit-walker">Kanna</a></br>
  1358. <b>⚚</b> <a href="/tagged/%3B-forever-friend">Chase</a></br>
  1359. <b>⚚</b> <a href="/tagged/%3B-the-catalyst">Kinesis</a></br>
  1360. <b>⚚</b> <a href="/tagged/%3B-internet-demigod">Jay</a></br>
  1361. <b>⚚</b> <a href="/tagged/%3B-vice-president">Yuna</a></br>
  1362. <b>⚚</b> <a href="/tagged/%3B-cat-girl">Nero</a></br>
  1363. </div></div></div></div>
  1364.  
  1365. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement