Advertisement
calesvol

maryam pop pimped

Nov 29th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 71.16 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="http://orig15.deviantart.net/b071/f/2012/223/9/b/blue_rose_icon_by_scaredyash006-d5ardez.gif">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 41 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12. <meta name="image:background" content="" />
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:scrollbar" content="#999999">
  17. <meta name="color:title" content="#999999">
  18. <meta name="color:Link Hover" content="#eeeeee"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="text:sidebartitle" content="">
  22.  
  23. <meta name="text:link 1" content="Link 1"/>
  24. <meta name="text:link 1 url" content="/"/>
  25. <meta name="text:link 2" content="Link 2"/>
  26. <meta name="text:link 2 url" content="/"/>
  27. <meta name="text:link 3" content="Link 3"/>
  28. <meta name="text:link 3 url" content="/"/>
  29. <meta name="text:link 4" content="Link 4"/>
  30. <meta name="text:link 4 url" content="/"/>
  31. <meta name="text:link 5" content="Link 5"/>
  32. <meta name="text:link 5 url" content="/"/>
  33. <meta name="text:link 6" content="Link 6"/>
  34. <meta name="text:link 6 url" content="/"/>
  35.  
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37.  
  38. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  39.  
  40. <script>
  41.  
  42. (function($){
  43.  
  44. $(document).ready(function(){
  45.  
  46. $("a[title]").style_my_tooltips({
  47.  
  48. tip_follows_cursor:true,
  49.  
  50. tip_delay_time:90,
  51.  
  52. tip_fade_speed:600,
  53.  
  54. attribute:"title"
  55.  
  56. });
  57.  
  58. });
  59.  
  60. })(jQuery);
  61.  
  62. </script>
  63. <!--basic tooltip from tutorial-baby! Enjoy-->
  64.  
  65. <script type="text/javascript"
  66. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  67. <script>
  68. $(document).ready(function() {
  69. //
  70. $('a.poplight[href^=#]').click(function() {
  71. var popID = $(this).attr('rel'); //Get Popup Name
  72. var popURL = $(this).attr('href'); //Get Popup href to define size
  73. var query= popURL.split('?');
  74. var dim= query[1].split('&');
  75. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  76. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  77. var popMargTop = ($('#' + popID).height() + 80) / 2;
  78. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  79. //Apply Margin to Popup
  80. $('#' + popID).css({
  81. 'margin-top' : -popMargTop,
  82. 'margin-left' : -popMargLeft
  83. });
  84. $('body').append('<div id="fade"></div>');
  85. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  86. return false;
  87. });
  88. $('a.close, #fade').live('click', function() {
  89. $('#fade , .popup_block').fadeOut(function() {
  90. $('#fade, a.close').remove(); //fade them both out
  91. });
  92. return false;
  93. });
  94. });
  95. </script>
  96.  
  97. <style>
  98. .tooltip{
  99. display: inline;
  100. position: relative;
  101. }
  102. #s-m-t-tooltip {
  103. max-width:300px; /*how big the tooltip can be at most*/
  104. border-radius: 1px; /*change your border radius*/
  105. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  106. margin:20px 7px -2px 20px; /*distance from word*/
  107. background-color:transparent; /*background color*/
  108. border:1px dotted transparent; /*border info*/
  109. font-family:calibri; /*tooltip font*/
  110. font-size:9px; /*tooltip font size*/
  111. letter-spacing:2px; /*tooltip letter spacing*/
  112. text-transform:uppercase; /*makes the tooltip title uppercase*/
  113. color:#fff; /*tooltip font color*/
  114. z-index:999999999999999999999999999999999999;
  115. }
  116. </style>
  117.  
  118. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  119.  
  120. <style>
  121. div#qTip {
  122. padding: 3px;
  123. display: none;
  124. text-align: center;
  125. position: absolute;
  126. font-size:7px;
  127. margin-left:10px;
  128. margin-top:-2px;
  129. line-height:9px;
  130. font-family:Palatino Linotype;
  131. z-index: 1000;
  132. border: 1px solid #2C0D12;
  133. background-color:#fff;
  134. color: #9b9b9b;
  135. text-transform:uppercase;
  136. letter-spacing: 2px;
  137. }
  138.  
  139. font-size:8px;
  140. text-transform:uppercase;
  141. opacity: .8;
  142. border:1px solid #fff;
  143. position:fixed;
  144. font-family:calibri;
  145. left:14px;
  146. background-color:#cadec5;
  147. letter-spacing:1px;
  148. width:65px;
  149. z-index:9999;
  150. padding:4px;
  151. top:14px;
  152.  
  153. }
  154.  
  155.  
  156. </style>
  157.  
  158. <style type="text/css">
  159.  
  160. .inside {
  161. width: 110px;
  162. padding: 10px;
  163. padding-top: 8px;
  164. font-family: sans-serif;
  165. font-size: 9px;
  166. line-height: 150%;
  167. color: #2a0a12; /*Change here the text color*/
  168. background-color: #fff; /*Change here the inside background color*/
  169. letter-spacing: .8px;
  170. text-align: center;
  171. padding-bottom:1000px;
  172. opacity: 0;
  173. -webkit-transition: opacity 0.3s linear;
  174. -webkit-transition: all 0.3s linear;
  175. -moz-transition: all 0.3s linear;
  176. -o-transition: all 0.3s linear;
  177. }
  178.  
  179. .inside:hover {
  180. opacity: 1;
  181. -webkit-transition: opacity 0.3s linear;
  182. -webkit-transition: all 0.3s linear;
  183. -moz-transition: all 0.3s linear;
  184. -o-transition: all 0.3s linear;
  185. }
  186.  
  187. ::-webkit-scrollbar {
  188. background-color:#fff;
  189. height:0px;
  190. width:0px;
  191. }
  192.  
  193. ::-webkit-scrollbar-thumb:vertical {
  194. background-color:#fff;
  195. height:0px;
  196. }
  197.  
  198. ::-webkit-scrollbar-thumb:horizontal {
  199. background-color:#fff;
  200. height:0px!important
  201. }
  202.  
  203. *, body, a, a:hover {cursor: url(http://33.media.tumblr.com/tumblr_lqs4owrr9t1qfoi4t.png), auto;}
  204.  
  205.  
  206. iframe#tumblr_controls {
  207. white-space:nowrap;
  208. -webkit-filter: invert(100%);
  209. -moz-filter: invert(100%);
  210. -o-filter: invert(100%);
  211. -ms-filter: invert(100%);
  212. filter: invert(100%);
  213. opacity:.2;transition: .8s ease-in-out;
  214. -webkit-transition: .8s ease-in-out;
  215. -moz-transition: .8s ease-in-out;
  216. -o-transition: .8s ease-in-out;
  217. }
  218.  
  219. h1 {
  220. font-weight:normal;
  221. font-size:23px;
  222. text-align:center;
  223. font-style:normal;
  224. line-height:100%;
  225. letter-spacing:1px;
  226. text-transform:normal;
  227. color:{color:text};
  228. padding: 3px;
  229. }
  230.  
  231.  
  232.  
  233. blockquote {
  234. border-left:.5px dotted {color:text};
  235. padding-left:5px;
  236. margin:5px;
  237. }
  238.  
  239.  
  240. body {
  241. background:{color:background};
  242. background-image: url(https://41.media.tumblr.com/3e59dfc2de2c3560104b05e4b4e97914/tumblr_nylcd08axn1u2jirlo1_1280.png);
  243. background-attachment: fixed;
  244. background-repeat:no-repeat;
  245. color:{color:Text};
  246. text-decoration:none;
  247. text-transform:none;
  248. margin:0px;
  249. {block:IfShowCustomCursor}
  250. cursor: url(http://33.media.tumblr.com/tumblr_lqs4owrr9t1qfoi4t.png), auto;
  251. {/block:IfShowCustomCursor}
  252. font-family:JasmineUPC;
  253. font-size:20px;
  254. text-shadow:1px 1px 15px #fff;
  255. line-height:100%;
  256. }
  257.  
  258. b, strong {
  259. text-decoration:none;
  260. color:#1debeb;
  261. text-shadow:1px 1px 15px #fff;
  262. }
  263.  
  264. i, em {
  265. font: #e6a7de;
  266. }
  267.  
  268. u {
  269. font: #e6a7a7;
  270. }
  271.  
  272. a {
  273. text-decoration:none;
  274. outline:none;
  275. -moz-outline-style:none;
  276. color:{color:link};
  277. -moz-transition-duration:0.5s;
  278. -webkit-transition-duration:0.5s;
  279. -o-transition-duration:0.5s;
  280. }
  281.  
  282. a:hover {
  283. text-decoration:none;
  284. outline:none;
  285. -moz-outline-style:none;
  286. color:{color:link hover};
  287. }
  288.  
  289. img {
  290. border:none;
  291. }
  292.  
  293. blockquote {
  294. padding-left:5px;
  295. border-left:2px solid;
  296. }
  297.  
  298. blockquote blockquote {
  299. padding-left:5px;
  300. border-left:2px solid;
  301. }
  302.  
  303. #post {
  304. width:310px;
  305. padding-bottom:40px;
  306. margin-top:10px;
  307. margin-bottom:60px;
  308. padding:0px;
  309.  
  310. }
  311.  
  312. #entries {
  313. padding:10px;
  314. width:333px;
  315. height:336px;
  316. overflow:scroll;
  317. position:fixed;
  318. top:295px;
  319. left:168px;
  320. z-index:999;
  321. overflow-x:hidden;
  322. overflow-y:auto;
  323. border-radius:200px;
  324. border: 1px solid #fff;
  325. }
  326.  
  327. #whateveryouwannacallit {
  328. position:fixed;
  329. margin-top:160px;
  330. margin-left:300px;
  331. z-index:1000;
  332. }
  333.  
  334. #whateveryouwannacallit img {
  335. width:603px;
  336. height:266px;
  337. }
  338.  
  339.  
  340. #sidebar {
  341. color:{color:text};
  342. position:fixed;
  343. width:100px;
  344. height:auto;
  345. margin-top:-190px;
  346. margin-left:455px;
  347. text-align:left;
  348. }
  349.  
  350. #sidebarimage img {
  351. width:200px;
  352. margin-top:-10px;
  353. margin-bottom:0px;
  354. margin-left:-9px;
  355. }
  356.  
  357. .link1 {
  358. position:absolute;
  359. position:fixed;
  360. margin-top:210px;
  361. margin-left:-370px;
  362. font-size:45px;
  363. width:180px;
  364. word-spacing:13px;
  365. text-align:center;
  366. text-transform:uppercase;
  367.  
  368. }
  369.  
  370. .link2 {
  371. position:absolute;
  372. position:fixed;
  373. margin-top:305px;
  374. margin-left:-420px;
  375. width:180px;
  376. font-size:30px;
  377. word-spacing:13px;
  378. text-align:center;
  379. text-transform:uppercase;
  380.  
  381. }
  382.  
  383. .link3 {
  384. position:absolute;
  385. position:fixed;
  386. margin-top:240px;
  387. margin-left:-440px;
  388. width:180px;
  389. font-size:45px;
  390. padding: 8px;
  391. text-align:center;
  392. text-transform:uppercase;
  393.  
  394. }
  395.  
  396. .link4 {
  397. position:absolute;
  398. position:fixed;
  399. margin-top:180px;
  400. margin-left:-455px;
  401. width:180px;
  402. font-size:30px;
  403. word-spacing:13px;
  404. text-align:center;
  405. text-transform:uppercase;
  406.  
  407. }
  408.  
  409. .link5 {
  410. position:absolute;
  411. position:fixed;
  412. margin-top:210px;
  413. margin-left:-500px;
  414. width:180px;
  415. font-size:40px;
  416. word-spacing:13px;
  417. text-align:center;
  418. text-transform:uppercase;
  419.  
  420. }
  421.  
  422. .link6 {
  423. position:absolute;
  424. position:fixed;
  425. margin-top:130px;
  426. margin-left:-410px;
  427. width:180px;
  428. font-size:30px;
  429. word-spacing:13px;
  430. text-align:center;
  431. text-transform:uppercase;
  432.  
  433. }
  434.  
  435. .link7 {
  436. position:absolute;
  437. position:fixed;
  438. margin-top:100px;
  439. margin-left:-490px;
  440. width:180px;
  441. font-size:45px;
  442. word-spacing:13px;
  443. text-align:center;
  444. text-transform:uppercase;
  445.  
  446. }
  447.  
  448. #links a{
  449. line-height:310%;
  450. border-bottom:3px none #75a1e2;
  451. margin-top:5px;
  452. margin-left:3px;
  453. color:{color:link};
  454. text-decoration:none;
  455. text-shadow: 0 0 0.1em {color:link};
  456. text-shadow: 0 0 0.1em {color:link};
  457. text-shadow: 0 0 0.1em {color:link};
  458. }
  459. -moz-transition-duration:.2s;
  460. -webkit-transition-duration:.2s;
  461. -o-transition-duration:.2s;
  462. }
  463.  
  464. #links a:hover {
  465. color: {color:link hover};
  466. width:60px;
  467. -moz-transition-duration:0.2s;
  468. -webkit-transition-duration:0.2s;
  469. -o-transition-duration:0.2s;
  470. }
  471.  
  472. #description {
  473. position:fixed;
  474. width:200px;
  475. font-family:JasmineUPC;
  476. margin-top:55px;
  477. margin-left:-9px;
  478. text-align:justify;
  479. font-size:15px;
  480. color: {color:text};
  481. letter-spacing:0px;
  482. line-height:130%;
  483. -moz-transition-duration:1s;
  484. -webkit-transition-duration:1s;
  485. -o-transition-duration:1s;
  486. }
  487.  
  488. #description a {
  489. color:{color:link};
  490. }
  491.  
  492. #description a:hover {
  493. color:{color:link hover};
  494. }
  495.  
  496. .sidebartitle {
  497. width:210px;
  498. text-align:center;
  499. position:fixed;
  500. font-family:JasmineUPC;
  501. line-height:120%;
  502. margin-left:-13px;
  503. font-size:16px;
  504. margin-top:10px;
  505. color:{color:title};
  506. }
  507.  
  508. .pagination {
  509. width:180px;
  510. height:20px;
  511. letter-spacing:1px;
  512. font-family:times;
  513. font-size:11px;
  514. text-align:right;
  515. margin-left:-15px;
  516. margin-top:440px;
  517. padding-top:5px;
  518. padding-bottom:3px;
  519. position:fixed;
  520. -moz-transition-duration:0.7s;
  521. -webkit-transition-duration:0.7s;
  522. -o-transition-duration:0.7s;
  523. }
  524.  
  525. .pagination a {
  526. color:{color:text};
  527. }
  528.  
  529. .pagination a:hover{
  530. color:{color:link};
  531. }
  532.  
  533. #info a:hover {
  534. color:#8B3A62;
  535. }
  536.  
  537.  
  538.  
  539. #info {
  540. font-family: 'EB Garamond', serif;
  541. border:3px double #fff;
  542. width:310px;
  543. margin-top:3px;
  544. padding:5px;
  545. font-size:11px;
  546. color:#fff;
  547. text-transform:uppercase;
  548. font-style:normal;
  549. text-align:center;
  550. text-shadow: 0 0 20px #1b1464;
  551. background-image:url('https://40.media.tumblr.com/90b3c8b3df00f816a3417b78335c174d/tumblr_nqw4ch6RLY1u2jirlo1_500.png');
  552. -moz-transition-duration:0.5s;
  553. -webkit-transition-duration:0.5s;
  554. -o-transition-duration:0.5s;
  555. }
  556.  
  557. #info a {
  558. color:#fff;
  559. text-align:left;
  560. font-style:normal;
  561. }
  562.  
  563. #info a:hover {
  564. color:#6cfdfd;
  565. }
  566.  
  567. .tags {
  568. font-family:Palatino Linotype;
  569. font-style:normal;
  570. width:310px;
  571. text-transform:normal;
  572. font-style:normal;
  573. line-height:120%;
  574. padding-left:5px;
  575. font-size:10px;
  576. text-align:left;
  577. padding-top:5px;
  578. padding-bottom:10px;
  579. text-shadow:0px 0px 7px #828282;
  580. }
  581. -moz-transition-duration:0.2s;
  582. -webkit-transition-duration:0.2s;
  583. -o-transition-duration:0.2s;
  584. }
  585. .tags a{
  586. color:#fbeff5;
  587. -moz-transition-duration:0.2s;
  588. -webkit-transition-duration:0.2s;
  589. -o-transition-duration:0.2s;
  590. }
  591. .tags a:hover{
  592. color:{color:link hover};
  593. -moz-transition-duration:0.2s;
  594. -webkit-transition-duration:0.2s;
  595. -o-transition-duration:0.2s;
  596. }
  597.  
  598. .playerbuttonbg {
  599. position: absolute;
  600. left: 20px;
  601. top: 20px;
  602. width: 19px;
  603. height: 19px;
  604. background-color: #ffffff;
  605. padding: 10px;
  606. -webkit-border-radius: 40px;
  607. -moz-border-radius: 40px;
  608. border-radius: 40px;
  609. opacity: .4;
  610. filter: alpha(opacity=40);
  611. -moz-opacity: 0.4;
  612. -khtml-opacity: 0.4;
  613. transition: opacity .7s ease-in-out;
  614. -moz-transition: opacity .7s ease-in-out;
  615. -webkit-transition: opacity .7s ease-in-out;
  616. }
  617.  
  618. .playerbuttonbg:hover {
  619. opacity: 1;
  620. filter: alpha(opacity=100);
  621. -moz-opacity: 1;
  622. -khtml-opacity: 1;
  623. }
  624.  
  625. .newplayerbutton {
  626. position: relative;
  627. width: 19px;
  628. height: 19px;
  629. overflow: hidden;
  630. }
  631.  
  632. .playerbuttonhug {
  633. position: absolute;
  634. top: -18px;
  635. left: -7px;
  636. }
  637.  
  638. .tumblr_audio_player {
  639. height: 90px;
  640. width: 300px;
  641. -moz-transform: scale(0.60, 0.60);
  642. -webkit-transform: scale(0.60, 0.60);
  643. -o-transform: scale(0.60, 0.60);
  644. -ms-transform: scale(0.60, 0.60);
  645. transform: scale(0.60, 0.60);
  646. -moz-transform-origin: top left;
  647. -webkit-transform-origin: top left;
  648. -o-transform-origin: top left;
  649. -ms-transform-origin: top left;
  650. transform-origin: top left;
  651. }
  652.  
  653. .audioimgwrapper {
  654. position: absolute;
  655. left: 0px;
  656. top: 0px;
  657. -webkit-border-radius: 40px;
  658. -moz-border-radius: 40px;
  659. border-radius: 40px;
  660. overflow: hidden;
  661. width: 79px;
  662. height: 79px;
  663. }
  664.  
  665. .audioimgwrapper img {
  666. width: 100%;
  667. height: auto;
  668. -webkit-border-radius: 40px;
  669. -moz-border-radius: 40px;
  670. border-radius: 40px;
  671. }
  672.  
  673. .trackdetails {
  674. width: 270px;
  675. border: 5px #f6cece;
  676. background-color: transparent;
  677. display:inline-block;
  678. margin-left: 90px;
  679. min-height: 85px;
  680. }
  681.  
  682. .audiowrapper {
  683. position: relative;
  684. display:inline-block;
  685. }
  686.  
  687. #ask {
  688. float:left;
  689. color:{color:text};
  690. }
  691.  
  692. .popup_block{
  693. display:none;
  694. background-image:url("http://i.imgur.com/dzuiVZq.png");
  695. background-repeat:no-repeat;
  696. opacity: 0.9;
  697. padding:18px;
  698. height:630px;
  699. font-size:20px;
  700. border:0px solid #a9f5f2; /* if you want a solid white pop-up, delete this */
  701. float:left;
  702. position:fixed;
  703. top:50%;left:50%;
  704. z-index: 99999;
  705. overflow-x:hidden;
  706. overflow-y:auto;
  707. -webkit-box-shadow: 0px 0px 0px #transparent; /* delete for solid white */
  708. -moz-box-shadow: 0px 0px 0px #transparent; /* delete for solid white */
  709. box-shadow: 0px 0px 0px #transparent; /* delete for solid white */
  710. }
  711.  
  712. *html #fade {position: absolute;}
  713. *html .popup_block {position: absolute;}
  714.  
  715. #fade {
  716. display: none; /*--hidden by default--*/
  717. background: url(https://41.media.tumblr.com/cb31f3b6a914ac366b62d39083640691/tumblr_nyl8m0188R1u2jirlo1_1280.png);
  718. background-repeat:no-repeat;
  719. position: fixed; left: 0; top: 0;
  720. width: 1980px; height: 1080px;
  721. opacity:0.9;
  722. z-index: 9999;
  723. }
  724.  
  725. #titless {
  726.  
  727. display:inline-block;
  728. background-color:#086a87;
  729. opacity: 0.6;
  730. width:200px;
  731. font-family: calibri;
  732. padding:5px;
  733. color:#ffffff;
  734. letter-spacing:2px;
  735. font-size:8px;
  736. text-transform:uppercase;
  737. text-align:center;
  738.  
  739. }
  740.  
  741. #continue a {
  742.  
  743. display:inline-block;
  744. background-color:#94adac;
  745. width:70px; font-family: calibri;
  746. padding:5px;
  747. color:#ffffff;
  748. letter-spacing:2px;
  749. font-size:11px;
  750. text-transform:uppercase;
  751. text-align:center;
  752. border-bottom:2px solid transparent;
  753. -webkit-transition: all 0.3s ease-in-out;
  754. -moz-transition: all 0.3s ease-in-out;
  755. transition: all 0.3s ease-in-out;
  756. }
  757.  
  758. .links2 {
  759. font-family: cambria;
  760. font-size: 12px;
  761. font-style:italic;
  762. letter-spacing:2px;
  763. color: #fff;
  764. text-shadow:1px 1px 15px #a9f5f2;
  765. text-transform: lowercase;
  766.  
  767. }
  768.  
  769. .links2 a {
  770. display: block;
  771. text-align:center;
  772. padding: 10px;
  773. margin: 5px;
  774. color:#fff;
  775. font-style:italic;
  776. letter-spacing:2px;
  777. color: #81f7f3;
  778. border-bottom: 1px solid #a9f5f2;
  779.  
  780. }
  781.  
  782.  
  783. {CustomCSS}</style></head><body>
  784.  
  785. <div id="whateveryouwannacallit"><img src="https://40.media.tumblr.com/ee20a50978b713cbd57183ab9d74a448/tumblr_nvltpg30Ji1u2jirlo1_1280.png"></div>
  786.  
  787. <div id="sidebar">
  788.  
  789. <div id="sidebarimage">
  790. <a href="/"><img src="{image:sidebar}"></a></div>
  791.  
  792. <div class="sidebartitle">{text:sidebartitle}</div>
  793.  
  794. <div class="link1"><a title="Home" href="http://chodesh.tumblr.com/">❁</a></div>
  795. <div class="link2"><a title="Ask" href="http://chodesh.tumblr.com/ask">✾</a></div>
  796. <div class="link3"><a href="#?w=646" rel="box1" class="poplight" title="Rules">❁</a></div>
  797. <div class="link4"><a href="#?w=646" rel="box2" class="poplight" title="The Blue Queen">❃</a></div>
  798. <div class="link5"><a href="#?w=646" rel="box5" class="poplight" title="Verses">❃</a></div>
  799. <div class="link6"><a href="#?w=646" rel="box6" class="poplight" title="Relationships">❋</a></div>
  800. <div class="link7"><a href="#?w=646" rel="TES" class="poplight" title="Navigation">❀</a></div>
  801.  
  802. <div id="description">{description}</div>
  803.  
  804. <div id="entries">{block:Posts}<div id="post">
  805.  
  806. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  807.  
  808. {block:photo}<center><img src="{PhotoURL-250}"/></center>
  809. {block:ifShowCaptions}
  810. {block:caption}<div id="caption">{Caption}</center></div>{/block:caption}
  811. {/block:ifShowCaptions}{/block:photo}
  812. <center>
  813. {block:Photoset}<center><br>{Photoset-250}</center>
  814. {block:ifShowCaptions}
  815. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  816. {/block:ifShowCaptions}{/block:Photoset}</center>
  817.  
  818. {block:Quote}<big><big>{Quote}</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  819.  
  820. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  821.  
  822. {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}
  823.  
  824. {block:AudioPlayer}
  825. <div class="audiowrapper">
  826. {block:AlbumArt}
  827. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  828. {/block:AlbumArt}
  829.  
  830. <div class="playerbuttonbg">
  831. <div class="newplayerbutton">
  832. <div class="playerbuttonhug">
  833.  
  834. {AudioPlayerWhite}
  835.  
  836. </div>
  837. </div>
  838. </div>
  839.  
  840. <div class="trackdetails">
  841.  
  842. {block:TrackName}<strong>Track:</strong> {TrackName}{/block:TrackName}<br/>
  843. {block:Artist}<strong>Artist:</strong> {Artist}{/block:Artist}<br/>
  844. {block:Album}<strong>Album:</strong> {Album}{/block:Album}<br/>
  845. <strong>Plays:</strong> {PlayCountWithLabel}
  846.  
  847. </div>
  848. </div>
  849. {/block:AudioPlayer}
  850.  
  851. {block:Caption}{Caption}{/block:Caption}
  852.  
  853. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  854.  
  855. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:5px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  856.  
  857. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  858. {/block:Date} {block:NoteCount} ( <font color=#ec3d3d>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  859.  
  860. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} / <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} ( <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a> ) </div>
  861. </div>
  862.  
  863. {block:HasTags}
  864. <div class="tags">
  865. tagged as:{block:Tags} <a href="{TagURL}"> -{Tag}</a> {/block:Tags}</div><br>
  866. {/block:HasTags}
  867. <div class="postnote">
  868. {block:PostNotes}{PostNotes}{/block:PostNotes}
  869. </div>
  870. </div>
  871. {/block:Posts}
  872.  
  873. </div>
  874.  
  875. {block:Pagination}
  876. <div class="pagination">
  877. {block:PreviousPage}
  878. <a href="{PreviousPage}">back.</a>
  879. {/block:PreviousPage}
  880. {block:NextPage} &mdash;
  881. <a href="{NextPage}">forth.</a>
  882. {/block:NextPage}
  883. </div>
  884. {/block:Pagination}
  885. </div>
  886.  
  887. </body>
  888.  
  889. <div id="box1" class="popup_block">
  890. <center> <img src="https://41.media.tumblr.com/115f90c4df1720598713083d93c05057/tumblr_npwe25JVqt1u2jirlo1_400.png"/img></center>
  891. <div style="width: 390px; height: 300px; overflow-y: auto; overflow-x: hidden; margin-top: 80px; margin-left: 95px;">
  892.  
  893. <p><strong>general&mdash;;</strong></p>
  894. <ul>
  895. <li>This is a semi-canon historical OC based on<a href="http://bloodplusanime.wikia.com/wiki/Chiropteran_Mummy"> SAYA the mummy ala Blood+</a> written by <strong>the FBI</strong>. I am Panfandom, OC, and AU friendly. This is also multiverse and selective multiship.</li>
  896. </ul>
  897. <p><strong>interactions&mdash;;</strong></p>
  898. <ul>
  899. <li>I am absolutely fine with script, para, to novella and everything in between. NSFW themes may arise, but for the most part this blog will try to stay as SFW as possible. Triggers are tagged, and smut, if it ever occurs, is always behind a read more break.&nbsp;</li>
  900. <li>I am completely okay with duplicates, however, I am semi-exclusive in the respect that I&rsquo;m not too comfortable roleplaying with too many duplicates. If you are semi-exclusive or exclusive and expect to be the only version of your character that I RP with, it will be respected automatically, no questions asked.</li>
  901. <li>I am absolutely fine with roleplaying with anyone of any fandom, no matter how dissimilar they are. With my muse&rsquo;s age, she can fit in seamlessly with many time periods and the like, and I also have a plethora of verses and am adding many all the time! :)</li>
  902. </ul>
  903. <p><strong>shipping and nsfw&mdash;;</strong></p>
  904. <ul>
  905. <li><span style="line-height: 1.4;">Shipping&rsquo;s not really a big concern around here. Friendships, famships, and even enemies are fantastic, however! If shipping does occur, I prefer those with chemistry. Also, I don&rsquo;t ship with duplicates or single-ship blogs.</span></li>
  906. <li><span style="line-height: 1.4;">NSFW? There might be a little gore and blood here and there, but don&rsquo;t expect anything too sexual too often if at all. I like to keep this blog as SFW as possible if I can help it as far as sexual things go. Also, I do not RP in sexual triggers such as bestiality, pedophilia (shotacon and lolicon included], rape, or anything of that sort.&nbsp;</span></li>
  907. </ul>
  908. <p><strong><em>oc&rsquo;s&mdash;;</em></strong></p>
  909. <ul>
  910. <li><span style="line-height: 1.4;">Seeing as Maryam&rsquo;s an OC, you bet other OC&rsquo;s are welcome around here! However, there needs to be some information or else I might be a little confused as to how to interact.</span></li>
  911. </ul>
  912. <p><strong>askbox&mdash;;</strong></p>
  913. <ul>
  914. <li><span style="line-height: 1.4;">I&rsquo;m pretty welcome to just about anything, so long as it&rsquo;s appropriate. Introductions are dandy, but I don&rsquo;t askbox roleplay. Memes are great, but anything I deem inappropriate will be blocked.&nbsp;</span></li>
  915. </ul>
  916. <p><strong><span style="line-height: 1.4;">things to keep in mind&mdash;;</span></strong></p>
  917. <ul>
  918. <li><strong>My muse is Muslim</strong>: I ask for a certain degree of respect.<strong> I won&rsquo;t tolerate OOC Islamophobia of any degree</strong>.<em> IC is understandable since mun =/= muse</em>. If you are Muslim or are very familiar with Islam, and you see something incorrect or possibly misrepresented, by all means please approach me about this as I want Maryam&rsquo;s faith to be depicted as faithfully and respectfully as possible.&nbsp;</li>
  919. <li><strong>Appearance</strong>: While I understand that my muse&rsquo;s faceclaims aren&rsquo;t as concealed and depict her wearing more revealing clothing, please don&rsquo;t assume she&rsquo;s described as this. <strong>Unless otherwise stated, Maryam will be wearing very conservative clothing, very little of her body will be exposed, and she will 90% of the time be wearing a hijab or headscarf</strong>. So please don&rsquo;t describe your muse as seeing her with loose hair or revealing clothing unless it&rsquo;s stated in the exposition as I will consider this a form of metagaming and godmodding.</li>
  920. <li><strong>Faith in AU&rsquo;s</strong>: Not every AU verse, such as those that intersect with other worlds or in non-real world ones, will always see her as a Shia Muslim that she is by default. It will depend by verse, but typically, she will more often than not be a pious woman and adhere to that world&rsquo;s faith. And sometimes, she might not even be a practioner of said world&rsquo;s faith to speak of.</li>
  921. <li><strong>Relationships</strong>: Romantically, first and foremost, Maryam is attracted to women and those with a feminine gender expression, although she is biromantic. Overall, relationships with men and more masculine folks might be a little tougher; those completely outside either binary simply depend on individual chemistry, of course. c:</li>
  922. <li><strong>Shapeshifting</strong>: Maryam is capable of transforming into a male form known as Ahriman, however, please be aware this is <i>not</i> genderbending. This is merely her assuming a male form, voice, and presentation. She will still use she/her pronouns in exposition, but dialogue will refer to herself with he/him pronouns if need be. Also, unless your muse knows this is Maryam, your muse should refer to her through he/him pronouns and by Ahriman unless told otherwise ic or allowed ooc.</li>
  923. </ul>
  924. <p><strong>ooc&mdash;;</strong></p>
  925. <ul>
  926. <li>
  927. <p><em><strong>tracked tag</strong></em>:&nbsp;chodesh</p>
  928. </li>
  929. <li>
  930. <p><strong>Icons</strong>: All are mine, so please don&rsquo;t take them!</p>
  931. </li>
  932. <li>
  933. <p><strong>Theme art</strong>: Originally by <a href="http://awakyning.tumblr.com/">lovely miss Mina</a>~</p>
  934. </li>
  935. <p><strong>Profile credit</strong>: Done by <a href="http://abz-j-harding.tumblr.com/">my waifu</a> and used with permission. Dash banner art done by <a href="http://ssanis.tumblr.com">the lovely Nadia.~</a></p>
  936. </li>
  937. <li>
  938. <p><strong>Mun</strong>: I am of age, at 21 years of age, in case you need an age to go by for mature things!</p>
  939. </li>
  940. </ul>
  941. </div>
  942.  
  943. </div></div></div></div></div></div></div></div></div></div>
  944.  
  945. <div id="box2" class="popup_block">
  946. <center> <img src="https://40.media.tumblr.com/565602d22ef86637aa84e210a14793ff/tumblr_npwe25JVqt1u2jirlo2_400.png"/img></center>
  947. <div style="width: 390px; height: 300px; overflow-y: auto; overflow-x: hidden; margin-top: 80px; margin-left: 95px;">
  948.  
  949. <p><a href="#?w=460" rel="box3" class="poplight"><img src="https://36.media.tumblr.com/b8c186196a39c96948ea99df9ccd729c/tumblr_nqfi0iLvHr1u2jirlo1_250.png"></a>
  950. <a href="#?w=460" rel="box4" class="poplight"><img src="https://41.media.tumblr.com/f49cb3b6a41bd55b4804a1dd7097e05d/tumblr_nqfi0iLvHr1u2jirlo2_250.png"></a></p>
  951. </div>
  952.  
  953. </div></div></div></div></div></div></div></div></div></div>
  954.  
  955. <div id="box3" class="popup_block">
  956. <center> <img src="https://36.media.tumblr.com/86286eff3e78b14108096c8959297f4d/tumblr_npwe25JVqt1u2jirlo5_r1_400.png"/img></center>
  957. <div style="width: 390px; height: 300px; overflow-y: auto; overflow-x: hidden; margin-top: 80px; margin-left: 95px;">
  958.  
  959. <h1><strong>I. ( Basic Information. )&nbsp;</strong></h1>
  960. <blockquote>
  961. <p><strong>Full Name:</strong> Maryam Argyros</small></p>
  962. <p><strong>Nickname(s):</strong>&nbsp;Yam, Yams</small></p>
  963. <p><strong>Age:</strong>&nbsp;3500, physically 20</small></p>
  964. <p><strong>Date of Birth:</strong> March 3, 1498 B.C.</small></p>
  965. <p><strong>Hometown:</strong>&nbsp;Memphis, Egypt</small></p>
  966. <p><strong>Current Location: </strong>Santa Teresa, Rio de Janeiro, Brazil</small></p>
  967. <p><strong>Ethnicity:&nbsp;</strong><a href="http://en.wikipedia.org/wiki/Swahili_people">Swahili</a>-Persian&nbsp;</small></p>
  968. <p><strong>Nationality:</strong> Tanzanian-Iraqi</small></p>
  969. <p><strong>Gender:</strong> Cisgender Female</small></p>
  970. <p><strong>Pronouns:</strong> She/Her. ( Feminine Pronouns. ]</small></p>
  971. <p><strong>Orientation:</strong> Biromantic, Gray-Homosexual</small></p>
  972. <p><strong>Species:</strong>&nbsp;Chiropteran Blue Queen</small></p>
  973. <p><strong>Political Affiliation:</strong>&nbsp;Moderate</small></p>
  974. <p><strong>Occupation:</strong> Doctor employed at the Hospital Copa D'or, collaborative vampire huntress that collabroates with Red Shield on occasion</small></p>
  975. <p><strong>Living Arrangements:</strong> Resides in a large townhouse in Santa Teresa</small></p>
  976. <p><strong>Language(s) Spoken:</strong> Farsi. Nubian, Swahili, Arabic, Greek, Hebrew, Turkish, English, Japanese, Chinese, Spanish, Portugese</small></p>
  977. <p><strong>Voice:</strong>&nbsp;Sibel Kekilli ( ENG. ] ( <a href="https://www.youtube.com/watch?v=8f7ncYR3rl8" target="_blank">x.</a>&nbsp;]</small></p>
  978. <p><strong>Physical Appearance:</strong>&nbsp;She possesses a heart-shaped face, high cheekbones, and symmetrical, feminine features. Eyes are of dark sapphire that appear black with long lashes; her nose is small and slightly upturned with extremely full, plush lips. Skin of a burnished bronze with cool tones and her hair is thickly curly whilst her body is voluptuous and thick. Bearing a pear shape, thick thighs lack a thigh gap, buxom chest, toned yet soft abdomen, and shapely rear and toned limbs as well as being plus-sized. Typically, she wears<em> hijab</em> and conservative yet stylish clothing that is normally second-hand and purchased from thrift stores.</small></p>
  979. </blockquote>
  980. <h1><span style="color: #ffffff; font-family: inherit; font-size: 25px; font-weight: lighter; line-height: 36px; white-space: pre-wrap;"></span><strong>&nbsp;2. ( Physical. )</strong></h1>
  981. <blockquote>
  982. <p><strong>Hair Colour:</strong> Black&nbsp;<br /></small></p>
  983. <p><strong>Eye Colour:</strong> Dark sapphire but appears black</small></p>
  984. <p><strong>Height:</strong> 5'5"</small></p>
  985. <p><strong>Weight:</strong> 155 lbs</small></p>
  986. <p><strong>Build:</strong>&nbsp;<a href="https://www.musicnation.me/musicnation-uploads//2014/08/Music-Nation-Haifa-Wehbe-Bikini-2.jpg">Thick</a></small></p>
  987. <p><strong>Tattoos:</strong>&nbsp;Wrap-around dual tattoos that are word art of her daughters&rsquo; and granddaughters&rsquo; names</small></p>
  988. <p><strong>Piercings:</strong>&nbsp;Two piercings on each ear (one on the lobe and another on the cartilage]&nbsp;</small></p>
  989. <p><strong>Clothing Style:</strong> Conservative Muslim ( <a href="http://islamic-fashion-inayah.tumblr.com/">x</a> ]</small></p>
  990. <p><strong>Scent:</strong>&nbsp;Floral from soaps, shampoos, and perfumes</small></p>
  991. </blockquote>
  992. <h1><span style="color: #ffffff; font-family: inherit; font-size: 25px; font-weight: lighter; line-height: 36px; white-space: pre-wrap;"></span><strong>&nbsp;3. ( Health. )&nbsp;</strong></h1>
  993. <blockquote>
  994. <p><strong>Physical Ailments:</strong>&nbsp;None</small></p>
  995. <p><strong>Neurological Conditions:</strong>&nbsp;None, likely neurotypical or undiagnosed as of yet</small></p>
  996. <p><strong>Allergies:</strong> None</small></p>
  997. <p><strong>Addictions:</strong>&nbsp;None</small></p>
  998. <p><strong>Drug Use:</strong> None</small></p>
  999. <p><strong>Alcohol Use:</strong> None</small></p>
  1000. <p><strong>Personality:</strong>&nbsp;Outwardly, Maryam&rsquo;s personality can be best described as maternal, but it contains a certain inexplicably steely and icy reserve. Where she is predominantly very polite and feminine and kind in demeanor, there is an element of a queenly, matriarchal power about her. She carries herself highly and brims with an extreme sense of justice and righteous anger that can either simmer or be unleashed without reverse the moment she sees it. Once spending much of her life as a a prominent figure in militaries around the world and throughout time, she is used to wielding authority and being a charismatic martial figure used to militarizing and commanding troops, bearing a powerful and unreserved exterior when it suits her. Maryam is outspoken yet calculating, internally devising how to speak with people as she sees fit. Yet, she isn&rsquo;t without warmth and humor. To her cherished, she is self-sacrificing and warm, bestowing affection and favors wherever they might be needed. As a friend or lover, she can be warm and tender as well as being a hopeless romantic and protective person. Interpersonal interactions are often met with friendliness and diplomacy, but she is quick to become cold and defensive if it is sparked and her softness and gentleness evaporated.</small></p>
  1001. </blockquote>
  1002. <h1><span style="color: #ffffff; font-family: inherit; font-size: 25px; font-weight: lighter; line-height: 36px; white-space: pre-wrap;"></span><strong>&nbsp;4. ( Quirks and Aspirations. )&nbsp;</strong></h1>
  1003. <blockquote>
  1004. <p><strong>Goals:</strong> Predominantly she aspires most to be as good a mother and grandmother she can be; to fight and battle evil, injustice,&nbsp;</small></p>
  1005. <p><strong>Fears:</strong>&nbsp;The supernatural, losing herself to her monstrosity, harm and/or death befalling her family, becoming a monster, grievously sinning enough to be unable to return to her faith should it be too severe</small></p>
  1006. <p><strong>Hobbies:</strong>&nbsp;Baking, knitting, sewing, swordsmanship, dance (bellydancing, street, samba], singing (operatic or casual], reading, needlework, travel, personal study, studying the Qu'ran</small></p>
  1007. <p><strong>Habits:</strong>&nbsp;Playing with the fringes of her hijab or clothing</small></p>
  1008. </blockquote>
  1009. <h1><span style="color: #ffffff; font-family: inherit; font-size: 25px; font-weight: lighter; line-height: 36px; white-space: pre-wrap;"></span><strong>&nbsp;5. ( Favorites. )&nbsp;</strong></h1>
  1010. <blockquote>
  1011. <p><strong>Weather:</strong>&nbsp;Sunny and warm<br /></small></p>
  1012. <p><strong>Colour:</strong> Blue, white, blue pastels</small></p>
  1013. <p><strong>Music:</strong> Indie, traditional, classical</small></p>
  1014. <p><strong>Movies:</strong>&nbsp;Bollywood, old MGM era ones, 40&rsquo;s-50&rsquo;s- and early sixties-era ones, Old Hollywood</small></p>
  1015. <p><strong>Sport:</strong>&nbsp;Badmitton, volleyball, tennis, soccer, jareed</small></p>
  1016. <p><strong>Beverage:</strong>&nbsp;Turkish black coffee, light teas, fruit juices and smoothies</small></p>
  1017. <p><strong>Food:</strong>&nbsp;Mediterranean</small></p>
  1018. <p><strong>Animal:</strong>&nbsp;Bunny</small></p>
  1019. <p><strong>Flower:</strong>&nbsp;Tuberose</small></p>
  1020. <p><strong>Season:</strong>&nbsp;Summer<br /></small></p>
  1021. <p><strong>Scent:</strong>&nbsp;Lilac and honeysuckle</small></p>
  1022. </blockquote>
  1023. <h1><span style="color: #ffffff; font-family: inherit; font-size: 25px; font-weight: lighter; line-height: 36px; white-space: pre-wrap;"></span><strong>&nbsp;6. ( Relationships. )&nbsp;</strong></h1>
  1024. <blockquote>
  1025. <p><strong>Father:</strong>&nbsp;Badru, Red Chavelier</small></p>
  1026. <p><strong>Mother:</strong>&nbsp;Nasreen, Blue Queen&nbsp;</small></p>
  1027. <p><strong>Sibling(s):</strong>&nbsp;Aisha (deceased], Helena and Aellai (deceased]<br /></small></p>
  1028. <p><strong>Children:</strong>&nbsp;Alphonsa and Petra <a href="http://~" title="Daughters of a political union with Alucard (calisvol]">Dracula</a>, Saya Otonashi and Diva Goldsmith</small></p>
  1029. <p><strong>Pet(s):</strong>&nbsp;None</small></p>
  1030. <p><strong>Financial Status:</strong>&nbsp;Upper Middle Class, $150k annual income</small></p>
  1031. </blockquote>
  1032. <h1><span style="color: #ffffff; font-family: inherit; font-size: 25px; font-weight: lighter; line-height: 36px; white-space: pre-wrap;"></span><strong>7. ( Personality and Astrological. )</strong></h1>
  1033. <blockquote>
  1034. <p><strong>Zodiac Sign: </strong><a href="http://thepiscessign.com/all-about-pisces/">Pisces</a></small></p>
  1035. <p><strong>MBTI:&nbsp;</strong></small><strong>ENTJ,</strong>&nbsp;Frank, decisive, assume leadership readily. Quickly see illogical and inefficient procedures and policies, develop and implement comprehensive systems to solve organizational problems. Enjoy long-term planning and goal setting. Usually well informed, well read, enjoy expanding their knowledge and passing it on to others. Forceful in presenting their ideas.</p>
  1036. </blockquote>
  1037. <p><strong>Enneagram: </strong></small></p>
  1038. <ul>
  1039. <li><strong>Type 7, the Epicurean:&nbsp;</strong>As movers and forward thinkers, Sevens usually are optimistic and positive with an interest in many topics and activities. They avoid limits and prioritize fun in travel, adventure and intellectual pursuits. They can be critical, frustrated or bored when reality doesn&rsquo;t meet their idealized vision. Sevens find it challenging to focus in depth or to stay the course in work and relationships. Slowing down, being in the moment, and learning to tolerate their own and other people&rsquo;s suffering can bring needed balance.</li>
  1040. </ul>
  1041. <blockquote>
  1042. <p><strong>Temperament: Sanguine</strong>, </small>The sanguine temperament is traditionally associated with air. People with this temperament tend to be lively, sociable, carefree, talkative, and pleasure-seeking. They may be warm-hearted and optimistic. They can make new friends easily, be imaginative and artistic, and often have many ideas. They can be flighty and changeable; thus sanguine personalities may struggle with following tasks all the way through and be chronically late or forgetful.&nbsp;</span>Pedagogically, they can be best reached through awakening their love for a subject and admiration of people</span></p>
  1043. <p><strong>Moral Alignment: True Neutral</strong>,&nbsp;</small>A neutral character does what seems to be a good idea. She doesn&rsquo;t feel strongly one way or the other when it comes to good vs. evil or law vs. chaos. Most neutral characters exhibit a lack of conviction or bias rather than a commitment to neutrality. Such a character thinks of good as better than evil-after all, she would rather have good neighbors and rulers than evil ones. Still, she&rsquo;s not personally committed to upholding good in any abstract or universal way.&nbsp;</span>Some neutral characters, on the other hand, commit themselves philosophically to neutrality. They see good, evil, law, and chaos as prejudices and dangerous extremes. They advocate the middle way of neutrality as the best, most balanced road in the long run.&nbsp;</span>Neutral is the best alignment you can be because it means you act naturally, without prejudice or compulsion.&nbsp;</span>Neutral can be a dangerous alignment when it represents apathy, indifference, and a lack of conviction.</span></p>
  1044. <p><strong>Primary Vice:&nbsp;Wrath</strong> also known as &ldquo;rage&rdquo;, may be described as inordinate and uncontrolled feelings of hatred and anger. Wrath, in its purest form, presents with self-destructiveness, violence, and hate that may provoke feuds that can go on for centuries. Wrath may persist long after the person who did another a grievous wrong is dead. Feelings of anger can manifest in different ways, including impatience, revenge, and self-destructive behavior, such as drug abuse or suicide.</small></p>
  1045. <p><strong>Primary Virtue: Temperance</strong>, restraint, temperance, justice. Constant mindfulness of others and one&rsquo;s surroundings; practicing self-control, abstention, moderation and deferred gratification. Prudence to judge between actions with regard to appropriate actions at a given time. Proper moderation between self-interest, versus public-interest, and against the rights and needs of others.</small></p>
  1046. <p><strong>Element: Water,&nbsp;</strong></small>Water people are emotional, intuitive, deeply creative, empathetic, spiritual and psychic. Water allows people to emotionally connect with others. And yet, water people are so sensitive that they often have a hard time unplugging from life&rsquo;s chaos. Consequently, many water people suffer from addiction as they grapple for distraction from life&rsquo;s pain. Thus, water people tend to be secretive and private.</span></p>
  1047. </blockquote>
  1048. </div>
  1049.  
  1050. </div></div></div></div></div></div></div></div></div></div>
  1051.  
  1052. <div id="box4" class="popup_block">
  1053. <center> <img src="https://40.media.tumblr.com/4b4356010229e78dcbe723d7be29db0b/tumblr_npwe25JVqt1u2jirlo4_r1_400.png"/img></center>
  1054. <div style="width: 390px; height: 300px; overflow-y: auto; overflow-x: hidden; margin-top: 80px; margin-left: 95px;">
  1055.  
  1056. <p>(Currently under construction; please refer to <strong>Timeline</strong> tag to supplement it until it is finished.]
  1057. </div>
  1058.  
  1059. </div></div></div></div></div></div></div></div></div></div>
  1060.  
  1061. <div id="box5" class="popup_block">
  1062. <center> <img src="https://40.media.tumblr.com/000fdb57cae26361cf201f1b1cc70bc2/tumblr_npwe25JVqt1u2jirlo3_400.png"/img></center>
  1063. <div style="width: 390px; height: 300px; overflow-y: auto; overflow-x: hidden; margin-top: 80px; margin-left: 95px;">
  1064.  
  1065. <p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<strong><u>Crossover Verses</u></strong></p>
  1066. <blockquote>
  1067. <p><strong>Verse</strong>: <a href="http://chodesh.tumblr.com/tagged/(-v-:-by-the-chant-of-light-]">By the Chant of Light</a></p>
  1068. <p><em>(Dragon Age: Inquisition AU]</em></p>
  1069. </blockquote>
  1070. <p>In the Empire of Orlais, Maryam de Argyros was a daughter of the Duke Mirrikh de Argyros, sharing the same mother as his two primary daughters, but adopting her in due to her father's defection to Tevinter. Maryam lived a highly privilged life, oft being a fairly fetching player in the Grand Game and knowing how to play it well. She was trained to be a highly skilled warrior with an aptitude for magic, but nothing of the like of a true-blooded mage. Her magic was best suited for healing, and therefore it was something of a sub-class to her warrior prowess. However, Maryam was also an extremely religious woman, a faithful adherent of Andraste. This is why, when she came of age, while still maintaining her high nobility she joined the Chantry. It was hard at first, but she rose from a Sister and by the time she was 25, became a Mother. But instead of remaining in Orlais, when she heard of the turmoil in the south, she made a sojourn to Haven and joined the Inquisition and evntually moved on to Skyhold. There, she'd often join as a companion on quests, and is something she still does alongside her religious duties.</p>
  1071. <blockquote><strong>Tidbits</strong>:</blockquote>
  1072. <ul>
  1073. <li>Maryam actually doesn't have extreme ill-will against the Imperial Chantry and would meet with one on equal grounds were she to meet one.</li>
  1074. <li>Maryam tends towards duel-wielding swords, holding one in a reverse grip and the other normally. She's also quite swift and tends towards the role of a tank when in an organized party. Her class is closely considered to be a Knight-Enchanter.</li>
  1075. </ul>
  1076. <blockquote>
  1077. <p><strong>Verse</strong>: <a href="http://chodesh.tumblr.com/tagged/(-v-:-nothing-is-true-%5D">Nothing is True</a></p>
  1078. <p><em>(Assassin&rsquo;s Creed AU]</em></p>
  1079. </blockquote>
  1080. <p>Born into a poor family, Maria Williams never thought she would truly ever amount to much of anything. Struggling to get accepted into CUNY for even their nursing school, finding herself employed numerous times due to high turnover rates, it was ordinary and relatively unhappy for her and her family. A single mother of twins, not to mention, it made life even more difficult. However, when Abstergo opened a major corporate branch in NYC, through a careful evaluation program was it discovered that she was wanted for the Animus program. It was discovered that she possessed an Assassin ancestor known as Maryam Argyros, a Tanzanian-Persian Assassin who was a novice in the Turkish order in Constantinople. She served diligently, hoping one day to be of renown enough to one day become a Mentor.&nbsp;</p>
  1081. <blockquote>
  1082. <p><strong>Verse</strong>: <a href="http://chodesh.tumblr.com/tagged/(v-:-voice-of-the-people-%5D">Voice of the People</a></p>
  1083. <p><em>(BioShock Infinite AU]</em></p>
  1084. </blockquote>
  1085. <p>In the year 1905, Maryam Argyros, a fifteen year old immigrant, came to America from Greece on Ellis Island to pursue a new life with her family. Originally intending to mete out a new life for themselves in New York City, Maryam taking up work as a wet nurse and nanny for a wealthy family, the Hughes. In 1910, word reached of the city of Columbia, and Mr. and Mrs. Hughes couldn&rsquo;t be more ecstatic. Maryam, naturally, would join them in their emigration. By 1912, they had finally bought and purchased a home for their family of four and their nanny, living a quiet and gracious life, same as the rest of Columbia&rsquo;s denizens. However, disquiet arose, and a violent uprising began with the coming of the False Prophet. With Maryam&rsquo;s life flipped on its head, she turns to the Vox Poppuli, the only ones who have captured the loyalty of this former nanny.</p>
  1086. <blockquote>
  1087. <p><strong>Verse</strong>: <a href="http://chodesh.tumblr.com/tagged/(v-:-north-atlantic-project-%5D">North Atlantic Project</a></p>
  1088. <p><em>(BioShock 1 &amp; 2 AU]</em></p>
  1089. </blockquote>
  1090. <p>In 1941, a young Maryam, with her father Badru, were living in Italian occupied Ethiopia. By the rare graces of her affluent Persian uncle, the 12 year old girl was able to escape the harsh conditions of her home and seek asylum in Greece. For seven years, she lived there, until they finally immigrated to America that had been spared in comparison to war-torn Europe. During this and the time leading up to her coming to Rapture, she became an aspiring nurse despite what would otherwise result in a low social strata. Aside from her work as a privately contracted nurse, she learned to mingle with the social elite by her employers&rsquo; best in order to help them network. By 1957, she had made something of herself, until the New Year&rsquo;s Riots of 1958 broke up and viciously divided the city. Yet, Maryam would not escape with her sanity intact: becoming addicted to ADAM, she would become a Splicer, one of many and with it, her demise would come soon after, dying in 1962 at the hands of another Splicer.</p>
  1091. <blockquote>
  1092. <p><strong>Verse</strong>:&nbsp;<a href="http://chodesh.tumblr.com/tagged/(v-:-borne-of-blood-%5D">Borne of Blood</a></p>
  1093. <p><em>(Bloodborne AU]</em></p>
  1094. </blockquote>
  1095. <p>Coming into Yharnam, Maryam Argyros, a highly trained nurse, had one intention: to aid the people and to provide a hospital when all else seemed lost in the plagued city. She had originally been slated to work alongside Doctor Iosefka and to bring in a sort of monetary foothold to fund the woman&rsquo;s research as well as assist in the contracting of new hunters. Trained and highly competent as a nurse, at first all seemed well until the night the woman became something other than human, an impostor taking her stead. Fearing for her life, Maryam fled the clinic and found refuge in the Abandoned Workshop that she steadily began to restore and live off from. When she tentatively returned to the clinic, she found it abandoned and the impostor dead. From there, the twenty year old woman took back the clinic and began restoring it, providing a neutral hospice for the injured and plagued of Yharnam, taking all in regardless of affiliation. Trained in the martial arts of hunting, she only fights when necessary and to keep the beasts at bay from the hospital&rsquo;s perimeter, a fierce and tempestuous woman hellbent on remaining neutral when all else is divided and lost to chaos.</p>
  1096. <blockquote>
  1097. <p><strong>Tidbits</strong>:</p>
  1098. </blockquote>
  1099. <ul>
  1100. <li>Maryam will often make house calls, as for the sake of mobility, will often dress as a hunter. She&rsquo;s far less likely to be stopped, especially during hunts.</li>
  1101. <li>She is extremely religious, and will often side with the Healing Church in matters of disputes. Currently, she is one of it&rsquo;s few faithful.</li>
  1102. <li>In this verse, she wields dual Turkish kilij, the hand cannon, and <a href="http://i.imgur.com/nvLPo1N.png">she wears an outfit that looks like this</a> when taking to the streets.</li>
  1103. </ul>
  1104. <blockquote>
  1105. <p><strong>Verse</strong>: <a href="http://chodesh.tumblr.com/tagged/(-v-:-out-of-many-;-one-%5D">Out of Many, One</a></p>
  1106. <p><em>(Harry Potter AU]</em></p>
  1107. </blockquote>
  1108. <p>In her earliest days, Maryam Argyros lived a fairly ordinary, rarely upset life. Born in Memphis, Egypt, she was sent to Uagadou School of Magic at eleven years of age and was known for being a very bright, extremely promising student, and these ambitions carried her very far. At the age of seventeen, in 1989, while she didn't graduate top of her class, she had extremely high marks and even won the Wizarding Schools Potions Championship in her seventh and final year. While in London, and at Hogwarts during the competition, she came to hear of Kingsley Shacklebolt, then a renowned Auror who became a personal hero to her. At twenty years of age she committed herself to moving ot London, and at twenty-one she begun training to become an Auror and did so at 24, becoming a proficient Auror with specialty in potions brewing and herbology. For the next several years, she would prove to be a fairly valued asset on the field with a specialty for apprehending Death Eaters. Following the Second Wizarding War, she would retire and move to Brazil where she would become the Potions professor at the Wizarding school located there.</p>
  1109. <blockquote><strong>Tidbits</strong>:</blockquote>
  1110. <ul>
  1111. <li>Maryam will often go by the alias Maria Williams when sent on missions, changing her accent to an American one, as her most frequent and lowest level of going incognito.</li>
  1112. <li>While still Muslim, she is a bit less observant than in her mainverse.</li>
  1113. <li>Maryam's wand is fifteen inches and crafted from Cedar, from a Cedar of Lebanon--a Cedar of God, a type of tree renonwned in the Bible. It has a unicorn hair core.</li>
  1114. </ul>
  1115. <blockquote>
  1116. <p><strong>Verse</strong>: <a href="http://chodesh.tumblr.com/tagged/(-v-:-one-woman-army-%5D">One Woman Army</a></p>
  1117. <p><em>(Marvel/DC AU]</em></p>
  1118. </blockquote>
  1119. <p>At 24 years of age, Maryam Williams did not have the most idyllic of childhoods. Growing up in the rough and tumble of Harlem in New York City, she had a more intimate understanding of injustice than most. Her parents, Nasreen and Jonathan, worked hard and were loving to their two daughters, Aisha and Maryam, Maryam being the younger of the two. Living at just above the poverty line, they did what they could to eke out a living, living day by day. However, when she and her sister were 16 and 17, Aisha got kidnapped by sex traffickers and was prostituted, which triggered Maryam to tirelessly hunt for her sister. This was the clumsy beginning to her vigilantism, and when her sister was lost in the end, Maryam decided to take up a mantle as a vigilantist. Claiming the title of the Red Queen, she strives to keep Harlem safe from criminals, occasionally venturing to other places in order to do so.&nbsp;</p>
  1120. <blockquote>
  1121. <p><strong>Tidbits</strong>:</p>
  1122. </blockquote>
  1123. <ul>
  1124. <li>Maryam is currently a grad student at CUNY and is studying to acquire her Doctorate.</li>
  1125. </ul>
  1126. <blockquote>
  1127. <p><strong>Verse</strong>: <a href="http://chodesh.tumblr.com/tagged/(-v-:-my-ninja-way-%5D">My Ninja Way</a></p>
  1128. <p><em>(Naruto AU]</em></p>
  1129. </blockquote>
  1130. <p> Maya Hōki is the daughter of a Kumogakure man and a Sumagakure mother, Maya believed to be distantly related to the line of Raikage, which seems hereditary in many lights, but this is believed to be speculative at best. Regardless, Maya spent all her life in Sumagakure, and at an early age she displayed attributes of being a gifted shinobi. With her forete being as a medical-nin, after she graduated from the Ninja Academy with her peers, she began training as a medical-nin. During the Fourth Shinobi World War against the Akatsuki, Maya particupated in many missions as an on-field medical-nin, doing this unto Gaara's kidnapping that remanded her to Sunagakure due to pressing crises with Madara's return and the ensuing conflict. However, after the victory and the years following, with a new era of peace Maya proceeded to ascend in rank and take in young ninja to train them, traveling often between Konoha and Sungakure and even other villages beyond that.</p>
  1131. <blockquote><strong>Tidbits</strong>:</blockquote>
  1132. <ul>
  1133. <li>Maya is a Chunin level shinobi, but during the years before Gaiden, she ascends to a Jonin rank.</li>
  1134. <li>In part 1, she is 17-18 while in part 2 she's 21-22.</li>
  1135. <li>Her fortes are Kenjutsu and Taijutsu, wielding a nagamaki and ko-wakizashi, allied with her skills as a medical-nin. Her Nature Releases are Wind and Lightning and she can perform fairly competant levels of ninjutsu, increasing in ability by the time she becomes a Jonin.</li>
  1136. </ul>
  1137. <blockquote>
  1138. <p><strong>Verse</strong>: <a href="http://chodesh.tumblr.com/tagged/(-v-:-from-the-blood-comes-the-life-%5D">From the Blood Comes the Life</a></p>
  1139. <p><em>(Hellsing AU]</em></p>
  1140. </blockquote>
  1141. <p>The year is 1944 and Maryam Argyros, a field nurse whom was in service to the Tuskagee Airmen for the Americans, was taken prisoner by German Nazi's as a PoW. Originally, her likely fate would've been simple death due to her religion and race. However, when she was lined in a firing squad along the others, she didn't die; she regenerated instantly. Instantly piqued, she was taken back and Millennium was contacted. From there, it was torture and hell. From there, it was discovered she was a previously unknown race of vampire: alive, with a heartbeat, able to pass as perfectly human except for these vampiric anomolies. Maryam was expunged from the face of history. She was the subject of experiments for decades before her means of producing her species, of which lower would conceive grotesque, goblin-like Chiropterans: enormous and strong, but perfect for manipulating and possibly combining with their artificial vampires. Codenamed The Mother, she was used for decades until Maryam escaped in 1995, becoming a fugitive on the run from her tormentors. </p>
  1142. <p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<u>Timeline</u></strong></p>
  1143. <blockquote>
  1144. <p><strong>Timeline</strong>:&nbsp;<a href="http://~">Main</a></p>
  1145. <p><em>(Main verse; untagged]</em></p>
  1146. </blockquote>
  1147. <p>Spanning from her birth until the modern day, Maryam&rsquo;s journeys across the world in search of her family take her across continents and the centuries. Searching for the one she believes is her sister, Helena, Maryam passionately goes to wherever she thinks the woman might be. By modern day, however, she&rsquo;s took up residence in New York City, in Harlem, working as a waitress at Sylvia&rsquo;s. There, at Brooklyn University, she was a grad student studying to become a Doctor and earned her Ph.D. However, she recently graduated and moved to Rio de Janeiro in Brazil, working at Hospital Copa D'or and living in a beautiful townhouse in Santa Teresa.</p>
  1148. <blockquote>
  1149. <p><strong>Timeline:</strong>:&nbsp;<a href="http://chodesh.tumblr.com/tagged/( t : a great and terrible war ]">WWII</a></p>
  1150. <p><em>(WWII Era]</em></p>
  1151. </blockquote>
  1152. <p>Maryam during the Second World War, in which she's a field nurse who serves during the duration of the war, whether in the Asian or European Theaters.</p>
  1153. <blockquote>
  1154. <p><strong>Timeline:</strong>:&nbsp;<a href="http://chodesh.tumblr.com/tagged/( t : a frigid war ]">The Cold War</a></p>
  1155. <p><em>(Cold War Era]</em></p>
  1156. </blockquote>
  1157. <p>TBA</p>
  1158. <p><strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <u>Closed Verses</u></strong></p>
  1159. <blockquote>
  1160. <p><strong>Verse</strong>:&nbsp;<a href="http://chodesh.tumblr.com/tagged/(-v-:-of-iron-moons-%5D">Of Iron Moons</a></p>
  1161. <p><em>(Closed verse with&nbsp;<a href="http://jehennam.tumblr.com/">Ifritah</a>, <a href="http://vigoare.tumblr.com/">Vali</a>, <a href="http://flaminnis.tumblr.com/">Brighid</a>, <a href="http://flowergeneral.tumblr.com/">Guan Yin</a>, and <a href="http://cifer.void.st/">Ulquiorra</a></em>.]</p>
  1162. </blockquote>
  1163. <p>Tn the beginning, only Tráth and Spás existed, the two true beings of the universe. in their union, the beings joined together, and Tráth conceived the energy that would form the vast, endless universe; and shape Spás. Fórsa was his name, and he was energy, fire and creation incarnate. He filled the universe with heat, with stars and planets and moons and comets and soon, galaxies. Yet within all creation, there was duality…from Fórsa, Scrios was born into the universe. Scrios sought to destroy and consume all that Fórsa created, and to conquer Tráth and Spás for his own. Fórsa and Scrios battled for dominance across the universe, and the heavens and the depths shuttered at their war. Seeing that they could not win this battle alone, they created consorts of their own; demons and spirits, angels and devils – to fight their wars for them. And from the conception of these creatures, came Brí, the consort of life, whom bore these creatures. And Bás, the consort of death, who brought the creatures into slumber when they had fought and bled and finally fell… Thus, the universe was alive. merciless, unpredictable, but very much alive. In the world of Vesuvuis, ruled by the Empress Ifritah, Maryam is a young Ramid woman whom is a devour Warrior-Priestess of the god Fórsa. Extremely devout and faithful, she travels across the world spreading word, seeking to convert people to her faith.</p>
  1164. <blockquote>
  1165. <p><strong>Verse</strong>:&nbsp;<a href="http://chodesh.tumblr.com/tagged/(-v-:-we-drew-steel-wool-over-our-eyes-%5D">We Drew Steel Wool Over Our Eyes</a></p>
  1166. <p><em>(Open Dragon Age: Inquisition endgame verse with&nbsp;<a href="http://vigoare.tumblr.com/">Vali</a> and <a href="http://oholyvile.tumblr.com/">Aurelio</a>.]</p>
  1167. </blockquote>
  1168. <p>Two years after the main event of Inquisition, Maryam de Argyros is now 27 and has ascended from being a Mother to a Reverend Mother within the Chantry and still is very much loyal to the Inquisition. During the summons of the Exalted Council, a conspiracy unravels where a war with the Qun is made apaprent, the nations being in a state of growing agitation towards war, and a friend to many seen to be unlike who he said he was. And while the Inquisition remains on its flagship course, Maryam travels in secret to Tevinter on a personal diplomatic mission for the Chantry to persuade the Imperial Chantry to make moves towards peace rather than war. However, the Andrastian finds herself tangled in a web more unprecedented than she thought and the outcome becomes drastically removed from the peacekeeping mission she'd endeavored towards originally.</p>
  1169. <blockquote><p><strong>Verse</strong>: <a href="http;//chodesh.tumblr.com/tagged/(-v-:-undone-by-the-blood-%5D">Undone by the Blood</a></p>
  1170. <p><em>(Open endgame Bloodborne verse with <a href="http://discipleoflogarius.tumblr.com/">Alfred</a> and <a href="http://bloodarsenic.tumblr.com/">Judas</a>,]</em></p>
  1171. </blockquote>
  1172. <p>What begins as something righteous devolves into the wicked, the craven. Seeking answers from the Vilehoods at Cainhurst Castle, it becomes something wicked, something deadly. Eventually, Maryam will become the new Queen of the Vilebloods, Alfred in the place of Logarius, and Judas as the Bloody Crow of Cainhurst.</p>
  1173. <blockquote>
  1174. <p><strong>Verse</strong>:&nbsp;<a href="http://chodesh.tumblr.com/tagged/(-v-:-see-me-bare-my-teeth-for-you-%5D">See Me Bare My Teeth For You</a></p>
  1175. <p><em>(Closed verse with&nbsp;<a href="http://corvidmater.tumblr.com/">Noctis</a>, <a href="http://moraldysplasia.tumblr.com/">Jude</a></em>.]</p>
  1176. </blockquote>
  1177. <p>An open verse throughout Maryam's mainverse which is very much the same except where she has Chevalier instead of without.</p>
  1178. <blockquote>
  1179. <p><strong>Verse</strong>: <a href="http://chodesh.tumblr.com/tagged/(-v-:-water-margin-%5D">Water Margin</a>&nbsp;</p>
  1180. <p><em>(Closed verse with <a href="http://lxhng.tumblr.com/">Quon</a>.]</em></p>
  1181. </blockquote>
  1182. <p>In an epic narrative in the untamed and vast lands of a warring China, divided into kingdoms and fledgling empires, Maryam Argyros is an esteemed guard and foreign adviser to Constantine XI Paleologos, brother of the current Basileus of Byzantium. Seeking to establish trade with their nations, they encounter Quon, a man who might prove ally or foe in a tale unprecedented by any of them.</p>
  1183. </div>
  1184.  
  1185. </div></div></div></div></div></div></div></div></div></div>
  1186.  
  1187. <div id="box6" class="popup_block">
  1188. <center> <img src="https://41.media.tumblr.com/b6a33aaecd73d23329997e7214ba8eaa/tumblr_inline_nqtrpfWkx21son3k5_540.png"/img></center>
  1189. <div style="width: 390px; height: 300px; overflow-y: auto; overflow-x: hidden; margin-top: 80px; margin-left: 95px;">
  1190.  
  1191. <p><img src="https://40.media.tumblr.com/1166e681c0e95aa89760843b121f8c52/tumblr_nqtwa5j6Io1sk7c68o1_400.png"></p>
  1192. <table align="left" style="margin: 10px auto 15px auto;" width="200px">
  1193. <tbody>
  1194. <tr>
  1195. <td width="50%"><strong>Name</strong>: <a href="http://womankiiing.tumblr.com/">Alphonsa Argyros</a>&nbsp;<br /><strong>Relation</strong>: Daughter</td>
  1196. </tr>
  1197. </tbody>
  1198. </table>
  1199. <table align="right" style="margin: 10px auto 15px auto;" width="200px">
  1200. <tbody>
  1201. <tr>
  1202. <td width="50%"><strong>Name</strong>: <a href="http://discordisms.tumblr.com/">Petra Argyros</a><br /><strong>Relation</strong>: Daughter</td>
  1203. </tr>
  1204. </tbody>
  1205. </table>
  1206. <table align="left" style="margin: 10px auto 15px auto;" width="200px">
  1207. <tbody>
  1208. <tr>
  1209. <td width="50%"><strong>Name</strong>: <a href="http://malitiosa.tumblr.com/">Diva Goldsmith</a>&nbsp;<br /><strong>Relation</strong>: Daughter</td>
  1210. </tr>
  1211. </tbody>
  1212. </table>
  1213. <table align="right" style="margin: 10px auto 15px auto;" width="200px">
  1214. <tbody>
  1215. <tr>
  1216. <td width="50%"><strong>Name</strong>: <a href="http://rxdshield.tumblr.com/">Saya Otonashi</a><br /><strong>Relation</strong>: Daughter</td>
  1217. </tr>
  1218. </tbody>
  1219. </table>
  1220. <table align="right" style="margin: 10px auto 15px auto;" width="200px">
  1221. <tbody>
  1222. <tr>
  1223. <td width="50%"><strong>Name</strong>: <a href="http://serrated-amalgamation.tumblr.com/">Hibiki and Kanade</a>&nbsp;<br /><strong>Relation</strong>: Granddaughters</td>
  1224. </tr>
  1225. </tbody>
  1226. </table>
  1227. <table align="left" style="margin: 10px auto 15px auto;" width="200px">
  1228. <tbody>
  1229. <tr>
  1230. <td width="50%"><strong>Name</strong>: <a href="http://maenadist.tumblr.com/">Larxene</a>&nbsp;<br /><strong>Relation</strong>: Romantic interest</td>
  1231. </tr>
  1232. </tbody>
  1233. </table>
  1234. <table align="right" style="margin: 10px auto 15px auto;" width="200px">
  1235. <tbody>
  1236. <tr>
  1237. <td width="50%"><strong>Name</strong>: <a href="http://pxignard.tumblr.com/">Tsukiyama Shuu</a>&nbsp;<br /><strong>Relation</strong>: N/A</td>
  1238. </tr>
  1239. </tbody>
  1240. </table>
  1241. <table align="left" style="margin: 10px auto 15px auto;" width="200px">
  1242. <tbody>
  1243. <tr>
  1244. <td width="50%"><strong>Name</strong>: <a href="http://brideofsparda.tumblr.com/">Eva</a>&nbsp;<br /><strong>Relation</strong>: Girlfriend</td>
  1245. </tr>
  1246. </tbody>
  1247. </table>
  1248. <table align="right" style="margin: 10px auto 15px auto;" width="200px">
  1249. <tbody>
  1250. <tr>
  1251. <td width="50%"><strong>Name</strong>: <a href="http://masochisticsadist.tumblr.com/">Kohana</a>&nbsp;<br /><strong>Relation</strong>: Girlfriend</td>
  1252. </tr>
  1253. </tbody>
  1254. </table>
  1255. <table align="left" style="margin: 10px auto 15px auto;" width="200px">
  1256. <tbody>
  1257. <tr>
  1258. <td width="50%"><strong>Name</strong>: <a href="http://soul.devoid.gr/">Onyx</a>&nbsp;<br /><strong>Relation</strong>: Girlfriend</td>
  1259. </tr>
  1260. </tbody>
  1261. </table>
  1262. <table align="right" style="margin: 10px auto 15px auto;" width="200px">
  1263. <tbody>
  1264. <tr>
  1265. <td width="50%"><strong>Name</strong>: <a href="http://i-llepidam.tumblr.com/">Natalia</a>&nbsp;<br /><strong>Relation</strong>: Girlfriend</td>
  1266. </tr>
  1267. </tbody>
  1268. </table>
  1269. <table align="right" style="margin: 10px auto 15px auto;" width="200px">
  1270. <tbody>
  1271. <tr>
  1272. <td width="50%"><strong>Name</strong>: <a href="http://cxmbatsecretary.tumblr.com/">Crisis</a><br /><strong>Relation</strong>: Like a daughter</td>
  1273. </tr>
  1274. </tbody>
  1275. </table>
  1276. <table align="right" style="margin: 10px auto 15px auto;" width="200px">
  1277. <tbody>
  1278. <tr>
  1279. <td width="50%"><strong>Name</strong>: <a href="http://shoujoubrave.tumblr.com/">Riku</a><br /><strong>Relation</strong>: Friend</td>
  1280. </tr>
  1281. </tbody>
  1282. </table>
  1283. <table align="left" style="margin: 10px auto 15px auto;" width="200px">
  1284. <tbody>
  1285. <tr>
  1286. <td width="50%"><strong>Name</strong>: <a href="http://eimaorev.tumblr.com/">Noctis</a><br /><strong>Relation</strong>: Chevalier</td>
  1287. </tr>
  1288. </tbody>
  1289. </table>
  1290. <table align="right" style="margin: 10px auto 15px auto;" width="200px">
  1291. <tbody>
  1292. <tr>
  1293. <td width="50%"><strong>Name</strong>: <a href="http://cetxa.tumblr.com/">Aerith</a><br /><strong>Relation</strong>: Close friend</td>
  1294. </tr>
  1295. </tbody>
  1296. </table>
  1297. <table align="left" style="margin: 10px auto 15px auto;" width="200px">
  1298. <tbody>
  1299. <tr>
  1300. <td width="50%"><strong>Name</strong>: <a href="http://langxid.tumblr.com/">Afro Samurai</a><br /><strong>Relation</strong>: TBA</td>
  1301. </tr>
  1302. </tbody>
  1303. </table>
  1304. <table align="right" style="margin: 10px auto 15px auto;" width="200px">
  1305. <tbody>
  1306. <tr>
  1307. <td width="50%"><strong>Name</strong>: <a href="http://rossothecrimson.co.vu/">Rosso the Crimson</a><br /><strong>Relation</strong>: TBA</td>
  1308. </tr>
  1309. </tbody>
  1310. <table align="leftt" style="margin: 10px auto 15px auto;" width="200px">
  1311. <tbody>
  1312. <tr>
  1313. <td width="50%"><strong>Name</strong>: <a href="http://hisfledgling.tumblr.com/">Claire</a><br /><strong>Relation</strong>: TBA</td>
  1314. </tr>
  1315. </tbody>
  1316. </table>
  1317. <p><p><img src="https://41.media.tumblr.com/53b3d83e62c0a0f77018ad5a0e56fb36/tumblr_nqtwa5j6Io1sk7c68o2_400.png"></p></p>
  1318. <table align="left" style="margin: 10px auto 15px auto;" width="200px">
  1319. <tbody>
  1320. <tr>
  1321. <td width="50%"><strong>Name</strong>: <a href="http://hunter-of-hunters.tumblr.com/">Eileen the Crow</a>&nbsp;<br /><strong>Relation</strong>: Romantic Interest</td>
  1322. </tr>
  1323. </tbody>
  1324. </table>
  1325. <table align="right" style="margin: 10px auto 15px auto;" width="200px">
  1326. <tbody>
  1327. <tr>
  1328. <td width="50%"><strong>Name</strong>: <a href="http://voluntes-cor.tumblr.com/">Hayes</a><br /><strong>Relation</strong>: Best friend</td>
  1329. </tr>
  1330. </tbody>
  1331. </table>
  1332. <table align="left" style="margin: 10px auto 15px auto;" width="200px">
  1333. <tbody>
  1334. <tr>
  1335. <td width="50%"><strong>Name</strong>: <a href="http://illamentatus.tumblr.com/">Vicar Amelia</a>&nbsp;<br /><strong>Relation</strong>: Superior & guide</td>
  1336. </tr>
  1337. </tbody>
  1338. </table>
  1339. <table align="right" style="margin: 10px auto 15px auto;" width="200px">
  1340. <tbody>
  1341. <tr>
  1342. <td width="50%"><strong>Name</strong>: <a href="http://noblescorn.tumblr.com/">Clarice</a><br /><strong>Relation</strong>: Frenemy</td>
  1343. </tr>
  1344. </tbody>
  1345. </table>
  1346. <table align="left" style="margin: 10px auto 15px auto;" width="200px">
  1347. <tbody>
  1348. <tr>
  1349. <td width="50%"><strong>Name</strong>: <a href="http://bloodarsenic.tumblr.com/">Judas</a>&nbsp;<br /><strong>Relation</strong>: TBA</td>
  1350. </tr>
  1351. </tbody>
  1352. </table>
  1353. <table align="right" style="margin: 10px auto 15px auto;" width="200px">
  1354. <tbody>
  1355. <tr>
  1356. <td width="50%"><strong>Name</strong>: <a href="http://bloodtreatments.tumblr.com/">Doctor Iosefka</a><br /><strong>Relation</strong>: Superior and co-worker</td>
  1357. </tr>
  1358. </tbody>
  1359. </table>
  1360. <table align="right" style="margin: 10px auto 15px auto;" width="200px">
  1361. <tbody>
  1362. <tr>
  1363. <td width="50%"><strong>Name</strong>: <a href="http://khozmos.tumblr.com/">Queen Yharnam</a><br /><strong>Relation</strong>: Ally</td>
  1364. </tr>
  1365. </tbody>
  1366. </table>
  1367.  
  1368. </div></div></div></div></div></div></div></div></div></div>
  1369.  
  1370. <div id="TES" class="popup_block">
  1371. <center> <img src="https://40.media.tumblr.com/64efdcf9a30a37216f1961f05e999787/tumblr_npwe25JVqt1u2jirlo7_r1_400.png"/img></center>
  1372. <div style="width: 390px; height: 300px; overflow-y: auto; overflow-x: hidden; margin-top: 80px; margin-left: 95px;">
  1373.  
  1374. <table><td>
  1375.  
  1376. <div id="titless">She is of the moon</a></div>
  1377.  
  1378. <div class="links2">
  1379.  
  1380. <a href="http://chodesh.tumblr.com/info">information</a>
  1381. <a href="http://chodesh.tumblr.com/tagged/( timeline . ]">timeline</a>
  1382. <a href="http://chodesh.tumblr.com/tagged/( people . ]">important people</a>
  1383. <a href="http://chodesh.tumblr.com/tagged/( canon . ]">headcanons</a>
  1384. <a href="http://chodesh.tumblr.com/tagged/( au canon . ]">au headcanons</a>
  1385. <a href="http://chodesh.tumblr.com/tagged/( 30 days . ]">30 days of character development</a>
  1386.  
  1387. </div> </td><td> <div id="titless">shadow puppetry</a></div>
  1388.  
  1389. <div class="links2">
  1390.  
  1391. <a href="http://chodesh.tumblr.com/tagged/( ooc . ]">ooc</a>
  1392. <a href="http://chodesh.tumblr.com/tagged/( psa . ]">psa's</a>
  1393. <a href="http://chodesh.tumblr.com/tagged/( open . ]">opens's</a>
  1394. <a href="http://chodesh.tumblr.com/tagged/(-my-art-.-]">my art</a>
  1395.  
  1396. </div>
  1397. </td>
  1398. <tr>
  1399. <td>
  1400. <div id="titless">blue roses</a></div>
  1401.  
  1402. <div class="links2">
  1403.  
  1404. <a href="http://chodesh.tumblr.com/tagged/( the blue queen . ]">The Blue Queen</a>
  1405. <a href="http://chodesh.tumblr.com/tagged/( sweet little things . ]">the adorations</a>
  1406. <a href="http://chodesh.tumblr.com/tagged/( melodies . ]">Melodies</a>
  1407. <a href="http://chodesh.tumblr.com/tagged/( the art of the cloth . ]">Fashion</a>
  1408. <a href="http://chodesh.tumblr.com/tagged/( dressings and trappings . ]">accessories</a>
  1409. <a href="http://chodesh.tumblr.com/tagged/( pearls of wisdom . ]">Musings</a>
  1410. <a href="http://chodesh.tumblr.com/tagged/( home is where the heart is . ]">home & heart</a>
  1411. <a href="http://chodesh.tumblr.com/tagged/( faraway places . ]">Destinations</a>
  1412.  
  1413. </div></td>
  1414. <td>
  1415. <div id="titless">bonds</a></div>
  1416.  
  1417. <div class="links2">
  1418.  
  1419. <a href="http://chodesh.tumblr.com/tagged/( re : the family the tears itself apart ]">chiropteran queens</a>
  1420. <a href="http://chodesh.tumblr.com/tagged/%28-re-%3A-the-homoies-.-%5D">hayes | maryam</a>
  1421. <a href="http://chodesh.tumblr.com/tagged/( re : more dysfunctional than family ]">maryam | noctis & jude & hikaru</a>
  1422. <a href="http://chodesh.tumblr.com/tagged/( re : a special friend ]">maryam | riku</a>
  1423. <a href="http://chodesh.tumblr.com/tagged/( otp : a queen and her knight ]">eileen/maryam</a>
  1424. <a href="http://chodesh.tumblr.com/tagged/( otp : remember your mortality ]">larxene/maryam</a>
  1425. <a href="http://chodesh.tumblr.com/tagged/( otp : playing with fire ]">tsukiyama/maryam</a>
  1426. <a href="http://chodesh.tumblr.com/tagged/( otp : come and play with the smoke ]">eva/maryam</a>
  1427. <a href="http://chodesh.tumblr.com/tagged/( otp : and we all fall down ]">kohana/onyx/natalie/maryam</a>
  1428. <a href="http://chodesh.tumblr.com/tagged/( otp : queens of the moon and stars ]">helena/maryam</a>
  1429. <a href="http://chodesh.tumblr.com/tagged/( otp : better than a guardian angel ]">roxanne/maryam</a>
  1430.  
  1431. </div></td></tr>
  1432.  
  1433. </table>
  1434.  
  1435. </div>
  1436.  
  1437. </div></div></div></div></div></div></div></div></div></div>
  1438.  
  1439. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement