Advertisement
fatblackcat

Untitled

Apr 3rd, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.14 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <script type="text/javascript"
  10. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11. <script>
  12. $(document).ready(function() {
  13. //
  14. $('a.poplight[href^=#]').click(function() {
  15. var popID = $(this).attr('rel'); //Get Popup Name
  16. var popURL = $(this).attr('href'); //Get Popup href to define size
  17. var query= popURL.split('?');
  18. var dim= query[1].split('&');
  19. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  20. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="escape" alt="escape" /></a>');
  21. var popMargTop = ($('#' + popID).height() + 80) / 2;
  22. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  23. //Apply Margin to Popup
  24. $('#' + popID).css({
  25. 'margin-top' : -popMargTop,
  26. 'margin-left' : -popMargLeft
  27. });
  28. $('body').append('<div id="fade"></div>');
  29. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  30. return false;
  31. });
  32. $('a.close, #fade').live('click', function() {
  33. $('#fade , .popup_block').fadeOut(function() {
  34. $('#fade, a.close').remove(); //fade them both out
  35. });
  36. return false;
  37. });
  38. });
  39. </script>
  40.  
  41.  
  42. <link href='https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer' rel='stylesheet' type='text/css'>
  43.  
  44. <link href='https://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
  45.  
  46. <link href='https://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  47.  
  48. <link href='https://fonts.googleapis.com/css?family=Zeyada' rel='stylesheet' type='text/css'>
  49.  
  50. <link href='https://fonts.googleapis.com/css?family=Nothing+You+Could+Do' rel='stylesheet' type='text/css'>
  51.  
  52. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  53. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  54. <script>
  55. (function($){
  56. $(document).ready(function(){
  57. $("[title],a[title],img[title]").style_my_tooltips({
  58. tip_follows_cursor:true,
  59. tip_delay_time:90,
  60. tip_fade_speed:600,
  61. attribute:"title"
  62. });
  63. });
  64. })(jQuery);
  65. </script>
  66.  
  67. <meta name="text:bg url" content="http://56.media.tumblr.com/830bd107e8bf10d8d895fa1928170f16/tumblr_o3qichk7YR1ufxgs3o1_1280.png" />
  68.  
  69. <meta name="color:background" content="#e5e3df"/>
  70. <meta name="color:text" content="#76736c"/>
  71. <meta name="color:text shadow" content="#f5eee7"/>
  72. <meta name="color:bold" content="#3c372c"/>
  73. <meta name="color:bold shadow" content="#aa9077"/>
  74. <meta name="color:italic shadow" content="#dabda4"/>
  75. <meta name="color:blockquote" content="#9d937f"/>
  76. <meta name="color:link" content="#8c877e"/>
  77. <meta name="color:link hover" content="#5d5a55"/>
  78. <meta name="color:extra links" content="#84775d"/>
  79. <meta name="color:extra links hover" content="#8c877e"/>
  80. <meta name="color:border" content="#a59d8b"/>
  81. <meta name="color:tooltip bg" content="#d7d3cb"/>
  82.  
  83. <meta name="text:cont height" content="455px" />
  84. <meta name="text:cont top axis" content="150px" />
  85. <meta name="text:cont left axis" content="261px" />
  86.  
  87. <meta name="text:tag symbol" content="✘" />
  88.  
  89. <meta name="text:pagination forward" content="rise" />
  90. <meta name="text:pagination forward title" content="forward" />
  91. <meta name="text:pagination backward" content="fall" />
  92. <meta name="text:pagination backward title" content="backward" />
  93. <meta name="text:pagination left axis" content="800px" />
  94. <meta name="text:pagination top axis" content="615px" />
  95.  
  96. <meta name="text:A links title" content="home" />
  97. <meta name="text:A links url" content="/" />
  98. <meta name="text:A links symbol" content="escape" />
  99. <meta name="text:A links size" content="15px" />
  100. <meta name="text:A links left axis" content="270px" />
  101. <meta name="text:A links top axis" content="120px" />
  102. <meta name="text:A links rotate" content="10deg" />
  103.  
  104. <meta name="text:B links title" content="about" />
  105. <meta name="text:B links url" content="/" />
  106. <meta name="text:B links symbol" content="dogtag" />
  107. <meta name="text:B links size" content="15px" />
  108. <meta name="text:B links left axis" content="350px" />
  109. <meta name="text:B links top axis" content="120px" />
  110. <meta name="text:B links rotate" content="10deg" />
  111.  
  112. <meta name="text:C links title" content="rules" />
  113. <meta name="text:C links url" content="/" />
  114. <meta name="text:C links symbol" content="contract" />
  115. <meta name="text:C links size" content="15px" />
  116. <meta name="text:C links left axis" content="428px" />
  117. <meta name="text:C links top axis" content="120px" />
  118. <meta name="text:C links rotate" content="10deg" />
  119.  
  120. <meta name="text:D links title" content="ask" />
  121. <meta name="text:D links url" content="/" />
  122. <meta name="text:D links symbol" content="inquiries" />
  123. <meta name="text:D links size" content="15px" />
  124. <meta name="text:D links left axis" content="520px" />
  125. <meta name="text:D links top axis" content="120px" />
  126. <meta name="text:D links rotate" content="10deg" />
  127.  
  128. <meta name="text:E links title" content="submit" />
  129. <meta name="text:E links url" content="/submit" />
  130. <meta name="text:E links symbol" content="letters" />
  131. <meta name="text:E links size" content="15px" />
  132. <meta name="text:E links left axis" content="620px" />
  133. <meta name="text:E links top axis" content="120px" />
  134. <meta name="text:E links rotate" content="10deg" />
  135.  
  136. <style type="text/css">
  137.  
  138. /** basic tooltip from tutorial-baby**/
  139. .tooltip{
  140. display:inline;
  141. position:relative;
  142. }
  143. #s-m-t-tooltip{
  144. max-width:300px; /*how big the tooltip can be at most*/
  145. border-radius: 3px; /*change your border radius*/
  146. padding:2px 2px 2px 2px; /*padding inside tooltip*/
  147. margin:20px 7px -2px 20px; /*distance from word*/
  148. background-color:{color:tooltip bg};/*background color*/
  149. border:1px solid {color:border}; /*border info*/
  150. font-family: 'IM Fell Great Primer', serif; /*tooltip font*/
  151. font-size:11px; /*tooltip font size*/
  152. letter-spacing:1px; /*tooltip letter spacing*/
  153. text-transform:uppercase; /*makes the tooltip title uppercase*/
  154. color:{color:link}; /*tooltip font color*/
  155. z-index:99999999999999999999;
  156. }
  157.  
  158. ::-webkit-scrollbar-thumb{
  159. background-color: {color:blockquote};
  160. height:auto;
  161. }
  162.  
  163. ::-webkit-scrollbar {
  164. height:auto;
  165. width:4px;
  166.  
  167. }
  168.  
  169. /*- body -*/
  170.  
  171. body {
  172. margin:0px;
  173. font-family: 'IM Fell Great Primer', serif;
  174. font-size:13px;
  175. text-shadow: 1px 1px 1px {color:Text shadow};
  176. letter-spacing:1px;
  177. line-height:100%;
  178. color:{color:text};
  179. background:{color:background};
  180. background-image:url({text:bg url});
  181. background-attachment: fixed;
  182. background-image:stretch;
  183. background-repeat: no-repeat;
  184. background-image:cover;
  185. background-position:left top;
  186. }
  187.  
  188. b, strong{
  189. color: {color:bold};
  190. text-shadow: 1px 1px 1px {color:Bold shadow};
  191. font-size:16px;
  192. letter-spacing:1px;
  193. font-family: 'Zeyada', cursive;
  194. }
  195.  
  196. i, em, strong {
  197. font-size:13px;
  198. text-shadow: 1px 1px 1px {color:Italic shadow};
  199. letter-spacing:1px;
  200. font-family: 'Gloria Hallelujah', cursive;
  201. }
  202.  
  203. h1 {
  204. color: {color:bold};
  205. font-size:20px;
  206. text-shadow: 1px 1px 1px {color:bold shadow};
  207. text-align:center;
  208. line-height:110%;
  209. font-family: 'Homemade Apple', cursive;
  210. font-weight:normal;
  211. }
  212.  
  213. h2 {
  214. color: {color:bold};
  215. font-size:15px;
  216. text-shadow: 1px 1px 1px {color:bold shadow};
  217. text-align:center;
  218. line-height:110%;
  219. font-family: 'Homemade Apple', cursive;
  220. font-weight:normal;
  221. }
  222.  
  223. blockquote {
  224. border-radius:7px;
  225. border-left:2px solid {color:blockquote};
  226. padding-left:10px;
  227. padding-top:0.5px;
  228. padding-bottom:0.5px;
  229. margin:5px;
  230. }
  231.  
  232. a {
  233. text-decoration:none;
  234. outline:none;
  235. -moz-outline-style:none;
  236. color:{color:link};
  237. -webkit-transition: all 0.6s ease;
  238. -moz-transition: all 0.6s ease;
  239. -o-transition: all 0.6s ease
  240. }
  241.  
  242. a:hover {
  243. color:{color:link hover};
  244. -webkit-transition: all 0.8s ease;
  245. -moz-transition: all 0.8s ease;
  246. -o-transition: all 0.8s ease
  247. }
  248.  
  249. blockquote img {
  250. max-width:100%;
  251. height:auto;
  252. }
  253.  
  254. img {
  255. max-width: 100%;
  256. }
  257.  
  258. /*- posts/entries -*/
  259.  
  260. #container {
  261. margin: auto;
  262. width: 450px;
  263. }
  264.  
  265. #pcontainer {
  266. width:475px;
  267. height:{text:cont height};
  268. padding: 0px;
  269. top:{text:cont top axis};
  270. left:{text:cont left axis};
  271. margin: auto;
  272. position:fixed;
  273. overflow-y:scroll;
  274. overflow-x:hidden;
  275. border:0px dashed {color:borders};
  276. }
  277.  
  278.  
  279. #post {
  280. width:450px;
  281. padding-bottom:30px;
  282. margin-top:20px;
  283. }
  284.  
  285. #links {
  286. margin-top:{text:links top axis};
  287. margin-left:{text:links left axis};
  288. height:auto;
  289. text-align:center;
  290. font-size:25px;
  291. font-family:calibri;
  292. word-spacing:2px;
  293. position:fixed;
  294. }
  295.  
  296. #links a {
  297. font-family: 'Homemade Apple', cursive;
  298. -webkit-transition: all 0.4s ease;
  299. -moz-transition: all 0.4s ease;
  300. -o-transition: all 0.4s ease;
  301. }
  302.  
  303. #links a:hover {
  304. color:{color:link hover}
  305. -webkit-transition: all 0.4s ease;
  306. -moz-transition: all 0.4s ease;
  307. -o-transition: all 0.4s ease;
  308. }
  309.  
  310. #alinks {
  311. top:{text:A links top axis};
  312. left:{text:A links left axis};
  313. height:auto;
  314. text-align:center;
  315. font-size:{text:A links size};
  316. font-family:calibri;
  317. position:fixed;
  318. -ms-transform: rotate({text:A links rotate});
  319. -webkit-transform: rotate({text:A links rotate});
  320. -o-transform: rotate({text:A links rotate});
  321. }
  322.  
  323. #alinks a {
  324. color:{color:extra links};
  325. -webkit-transition: all 0.4s ease;
  326. -moz-transition: all 0.4s ease;
  327. -o-transition: all 0.4s ease;
  328. }
  329.  
  330. #alinks a:hover {
  331. color:{color:extra links hover};
  332. -webkit-filter: blur(2px);
  333. -webkit-transition: all 0.4s ease;
  334. -moz-transition: all 0.4s ease;
  335. -o-transition: all 0.4s ease
  336. }
  337.  
  338. #blinks {
  339. top:{text:B links top axis};
  340. left:{text:B links left axis};
  341. height:auto;
  342. text-align:center;
  343. font-size:{text:B links size};
  344. font-family:calibri;
  345. position:fixed;
  346. -ms-transform: rotate({text:B links rotate});
  347. -webkit-transform: rotate({text:B links rotate});
  348. -o-transform: rotate({text:B links rotate});
  349. }
  350.  
  351. #blinks a {
  352. color:{color:extra links};
  353. -webkit-transition: all 0.4s ease;
  354. -moz-transition: all 0.4s ease;
  355. -o-transition: all 0.4s ease;
  356. }
  357.  
  358. #blinks a:hover {
  359. color:{color:extra links hover};
  360. -webkit-filter: blur(2px);
  361. -webkit-transition: all 0.4s ease;
  362. -moz-transition: all 0.4s ease;
  363. -o-transition: all 0.4s ease;
  364. }
  365.  
  366. #clinks {
  367. top:{text:C links top axis};
  368. left:{text:C links left axis};
  369. height:auto;
  370. text-align:center;
  371. font-size:{text:C links size};
  372. font-family:calibri;
  373. position:fixed;
  374. -ms-transform: rotate({text:C links rotate});
  375. -webkit-transform: rotate({text:C links rotate});
  376. -o-transform: rotate({text:C links rotate});
  377. }
  378.  
  379. #clinks a {
  380. color:{color:extra links};
  381. -webkit-transition: all 0.4s ease;
  382. -moz-transition: all 0.4s ease;
  383. -o-transition: all 0.4s ease;
  384. }
  385.  
  386. #clinks a:hover {
  387. color:{color:extra links hover};
  388. -webkit-filter: blur(2px);
  389. -webkit-transition: all 0.4s ease;
  390. -moz-transition: all 0.4s ease;
  391. -o-transition: all 0.4s ease;
  392. }
  393.  
  394. #dlinks {
  395. top:{text:D links top axis};
  396. left:{text:D links left axis};
  397. text-align:center;
  398. font-size:{text:D links size};
  399. font-family:calibri;
  400. position:fixed;
  401. -ms-transform: rotate({text:D links rotate});
  402. -webkit-transform: rotate({text:D links rotate});
  403. -o-transform: rotate({text:D links rotate});
  404. }
  405.  
  406. #dlinks a {
  407. color:{color:extra links};
  408. -webkit-transition: all 0.4s ease;
  409. -moz-transition: all 0.4s ease;
  410. -o-transition: all 0.4s ease;
  411. }
  412.  
  413. #dlinks a:hover {
  414. color:{color:extra links hover};
  415. -webkit-filter: blur(2px);
  416. -webkit-transition: all 0.4s ease;
  417. -moz-transition: all 0.4s ease;
  418. -o-transition: all 0.4s ease;
  419. }
  420.  
  421. #elinks {
  422. top:{text:E links top axis};
  423. left:{text:E links left axis};
  424. height:auto;
  425. text-align:center;
  426. font-size:{text:E links size};
  427. font-family:calibri;
  428. position:fixed;
  429. -ms-transform: rotate({text:E links rotate});
  430. -webkit-transform: rotate({text:E links rotate});
  431. -o-transform: rotate({text:E links rotate});
  432. }
  433.  
  434. #elinks a {
  435. color:{color:extra links};
  436. -webkit-transition: all 0.4s ease;
  437. -moz-transition: all 0.4s ease;
  438. -o-transition: all 0.4s ease;
  439. }
  440.  
  441. #elinks a:hover {
  442. color:{color:extra links hover};
  443. -webkit-filter: blur(2px);
  444. -webkit-transition: all 0.4s ease;
  445. -moz-transition: all 0.4s ease;
  446. -o-transition: all 0.4s ease;
  447. }
  448.  
  449.  
  450. #pagination {
  451. margin-top:{text:pagination top axis};
  452. margin-left:{text:pagination left axis};
  453. text-align:center;
  454. font-size:20px;
  455. position:fixed;
  456. font-family: 'Homemade Apple', cursive;
  457. }
  458.  
  459. /*- others -*/
  460.  
  461. #info {
  462. text-align:center;
  463. width:450px;
  464. margin-top:10px;
  465. padding: 5px;
  466. font-size: 11px;
  467. color: {color:link};
  468. border-top: 1px solid {color:border};
  469. }
  470.  
  471. #ask {
  472. padding:9px;
  473. padding-top:4px;
  474. padding-bottom:4px;
  475. text-align:left;
  476. text-transform:italic;
  477. color:{color:text};
  478. border-left:2px solid {color:blockquote};
  479. border-radius:7px;
  480. line-height:200%
  481. }
  482.  
  483. #answer {
  484. width: 450px;
  485. padding-top: 5px;
  486. margin-left: 7px;
  487. line-height:120%;
  488. }
  489.  
  490. #quote {
  491. font-size: 23px;
  492. text-align: center;
  493. line-height: 100%;
  494. font-family: 'Nothing You Could Do', cursive;
  495. }
  496.  
  497. #credit {
  498. font-size:9px;
  499. font-family:calibri;
  500. letter-spacing:1px;
  501. }
  502.  
  503. #credit a {
  504. color:{color:tooltip color};
  505. background-color:{color:tooltip bg};
  506. border:1px solid {color:tooltip border};
  507. border-radius:5px;
  508. padding:5px;
  509. position:fixed;
  510. right:15px;
  511. bottom:10px
  512. }
  513.  
  514. #credit a hover {
  515. color:{color:link hover};
  516. }
  517.  
  518. #tags {
  519. font-style:normal;
  520. width:450px;
  521. text-transform:normal;
  522. font-style:normal;
  523. line-height:120%;
  524. text-align:center;
  525. }
  526.  
  527. #fade { /*--Transparent background layer--*/
  528. display: none; /*--hidden by default--*/
  529. background: #fff;
  530. position: fixed; left: 0; top: 0;
  531. width: 100%; height: 100%;
  532. opacity: .80;
  533. z-index: 9999;
  534. }
  535. .popup_block{
  536.  
  537. display: none; /*--hidden by default--*/
  538. background-image:url("https://56.media.tumblr.com/397870425544f237db8c8637785c4044/tumblr_o3qi7i83FV1ufxgs3o1_400.png");
  539. height:550px;
  540. padding: 5px;
  541. border: 3px solid #b6ab92;
  542. text-align:center;
  543. float: left;
  544. position: fixed;
  545. top: 55%; left: 55%;
  546. z-index: 999999;
  547. /*--CSS3 Box Shadows--*/
  548. -webkit-box-shadow: 0px 0px 20px #000;
  549. -moz-box-shadow: 0px 0px 20px #000;
  550. box-shadow: 0px 0px 20px #000;
  551. /*--CSS3 Rounded Corners--*/
  552. -webkit-border-radius: 2px;
  553. -moz-border-radius: 2px;
  554. border-radius: 10px;
  555. }
  556. img.btn_close {
  557. float: right;
  558. margin: -2px -2px 0 0;
  559. }
  560. /*--Making IE6 Understand Fixed Positioning--*/
  561. *html #fade {
  562. position: absolute;
  563. }
  564. *html .popup_block {
  565. position: absolute;
  566. }
  567.  
  568. /************** FLAGS UPDATES TAB **************/
  569. /* tutorial by deanlirium|tumblr (clarence.tk) */
  570.  
  571. #flags {
  572. position:fixed;
  573. margin-top:180px; /* distance from the top of the page - adjust as you wish! */
  574. margin-left:237px;
  575. text-align:left;
  576. /* the text is in all caps - delete this line and it won't be */
  577. color:#76736c; /* 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 #! */
  578. font-size:11px; /* adjust font size */
  579. letter-spacing:1px;
  580. z-index:2147483607;
  581. font-family: 'IM Fell Great Primer', serif;}
  582.  
  583.  
  584. #flag1 {
  585. border:solid 6px #b6ab92; /* flag color */
  586. 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! */
  587. padding-right:10px;
  588. right:00px;
  589. width:20px; /* increase or decrease to change the lenght of the CLOSED flag */
  590. height:0px;
  591. position:absolute;
  592. -moz-transition:all 0.7s ease-out;
  593. -webkit-transition:all 0.7s ease-out;
  594. -o-transition:all 0.7s ease-out;}
  595.  
  596. #flag1:hover {
  597. width:180px;} /* lenght of the OPEN flag */
  598.  
  599. #upd1 {
  600. position:absolute;
  601. width:110px;
  602. padding:10px;
  603. 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 */
  604. right:-180px;
  605. margin-top:6px; /* keep this number equal to the 'border' value for the flag */
  606. opacity:0;
  607. -moz-transition:all 0.7s ease-out;
  608. -webkit-transition:all 0.7s ease-out;
  609. -o-transition:all 0.7s ease-out;}
  610.  
  611. #flag1:hover #upd1{
  612. right:0px;
  613. opacity:1;}
  614.  
  615. /* following is the coding for the other flags - same as above! */
  616.  
  617. /* to here */
  618.  
  619.  
  620.  
  621. {CustomCSS}</style></head><body>
  622.  
  623. <div id="flags">
  624. <div id="flag1"><div id="upd1">
  625.  
  626. »ɪ ᴋɴᴏᴡ ɪᴛ’s ʜᴀʀᴅ ᴛᴏ ʟᴇᴛ ɢᴏ ᴏғ ʏᴏᴜʀ ᴅᴀʀᴋ sɪᴅᴇ. Yᴏᴜ ʀᴀɪsᴇᴅ ɪᴛ. ʏᴏᴜ ɢʀᴇᴡ ᴜᴘ ᴡɪᴛʜ ɪᴛ. ᴏғ ᴄᴏᴜʀsᴇ ɪᴛ’s ʜᴀʀᴅ ᴛᴏ ʟᴇᴛ ɪᴛ ɢᴏ. ʙᴜᴛ ᴛʜᴇ ᴅᴇᴠɪʟ’s ɢᴏᴛᴛᴀ ɢᴏ.«</p>
  627. ● Indie RP blog for <b>Dagran</b> from <i>Last Story</i></b> ●</p>
  628. <b>find info under dogtag</b>
  629.  
  630. </div></div>
  631.  
  632. </div>
  633.  
  634. <div id="links">
  635.  
  636.  
  637. <div id="alinks"><a href="{text:A links url}" title="{text:A links title}">{text:A links symbol}</a></div>
  638. <div id="blinks"><a href="#?w=400" rel="a" class="poplight" title="{text:B links title}">{text:B links symbol}</a></div>
  639. <div id="clinks"><a href="#?w=400" rel="r" class="poplight" title="{text:C links title}">{text:C links symbol}</a></div>
  640. <div id="dlinks"><a href="#?w=400" rel="q" class="poplight" title="{text:D links title}">{text:D links symbol}</a></div>
  641. <div id="elinks"><a href="{text:E links url}" title="{text:E links title}">{text:E links symbol}</a></div>
  642.  
  643. </div>
  644.  
  645. </div>
  646.  
  647. {block:Pagination}
  648. <div id="pagination">
  649.  
  650. {block:PreviousPage}<a href="{PreviousPage}" title="{text:pagination backward title}">{text:pagination backward}</a>{/block:PreviousPage} —
  651. {block:NextPage} <a href="{NextPage}" title="{text:pagination forward title}">{text:pagination forward}</a>{/block:NextPage}
  652. </div>{/block:Pagination}
  653.  
  654. </div></div>
  655.  
  656. <div id="container">
  657.  
  658. <div id="theme">
  659.  
  660. <div id="pcontainer">
  661.  
  662. <div id="entries">{block:Posts}<div id="post">
  663.  
  664. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  665.  
  666. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  667.  
  668. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  669.  
  670. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  671.  
  672.  
  673. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  674.  
  675. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  676.  
  677. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  678. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  679. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  680. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  681. {/block:Audio}
  682.  
  683. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  684.  
  685. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;<b>{Asker}:</b> <i>{Question}</i></div><br><div id="answer">{Answer}</div>{/block:Answer}
  686.  
  687. <div id="info">
  688. {block:Date}<a href="{Permalink}">
  689. {TimeAgo}</a></a>{/block:Date} | <a href="{Permalink}">
  690. {NoteCountWithLabel}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}"
  691. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom} <br>
  692. {block:HasTags}<div class="tags"> {block:Tags}<a href="{TagURL}">{text:tag symbol}{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  693.  
  694. </div>
  695.  
  696. </div>
  697. {/block:Posts}
  698. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  699. {/block:Posts}</div></div></div>
  700.  
  701. <div id="credit"><a href="http://empireofoao.tumblr.com/post/140496825751/you-found-aoibaras-indie-contained-theme-code" title="code by Aoibara">oAo</a></center></div>
  702.  
  703.  
  704. </body>
  705.  
  706. <div id="q" class="popup_block">
  707. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:520px ; width: 380px;">
  708. <iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/thighhighsandgoldeneyes.tumblr.com" width="100%"></iframe></p>
  709.  
  710. <h1>What’s the matter, kid?</h1></p>
  711.  
  712. </div></div></div></div>
  713.  
  714. <div id="a" class="popup_block">
  715. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:520px ; width: 380px;">
  716. <h1>The mercenary</h1>
  717. <a href="#?w=400" rel="id" class="poplight" title="About Dagran"><div style="font-size:17px; text-align:center;">Dogtag</a></div></p>
  718. <a href="#?w=400" rel="hc" class="poplight" title="Headcanons"><div style="font-size:17px; text-align:center;">Additional info.</a></div></p>
  719. <a href="/bonds" title="Relationships"><div style="font-size:17px; text-align:center;">Merc. members</a></div></p>
  720. <a href="#?w=400" rel="tg" class="poplight" title="Tourist Guide"><div style="font-size:17px; text-align:center;">Map</a></div></p>
  721. <a href="#?w=400" rel="vs" class="poplight" title="verses"><div style="font-size:17px; text-align:center;">Verses</a></div></p>
  722. </div></div></div></div>
  723.  
  724. <div id="r" class="popup_block">
  725. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:520px ; width: 380px;">
  726. <h1>Contract</h1>
  727.  
  728. <b>✘</b> Tag everything you want me to see with <b>#thighhighsandgoldeneyes or just @ me or message me</b></p>
  729.  
  730. <b>✘</b> <b>This is a sideblog, so I will be selective about whom I follow.</b> My main is mythinktankguys.</p>
  731.  
  732. <b>✘</b> This blog’s main verse is <b>post canon.</b></p>
  733.  
  734. <b>✘</b> My <b>nsfw tag is #dagrans dirty mindpalace</b> with an additional rp at the end when necessary.</p>
  735.  
  736. <b>✘</b> <b>I work with the umbrella term #trigger warning</b>. Unless I am able to specify it and then it’ll show up like tw [enter trigger], but keep especially watch to the general, since I am a human and flawed and might not catch everything. And <b>if there’s anything you need specifically tagged please tell me</b>, I will serve to your needs!</p>
  737.  
  738. <b>✘</b> <b>Personally I don’t have any triggers</b>, we can write about anything.</p>
  739.  
  740. <b>✘</b> <b>BUT I will never ever ever ever ever ever ever rp rape</b>. Don’t even try to, my character will be up and gone before you can notice.</p>
  741.  
  742. <b>✘</b> <b>I believe in reblog karma</b> and generally I think it’s a nice thing. I send you something, you send me something and everybody’s happy~</p>
  743.  
  744. <b>✘</b> <b>This is a multiverse blog</b></p>
  745.  
  746. <b>→</b> <b>I might alter a few things about his story from time to time</b>, you probably won’t notice anyway</p>
  747.  
  748. <b>→</b> <b>I will only alter his story for the benefits of our rp</b>, for example for he can’t possibly have a history with one character he’s never met</p>
  749.  
  750. <b>→</b> <b>I have a favourite verse and will use said one for answering question</b>, so I won’t get all too confused</p>
  751.  
  752. <b>→</b> <b>I might or might not add Zael to my rps</b>, depends on who I’m playing with</p>
  753.  
  754. <b>✘</b> <b>Mun and Muse are of legal age</b></p>
  755.  
  756. <b>→</b> <b>Mun still feels unable to write smut OTL</b> doesn't mean I won't try</p>
  757.  
  758. <b>→</b> Keep in mind that <b>my goal is not to fuck up my muse even more</b>.</p>
  759.  
  760. <b>✘</b> <b>I won’t follow everyone back</b>, I love you guys, but I don’t intend to flood my dash</p>
  761.  
  762. <b>✘</b> First and most important thing to do, i<b>f you wanna rp with me: Talk to me!</b> The way to my muse is past me.</p>
  763.  
  764. <b>→</b> <b>Tell me you want to rp with me</b></p>
  765.  
  766. <b>→</b> As a matter of fact <b>I need to know at least the place and time of where and how our characters meet</b></p>
  767.  
  768. <b>→</b> <b>I’m fine if we start from scratch</b></p>
  769.  
  770. <b>→</b> <b>I love to plot</b>, it’s okay if you don’t</p>
  771.  
  772. <b>→</b> <b>Talking to mun and muse for any reason is very appreciated</b></p>
  773.  
  774. <b>✘</b> Please keep in mind that <b>I play a canonwise dead character</b></p>
  775.  
  776. <b>→</b> <b>See why I need a time and place</b>? It’s very possible your character was still a child or not even born when he was alive, so we might need an AU for them to meet</p>
  777.  
  778. <b>✘</b> <b>I won’t write starters for every follower</b>. In fact if you want one, best thing is you go tell me. That’s how it works with me.</p>
  779.  
  780. <b>✘</b> <b>I love to plot, I really do</b>. I love the anticipation of scenes that are yet to come. I love to think up scenes I would just love to write right now</p>
  781.  
  782. <b>→</b> Even if you don’t like it, <b>you might understand that it’s a good way to avoid stagnation</b></p>
  783.  
  784. <b>→</b> That’s why: <b>At the latest if stagnation is ahead I will come and try plotting with you</b></p>
  785.  
  786. <b>→</b> Sooner or later I will start throwing random scenes at you including our characters, you probably won’t be able to do anything against it, better just accept your fate (◕‿◕✿)</p>
  787.  
  788. <b>✘</b> Since I tend to write rather long posts, <b>I expect an answer of reasonable length</b></p>
  789.  
  790. <b>→</b> <b>I just don’t want to end up writing 20 lines and getting 4 in response</b>, that’s really wearing me down</p>
  791.  
  792. <b>→</b> <b>You don’t have to answer each and every petty thought my character has</b></p>
  793.  
  794. <b>→</b> <b>Your post doesn’t need to be as long as mine</b>, that’s what I want to tell you with this, it’s very likely that you might need less words for what you’re writing than me</p>
  795.  
  796. <b>→</b> In a nutshell: <b>Gimme working material</b>, that’s all I ask for</p>
  797.  
  798. <b>✘</b> <b>I also post a shitton of posts I relate to Dagran or his story</b>. I understand if you don’t want that on your dash, but if you follow me, be prepared.</p>
  799.  
  800. <b>✘</b> <b>Dagran has some shitty memories and they will surface, that’s a given fact</b>. I will however not go much into detail with these, as neither me nor muse are interested in intricate descriptions of these events.</p>
  801.  
  802. </div></div></div></div>
  803.  
  804. <div id="id" class="popup_block">
  805. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:520px ; width: 380px;">
  806.  
  807. <h1>Dogtag</h1>
  808.  
  809. <b>Surname:</b> Misra (mishra) Indian Old Sanskrit; name originally meaning “mixed, manifold” but later associated with “honorable”</br>
  810. <b>Middle name:</b> None</br>
  811. <b>First name:</b> Dagran</br>
  812. <b>Nickname/Aliases:</b> Dag, Daggy, Pretty Boy, Boss, Merc(enary) </p>
  813.  
  814. <b>Status:</b> Deceased †</br>
  815. <b>Occupation:</b> Soldier, Mercenary, Gigolo </br>
  816. <b>Date of Birth:</b> 14th February </br>
  817. <b>Zodiac:</b> Aquarius ♒ </br>
  818. <b>Age:</b> 27 </p>
  819.  
  820. <b>Hair colour:</b> Black </br>
  821. <b>Eye colour:</b> Gold; Amber </br>
  822. <b>Height:</b> <s>Not As Tall As Lowell</s> ??? </br>
  823. <b>Weight:</b> <s>Not Enough For Someone His Size</s> ??? </br>
  824. <b>Sex:</b> ♂ </br>
  825. <b>Blood type:</b> AB+ </p>
  826.  
  827. <b>Significant features:</b> Golden eyes; Tattoos on his upper arms and right above is wrists; His legs are tattooed from soles to a hands width above his knees with lots of spells; About two dozen wristbands cover his lower arms; The Traive </p>
  828.  
  829. <b>Parents:</b> Namoc and Cali(ca) </br>
  830. <b>Siblings:</b> a pair of younger twin brothers he never got to meet </br>
  831. <b>Relationship status:</b> Single </br>
  832. <b>Orientation:</b> Demisexual; Demi-Panromantic </p>
  833.  
  834. <b>Pressure points:</b> Zael; Lowell; any of the mercs tbh</p>
  835.  
  836. </div></div></div></div>
  837.  
  838. <div id="hc" class="popup_block">
  839. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:520px ; width: 380px;">
  840.  
  841. <h1>Headcanons</h1>
  842.  
  843. “Dᴏ ʏᴏᴜ ʜᴀᴠᴇ ᴀ ᴅʀᴇᴀᴍ ғᴏʀ ʏᴏᴜʀ ʟɪғᴇ? Yᴏᴜʀ ғᴜᴛᴜʀᴇ? Yᴇs?” - “ Oғ ᴄᴏᴜʀsᴇ. Dᴏ ʏᴏᴜ?” - “Iᴛ ᴍɪɢʜᴛ sᴏᴜɴᴅ ᴡᴇɪʀᴅ. I ᴡᴀɴᴛ ᴛᴏ sᴏᴍᴇᴅᴀʏ ʙᴇ ᴄᴏɴᴛᴇɴᴛ. Jᴜsᴛ ғᴇᴇʟ ᴄᴏᴍғᴏʀᴛᴀʙʟᴇ, ʟɪᴋᴇ ᴇᴠᴇʀʏᴏɴᴇ ᴇʟsᴇ. I ᴡᴀɴᴛ…” -“…ᴀ ɴᴏʀᴍᴀʟ ʟɪғᴇ?” - “Yᴇᴀʜ, ᴀ ɴᴏʀᴍᴀʟ ʟɪғᴇ.” - “Tʜᴀᴛ’s ᴀʟʟ I ᴡᴀɴᴛ. Jᴜsᴛ ᴛʜᴀᴛ.” - “Nᴏ ғᴀᴍᴇ ᴀɴᴅ ғᴏʀᴛᴜɴᴇ? Exᴄɪᴛᴇᴍᴇɴᴛ ᴀᴛ ᴇᴠᴇʀʏ ᴛᴜʀɴ?” - “Nᴏ, I'ᴠᴇ ʜᴀᴅ ᴇɴᴏᴜɢʜ ᴇxᴄɪᴛᴇᴍᴇɴᴛ, ᴛʜᴀɴᴋ ʏᴏᴜ. I'ʟʟ ᴛᴀᴋᴇ ʙᴏʀɪɴɢ.” - “Aᴠᴇʀᴀɢᴇ.” - “Oʀᴅɪɴᴀʀʏ.” - “Tʜᴀᴛ’s ᴡᴇɪʀᴅ, ʜᴜʜ?” - “Yᴇᴀʜ.”</br>
  844. – <b>Dᴇxᴛᴇʀ & Rɪᴛᴀ</b> ғʀᴏᴍ <i>Dᴇxᴛᴇʀ</i></p>
  845.  
  846. <b>✘</b> <b>Dagran is a jack-of-all-trades</b>, he had to acquire a vast skill set over the years of growing up with and simultaneously raising Zael. Most of his skills can be traced back either to Zael because of that, though some lead back to his childhood and early teen years. Either way don’t be surprised if he seems to be capable of something which seems unusual for a former mercenary.</p>
  847.  
  848. <b>✘</b> <b>His most useless skill is knitting</b>. Dagran also has no recollection of how or why he acquired it, it’s just there and really serves no purpose at all.</p>
  849.  
  850. <b>✘</b> <b>Dagran has been trained to read and write as well as fight with a sword, pretty early on</b>. The sword training started when he was eleven. He also received a basic training in magical knowledge, nothing beyond that though as he is unable to perform it.</p>
  851.  
  852. <b>✘</b> <b>Dagran is left handed by nature, but cross-dominant by force</b>. He is able to use is right hand as asked of him by society, but he does prefer his left hand for most tasks. You will often see him switching things from his right to left hand or vice versa. The latter usually only happens when he handles a blade as those are generally made for right hands and he would risk cutting himself elsewise.</p>
  853.  
  854. <b>✘</b> <b>His handwriting is equally scrawly with both hands</b>. Using his right is hard and annoying and he never got to use his left very often to he’s not particularly good at writing with that hand either.</p>
  855.  
  856. <b>✘</b> <b>Dagran is an early bird by nature</b>. You will find he curls up into a ball when asleep with has a lot to do with that making him feel more safe and also a little with the fact that him and Zael used to huddle up for warmth when they were small.</p>
  857.  
  858. <b>✘</b> <b>If there’s rain you can bet your money Dagran won’t sleep</b>. It’s not that he’s not tired, but rain usually only brings nightmares and he’s not up for waking up every two hours scared and sweaty and miserable so he tries to avoid sleep on rainy nights at all costs.</p>
  859.  
  860. <b>✘</b> <b>Except for the nightmares every now and then Dagran is blessed with naturally dreamless sleep, as he barely ever remembers his dreams</b>. For a mercenary his sleep is also surprisingly deep, as you will find he’s not easy to wake. Yet he will up in an instant if there’s any sound he recognises as something that could be endangering his life e.g. the clanging of sword when there should be none.</p>
  861.  
  862. <b>✘</b> <b>When it comes to eating, well that’s a task for Dagran</b>, and you will find he handles it as such. It is not something he enjoys. Rather something which is necessary for his survival. Which results in the problematic fact that he sometimes doesn’t eat for a long period of time.</p>
  863.  
  864. <b>✘</b> Two other reasons for this behaviour are that <b>Dagran sometimes really doesn’t feel like putting anything in his mouth</b>, as well that he’s used to ignore a grumbling stomach since he often prioritised feeding Zael before he himself would eat.</p>
  865.  
  866. <b>✘</b> <b>There happened a war when Dagran was about ten,</b> it raged on for several more years, when he was fifteen he fled his home country and found himself as an orphan on the streets. The former was something he was familiar with, the latter not. At sixteen he picked up a kid of twelve years called Zael and shepherded that precious little thing around. Zael wanted to become a knight, to Dagran that was next best career, so they started a band of mercenaries.</p>
  867.  
  868. <b>✘</b> <b>Ever since the two of them have been inseparable</b>.</p>
  869.  
  870. <b>✘</b> <b>Dagran knew of The Outsider since he was a kid</b>. The story had been told to him in a fairy-tale-esque manner with a side of old legend as kid, he never knew for certain it was true till he came to Lazulis as the Outsider on the Guraks side had been out of reach.</p>
  871.  
  872. <b>✘</b> <b>Dagran cannot ride</b>, well he can - technically, but riding a horse is mostly frustrating for him since there’s so much in the way down on the ground. His preferred method of transportation is winged. He prefers anything that can fly.</p>
  873.  
  874. <b>✘</b> <b>Dagran's knowledge about his family is very limited</b>, as he never got to meet his parents. When he speaks about his past family he means the other kids at the orphanage (and a dragon), when he speaks about his present family that entails Zael and the other mercs.</p>
  875.  
  876. <b>✘</b> <b>Dagran loves kids, and kids love Dagran</b>. He’s protective of them in their favour, meaning he’s always on their side when it counts. He wouldn’t mind having like half a dozen himself, but he’s content tending to the little mages at the castle and the orphans of the city.</p>
  877.  
  878. <b>✘</b> <b>Dagran speaks at least three different languages</b>.</p>
  879.  
  880. <b>✘</b> <b>He knows he's pretty</b>, people have been telling him since he’s three or so. Don’t expect him to act surprised or flattered. He doesn’t like people wooing him by oozing charm all over him. He doesn’t like being wooed in general. In fact he’s more happy on his own. It’s not impossible, it’s just not something he’ll engage in or seek out on his own.</p>
  881.  
  882. <b>✘</b> <b>Dagran can talk to dragons</b>. Like magic is ability is inheritable, however it is even more rare and the powers don’t exclude each others as they are able to coexist. It is an ability which cannot be taught either you have it or you don’t.</p>
  883.  
  884. <b>✘</b> <b>A side effect of those powers is a strong telepathic ability</b>, however he cannot read just anyone’s mind. The telepathic network rather only consists of those capable of it and those with no or only a few borders up in their minds. As dragons go, most of their communication is telepathic as that is a trait near every race of theirs has.</p>
  885.  
  886. <b>✘</b> <b>Instead of fearing this power the south decided to embrace it</b>, but can also give commands the dragons cannot refuse. Which is why most communication goes on telepathically and supposedly why it developed into such a strong skill among for these people.</p>
  887.  
  888. <b>✘</b> <b>Instead of fearing this power the south decided to embrace it</b>, much like the gift of magic is commonly embraced, and train their little dragon whisperers so they learn the extend of their powers and to use them for good. The training starts when they are eleven and is finished by the time they are seventeen. It includes a broad spectrum of skills.</p>
  889.  
  890. <b>✘</b> <b>As a basic rule these children are trained to be peaceful and only to protect their own from harm</b>, but even that without abusing their powers. To further prevent that people have developed several ways to suppress their powers and stop them if one of them ever goes batshit crazy.</p>
  891.  
  892. <b>✘</b> <b>The training includes the tattoos Dagran wears which mark which stages of training have been completed and later can mark battles and other important stages in their lives</b>. The tattoos on Dagran’s leg also serve the purpose of making him a walking extension to any mages casting circles as well as protecting him from the effects of such. For the mages the tattoos serve to shorten their casting time.</p>
  893.  
  894. <b>✘</b> <b>It’s not commonly known, but these people have to thank the Gurak for their abilities</b>, as it’s one of the outcomes when their blood mixed. Granted, not a common outcome, the reason it appears to be common is because people decided to take these powers for good use and co-exist with the dragons in their land in a peaceful relationship.</p>
  895.  
  896. <b>✘</b> <b>As a general rule there are only few so called “pure” humans with no Gurak blood left in the south</b>. It gave them their ability to endure extreme heat, and sometimes their looks still surface, but that has become just as rare as the sightings of the Gurak in their cities.</p>
  897.  
  898. <b>✘</b> <b>Dagran may be canonically dead, but he isn’t here</b>. I think he made a deal with Mitra to get out of there at the cost of his eyesight for life. He didn’t want to give up a leg or a hand.</p>
  899.  
  900. <b>The following content deserves a trigger warning</b>, so here you go, you have been warned - I won’t go into detail with anything, but there are mentions of the abuse he suffered.</p>
  901.  
  902. <b>✘</b> <b>To survive Dagran has done a lot and that from gambling to selling himself and whatever else would bring food on their table and a roof over their heads</b>. The latter has lead to several fucked up experiences in his life and to Dagran being equally fucked up by it. It caused him to stay away from relationships and refusing to seek them out in the first place.</p>
  903.  
  904. <b>✘</b> <b>Dagran never talks much about what he’s been through</b>, out of many other things it made him an excellent liar and he uses that to acquire personal space and stay a lone wolf even within his pack.</p>
  905.  
  906. <b>✘</b> <b>Dagran has suffered sexual and physical abuse</b>, and is walking a thin line between the consequences of the trauma and lying through his teeth to secure his own and everyone else’s survival. It can lead to an involuntarily hysteric reaction on his side upon realising how fucked up some event in his life was. Usually he prefers not to realise that, or to say these things out loud and give them meaning and life, but also he’s so tired of it all.</p>
  907.  
  908. <b>✘</b> <b>Dagran has frequent nightmares about what happened to him</b>, but it also haunts him while he’s awake given a trigger to remind him the situation in question.</p>
  909.  
  910. <b>✘</b> <b>Overall he will appear fine, as far as that can go</b>. The devil’s in the detail with him because if he doesn’t want you to know, he will make sure you don’t.
  911. Dagran tries to avoid his problems by developing disinterest in any situation which might cause them.</p>
  912.  
  913. <b>✘</b> <b>There are lots of scars on Dagran’s body and more than half of them he doesn’t want to remember getting</b>. Especially notable though is one on right hip where he goes as far denying it’s very existence. It’s one of the very things he really cannot remember, though usually to his demise his memory works very well. Especially his tactile and olfactory sense.</p>
  914.  
  915. </div></div></div></div>
  916.  
  917. <div id="tg" class="popup_block">
  918. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:520px ; width: 380px;">
  919.  
  920. <h1>Tourist Guide</h1>
  921.  
  922. <s>contains spoilers</s></p>
  923.  
  924. <b>✘</b> Sadly Dagran died in the game, but we’re gonna ignore that bc reasons. But also that makes him an ex-mercenary.</p>
  925.  
  926. <b>✘</b> Dagran picked up Zael as a kid and I’m pretty sure he thinks of that floofball as his kid.</p>
  927.  
  928. <b>✘</b> Dagran was the final boss in the game and we were all disappointed in him. He also killed Asthar boo Dagran that was not nice.</p>
  929.  
  930. <b>✘</b> It’s canon that Dagran is a lefty, listen I replayed this game for the nth time just to find proof for that, I’m not making this up.</p>
  931.  
  932. <b>✘</b> Dagran does his homework. No seriously that guy knew more about the count than any average merc likely does. And I am concerned where he gets all his knowlegde from.</p>
  933.  
  934. <b>✘</b> Catchphrase: “I gotta look cool sometimes.”</p>
  935.  
  936. <b>✘</b> That supposed eye injury on the Gurak ship, which nobody can prove bc either nobody can see it because of the bad wii graphics or because Dagran straight up lied. Nobody knows the truth.</p>
  937.  
  938. <b>✘</b> He obtained the power of The Outsider at the end of the game, but also revived Lowell with it so I guess that’s where it is now. Good job Dagran at least you did one thing right.</p>
  939.  
  940.  
  941. </div></div></div></div>
  942.  
  943. <div id="vs" class="popup_block">
  944. <div style="background-color:#transparent; width:76px;padding:10px;text-align:normal; text-style:normal; letter-spacing:1px; overflow-x:scroll;scroll:left;overflow-x:hidden;height:520px ; width: 380px;">
  945.  
  946. <h1>Verses</h1>
  947.  
  948. <s>contains spoilers</s></p>
  949.  
  950. <b>✘ Blindess</b> This verse plays post canon and will be regarded as the main verse as well as it applies to all rps post canon in general. After reviving Lowell and loosing the power of The Outsider Dagran wouldn't have survived if it hadn't been for Mitra. He attracted her for one reason or another and she made a deal with him where he traded his eyesight for his life. Contrary to his belief Dagran did not wake up blind though, instead he is left with a mark of The Outsider on his left temple which is slowly draining his eyesight. He figures it a kindness from Mitra though he isn't sure of that.</p>
  951.  
  952. <b>✘ Escort</b> Plain said this is the modern verse of this blog. Dagran works as an escort, though he's not particularly fond of the job he's doing it way to well. Might lead to awkward situations.</p>
  953.  
  954. <b>✘ Mute</b> Takes place in the realms of the modern verse. Dagran works nightshifts at a coffeeshop with regulars who don't mind that he cannot talk and happily converse with him via his phone screen or napkin notes.</p>
  955.  
  956. <b>✘ Butterfly</b> Dagran won the ending fight of the game. Either he managed to grant himself the wish of changing their lives for the better or he ended up in a Butterfly-Effect-esque scenario and returns to the outcome of the end of the game. However instead of allowing Zael to kill him, he yields. His only demand is for either him or Zael to use The Outsider's powers to save Lowell.</p>
  957.  
  958. <b>✘ Peace</b> In this verse the war never happened, Dagran grew up far away from the mainland in safety and peace. Of course that also means the events of the game never happened and there's a fresh start for the characters to introduce themselves. Whether or not they will end up being friends or their relationship as anything close to what they had in game will be left to uncover.</p>
  959.  
  960. <b>✘ Advisor</b> A post game verse for Zaels because admit it that lil nugget of yours has no idea how to run a castle or an island. Calista is doing the politics and if Dagran were alive he would help weed out the dangers and help Zael grow into his role.</p>
  961.  
  962. <b>✘ Loveless</b> A verse for Lowells. Plain said the two of them got so many issues regarding love they might as well work through them together. Whether or not they end up together at the end of it muns and muses will have to decide, but they're my favourite gays I would love that.</p>
  963.  
  964. <b>✘ Power</b> This verse is inspired by one of the concept pictures. Namely the one where Dagran and Calista are to see in The Last World, hence this one works best with Calista or Zael. Whether or not she knows about Dagran's plans of betrayal, Calista works with Dagran to find The Outsider. The end fight either turns into a power fight where neither wants to share or they stick to their agreement. Now the following is no requirement but it would add to the fun, if they were a power couple were they're really into each other but also competing against each other. Also this verse would mean double the heartbreak for Zael.</p>
  965.  
  966. <b>✘ Family</b> In this verse, you might have guessed it, Dagran actually has a family. A little daughter named Ynna, her mother's name being Vea. She used to be one of the mercs until Zoran happened and left her wounded and Dagran with an easy excuse to actually set her aside to safety. Since growing up with Zael convinced Dagran of one thing and that being that kids aren't supposed to be raised on the road. And he firmly stands by that point, no matter what. Which will lead to Vea slapping him for a greeting for sure.
  967. For him to bring his little family into the scenery would require an environment Dagran deems child-safe.</p>
  968.  
  969. <b>✘ Error</b> For the possibility of someone warning Asthar and Dagran not killing him instead the two of them end up in a heated fight even after the swords are dropped. There's lots of yelling or much confusion and mistrust depending on how Asthar chooses to react. Dagran might slap him either way simply because he needs to put his anger somewhere.</p>
  970.  
  971. <b>✘ Genderbender</b> This is my fem!Dagran verse. I will keep the name as it is and only change pronouns, because I feel it is genderless in and off itself. <strike>I'm pretty sure Dagran couldn't care less about gender though, I just want a verse where I get to put boobs on him because the world needs more female mercs.</strike> There isn't much I have to add to this one, except that she's infertile in this verse to spare her some nasty scenarios. She's rather flat chested.
  972. </p>
  973.  
  974. </div></div></div></div>
  975.  
  976. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement