Advertisement
vaultofoao

completeorder2

Feb 5th, 2018
957
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 121.52 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9.  
  10. <!--- Coded with love by Scheherazade. Please do not steal or take parts. If you have questions about my theme please message me and I will do my best to help! --->
  11.  
  12. <!--- RIGHT CLICK DISABLING -->
  13.  
  14. <script language=JavaScript>
  15. <!--
  16.  
  17. //Disable right mouse click Script
  18. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  19. //For full source code, visit http://www.dynamicdrive.com
  20.  
  21. var message="no";
  22.  
  23. ///////////////////////////////////
  24. function clickIE4(){
  25. if (event.button==2){
  26. alert(message);
  27. return false;
  28. }
  29. }
  30.  
  31. function clickNS4(e){
  32. if (document.layers||document.getElementById&&!document.all){
  33. if (e.which==2||e.which==3){
  34. alert(message);
  35. return false;
  36. }
  37. }
  38. }
  39.  
  40. if (document.layers){
  41. document.captureEvents(Event.MOUSEDOWN);
  42. document.onmousedown=clickNS4;
  43. }
  44. else if (document.all&&!document.getElementById){
  45. document.onmousedown=clickIE4;
  46. }
  47.  
  48. document.oncontextmenu=new Function("alert(message);return false")
  49. </script>
  50.  
  51.  
  52. <!--- POPUP --->
  53.  
  54. <script type="text/javascript"
  55. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  56. <script>
  57. $(document).ready(function() {
  58. //
  59. $('a.poplight[href^=#]').click(function() {
  60. var popID = $(this).attr('rel'); //Get Popup Name
  61. var popURL = $(this).attr('href'); //Get Popup href to define size
  62. var query= popURL.split('?');
  63. var dim= query[1].split('&');
  64. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  65. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  66. var popMargTop = ($('#' + popID).height() + 80) / 2;
  67. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  68. //Apply Margin to Popup
  69. $('#' + popID).css({
  70. 'margin-top' : -popMargTop,
  71. 'margin-left' : -popMargLeft
  72. });
  73. $('body').append('<div id="fade"></div>');
  74. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  75. return false;
  76. });
  77. $('a.close, #fade').live('click', function() {
  78. $('#fade , .popup_block').fadeOut(function() {
  79. $('#fade, a.close').remove(); //fade them both out
  80. });
  81. return false;
  82. });
  83. });
  84. </script>
  85.  
  86. <!--- POPUP TABS --->
  87.  
  88. <script>
  89. $(document).ready(function(){
  90. $("ul#tabs li").click(function(e){
  91. if (!$(this).hasClass("active")) {
  92. var tabNum = $(this).index();
  93. var nthChild = tabNum+1;
  94. $("ul#tabs li.active").removeClass("active");
  95. $(this).addClass("active");
  96. $("ul#tab li.active").removeClass("active");
  97. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  98. }
  99. });
  100. });
  101.  
  102. </script>
  103.  
  104. <!--- DROPDOWN --->
  105.  
  106. <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  107. <script type="text/javascript">
  108. $(document).ready(function(){
  109. $(".links_body").hide();
  110. $(".links_head").click(function(){
  111. $(this).next(".links_body").slideToggle('fast');
  112. }); }); </script>
  113. <style type="text/css">
  114. .links_list { margin:0px; padding:0px; width:100%;}
  115. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  116. .links_body { padding:10px; text-align:left; display:none;}
  117. </style>
  118.  
  119. <!--- TOOLTIPS --->
  120.  
  121. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  122.  
  123. <script src="https://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js"></script>
  124.  
  125. <script>
  126. (function($){
  127. $(document).ready(function(){
  128. $("a[title]").style_my_tooltips({
  129. tip_follows_cursor:true,
  130. tip_delay_time:0,
  131. tip_fade_speed:0,
  132. attribute:"title"
  133. });
  134. });
  135. })(jQuery);
  136. </script>
  137.  
  138. <!--- CREDIT FONT --->
  139.  
  140. <link href="https://fonts.googleapis.com/css?family=Caveat" rel="stylesheet">
  141.  
  142. <!--- FONTS --->
  143.  
  144. <link href="https://fonts.googleapis.com/css?family=IM+Fell+English" rel="stylesheet">
  145.  
  146. <link href="https://fonts.googleapis.com/css?family=IM+Fell+English+SC" rel="stylesheet">
  147.  
  148. <link href="https://fonts.googleapis.com/css?family=La+Belle+Aurore" rel="stylesheet">
  149.  
  150. <link href="https://fonts.googleapis.com/css?family=Playball" rel="stylesheet">
  151.  
  152. <link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
  153.  
  154. <link href="https://fonts.googleapis.com/css?family=UnifrakturMaguntia" rel="stylesheet">
  155.  
  156. <link href="https://fonts.googleapis.com/css?family=Metamorphous" rel="stylesheet">
  157.  
  158. <link href="https://fonts.googleapis.com/css?family=Pirata+One" rel="stylesheet">
  159.  
  160. <meta name="image:background image" content="https://static.tumblr.com/2f59b738d7d72c849f200419b256120b/j0nrc4i/m1Vp3m50t/tumblr_static_52soejo60tgkgwk0swkkco4ws.gif"/>
  161. <meta name="image:popup image" content="https://static.tumblr.com/aa751893df20074a0a0de418eab88294/j0nrc4i/INap3ijcw/tumblr_static_2lu0k4tg1og00cswc0cows0s0.gif"/>
  162. <meta name="image:tooltips background" content="https://static.tumblr.com/5bb24d143da7459fd2dd96f90c2799d4/j0nrc4i/BpVp3i5p0/tumblr_static_4lpwiyw61oqocw04swg004840.gif"/>
  163. <meta name="image:tags h3 ask background" content="https://static.tumblr.com/c3630c8a758b49ad3edd42c3b5c0afac/j0nrc4i/ZaLp3i5uj/tumblr_static_73js0c7i1tgccw48g448gocww.png"/>
  164.  
  165. <meta name="color:background" content="#151514"/>
  166. <meta name="color:popup bg" content="#101010"/>
  167. <meta name="color:sidebar" content="#191817"/>
  168. <meta name="color:text" content="#afa49a"/>
  169. <meta name="color:bold" content="#924242"/>
  170. <meta name="color:bold border" content="#2a241d"/>
  171. <meta name="color:italics border" content="#392f2c"/>
  172. <meta name="color:links" content="#7c8974"/>
  173. <meta name="color:links border" content="#23281e"/>
  174. <meta name="color:links hover" content="#dcdfd0"/>
  175. <meta name="color:blockquote" content="#676157"/>
  176. <meta name="color:border" content="#2c2f29"/>
  177. <meta name="color:refresh" content="#b3a79e"/>
  178. <meta name="color:refresh border" content="#141313"/>
  179. <meta name="color:permalinks" content="#6c6e67"/>
  180. <meta name="color:navigation links" content="#b3a79e"/>
  181. <meta name="color:navigation links border" content="#141313"/>
  182.  
  183. <meta name="text:sect 1 title" content="Header 1."/>
  184. <meta name="text:sidebar sect 1" content="insert quote or lyrics here or anything"/>
  185. <meta name="text:sect 2 title" content="Header 2."/>
  186. <meta name="text:sidebar sect 2" content="This is a <b>private</b> <i>&</i> <b>mutuals-only</b> indie-multimuse housing a <b>recreated Bonnie Bennett-McCullough</b> <i>&</i> her OC relatives <i>&</i> others.</p>
  187.  
  188. It is important <i>all information</i> is read before interacting with. </br><b>Anyone who fails to do so I will not be interacting with.</b></p>
  189.  
  190. Each muse on this blog is over 25+ as well as the writer. </br>
  191. Please be advised that dark themes <i>&</i> other NSFW material will be present on this blog.</p>
  192.  
  193. <i>Casted</i> by <b>Esme</b>"/>
  194. <meta name="text:sect 3 title" content="Header 3."/>
  195. <meta name="text:sidebar sect 3" content="tracking. <b>#regiiium</b>"/>
  196.  
  197. <meta name="text:refresh title" content="I"/>
  198. <meta name="text:refresh size" content="25px"/>
  199. <meta name="text:refresh rotation" content="25"/>
  200. <meta name="text:refresh horizontal" content="350px"/>
  201. <meta name="text:refresh vertical" content="15px"/>
  202. <meta name="text:refresh tooltip" content="Walk home."/>
  203.  
  204. <meta name="text:ask symbol" content="II"/>
  205. <meta name="text:ask size" content="30px"/>
  206. <meta name="text:ask title" content="Send a Raven."/>
  207. <meta name="text:ask rotation" content="-25"/>
  208. <meta name="text:ask horizontal" content="410px"/>
  209. <meta name="text:ask vertical" content="40px"/>
  210.  
  211. <meta name="text:rules symbol" content="III"/>
  212. <meta name="text:rules size" content="70px"/>
  213. <meta name="text:rules title" content="Oath."/>
  214. <meta name="text:rules rotation" content="25"/>
  215. <meta name="text:rules horizontal" content="450px"/>
  216. <meta name="text:rules vertical" content="100px"/>
  217.  
  218. <meta name="text:about title" content="The Sovereign."/>
  219. <meta name="text:about horizontal" content="350px"/>
  220. <meta name="text:about vertical" content="75px"/>
  221.  
  222. <meta name="text:story symbol" content="IV"/>
  223. <meta name="text:story size" content="60px"/>
  224. <meta name="text:story title" content="Our Story. ( Important; please read. )"/>
  225. <meta name="text:story rotation" content="-25"/>
  226. <meta name="text:story horizontal" content="425px"/>
  227. <meta name="text:story vertical" content="170px"/>
  228.  
  229. <meta name="text:verses symbol" content="V"/>
  230. <meta name="text:verses size" content="50px"/>
  231. <meta name="text:verses title" content="Chronicles."/>
  232. <meta name="text:verses rotation" content="25"/>
  233. <meta name="text:verses horizontal" content="355px"/>
  234. <meta name="text:verses vertical" content="185px"/>
  235.  
  236. <meta name="text:navigation symbol" content="VI"/>
  237. <meta name="text:navigation size" content="40px"/>
  238. <meta name="text:navigation title" content="Library."/>
  239. <meta name="text:navigation rotation" content="-25"/>
  240. <meta name="text:navigation horizontal" content="300px"/>
  241. <meta name="text:navigation vertical" content="140px"/>
  242.  
  243. <meta name="text:mun symbol" content="VII"/>
  244. <meta name="text:mun size" content="30px"/>
  245. <meta name="text:mun title" content="Writer."/>
  246. <meta name="text:mun rotation" content="25"/>
  247. <meta name="text:mun horizontal" content="300px"/>
  248. <meta name="text:mun vertical" content="85px"/>
  249.  
  250. <style type="text/css">
  251.  
  252. @keyframes spin {
  253. 0% { transform: rotate(360deg); }
  254. 100% { transform: rotate(0deg); }
  255. }
  256. @-webkit-keyframes spin {
  257. 0% {-webkit-transform: rotate(360deg); }
  258. 100% { -webkit-transform: rotate(0deg); }
  259. }
  260. @-ms-keyframes spin {
  261. 0% {-ms-transform: rotate(360deg); }
  262. 100% { -ms-transform: rotate(0deg); }
  263. }
  264. @-moz-keyframes spin {
  265. 0% { -moz-transform: rotate(360deg); }
  266. 100% { -moz-transform: rotate(0deg); }
  267. }
  268. @-o-keyframes spin {
  269. 0% { -o-transform: rotate(360deg); }
  270. 100% { -o-transform: rotate(0deg); }
  271. }
  272.  
  273. .popup_block{
  274. display:none;
  275. background-image:url('{image:popup image}');
  276. text-align:center;
  277. padding:23px;
  278. height:702px;
  279. position:fixed;
  280. top:390px;
  281. left:500px;
  282. overflow-y:hidden;
  283. overflow-x:hidden;
  284. z-index: 99999;
  285. }
  286.  
  287. *html #fade {position: fixed;}
  288. *html .popup_block {position: fixed;}
  289. #fade {
  290. display:none;
  291. position:absolute;
  292. left:0px;
  293. top:0px;
  294. width:100%;
  295. height:100%;
  296. z-index:9999;
  297. background:{color:popup bg}; /* change to #fff for solid white */
  298. opacity:1; /* change to opacity:1; */
  299. }
  300.  
  301. #text {
  302. top:50%;
  303. left:50%;
  304. margin-top:56px;
  305. margin-left:16.5px;
  306. width:450px;
  307. height:650px;
  308. overflow-y:scroll;
  309. overflow-x:hidden;
  310. text-align:center;
  311. padding-right:15px;
  312. }
  313.  
  314. .links_list {
  315. margin: 0px;
  316. padding:2.5px;
  317. width: 425px;
  318. margin-top: 1px;
  319. margin-left:6px;
  320. }
  321.  
  322. .links_head {
  323. cursor: pointer;
  324. position: relative;
  325. margin: 1px;
  326. text-align: right;
  327. font-size:9px;
  328. text-shadow: 1px 0 0 {color:background}, -1px 0 0 {color:background}, 0 1px 0 {color:background}, 0 -1px 0 {color:background}, 1px 1px {color:background}, -1px -1px 0 {color:background}, 1px -1px 0 {color:background}, -1px 1px 0 {color:background};
  329. letter-spacing:2px;
  330. background-image: url('{image:tags h3 ask background}');
  331. background-size:cover;
  332. border-left:2px solid {color:border};
  333. border-right:2px solid {color:border};
  334. border-radius: 0px 40px 0px 40px;
  335. -moz-border-radius: 0px 40px 0px 40px;
  336. -webkit-border-radius: 0px 40px 0px 40px;
  337. outline: 0px solid #d9d9d8;
  338. padding:5px;
  339. font-size:15px;
  340. font-family: 'Pirata One', cursive;
  341. }
  342.  
  343. .links_body {
  344. height: auto;
  345. overflow: scroll;
  346. padding: 10px;
  347. display: none;
  348. text-align: justify;
  349. letter-spacing: 1px;
  350. line-height: 100%;
  351. text-align:center;
  352. }
  353.  
  354. .links_body a img{
  355. margin:8px;
  356. border:1px double {color:border};
  357. width:auto;
  358. height:auto;
  359. padding:5px;
  360. -webkit-transition:all 0.3s ease-out;
  361. -moz-transition:all 0.3s ease-out;
  362. transition:all 0.3s ease-out;}
  363.  
  364. .links_body a:hover img{
  365. border:1px double {color:links hover};
  366. -webkit-transition:all 0.3s ease-out;
  367. -moz-transition:all 0.3s ease-out;
  368. transition:all 0.3s ease-out;}
  369.  
  370. .button {
  371. display:inline-block;
  372. text-align:center;
  373. width:90px;
  374. margin:4px;
  375. padding:4px;
  376. background-image: url('{image:tooltips background}');
  377. color:{color:bold};
  378. text-shadow:{color:bold border} 0px 0px 3px;
  379. border : 2px double {color:border};
  380. font-family: 'Metamorphous', cursive;
  381. font-size:12px;
  382. }
  383.  
  384. ul#tabs {
  385. list-style-type: none;
  386. padding: 0;
  387. text-align: center;
  388. }
  389. ul#tabs li {
  390. display: inline-block;
  391. font-family: 'Metamorphous', cursive;
  392. background-image: url('{image:tooltips background}');
  393. border : 2px double {color:border};
  394. font-size:12px;
  395. width:90px;
  396. margin:4px;
  397. padding:4px;
  398. margin-bottom: 4px;
  399. color:{color:bold};
  400. text-shadow:{color:bold border} 0px 0px 3px;
  401. cursor:pointer;
  402. -webkit-transition: all 0.7s ease;
  403. -moz-transition: all 0.7s ease;
  404. -o-transition: all 0.7s ease;
  405. }
  406. ul#tabs li:hover {
  407. color:{color:links hover};
  408. }
  409. ul#tabs li.active {
  410. color:{color:links};
  411. }
  412. ul#tab {
  413. list-style-type: none;
  414. margin: 0;
  415. padding: 0;
  416. }
  417. ul#tab li {
  418. display: none;
  419. }
  420. ul#tab li.active {
  421. display: block;
  422. }
  423.  
  424. ::selection {background: #aca8a2; color:#fff;}
  425. ::-moz-selection {background: #aca8a2; color:#fff; }
  426.  
  427. ::-webkit-scrollbar {
  428. height: 1px;
  429. width: 2px;
  430. }
  431.  
  432. ::-webkit-scrollbar-thumb {
  433. background:{color:border};
  434. }
  435.  
  436. #s-m-t-tooltip {
  437. border-radius: 0px 20px 0px 20px;
  438. -moz-border-radius: 0px 20px 0px 20px;
  439. -webkit-border-radius: 0px 20px 0px 20px;
  440. padding:6px; /* space around the text */
  441. margin-left:10px;
  442. margin-top:-7px;
  443. text-align: center;
  444. text-shadow: 1px 0 0 {color:background}, -1px 0 0 {color:background}, 0 1px 0 {color:background}, 0 -1px 0 {color:background}, 1px 1px {color:background}, -1px -1px 0 {color:background}, 1px -1px 0 {color:background}, -1px 1px 0 {color:background};
  445. font-size:25px;
  446. line-height:10px;
  447. z-index:999999999;
  448. position: absolute;
  449. font-family: 'Pirata One', cursive;
  450. }
  451.  
  452. body {
  453. background-color:{color:background};
  454. font-size: 13px;
  455. font-family: 'IM Fell English', serif;
  456. color:{color:text};
  457. background-image:url('{image:background image}');
  458. background-position: top left;
  459. background-repeat:no-repeat;
  460. background-attachment:fixed;
  461. }
  462.  
  463. small, sup, sub {
  464. font-size:12px;
  465. }
  466.  
  467. a {
  468. text-decoration:none;
  469. color:{color:links};
  470. text-shadow: {color:links border} 0px 0px 4px;
  471. -webkit-transition: all 0.7s ease;
  472. -moz-transition: all 0.7s ease;
  473. -o-transition: all 0.7s ease;
  474. }
  475.  
  476. a:hover {
  477. color:{color:links hover};
  478. }
  479.  
  480. b, strong {
  481. color:{color:bold};
  482. text-shadow:{color:bold border} 0px 0px 3px;
  483. font-size:18px;
  484. font-family: 'Playball', cursive;
  485. }
  486.  
  487. i, em {
  488. color:{color:text};
  489. text-shadow:{color:italics border} 0px 0px 3px;
  490. font-size:16px;
  491. font-family: 'Kaushan Script', cursive;
  492. }
  493.  
  494. blockquote {
  495. padding:2px 8px;
  496. margin:3px 0px 3px 8px;
  497. border-left:1px solid {color:blockquote};
  498. border-radius: 10px;
  499. }
  500.  
  501. blockquote img {
  502. max-width:100%;
  503. height:auto;
  504. }
  505.  
  506. img {
  507. max-width: 100%;
  508. }
  509.  
  510. h1 {
  511. color:{color:bold};
  512. font-size:35px;
  513. line-height:110%;
  514. text-align:center
  515. padding:10px;
  516. text-shadow:0px 0px 4px {color:bold border};
  517. font-family: 'UnifrakturMaguntia', cursive;
  518. font-weight:normal;
  519. }
  520.  
  521. h2 {
  522. color:{color:bold};
  523. font-size:25px;
  524. line-height:110%;
  525. text-align:center;
  526. padding:10px;
  527. text-shadow:0px 0px 4px {color:bold border};
  528. font-family: 'UnifrakturMaguntia', cursive;
  529. font-weight:normal;
  530. }
  531.  
  532. h3 {
  533. background-image: url('{image:tags h3 ask background}');
  534. background-size:cover;
  535. color:{color:text};
  536. border-left:2px solid {color:border};
  537. border-right:2px solid {color:border};
  538. padding:5px;
  539. height:auto;
  540. font-size:30px;
  541. font-style:normal;
  542. text-align:right;
  543. border-radius: 40px 0px 40px 0px;
  544. -moz-border-radius: 40px 0px 40px 0px;
  545. -webkit-border-radius: 40px 0px 40px 0px;
  546. text-shadow: 1px 0 0 {color:background}, -1px 0 0 {color:background}, 0 1px 0 {color:background}, 0 -1px 0 {color:background}, 1px 1px {color:background}, -1px -1px 0 {color:background}, 1px -1px 0 {color:background}, -1px 1px 0 {color:background};
  547. font-family: 'Pirata One', cursive;
  548. font-weight:normal;
  549. }
  550.  
  551. #container {
  552. position:fixed;
  553. top:0px;
  554. left:547.5px;
  555. height:100%;
  556. width:483px;
  557. overflow-y:scroll;
  558. overflow-x:hidden;
  559. -webkit-mask-image: -webkit-gradient(linear, center 60%, center bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  560. }
  561.  
  562. .posts {
  563. width:450px;
  564. padding:10px;
  565. margin-bottom:10px;
  566. }
  567.  
  568. .permalinks {
  569. padding:5px;
  570. height:12px;
  571. }
  572.  
  573. .permalinks a {
  574. text-decoration:none;
  575. font-size: 9px;
  576. color:{color:permalinks};
  577. }
  578.  
  579. .permalinks a:hover {
  580. color:{color:links hover};
  581. -webkit-filter:blur(6px);
  582. }
  583.  
  584. .tags {
  585. height:auto;
  586. width:auto;
  587. padding:15px;
  588. text-align:center;
  589. margin-left:50px;
  590. border-top:5px double {color:border};
  591. border-bottom:2.5px dotted {color:border};
  592. border-radius: 0px 20px 0px 20px;
  593. -moz-border-radius: 0px 20px 0px 20px;
  594. -webkit-border-radius: 0px 20px 0px 20px;
  595. background-image:url('{image:tags h3 ask background}');
  596. background-repeat:none;
  597. background-size:cover;
  598. text-shadow: 1px 0 0 {color:background}, -1px 0 0 {color:background}, 0 1px 0 {color:background}, 0 -1px 0 {color:background}, 1px 1px {color:background}, -1px -1px 0 {color:background}, 1px -1px 0 {color:background}, -1px 1px 0 {color:background};
  599. }
  600.  
  601. .tags a {
  602. text-decoration:none;
  603. font-size: 12px;
  604. text-shadow: 1px 0 0 {color:background}, -1px 0 0 {color:background}, 0 1px 0 {color:background}, 0 -1px 0 {color:background}, 1px 1px {color:background}, -1px -1px 0 {color:background}, 1px -1px 0 {color:background}, -1px 1px 0 {color:background};
  605. font-family: 'IM Fell English SC', serif;
  606. }
  607.  
  608. #refresh {
  609. position:fixed;
  610. left:{text:refresh horizontal};
  611. top:{text:refresh vertical};
  612. font-size:{text:refresh size};
  613. padding:10px;
  614. transform: rotate({text:refresh rotation}deg);
  615. -ms-transform: rotate({text:refresh rotation}deg);
  616. -webkit-transform: rotate({text:refresh rotation}deg);
  617. -o-transform: rotate({text:refresh rotation}deg);
  618. -moz-transform: rotate({text:refresh rotation}deg);
  619. }
  620.  
  621. #refresh a {
  622. color:{color:refresh};
  623. text-shadow: 1px 0 0 {color:refresh border}, -1px 0 0 {color:refresh border}, 0 1px 0 {color:refresh border}, 0 -1px 0 {color:refresh border}, 1px 1px {color:refresh border}, -1px -1px 0 {color:refresh border}, 1px -1px 0 {color:refresh border}, -1px 1px 0 {color:refresh border};
  624. -webkit-transition: all 0.7s ease;
  625. -moz-transition: all 0.7s ease;
  626. -o-transition: all 0.7s ease;
  627. font-family:times;
  628. -webkit-filter:blur(1px);
  629. transform: rotate({text:refresh rotation}deg);
  630. -ms-transform: rotate({text:refresh rotation}deg);
  631. -webkit-transform: rotate({text:refresh rotation}deg);
  632. -o-transform: rotate({text:refresh rotation}deg);
  633. -moz-transform: rotate({text:refresh rotation}deg);
  634. }
  635.  
  636. #refresh a:hover {
  637. color:{color:links hover};
  638. -webkit-filter:blur(6px);
  639. }
  640.  
  641. #links {
  642. position:fixed;
  643. line-height:20px;
  644. }
  645.  
  646. #links a {
  647. color:{color:navigation links};
  648. text-shadow: 1px 0 0 {color:navigation links border}, -1px 0 0 {color:navigation links border}, 0 1px 0 {color:navigation links border}, 0 -1px 0 {color:navigation links border}, 1px 1px {color:navigation links border}, -1px -1px 0 {color:navigation links border}, 1px -1px 0 {color:navigation links border}, -1px 1px 0 {color:navigation links border};
  649. -webkit-transition: all 0.7s ease;
  650. -moz-transition: all 0.7s ease;
  651. -o-transition: all 0.7s ease;
  652. font-family:times;
  653. -webkit-filter:blur(1px);
  654. }
  655.  
  656. #links a:hover {
  657. -webkit-filter:blur(6px);
  658. color:{color:links hover};
  659. }
  660.  
  661. #link1 {
  662. position:fixed;
  663. font-size:{text:ask size};
  664. margin-left:{text:ask horizontal};
  665. margin-top:{text:ask vertical};
  666. transform: rotate({text:ask rotation}deg);
  667. -ms-transform: rotate({text:ask rotation}deg);
  668. -webkit-transform: rotate({text:ask rotation}deg);
  669. -o-transform: rotate({text:ask rotation}deg);
  670. -moz-transform: rotate({text:ask rotation}deg);
  671. }
  672.  
  673. #link2 {
  674. position:fixed;
  675. font-size:{text:rules size};
  676. margin-left:{text:rules horizontal};
  677. margin-top:{text:rules vertical};
  678. transform: rotate({text:rules rotation}deg);
  679. -ms-transform: rotate({text:rules rotation}deg);
  680. -webkit-transform: rotate({text:rules rotation}deg);
  681. -o-transform: rotate({text:rules rotation}deg);
  682. -moz-transform: rotate({text:rules rotation}deg);
  683. }
  684.  
  685. #link3 {
  686. position:fixed;
  687. margin-left:{text:about horizontal};
  688. margin-top:{text:about vertical};
  689. -webkit-animation: spin 6s linear 0s infinite normal;
  690. -moz-animation: spin 6s linear 0s infinite normal;
  691. -ms-animation: spin 6s linear 0s infinite normal;
  692. -o-animation: spin 6s linear 0s infinite normal;
  693. animation: spin 6s linear 0s infinite normal;
  694. }
  695.  
  696. #link4 {
  697. position:fixed;
  698. font-size:{text:story size};
  699. margin-left:{text:story horizontal};
  700. margin-top:{text:story vertical};
  701. transform: rotate({text:story rotation}deg);
  702. -ms-transform: rotate({text:story rotation}deg);
  703. -webkit-transform: rotate({text:story rotation}deg);
  704. -o-transform: rotate({text:story rotation}deg);
  705. -moz-transform: rotate({text:story rotation}deg);
  706. }
  707.  
  708. #link5 {
  709. position:fixed;
  710. font-size:{text:verses size};
  711. margin-left:{text:verses horizontal};
  712. margin-top:{text:verses vertical};
  713. transform: rotate({text:verses rotation}deg);
  714. -ms-transform: rotate({text:verses rotation}deg);
  715. -webkit-transform: rotate({text:verses rotation}deg);
  716. -o-transform: rotate({text:verses rotation}deg);
  717. -moz-transform: rotate({text:verses rotation}deg);
  718. }
  719.  
  720. #link6 {
  721. position:fixed;
  722. font-size:{text:navigation size};
  723. margin-left:{text:navigation horizontal};
  724. margin-top:{text:navigation vertical};
  725. transform: rotate({text:navigation rotation}deg);
  726. -ms-transform: rotate({text:navigation rotation}deg);
  727. -webkit-transform: rotate({text:navigation rotation}deg);
  728. -o-transform: rotate({text:navigation rotation}deg);
  729. -moz-transform: rotate({text:navigation rotation}deg);
  730. }
  731.  
  732. #link7 {
  733. position:fixed;
  734. font-size:{text:mun size};
  735. margin-left:{text:mun horizontal};
  736. margin-top:{text:mun vertical};
  737. transform: rotate({text:mun rotation}deg);
  738. -ms-transform: rotate({text:mun rotation}deg);
  739. -webkit-transform: rotate({text:mun rotation}deg);
  740. -o-transform: rotate({text:mun rotation}deg);
  741. -moz-transform: rotate({text:mun rotation}deg);
  742. }
  743.  
  744. #pagination {
  745. position:fixed;
  746. bottom:30px;
  747. left:850px;
  748. }
  749.  
  750. .asker {
  751. font-size:40px;
  752. margin-bottom:5px;
  753. padding-bottom:3px;
  754. margin:-35px 0px 0px 30px;
  755. font-family: 'Pirata One', cursive;
  756. }
  757.  
  758. .asker a{
  759. font-size:40px;
  760. margin-bottom:5px;
  761. padding-bottom:3px;
  762. margin:-35px 0px 0px 0px;
  763. font-family: 'Pirata One', cursive;
  764. }
  765.  
  766. .question {
  767. width:auto;
  768. height:auto;
  769. padding:15px 25px;
  770. border-top:5px double {color:border};
  771. border-bottom:2px solid {color:border};
  772. border-radius: 20px 0px 20px 0px;
  773. -moz-border-radius: 20px 0px 20px 0px;
  774. -webkit-border-radius: 20px 0px 20px 0px;
  775. background-image:url('{image:tags h3 ask background}');
  776. background-repeat:none;
  777. background-size:cover;
  778. text-shadow: 1px 0 0 {color:background}, -1px 0 0 {color:background}, 0 1px 0 {color:background}, 0 -1px 0 {color:background}, 1px 1px {color:background}, -1px -1px 0 {color:background}, 1px -1px 0 {color:background}, -1px 1px 0 {color:background};
  779. }
  780.  
  781. .quote {
  782. font-size:20px;
  783. letter-spacing:1px;
  784. text-align:center;
  785. margin-bottom:5px;
  786. padding-bottom:3px;
  787. font-family: 'La Belle Aurore', cursive;
  788. }
  789.  
  790. .quote:first-letter {
  791. font-size:35px;
  792. color:{color:bold};
  793. text-shadow:{color:bold border} 0px 0px 3px;
  794. text-shadow:0px 0px 5px ;
  795. }
  796.  
  797. .quotesource {
  798. text-align:right;
  799. margin-bottom:5px;
  800. }
  801.  
  802. .notes {
  803. color:{color:text};
  804. font-style:normal;
  805. letter-spacing:0px;
  806. text-align:left;
  807. line-height:100%;
  808. margin-left:-15px;}
  809.  
  810. .notes li {
  811. list-style-type:none;
  812. padding:10px 25px 10px 25px;
  813. text-align:left;
  814. -moz-transition-duration:0.5s;
  815. -webkit-transition-duration:0.5s;
  816. -o-transition-duration:0.5s;}
  817.  
  818. .notes img.avatar {
  819. margin-right: 10px;
  820. border-radius: 15px
  821. -moz-border-radius: 15px;
  822. -webkit-border-radius: 15px;
  823. }
  824.  
  825. #sidedesc {
  826. font-size:12px; /*– font size. change numbers if you want it bigger or smaller or remove this line if you want it to match with the entire blog’s font size –*/
  827. background:{color:sidebar}; /*– the color of your sidebar’s background. –*/
  828. border-top:5px double {color:border};
  829. border-bottom:2.5px dotted {color:border};
  830. border-radius:10px;
  831. height:auto;
  832. width:160px;
  833. margin-left:1055px;
  834. margin-top:25px;
  835. outline-offset:2px;
  836. padding:15px;
  837. text-align:center;
  838. line-height:100%;
  839. position:fixed;
  840. opacity:0.5;
  841. transition: opacity .7s ease-in-out;
  842. -moz-transition: opacity .7s ease-in-out;
  843. -webkit-transition: opacity .7s ease-in-out;
  844. overflow-y:hidden;
  845. overflow-x:hidden;
  846. }
  847.  
  848. #sidedesc:hover {
  849. opacity:1;
  850. transition: opacity .7s ease-in-out;
  851. -moz-transition: opacity .7s ease-in-out;
  852. -webkit-transition: opacity .7s ease-in-out;}
  853.  
  854. #sideheader {
  855. font-size:12px;
  856. color:{color:bold};
  857. text-align:center;
  858. background-image: url('{image:tooltips background}');
  859. text-shadow:0px 0px 4px {color:bold border};
  860. border-top:2px double {color:blockquote};
  861. border-bottom:2px double {color:blockquote};
  862. background-repeat:repeat;
  863. background-attachment:fixed;
  864. padding-top:3px;
  865. padding-bottom:3px;
  866. font-family: 'Metamorphous', cursive;
  867. }
  868.  
  869. #credit {
  870. z-index:999999;
  871. bottom:10px;
  872. right:10px;
  873. position:fixed;
  874. font-family: 'Caveat', cursive;
  875. font-size:40px;
  876. }
  877.  
  878. </style>
  879.  
  880. <body>
  881.  
  882. <div id="sidedesc">
  883. <div id="sideheader">{text:sect 1 title}</div>
  884. </p>
  885. {text:sidebar sect 1}</p>
  886.  
  887. <div id="sideheader">{text:sect 2 title}</div>
  888. </p>
  889. {text:sidebar sect 2}</p>
  890. <div id="sideheader">{text:sect 3 title}</div>
  891. </p>
  892. {text:sidebar sect 3}</p>
  893.  
  894. {block:Pagination}
  895. <b>{block:PreviousPage}<a href="{PreviousPage}">⇚</a>{/block:PreviousPage}</b> — <b>{block:NextPage}<a href="{NextPage}">⇛</a>{/block:NextPage}</b>
  896. {/block:Pagination}
  897.  
  898. </div></div>
  899.  
  900. <div id="refresh"><a href="/" title="{text:refresh tooltip}">{text:refresh title}</a></div>
  901.  
  902. <div id="links">
  903. <div id="link1"><a href="#?w=804" rel="01" class="poplight" title="{text:ask title}">{text:ask symbol}</a></div>
  904.  
  905. <div id="link2"><a href="#?w=804" rel="02" class="poplight" title="{text:rules title}">{text:rules symbol}</a></div>
  906.  
  907. <div id="link3"><a href="#?w=804" rel="03" class="poplight" title="{text:about title}"><img src="https://static.tumblr.com/j0nrc4i/Vjhp3ind3/pentagram_link.png"></a></div>
  908.  
  909. <div id="link4"><a href="#?w=804" rel="04" class="poplight" title="{text:story title}">{text:story symbol}</a></div>
  910.  
  911. <div id="link5"><a href="#?w=804" rel="05" class="poplight" title="{text:verses title}">{text:verses symbol}</a></div>
  912.  
  913. <div id="link6"><a href="#?w=804" rel="06" class="poplight" title="{text:navigation title}">{text:navigation symbol}</a></div>
  914.  
  915. <div id="link7"><a href="#?w=804" rel="07" class="poplight" title="{text:mun title}">{text:mun symbol}</a></div>
  916. </div>
  917.  
  918. </div>
  919.  
  920. <div id="container">
  921.  
  922. {block:Posts}
  923.  
  924. <div class="posts">
  925.  
  926. {block:Text}{block:Title}<h1><center>{Title}</center></h1>{/block:Title}{Body}{/block:Text}
  927.  
  928. {block:Photo}<center><img src="{PhotoURL-400}" alt="{PhotoAlt}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  929.  
  930. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  931.  
  932. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  933.  
  934. {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div class="quotesource">—{Source}</div>{/block:Source}{/block:Quote}
  935.  
  936. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  937.  
  938. {block:Chat}{block:Title}{Title}</a>{/block:Title}
  939. {block:Lines}<li>{block:Label}<b>{Label}</b>{/block:Label} {Line}</li>{/block:Lines}{/block:Chat}
  940.  
  941. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  942.  
  943. {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  944.  
  945. {block:Answer}
  946. <div id="askheader"><img src="https://static.tumblr.com/j0nrc4i/w4vp3ikq5/various_eagle1.png" draggable="false"><div class="asker">{Asker}</div><span style="font-size:20px;margin-left:50px;letter-spacing:2px; font-family: 'Metamorphous', cursive;">Has sent a raven....</span>
  947. <div class="question">{Question}</div></div>
  948. {Answer}
  949. {/block:Answer}
  950.  
  951. <div class="permalinks">
  952.  
  953. <a href="{ReblogURL}" title="Scatter" style="font-size:30px; position: absolute; margin-left:-2px; margin-top:0px; -webkit-transform: rotate(-25deg); -ms-transform: rotate(-25deg); transform: rotate(-25deg)">☾</a>
  954.  
  955. <a href="{Permalink}" title="{DayofMonth}{DayofMonthSuffix} {Month} {Year}" style="font-size:25px; position: absolute; margin-left:22px; margin-top:19px; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg)">✧</a>
  956.  
  957. {block:Date}<a href="{Permalink}" title="{12Hour}:{Minutes} {CapitalAmPm}" style="font-size:20px; position: absolute; margin-left:15px; margin-top:40px; -webkit-transform: rotate(-25deg); -ms-transform: rotate(-25deg); transform: rotate(-25deg)">✦</a>{/block:Date}
  958.  
  959. {block:NoteCount}<a href="{Permalink}" title="{NoteCountWithLabel}" style="font-size:26px; position: absolute; margin-left:-10px; margin-top:25px; -webkit-transform: rotate(25deg); -ms-transform: rotate(25deg); transform: rotate(25deg)">✧</a>
  960. {/block:NoteCount}
  961.  
  962. </div>
  963.  
  964. <div class="tags">{block:HasTags}{block:Tags}♚ <a href="{TagUrl}"> {Tag}</a>{/block:Tags}{/block:HasTags}</div>
  965.  
  966. </div>
  967.  
  968. {block:PostNotes}
  969. <div class="notes">
  970. {PostNotes-16}
  971. </div>
  972. {/block:PostNotes}
  973.  
  974. {/block:Posts}
  975.  
  976. </div>
  977.  
  978. {block:ContentSource}
  979. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  980. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  981. {/block:SourceLogo}
  982. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  983. {/block:ContentSource}
  984. </div>
  985.  
  986. <div id="credit"><a href="#?w=804" rel="cr" class="poplight" title="Storyteller Codeweaving">oAo</a></div>
  987.  
  988. </body>
  989.  
  990. <div id="01" class="popup_block">
  991. <div id="text">
  992.  
  993. <img src="https://static.tumblr.com/j0nrc4i/h4Vp3ikzi/ask.png" draggable="false"></p>
  994.  
  995. <iframe frameborder="0" height="235" id="ask_form"
  996. scrolling="no" src="https://www.tumblr.com/ask_form/regiiium.tumblr.com"
  997. width="100%"></iframe>
  998. <br><br>
  999. <iframe frameborder="0" height="150" id="submit_form"
  1000. scrolling="no" src="https://www.tumblr.com/submit_form/regiiium.tumblr.com"
  1001. width="100%"></iframe>
  1002. <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').
  1003. allowTransparency=true;</script>
  1004. <![endif]-->
  1005.  
  1006. </div>
  1007. </div></div></div></div></div></div></div></div></div></div>
  1008.  
  1009. <div id="02" class="popup_block">
  1010. <div id="text">
  1011.  
  1012. <!--- Don't touch above. Edit contents below. -->
  1013.  
  1014. <img src="https://static.tumblr.com/j0nrc4i/Ovxp3il3m/rules.png" draggable="false"></p>
  1015.  
  1016. <a href="#sect1" class="button">Important.</a>
  1017. <a href="#sect2" class="button">Information on Interacting.</a>
  1018. <a href="#sect3" class="button">Shipping.</a></p>
  1019. <a href="#sect4" class="button">Etc.</a>
  1020.  
  1021. <a name="sect1"><h2>Important.</h2></a>
  1022.  
  1023. Because she is recreated and far from the Bonnie Bennett you know, it is important that <b>ALL</b> information about my Bonnie is both read and understood before interacting with. <b>Anyone who fails to do so I will not be writing with.</b> I have her set up the way I did for a reason just as you did your character.
  1024.  
  1025. <a name="sect2"><h2>Information on Interacting.</h2></a><p>
  1026.  
  1027. <b>♚</b> First and foremost I’m going to make it known that despite having a blog that houses a lot of female muses, I am <b>NOT</b> only looking for ships for my characters. It’s actually the <i>last thing</i> I’m looking for. If you read about my characters you will find that out. </p>
  1028.  
  1029. <b>♚</b> Once again, <b>I do not write canon material whatsoever.</b> If you are a mun of a canon muse who wishes to interact with Bonnie then let me know and I will happily meet you half way. If you can’t accept that, then my Bonnie isn’t the one you’d wish to really interact with. </p>
  1030.  
  1031. <b>♚</b> To get my portrayal of Bonnie I ask that you write with me with an open mind. Writing with me any other way may possibly leave you nothing but constantly confused and seeing her as ooc. </p>
  1032.  
  1033. <b>♚</b> <b>Bonnie is no longer part of the Vampire Diaries fandom.</b> She is generally a fandomless OC with lore from both the vampire diaries novels and lord of the rings and a few other mythical films and books. </p>
  1034.  
  1035. <b>♚</b> Although I write a fictional character, I do write her with some realism. Due to roleplay being a form of escape for me, I do not touch on heavy or controversial topics that’s going on in our world very much if at all. If you wish to have our characters discuss such topics, please contact me first. </p>
  1036.  
  1037. <b>♚</b> <b>I have two faceclaims for Bonnie;</b> Antonia Thomas as her main and Bree Kish as her novel based alternate. </p>
  1038.  
  1039. <b>♚</b> Please keep in mind that none of my muses are their FC’s. It is important that their written descriptions are what is gone by and nor what their FC looks like.
  1040.  
  1041. <a name="sect3"><h2>Shipping.</h2></a><p>
  1042.  
  1043. <b>♚</b> You’ll see this written again elsewhere but I am a selective shipper. Especially with my male muses. Though shipping is supposed to be an enjoyable thing, I take it pretty serious. When I ship, I don’t like my ships to be all sunshine and rainbows. I like to explore every aspect of it and have my character feel every emotion there is to be felt when in a relationship. If you wish to ship our muses or explore a possible relationship, never hesitate to let me know. </p>
  1044.  
  1045. <b>♚</b> Because they are married, Breanna and Zander are my only muses on this blog who are closed to shipping but very much so open to other kinds of relationships. Benjamin and Frederick I will be quite selective with when it comes to this. </p>
  1046.  
  1047. <b>♚</b> I do not ship my muses with anyone under the age of thirty ( Freyja 45). With those with supernatural muses, that means going by the age of the FC.
  1048.  
  1049. <a name="sect4"><h2>Etc.</h2></a><p>
  1050.  
  1051. <b>♚</b> <b>Respect.</b> You have to give it to get it. I roleplay my muses how I see fit therefore if you have a problem with the way they’re written or myself in general, please hold your complaints and simply unfollow. Simple as that. I have no time of any kind of unnecessary nonsense. </p>
  1052.  
  1053. <b>♚</b> <b>Patience.</b> It is a virtue. I have a life I must attend to outside of tumblr. I’m not always speedy with replies especially para replies. All of my owed threads I always make sure I keep track of. It’s rare that I forget about anyone so there would be no need for you to fret. If I do take too long <b>(</b> <i>eg. more then two weeks</i> <b>)</b>, please don’t hesitate to give me a friendly reminder. That would be lovely. What’s <i>not</i> lovely is being pestered, so please don’t do it or the thread will be dropped all together. </p>
  1054.  
  1055. <b>♚</b> <b>Timezone.</b> My timezone is Eastern. Though I am occasionally logged on during the day, I am never fully around until early evening or later. My log out time is usually no later then midnight. After that I am either on mobile or no longer around until the following day. Weekends I’m around much longer however. </p>
  1056.  
  1057. <b>♚</b> <b>Godmodding.</b> Don’t ever do it. No questions asked. Just don’t. If you’re uncertain what that is, <a href="https://http://rulesofroleplay.tumblr.com/post/35521325648/what-is-godmodding">please look here</a>. The only time it may be acceptable is if it were discussed and necessary for plot reasons.</p>
  1058.  
  1059. <b>♚</b> <b>Gifs & Icons.</b> While they are convenient I’m not that fond on using them as much as others. Because I wish to better my writing I am a semi-paragraph/paragraph/multi-paragraph roleplay blog. The only time I will use such is for smaller threads or when answering things from my inbox. Please keep in mind that just because this is my preference, it in no way has to be yours. </p>
  1060.  
  1061. <b>♚</b> <b>Relationships.</b> While I am multi-versed I am a selective multi-ship blog. What that means I am selective when it comes to shipping and will only ship with muns who truly desire to ship our characters and see them going somewhere. Though I have my fandom ships for Bonnie, I ship her with happiness first and foremost, followed by chemistry. If you desire to ship your character with her or anyone of my other muses, feel free to tell me so we can chat and see where things go. </p>
  1062.  
  1063. <b>♚</b> <b>Male characters.</b> I currently have three male characters on this blog possibly soon to be four. Please know that I will NOT be writing them against anyone and will be selective when writing them. My girls are very important to me and this is me making sure they aren’t ignored for my guys. Having it happen to me before, I’m refraining from having it happen again. </p>
  1064.  
  1065. <b>♚</b> <b>Original characters.</b> I love them and I love interacting with them. I love original characters even more when they have information that allows me to get a feel of who they are. I just ask that if your character is related to my girls or either of their ancestors in anyway, please let me know how.</p>
  1066.  
  1067. <b>♚</b> <b>Following.</b> Please keep in mind that I do not always follow back. When I follow someone it’s because I like their character and not because of any other reason. I only follow those who I know I will roleplay with whether it’s right away or later. I don’t follow for follow or anything else of the sort. I am not just another person to get one to their next goal therefore don’t treat others as such. </p>
  1068.  
  1069. <b>♚</b> <b>Formatting.</b> Please know that I do <b>not</b> format my replies. If you do that is fine but do not expect me to do the same. </p>
  1070.  
  1071. <b>♚</b> <b>Tagging.</b> <b>regiiium</b> is my tracking tag. If we are chatting or have a plot planned ,that will be your best friend. My dash stays quite busy so there is a chance I may miss it and not be able to reply. If you EVER feel it is taking me too long to reply, be a dear and simply remind me. </p>
  1072.  
  1073. <b>♚</b> <b>NSFW.</b> Not safe for work material will be present on this blog and tagged accordingly. Mun and her muses are all over the age of eighteen <b>(</b> <i>way over</i> <b>)</b> therefore I am old enough to smut but will only do so with a plot behind it of if I’m actually up to doing it. I will NOT smut with anyone under the age of 18. Please be advised that various other forms of mature themes maybe present on this blog as well. </p>
  1074.  
  1075. <b>♚</b> <b>Drama.</b> Please leave the high school drama where it belongs. In high school. I don’t mind in character drama because I love it just as much as the next person, but please please keep me out of it otherwise. </p>
  1076.  
  1077. <!--- Don't touch below. Edit contents above. -->
  1078.  
  1079. </div>
  1080. </div></div></div></div></div></div></div></div></div></div>
  1081.  
  1082. <div id="03" class="popup_block">
  1083. <div id="text">
  1084.  
  1085. <!--- Don't touch above. Edit contents below. -->
  1086.  
  1087. <img src="https://static.tumblr.com/j0nrc4i/8m9p3iq24/about.png" draggable="false"></p>
  1088.  
  1089. <ul id="tabs">
  1090. <li class="active">The Characters.</li>
  1091. <li>The Mains.</li>
  1092. <li>The Valkyries.</li>
  1093. <li>The Royal Court.</li>
  1094. </ul>
  1095. <ul id="tab">
  1096. <li class="active">
  1097.  
  1098. <!--- Contents for 'The Characters' tab -->
  1099.  
  1100. <h2>The Mains.</h2>
  1101.  
  1102. On this blog I have twelve mains. <b>Although Bonnie is truly the prime main</b>, these characters are secondary when it comes to who this blog is about. These characters are characters who I always have muse for no matter the time of day. These characters consist of Bonnie and her siblings <b>Breanna</b>, <b>Brother in-law Zander</b>, <b>Brooke</b>, <b>Benjamin</b>, <b>Brittney</b> and <b>Bridget</b> <b>(</b> <i>unknowingly</i> <b>)</b> as well as their caretakers and ancestors the Norse Goddesses <b>Freyja</b>, <b>Sjofn</b>, <b>Lofn</b>, <b>Hnossa</b> and <b>Gersmi</b>. <i>While I have four npcs who are the children of the group, Chloe, Caleb, Tyler and Amelia</i>.
  1103.  
  1104. <h2>The Valkyries.</h2>
  1105.  
  1106. These characters are my second main characters so to speak. After doing my research on them, I decided to make them a bit more then who they really were. In Norse Mythology the Valkryies were “Choosers of the fallen”. They chose who died in battle and transported their souls to Valhalla. Odins Hall. MY Valkryies are not only choosers of the slain but they are also warriors <b>(</b> <i>or shieldmaidens if you will</i> <b>)</b> who instead of Odin, pledged their service to Freyja. While they are not as old as my deities they are close to being. They have one job and one job only. To protect their queen and her family. Quite a few of them are bodyguards to Bonnie and a couple of her siblings <b>(</b> <i>Brooke and Brittney</i> <b>)</b>. Even if I don’t mention them they are <b>ALWAYS</b> around. Most important thing to know about them is they are <b>NOT</b> soft characters and can be <b>VERY</b> violent.
  1107.  
  1108. <h2>The Royal Court.</h2>
  1109.  
  1110. My minor characters are made up of characters who are friends and other relatives of my mains who I write on occasion. Most of these characters do not live with Bonnie and her family but are still in their lives one way or another. These characters are pop-up characters. Characters who exist but you may not see all the time. My main minor characters are Savannah and Meara, the best friends of Brooke and Brittney.
  1111.  
  1112. <!--- 'The Characters' tab content ends here -->
  1113.  
  1114. </li>
  1115. <li>
  1116.  
  1117. <!--- Contents for 'The Mains' tab -->
  1118.  
  1119. <div class="links_list">
  1120. <p class="links_head">Bonnie.</p>
  1121. <div class="links_body">
  1122.  
  1123. <!--- Start of collapsable character section. to make a new section copy from <div class="links_list" all the way down to '</div><div>' which is above another character section which also starts with the <div class="links_list". If you need help please message me. -->
  1124.  
  1125. <h1>The Enchanting Princess.</h1>
  1126.  
  1127. <a href="/tagged/;;%20bonnie%20visage"><img src="https://78.media.tumblr.com/09a3cdc16bb5293bee971de1f6cfce08/tumblr_inline_p27g4moV9v1vu5dzt_540.jpg"></a></p>
  1128.  
  1129. <i>Bonnie is the fifth born of her siblings as well as the most powerful. She a full witch. One who has yet to find out what she’s truly capable of but always full of never-ending surprises. Her assigned valkryie is sanngriðr.</i></p>
  1130.  
  1131. <b>Name:</b> Bonnie May Elizabeth Bennett-McCullough</br>
  1132. <b>Species:</b> Witch</br>
  1133. <b>Age:</b> 29</br>
  1134. <b>Location:</b>United Kingdom</p>
  1135.  
  1136. <h2>History.</h2>
  1137.  
  1138. Her royal Highness, Princess Bonnie May Bennett-McCullough <b>(</b> <i>along with her sister Brittney</i> <b>)</b> was born on August 5th, 1988 to Her Majesty Constance Bennett-McCullough and His Majesty Michael McCullough in the Kingdom of Lochnamara. Due to being the only one of her siblings to inherit the powers of both of her most powerful ancestors, Bonnie is a sorceress who holds great power.</p>
  1139.  
  1140. Being only a few days old when she was separated from her parents and came to the mortal world, Bonnie has no memories of her home realm or parents themselves. However, thanks to Freyja and the stories she’d tell , she does have some idea of who they are and were.</p>
  1141.  
  1142. During her childhood in the mortal realm, although made hard by her peers, Bonnie managed to have a nice one thanks to her family. There was nothing she could ask for and didn’t get. While fortunate to live such a life, the young witch still remained humble and didn’t allow her privileged life to get to her head like most of her peers or twin.</p>
  1143.  
  1144. On the day of her fifth birthday , Bonnie received one of the greatest gifts she could have ever been given. Seeing how much the small girl had been struggling with everything concerning her abilities and fitting in with her peers, Freyja took her sadness into consideration and give her the one thing she knew she needed the most. A friend and eternal companion. It was that day did Bonnie meet Herja, the winged lioness created by the Goddess for Bonnie herself. It was from that moment on did Bonnies days start becoming brighter and better.</p>
  1145.  
  1146. At her young age she knew she was different. Seeing things and people that no one else could, knowing things before anyone else, Bonnie knew she was special. It was only confirmed when her began telling her the history of her family and ancestors and began helping her in the areas of her magic where her educators couldn’t. It was because of the fact she happily embraced this about herself did she have a hard time making friends <b>(</b> <i>aside from other things</i> <b>)</b>.</p>
  1147.  
  1148. As she got older, Bonnies magic grew to become very important to her. Although she rarely needs the assistance of her aunts, to this day Bonnie continues to practice her magic to better herself when it comes to her craft more and more. Over the years she has become quite skillful in both the light and dark. While she still has so much to learn, Bonnie knows she is definitely further then where she started.
  1149.  
  1150. <h2>Appearance & Personality.</h2>
  1151.  
  1152. Personality wise, if one were to really study her they’d notice that Bonnie is very different from most women they’ve met. Bonnie is a very free-spirited individual who enjoys the simple things in life. She’s a true mix of light and dark. Currently in her late twenties soon to be in her early thirties, due to her youthful appearance, many always assume she’s younger then what she is. Along with her bright nature there’s also a malevolent side that she tries her best to keep buried. A side that she knows if she strays too far and let engulf her, she’d never recover from. However, if an individual manages to hurt her bad enough, often one will catch a glimpse of that darkness. Having things about her that she doesn’t always wish for everyone to know, Bonnie only lets people see and know the things about her she wants them to.</p>
  1153.  
  1154. Bonnie is a very competitive individual who lives for proving people wrong. Especially when they show signs of doubt when it comes to her ability to do something. Due to her severe stubborn and determined nature, this is without a doubt one of her biggest flaws. No matter how dangerous something maybe, let one express their doubt she’d be able to do it and Bonnie will fight to prove them wrong.</p>
  1155.  
  1156. Out of all her siblings, Bonnie is definitely the witchiest. From her style, all the way down to her way of living. Like her sister Brittney, Bonnie also has a love for nature only her love is known to be much deeper. All living things does she have an appreciation for and have a way of seeing the beauty in. Everything ranging from creatures that walk on two legs to four.</p>
  1157.  
  1158. Annis MacBàine <b>(</b> <i>mastered benevolent white magic</i> <b>)</b> and Proinséas Ciarán <b>(</b> <i>who was a very powerful, corruptive, and dangerous warlock who practiced very destructive, malevolent Black or Dark Magic</i> <b>)</b> were two of Bonnies most powerful ancestors on her father’s side. Ancestors who passed their magic onto their descendant’s. Skipping her siblings, Bonnie is the one who inherited both making her the most powerful witch in her family and one of the most powerful beings in the supernatural community. Because in a way she’s afraid of herself, Bonnie doesn’t like to acknowledge this. However, due to all of the magic that runs through her veins, to keep from being overloaded with it she will use it from time to time.</p>
  1159.  
  1160. Psychically she is a very beautiful and attractive woman. She has an “ethereal” beauty with an air of feminine mystery. Bonnie has a very soulful and magic beauty and is almost uniformly feminine. In which she possesses somewhat of a fragile and enigmatic aura. Bonnie has soft and gentle facial features and she has somewhat of a delicate appearance. There is also something dreamy about her psychical appearance. Bonnie stands at a height between 4'11 – 5’1 making her shorter than the average young woman her age.
  1161.  
  1162. Her hair is long, thick and curly. Even longer when straightened. Born a red head, she keeps it dyed a shade of chestnut brown. However, unable to hide her natural shade completely some red can still be seen. She has dreamy green eyes with a hint of gold that often turn grey when she has premonitions. From her left eye, across the bridge of her nose to her right, if one looked at her close enough they would see her trail of freckles . Bonnie is very aware of her beauty but isn’t one to speak on it much <b>(</b> <i>if at all</i> <b>)</b>. Always the chubbiest out of her peers and siblings, thanks to her many years of dance, Bonnie has a toned curvy figure.</p>
  1163.  
  1164. While she’s clueless about the real whereabouts of her parents and her royal status, Bonnie is the only one who has ever come the closest to seeing her Kingdom and home realm. Through visions and dreams she has seen more than any of her siblings have. Many of which she has turned into art pieces. Although she brushes the visions off as mere dreams, deep down something within her makes her feel as if there’s more behind them that she’d ever know.</p>
  1165.  
  1166. </div></div>
  1167.  
  1168. <div class="links_list">
  1169. <p class="links_head">Sjofn.</p>
  1170. <div class="links_body">
  1171.  
  1172. <h1>Goddess of Love.</h1>
  1173.  
  1174. <a href="/tagged/;;%20sjofn%20visage"><img src="https://78.media.tumblr.com/f24c63bffaf5418c84078e9dd8048c13/tumblr_inline_p1lkjp8dRy1vu5dzt_540.jpg"></a></p>
  1175.  
  1176. Sjofn is, like her sister Freyja, a love goddess. Her main role in Asgard was to get men and women to fall in love and be in love. To fulfil her role she uses many different methods, one is a magical brew she serves her many guests.</p>
  1177.  
  1178. When it comes to her personality Sjofn is wise in her own way. She is very social and enjoys meeting new people. Especially those looking to be or are newly in love. Sjofn is the adoptive mother of Bridget. With her she lives in the United Kingdom with the rest of her family.
  1179. </p>
  1180.  
  1181. </div></div>
  1182.  
  1183. <div class="links_list">
  1184. <p class="links_head">Freyja.</p>
  1185. <div class="links_body">
  1186.  
  1187. <h1>The Valkyrie Queen.</h1>
  1188.  
  1189. <a href="/tagged/;;%20freyja%20visage"><img src="https://78.media.tumblr.com/2c21137c2893dd171f6e60a350e652b0/tumblr_p1wwjwVm451wlpb0go2_250.gif"></a></p>
  1190.  
  1191. <i>Freyja is the Norse Goddess of Death, War, Love, Fertility, Beauty, Sex, Sorcery and Wealth. As the girls ancestor on the maternal side</i> <b>(</b> <i>via their gramps</i> <b>)</b><i>, when war broke out within their home realm, it was she who was called to take them away and look after them.</i> </p>
  1192.  
  1193. <b>Name:</b> Freyja Njordrottir</br>
  1194. <b>Species:</b> Norse Goddess</br>
  1195. <b>Age:</b> Ancient</br>
  1196. <b>Location:</b> United Kingdom</p>
  1197.  
  1198. <h2>History.</h2>
  1199.  
  1200. Back in the old days of Asgard, Freyja Goddess of love, beauty, death, fertility, war, wealth, divination and magic was a beautiful woman born when the universe was still very young. Among her lived mystical creatures one could only imagine as well as other powerful entities; The Gods. Along with her sister Sjofn, twin brother Freyr, Freyja was born to the all mother Frigga and Njord, God of the sea and wealth. She also has a adopted sister Lofn.</p>
  1201.  
  1202. Beautiful, blue-eyed and golden-haired, Freyja was the most desirable woman in the Nine Realms. She always wore Brisingamen, a wonderful necklace made from gold and amber that she received from dwarves. She had left a bit late from her friends house to start home. The sun set, and it began to snow. Soon she was becoming disoriented and frost-bitten. Luckily she was found by four dwarves who rescued her and took her to their home.</p>
  1203.  
  1204. She volunteered to pay them for their hospitality and the four dwarves cheerfully agreed, saying that they would like to be repaid by having her sleep with each of them for one night. Freyja wasn’t at all interested and promptly declined. Until She saw the incredibly beautiful necklace that they had just made.</p>
  1205.  
  1206. She had to have it and offered to return after the storm and pay for it in gold. They may have been dwarves, but they weren’t stupid and told her it was not for sale at any price, but countered with an offer that they would be delighted to simply give it to her if she were willing to pay their price for her room and board during the storm. So she did.</p>
  1207.  
  1208. When Freyja returned home after the storm subsided, she was wearing the stunning necklace of desire. For a while it was a mystery to the other Gods and Goddess how she gained possession of such jewelry but it wasn’t long until their curious minds were put at ease.</p>
  1209.  
  1210. The goddess Freyja’s passions were abundant, vigorous, and unrestrained.</p>
  1211.  
  1212. She was often depicted riding her golden chariot through the skies, the chariot pulled by two large blue cats who were a gift from the Norse god Thor.</p>
  1213.  
  1214. Freyja chastised Thor soundly one morning for awakening her from her beauty sleep with his boisterous and noisy preparations to “go fishing” for a sea dragon. While he was on the way to his fishing spot, Thor kept hearing lovely song-like noises that seemed to be lulling him to sleep.</p>
  1215.  
  1216. Stopping to investigate the source of the odd sounds, he found them coming from a nest of mewing blue kittens being tended by a tomcat. The sound that Thor had heard was the male cat singing to the kittens, “Sleep, sleep, my dear little ones”.</p>
  1217.  
  1218. Thor suggested <b>(</b> <i>in forceful terms</i> <b>)</b> that the cat stop singing the lullaby and the cat sassed him back, suggesting that Thor had no idea how difficult it was for a single-parent male to rear his children and asking if he knew any women who would be willing to take them in.</p>
  1219.  
  1220. Immediately Freyja came to mind, and Thor agreed to take them to her. Like all cats, this one was not quick to show appreciation and added that, being blue, they were very unique cats and deserved an especially fine home. Thor took offense at the comment and thundered back at the cat who, not the least impressed, bared his claws and then turned into a bird and flew away.</p>
  1221.  
  1222. Kindly Freyja was enchanted with Thor’s present and did the kittens honor by letting them accompany her on her daily rounds across the sky.</p>
  1223.  
  1224. As leader of the Valkyries, she had considerable power. She had the right to claim half the souls of the bravest warriors who died in battle. Actually going onto the battlefield, after each battle she would gather them up and take them back with her to spend the after-life in her home in her own hall in Folkvang for perpetual rest and recreation.</p>
  1225.  
  1226. A sweet and generous woman, she always invited their wives or lovers to come and live with them. The other half of the heroic warriors, who belonged to Odin, would be gathered up by the Valkyries and taken to Valhalla where they were able to live in comfort and honor. She was also called upon to comfort those who were dying, to ease their transition into Valhalla , serving as a guide and companion on the journey to Valhalla for many Viking heroes who had died nobly. When Freyja and the Valkyries rode forth on their missions, their armor caused the eerily beautiful flickering light.</p>
  1227.  
  1228. Freyja was also known for her appreciation of romantic music and stunning floral arrangements, that was her softer side. On top of that she taught magic to the Aesir, Odin in particular. Freyjas magic was termed Seidr - a type of trance magic whose fully realized forms include shape shifting and astral projection. She herself had a falcon cloak which allowed any who wears it to become a bird. Many times she would find her cloak missing, only to find later that Loki had taken it.</p>
  1229.  
  1230. Like her brother, Freyr, Freyja had a terrible temper, and again like Freyr, she had to be restrained from seeking revenge upon Loki for the murder of Balder. Her relationship with the trickster was one that most would describe as entertainingly terrible. Those who were smart knew not to cross her fore knowing the wrath they would have to face. However, that never stopped the trickster from testing the goddess.
  1231.  
  1232. Freyja loved all things that give pleasure, she indulged in love, romance and lovemaking - always walking in harmony and beauty. Her power brought men and women together to create new life, and she is the gentle goddess who ends life in order to perpetuate the circle of life with love and trust.</p>
  1233.  
  1234. After the finial battle of Ragnarok, Freyja perished with many others including Odin and Loki. However, it was the work of magic that caused her <b>(</b> <i>and possible others</i> <b>)</b> to return to the land of the living.</p>
  1235.  
  1236. <h2>Appearance & Personality.</h2>
  1237.  
  1238. Despite her change in appearance, even today Freyja continues to be described as the beautiful Asgardian goddess she always were. She can be seen as a golden-haired woman who stands at a height of 5’8, with a voluptuous figure. Although living throughout many centuries, despite her young like appearance, today in age Freyja can be seen as a woman in her middle forties.</p>
  1239.  
  1240. She has an intriguing eye color which is described as a deep, dark blue almost violet. Her eyes also have flecks of gold in them; they occasionally become more prominent almost completely gold when she has premonitions. She has golden blonde hair with hints of grey that is very long and thick. Due to this she always keeps it up or neatly braided.</p>
  1241.  
  1242. Freyja is one woman who has a mind of her own and rarely can be swayed by others. That is when they don’t possess anything of interest to her. She isn’t apologetic about anything. She is seductive and flirtatious, always knowing just what to do in order to get what she wants. The word “no” doesn’t exist in her world.</p>
  1243.  
  1244. The biggest mistake one often makes when it comes to her is they only concentrate on the fact that she’s the goddess of love, causing them to forget that she is in fact much more then that. Also being the goddess war and death Freyja also has various negative traits. She has a very bad temper as well as can be dangerously vengeful. She isn’t one who forgives easily nor is she one who ever forgets. On top of that she is highly stubborn.</p>
  1245.  
  1246. Despite that all, if one were to look past each of those layers they would see the gentle woman she truly is within. After many centuries residing within the countryside of Denmark, it wasn’t until sometime in the 21st century was she called to take in and care for the offspring of her descendants. With the four girls and her sister Lofn, Freyja took them to safety to one of her private estates in England where with them, she continues to reside today.</p>
  1247.  
  1248. </div></div>
  1249.  
  1250. <div class="links_list">
  1251. <p class="links_head">Lofn.</p>
  1252. <div class="links_body">
  1253.  
  1254. <h1>The Gentle Goddess.</h1>
  1255.  
  1256. <a href="/tagged/;;%20lofn%20visage"><img src="https://78.media.tumblr.com/39d692d7751c3eb6bb6c7eef9b4af6c5/tumblr_inline_ozhotmws111vp716e_540.jpg"></a></p>
  1257.  
  1258. <i>Lofn is the Norse Goddess of Forbidden Loves and Games. She is the youngest sister of Freyja and the rest of her siblings. When hearing that Freyja would be looking after the girls, knowing there was no way she would have been able to do it alone, Lofn packed her things and joined her older sibling in Midgard.</i></p>
  1259.  
  1260. <b>Name:</b> Lofn Njordrottir</br>
  1261. <b>Species:</b> Norse Goddess</br>
  1262. <b>Age:</b> Unknown</br>
  1263. <b>Location:</b> United Kingdom</p>
  1264.  
  1265. <h2>History.</h2>
  1266.  
  1267. Lofn <b>(</b> <i>pronounced lo-ven</i> <b>)</b> is the youngest daughter of the all mother Frigga and Njord, God of the seas and winds. As a new born, after her parents were slain by jotunn, the small goddess was taken in and raised by the other deities. She is the Goddess of Forbidden Love, Lovers and Marriage. She was often described as gentle in manner and as an arranger in marriages, even when they had been forbidden.</p>
  1268.  
  1269. Her name means “permission”, and she was invoked to get rid of shame around one’s forbidden desires. She also facilitated lovers in coming together, and protected them from the wrath of others. While she may not change the minds of the disapproving, she helped star-crossed lovers find a way to be together safely and create their own hearth where the vision is more tolerant.</p>
  1270.  
  1271. Life back in Asgard was all well for the Goddess. When she wasn’t off on some personal task, she was often found tending to her duties of the love goddess she was born. Lofn was the ceremony that makes fun happen for adults.</p>
  1272.  
  1273. The men of Asgard <b>(</b> <i>and some of the women</i> <b>)</b> liked contests of prowess, strength and skill, and so she organized those for them, praising each participant for their exploit whether they won or not. As for trophies, Asgardians generally preferred prizes of the edible sort over medals and statues, so she made sure someone with good cooking skills prepared special reward dishes.</p>
  1274.  
  1275. When Lofn cooked for herself it was generally a quick and dirty affair so she could get back to whatever she was planning, but for others she liked to make foods that were a work of art such that it’s almost a shame to eat them.</p>
  1276.  
  1277. Unlike the rest of her siblings Lofn didn’t engage in many battles or chaos. At least not when it wasn’t necessary for her to. Instead she was one of the few who tried her best to prevent it. After the final war had finished Lofn was one of the few survivors. For a long time, she mourned her sibling’s death. With her mother and father Lofn stayed with. It wasn’t until they left their home of Asgard did the goddess find her siblings and few others who have perished back from the dead.</p>
  1278.  
  1279. Life on Midgard hasn’t always been the best for the goddess. Throughout her life in the mortal realm she has dealt with quite a few hardships. All ranging from abuse both psychically and mentally to the loss of loved ones. It is because of this is she so protected by her siblings, mainly Freyja. Despite her not so bright history , Lofn always remained herself not allowing it to effect her or who she was.</p>
  1280.  
  1281. <h2>Appearance & Personality.</h2>
  1282.  
  1283. When it comes to her appearance she is quite different then the rest of her siblings. She can be seen as a young woman around her early thirties with a athletic figure who stands just a few inches shorter than her older sister Freyja. Her eyes resemble the shade of emeralds. She has long, soft, loosely curled dark brown hair that stops just past her shoulders while her skin is smooth and very soft to the touch.</p>
  1284.  
  1285. Lofn continues to be gentle in nature and mild mannered. She is curious, compassionate, enthusiastic, inquisitive, adventurous and often honest to a fault. She enjoys the company of others and seeing people happy. Though she is more reserved then the rest of her siblings she is the most social and friendliest. She enjoys meeting others and listening to them share about themselves. Even today she continues her duties as the goddess she were born to be.</p>
  1286.  
  1287. She is a woman of many hobbies. When she isn’t busy with those who desire her attention, she can often be found at home baking a new treat or few or doing her best keeping the children of the house entertained and out o trouble. On occasion, you might even find her a part of a protest or few. She loves games of all sorts and creating them. When Lofn is around boredom is never a thing for back in Asgard when one was bored, it was always Lofn they would call.</p>
  1288.  
  1289. Today, Lofn resides on Midgard with her sister Freyja and her descendants. Knowing how much danger their lives are in, Lofn spends every day making sure they remain out of harms reach. Despite how hard they occasionally like to make it for she and her sister.</p>
  1290.  
  1291. </div></div>
  1292.  
  1293. <div class="links_list">
  1294. <p class="links_head">Breanna.</p>
  1295. <div class="links_body">
  1296.  
  1297. <h1>The Eldest Princess.</h1>
  1298.  
  1299. <img src='https://78.media.tumblr.com/5f14e2b2952df8841ab173d716b495a2/tumblr_inline_ozhotsYEIk1vp716e_540.jpg'></p>
  1300.  
  1301. <i>Breanna is the eldest of her siblings. She is currently married as well as a mother of two. Unlike her sisters Breanna is just a witch. She’s also a werewolf</i> <b>(</b> <i>the alpha female of her pack</i> <b>)</b>.
  1302. </p>
  1303.  
  1304. <b>Name:</b> Breanna Rose Bennett-Siciliano <b>(</b> <i>Nee Bennett-McCullough</i> <b>)</b></br>
  1305. <b>Species:</b> Werewolf/Witch</br>
  1306. <b>Age:</b> 39</br>
  1307. <b>Location:</b> United Kingdom</p>
  1308.  
  1309. <h2>History.</h2>
  1310.  
  1311. Her Royal Highness, Princess Breanna Rose Bennett-Siciliano <b>(</b> <i>nee Bennett-McCullough</i> <b>)</b> is the eldest daughter of Her Majesty Constance Renee Bennett-McCullough and His Majesty Michael Warren McCullough. She was born on November 10th, 1978 in the kingdom of Aesaniel, within the realm of Eowigorwen. Growing up, Breanna had a good childhood. She had friends who cared about and respected her as well as a family who loved and protected her.</p>
  1312.  
  1313. Due to an enemy declaring war on their kingdom, just a few days after her younger sisters birth, for their safety, Breanna and her siblings were sent away from their home and made to live with their ancestors Freyja and Lofn in the mortal realm. There they were bought to grow and be protected from those who tried to cause them any harm. To ease their curious minds, the goddesses removed bits of she and her siblings memories of their home, leaving them with false ones in their place.</p>
  1314.  
  1315. As she grew, Breanna attended school and helped her “aunts” guide her younger siblings the best she knew how. Although she had caretakers, Breanna gained an early sense of independence allowing her to rely on the goddesses less and less. There wasn’t much from them, if anything, she asked for. Wanting them to focus on her siblings as much as they could, to make things easier for them, there were certain chores she took upon herself to complete. Such as making sure dinner was cooked each evening and other things.</p>
  1316.  
  1317. Even when she had a life and family of her own Breanna made sure that her family continued to be looked after. After graduating highschool, Breanna married and started a family with her soulmate Zander. An original werewolf who was an heir and alpha of the Original Pack. Years later after losing her pack to a group of man-made vampires, Breanna packed her things and relocated with her husband and their two children Caleb and Chloe back home to be with her family where they reside today.</p>
  1318.  
  1319. Unlike Bonnie, Breanna is not a powerful witch but instead a witch/werewolf hybrid. After being spiritually bonded and creating life with a trigged werewolf, that caused her to turn into one as well. Due to an anklet that Freyja enchanted for her, full moons are no longer an issue for her allowing her to help her children when time calls for her to each month. Although she is not as powerful as her sister Bonnie, Breanna is powerful enough and is more then capable of protecting herself from anyone who dares to pose a threat to her or her family.</p>
  1320.  
  1321. <h2>Appearance & Personality.</h2>
  1322.  
  1323. Breanna in her human form is about the average height for a woman her age <b>(</b> <i>5’5</i> <b>)</b>. She and her sister Brooke are identical twins. Her hair is long and dark, naturally curly and can often be seen worn down or braided. Her eyes are grey in colouring and turn a shade of cerulean blue whenever she shifts into her wolf form. Although it used to be, thanks to her “aunts”, shifting is no longer an issue for her. She can shift at her own will and with little to no pain.</p>
  1324.  
  1325. When in her wolf form Breanna is nearly a completely different being. Not just physically but mentally. Especially during full moons. While she’s able to remember most things that goes on, half the time there’s a chunk that she fails to which often is dangerous. As a member of the Original Pack, when in her wolf form Breanna is way larger than the average werewolf (think wargs from the hobbit). Her coat is a mix of light and dark brown in colouring while her eyes change from their natural grey shade to to a dark deep blue. Because of her change of species, although she partially is still a witch, Breanna identifies herself more as a wolf. Unlike Bonnie’s, her magic isn’t as strong and there’s only so much she can do.</p>
  1326.  
  1327. Personality wise, Breanna is very independent. She hates asking for help from anyone and won’t unless it’s necessary for her to. While she’s a kind person at heart Breanna is one not to wear her heart on her sleeve. Thus, often making her come off as cold and unwelcoming. This isn’t because she doesn’t want to be but out of protection for herself. When it comes to friends Breanna doesn’t have many, a close group of four she has and is very okay with that. While she’s loyal and would do anything for them, at the end of the day no one comes before her children or family. There’s nothing she won’t do to ensure the safety of her loved ones. Although she has light memories of her childhood, Breanna isn’t aware of her royal status. Infact, she nor any of her siblings are.</p>
  1328.  
  1329. </div></div>
  1330.  
  1331. <div class="links_list">
  1332. <p class="links_head">Brooke.</p>
  1333. <div class="links_body">
  1334.  
  1335. <h1>The Gentle Princess.</h1>
  1336.  
  1337. <a href="/tagged/;;%20brooke%20visage">><img src="https://78.media.tumblr.com/156c92e41a991dad715c820ed84eb46a/tumblr_inline_p0emllHfaW1vp716e_540.jpg"></a></p>
  1338.  
  1339. <i>Brooke is the second eldest of her siblings and the weakest. Personality wise she is a loving individual who cares for all of those around her. She is a widow who’s the mother of two. Her assigned valkryie is Þrima. </i></p>
  1340.  
  1341. <b>Name:</b> Brooke Patricia Bennett-McCullough</br>
  1342. <b>Species:</b> Witch</br>
  1343. <b>Age:</b> 39</br>
  1344. <b>Location</b> United Kingdom</p>
  1345.  
  1346. <h2>History.</h2>
  1347.  
  1348. Her Royal Highness, Princess Brooke Patricia Bennett-McCullough is the (identical) twin sister of Princess Breanna Rose Bennett-Siciliano ( nee Bennett-McCullough) and the second eldest daughter of Her Majesty, Constance Renee Bennett-McCullough and His Majesty Michael Warren McCullough. Like her sister Breanna, Brooke was born on November 10th, 1978 in the mythical kingdom of Aesaniel, within the realm of Eowigorwen.</p>
  1349.  
  1350. Because she was diagnosed with diabetes at a young age, Brookes childhood wasn’t the easiest. For a long time, it was a struggle for her to control it. However, eventually she was able to do so. Even during the times she were at her worst her spirit remained high. While many thought it was bound to slow her down from living her life, Brooke spent each day living her life proving them all wrong.</p>
  1351.  
  1352. When she learned that she was going to have not one but two little sisters, Brooke was ecstatic. Although she loved her brother, deep down she hoped a long time for a little sister. When their mother was tired, with Breanna, Brooke helped to make sure her siblings were looked after and taken care of while she rested. When she was sent to live with her “relatives” along with her siblings, knowing there had to be a good reason for their parents to send them away, Brooke thought nothing of it and quickly adjusted to her new home among the mortals.</p>
  1353.  
  1354. <h2>Apperance & Personality.</h2>
  1355.  
  1356. Despite being the identical twin of Breanna, it is still very easy to tell the two sisters apart. Standing at 5’5, Brooke is of average height for a woman her age. Slimmer during her younger years, as time went on and after becoming a mother, when it comes to her figure, just as most of the women in her family, Brooke is on the curvy side. Her complexion is best described as golden brown, possibly a shade slightly lighter than her younger sister Bonnie. Her eyes are grey while her hair is long, stopping just past her shoulders. Dark brown in colouring. When it comes to distinguishing features, she has a single tattoo on the back of her neck <b>(</b> <i>her first initial</i> <b>)</b> as well as a beauty mark just below her left eye.</p>
  1357.  
  1358. Personality wise Brooke is known to be the kindest out of her siblings. She’s very loving and compassionate in nature. Widowed and a mother of two, her children are her world. As a full Bennett witch, Brooke is very knowledgeable of her magic and often spends her time studying and learning even more about it. Each of her siblings she is very close to. There is nothing she wouldn’t do for them. After losing her husband in a tragic accident, Brooke returned home with her family who she resides with today.</p>
  1359.  
  1360. <h2>Illnesses</h2>
  1361.  
  1362. Brooke suffers from quite a bit. Type 1 Diabetes, Fibromyalgia and CJD <b>(</b> i>Creutzfeldt-Jakob Disease <b>)</b>. Brooke was diagnosed with type 1 diabetes at a young age and because she was, her childhood wasn’t quite like her sisters. She was always limited and watched over. When it came to controlling it, there were some rough patches at first but over time things got better. Today she does watch her diet and continue to take insulin on the daily basis.</p>
  1363.  
  1364. Fibromyalgia is a disorder that causes widespread muscle pain, fatigue, sleep, memory and mood issues. Brooke was diagnosed with this when she was twenty-five. Finding her too young to have the disorder, her doctors ran many tests before finally diagnosing her. Despite her cheery disposition she continues to hold, this affects Brooke a lot. So much that there are some days she’s in too much pain to get out of bed. Especially when the weather is bad. Her most painful areas are her muscles, abdomen and back. She’s very sensitive to the cold. It’s because of this is her room the warmest of the whole Bennett residence. Due to the various medications prescribed for her no longer working for her, there is a remedy that Freyja makes for her that helps with her pain. It’s an herbal tea that the goddess makes just for her that she drinks four times a day. This is a disorder that cannot be cured but can be helped and keeping her comfortable is what her family tries to do. It’s always their main goal.
  1365. </p>
  1366.  
  1367. CJD is a degenerative brain disorder that leads to dementia and death. It is a very rare brain disorder. One that she unfortunately was diagnosed with when she was thirty. The most common symptoms for her are apathy, anxiety, blurred vision, hallucination and amnesia. There are days Brooke can say one thing then completely forget she even said it. When it comes to doing things as well. This disorder does have a way of affecting her personality as well, occasionally making her seem a little out of character. After a few months, many people were known to lasps into a coma, but with the help of her family keeping the symptoms down to a minimum, she was fortunate to avoid doing so although she had one close call. This is another disorder of hers that cannot be cured.</p>
  1368.  
  1369. Despite everything she has going on with her, Brooke continues to stay strong and not allow things to get the best of her. Her disorders do affect her magic which is why she hardly uses it and when she does, it comes from her wand. Brooke can be a bit secretive when it comes to her pain. Even when she’s hurting the worse one will never truly know because if asked if she’s okay, she’ll still give her brightest smile and say she’s okay. Knowing she could have it worse, Brooke isn’t one to complain and because she isn’t is why her family is so protective of her. Although she hardly has little to any memory of her childhood or knowledge of her royal status, Brooke does often get the feeling as if she’s out of place. A feeling that she often ignores and brushes off as anxiety.</p>
  1370.  
  1371. </div></div>
  1372.  
  1373. <div class="links_list">
  1374. <p class="links_head">Benjamin.</p>
  1375. <div class="links_body">
  1376.  
  1377. <h1>The Loyal Prince.</h1>
  1378.  
  1379. <a href="/tagged/;;%20benjamin%20visage"><img src="https://78.media.tumblr.com/4dd592f8e8c76ccafd1a43aad3cf19c9/tumblr_inline_p0emlbY4y51vp716e_540.jpg"></a></p>
  1380.  
  1381. <i>Benjamin is the third eldest of his siblings. Although a warlock, he isn't one to use his magic unless necessary. He is logical, charming and reliable.
  1382. </i></p>
  1383.  
  1384. <b>Name:</b> Benjamin Thaddeus Phillip Bennett McCullough</br>
  1385. <b>Species:</b> Warlock</br>
  1386. <b>Age:</b> 36</br>
  1387. <b>Location:</b> United Kingdom</p>
  1388.  
  1389. <h2>History.</h2>
  1390.  
  1391. His Royal Highness, Prince Benjamin Thaddeus Phillip Bennett McCullough is the third born of Her Majesty Constance Renee Bennett McCullough and His Majesty Michael Warren McCullough. He was born on July 18th, 1980 in the kingdom of Aesaniel, within the realm of Eowigorwen. Due to law stating that only the male of each generation is eligible to inherit the throne, at his young age Benjamin had a very busy life.</p>
  1392.  
  1393. When Benjamin was seven, it was then did he find himself the big brother of two little sisters. Finding their family big enough, the young Prince didn’t understand why his parents needed to give him more siblings. But as the tiny princesses grew on him, he became more accepting of them and eventually loved them just as much as those around him did.</p>
  1394.  
  1395. When it was explained to him that he and his sisters would have to leave their home due to the war that was declared upon his family’s kingdom, Benjamin was very angry and displeased. He didn’t believe he belonged anywhere else but by his parents’ side, helping defend their home. As his mother prepared him for his journey to the mortal realm she made Benjamin promise her two things. That he would always protect his sisters and always remember that she loved him. And he did.</p>
  1396.  
  1397. Although his memories of his kingdom were taken from him, Benjamin still held onto that promise he made his mother. As the years went on, although Ben socialized and lived his life as a normal young man would, he made sure that no one came before his siblings and looked after them just as he promised he would.</p>
  1398.  
  1399. The older he got, the more responsibilities Benjamin took on. After he finished and graduated college, although his career options were limitless, Ben decided to opt for a career a little closer to home. With his brother in law Zander, Ben works as a detective for the supernatural.</p>
  1400.  
  1401. <h2>Appearance & Personality.</h2>
  1402.  
  1403. Standing at a height of 6’2, it is safe to say that Benjamin is the tallest of his siblings. His complexion is just a shade lighter than his elder sisters Breanna and Brooke while a shade darker than his younger sister Brittney. His hair is dark brown in colouring and is always neatly cut short. His eyes are light blue and can often appear to be as grey as his sister Breanna’s. With a muscular build, Ben is very naturally strong.</p>
  1404.  
  1405. When it comes to his personality, Benjemin first and foremost is very loyal to his family. Not a single member does anyone ever come before. Especially none of his siblongs. When it comes to trust, Ben isn’t one to freely give it to people. At the same time however, he isn’t as cold as his eldest sibling either. He’s one who waits for an individual to show their true colours before laying any judgement upon them.</p>
  1406.  
  1407. Although a warlock, Ben isn’t one to use his magic often. The only time he will truly do so is if his assistance is needed with some sort of spell. Otherwise, he’s known to live his days as if he didn’t have them. While he may seem as if he’s all work and no play, Ben is far from it. In his free time when he has any, he enjoys working in his woodshop or on one of his old cars. Having a love for classic cars, he’s known for buying and restoring them.</p>
  1408.  
  1409. </div></div>
  1410.  
  1411. <div class="links_list">
  1412. <p class="links_head">Brittney.</p>
  1413. <div class="links_body">
  1414.  
  1415. <h1>The Modern Princess.</h1>
  1416.  
  1417. <img src="https://78.media.tumblr.com/485a5a29be6285f5e313ec48db382d14/tumblr_inline_p3lyf6Hc0C1vwxc5w_540.jpg"></p>
  1418.  
  1419. <i>Brittney is the fraternal twin sister of Bonnie and older by eight minutes. She’s a full witch and although not as powerful as her sister Bonnie, she’s far from weak. Her assigned valkryie is kára. </i></p>
  1420.  
  1421. <b>Name:</b> Brittney Marie Bennett-McCullough</br>
  1422. <b>Species:</b> Witch</br>
  1423. <b>Age:</b> 29</br>
  1424. <b>Location:</b> United Kingdom</p>
  1425.  
  1426. <h2>History.</h2>
  1427.  
  1428.  
  1429. Her Royal Highness, Princess Brittney Marie Bennett-McCullough is the fraternal twin and sister of Princess Bonnie May Elizabeth Bennett-McCullough. Brittney was born on August 5th, 1988 in the Kingdom of Aesaniel. Unlike Bonnie, because a lot of Brittney’s magic comes from her maternal side, Brittney isn’t as powerful as her sister but not that much less. Due to being eight minutes older then Bonnie, that makes her the fourth born of Her Royal Majesty Constance Renee Bennett-McCullough and His Royal Majesty Michael Warren McCullough.</p>
  1430.  
  1431. Thanks to her ancestor Freyja, Brittney’s childhood in the mortal world was very much so a privileged one. Both she and her sister Bonnie were very spoiled growing up. Unlike her younger sibling, Brittney was the one to show it the most. As she got older however, that specific trait had a way of dying down. While today she shows signs of being on the materialistic side, it’s not as much as it once use to be.</p>
  1432.  
  1433. <h2>Appearance & Personality.</h2>
  1434.  
  1435. Personality wise Brittney is captivating, goal-oriented and confident. Quite spoiled by her aunts growing up ( Freyja the most), there are times she can be on the materialistic side. She does enjoy the finer things in life but at her own expense. Brittney shares the same enchanting aura as Bonnie that has a way of drawling people to her and getting her various forms of unwanted attention. Although she may seem as if she does, Brittney isn’t one who feels the need to be the center of attention. If she is caught in the middle of being so, she can often be found removing herself from it psychically or putting it on someone else.</p>
  1436.  
  1437. Brittney is very aware of her beauty and isn’t afraid to make it known. While she isn’t narcissistic or conceited, she can on occasion show traits of being so. When one first gets to know her, this is one thing that takes getting use to when being around her.</p>
  1438.  
  1439. Brittney loves fashion. Design is the main of her many talents. One that unfortunately she didn’t go to school for. She does put it to use however at home where she makes many pieces of her own clothing as well as a few things for her family and select friends. After graduating college, with the help of a few close family friends, Brittney managed to get an internship at her favourite magazine company ‘Teen Witch’ where she works today as a Fashion Assistant.</p>
  1440.  
  1441. Contrary to popular belief, Brittney loves nature and everything about it. She has a very soft spot for animals. She is a firm believer that their lives are just as important as humans. When she isn’t working there are times she can be found volunteering at the local animal shelter, either taking care of the animals or striving to find them new homes. That is the ones she doesn’t adopt herself. It isn’t rare for her to come home with a new pet. Stray or not.</p>
  1442.  
  1443. When it comes to her siblings, Brittney is quite close to them despite the fact they can occasionally drive her crazy. Brittney looks up to her elder sisters greatly. Especially Breanna. And although they bicker quite a bit, she’s very protective of her sister Bonnie. When it comes to her twin, no one is allowed to pick on her but her.</p>
  1444.  
  1445. Brittney is far from being aware of the royal blood that runs through her veins. While she naturally believes her family is above all others in the supernatural community, Brittney has no idea how true that belief of hers really is. At least not yet anyway.</p>
  1446.  
  1447. </div></div>
  1448.  
  1449. <div class="links_list">
  1450. <p class="links_head">Bridget.</p>
  1451. <div class="links_body">
  1452.  
  1453. <h1>The Youngest Princess.</h1>
  1454.  
  1455. <a href="/tagged/;;%20bridget%20visage"><img src="https://78.media.tumblr.com/6ff80ebe52ff5783735d934e235c2b67/tumblr_inline_p1myhj4dzb1vu5dzt_540.jpg"></a></p>
  1456.  
  1457. <i>Bridget is the sixth born and the youngest of her siblings. She is a full witch who is very much intune with her magic.
  1458. </i></p>
  1459.  
  1460. <b>Name:</b> Bridget Moira Bennett-McCullough</br>
  1461. <b>Species:</b> Witch</br>
  1462. <b>Age:</b> 25</br>
  1463. <b>Location:</b> United Kingdom</p>
  1464.  
  1465. <h2>History.</h2>
  1466.  
  1467. Her Royal Highness, Princess Bridget Moira Bennett- McCullough was born on July 6th, 1992 to Her Royal Majesty Constance Renee Bennett-McCullough and His Majesty Michael Warren McCullough. Just as her elder siblings, due to the destruction and invasion of their Kingdom, Bridget was sent away elsewhere to be taken to safety. Due to Freyja already having her hands full, out of wanting to respect the Queens wishes for her youngest daughter to be near her elder sisters, Sjofn, the elder sister of Freyja, took Bridget in and raised her as her own.</p>
  1468.  
  1469. Growing up in the mortal realm Bridget had a comfortable childhood. As a little girl, different from her peers, while she had friends Bridget always kept to herself. Unless she was with her bestfriend Margaret or "cousins" that was. Then she would be a completely different little girl.</p>
  1470.  
  1471. Due to the fear of being ridiculed for having abilities none of her mortal peers possessed, Bridget never used her magic in public. In fact, she was so afraid that she often wouldn’t allow her friends or cousins to use theirs either. As she got older however, that fear slowly ceased. Now twenty-five years old, Bridget is much more comfortable with who and what she is.</p>
  1472.  
  1473. <h2>Appearance & Personality.</h2>
  1474.  
  1475. As an individual, Bridget is a mix of both an optimist and pessimist. How she views things depends on how she’s feeling as well as what she’s giving her view on in the first place. Bridget possesses a personality that could be described as relaxed or cool. Unlike her “cousins”, she’s one to take things as they come and act from there. No matter the company, Bridget isn’t one to shy away from being herself. Or speak her mind.</p>
  1476.  
  1477. When it comes to her magic and abilities, Bridget is very in-tune with them. While she doesn’t mind them, she isn’t one to take advantage of her magic unless necessary. Which is any moment she deems fit. Among the many animals one may find in her home would be a red fox. Vixey is Bridgets Patronus and has been with her since she was a little girl.</p>
  1478.  
  1479. Considering beauty is a common gene that runs throughout her family, Bridget shares the same beauty as the rest of her siblings. Standing at a height of 5’5, she is taller than her older sister Bonnie but not as nearly as tall as her older siblings <b>(</b> <i>minus Brittney who’s only an inch taller</i> <b>)</b>. Her hair is a dark chocolate brown in colouring, long and thick. Due to her years of lacrosse, Bridgets figure is on the athletic side. She and Bonnie almost share the same shade of skin tone with Bridget’s being a smidge lighter. Her eyes are almond shaped and greyish green in colouring.</p>
  1480.  
  1481. Just as the rest of her siblings Bridget doesn’t know who or what she truly is, nor has she ever really thought about it. In fact, she’s possibly the only one who hardly to ever thinks about her parents at all. Five days a week Bridget works at the same magazine company <b>(</b> <i>Teen Witch</i> <b>)</b> as Brittney and Meara as head of the Social Media Department.</p>
  1482.  
  1483. </div></div>
  1484.  
  1485. <div class="links_list">
  1486. <p class="links_head">Hnossa.</p>
  1487. <div class="links_body">
  1488.  
  1489. <h1>Goddess of Desire.</h1>
  1490.  
  1491. <a href="/tagged/;;%20hnoss(a)%20visage"><img src="https://78.media.tumblr.com/8d2879bf87164024b08bee6a2bed5275/tumblr_inline_p020h117Hh1vp716e_540.jpg"></a></p>
  1492.  
  1493. Hnossa <b>(</b> <i>Old Norse "treasure"</i> <b>)</b> is the eldest daughter of Freyja and Óðr, and the almost identical sister of Gersemi. She is the goddess of desire and lust. In Gylfaginning it says, "She is so lovely that whatever is beautiful and valuable is called treasure from her name." Some have even translated her name as "jewel" or "gem".</p>
  1494.  
  1495. With her mother, sister Gersemi and relatives she resides. Like her father Hnoss has a very adventurous spirit, causing her to roam around place to place to her mothers disliking. She enjoying meeting new people and being social. Like her mother Freyja she can be quite tough. As the goddess of desire and lust she can give others what and who they want the most. However, she rarely uses her abilities on others. </p>
  1496. </p>
  1497.  
  1498. </div></div>
  1499.  
  1500. <div class="links_list">
  1501. <p class="links_head">Gersemi.</p>
  1502. <div class="links_body">
  1503.  
  1504. <h1>Goddess of Beauty.</h1>
  1505.  
  1506. <a href="/tagged/;;%20gersemi%20visage"><img src="https://78.media.tumblr.com/c7a72de82e62404eaadbd88066ffe54e/tumblr_inline_p3am5kn5Ys1vwxc5w_540.jpg"></a></p>
  1507.  
  1508. Her name <b>(</b> <i>meaning ‘riches’ or ‘treasure’</i> <b>)</b> is used to describe anything precious or lovely. She is the goddess of beauty and the youngest daughter of Freyja and Odr while she is the younger sister of Hnossa but older sister of Federick. Unlike the rest of her family, Gersemi isn't known to get into godly activities. She enjoys keeping to herself and enjoying life as she knows it.</p>
  1509.  
  1510. <p>Gersemi is very old fashioned and mild mannered in personality. She loves and enjoys the finer things of life. Unlike her sister Hnoss she isn’t adventurous but will travel with her from time to time just to make sure she doesn’t get into trouble. Gersemi enjoys classical music and classic literature. She loves horseback riding playing the piano. </p>
  1511.  
  1512. </div></div>
  1513.  
  1514. <div class="links_list">
  1515. <p class="links_head">Zander.</p>
  1516. <div class="links_body">
  1517.  
  1518. <h1>The Original Werewolf.</h1>
  1519.  
  1520. <a href="/tagged/;;%20zander%20visage"><img src="https://78.media.tumblr.com/a45128d30bf60ae85bb21094a7471642/tumblr_inline_ozixk0iets1vp716e_540.jpg"></a></p>
  1521.  
  1522. <i>Zander is the husband of Breanna and father of Chloe and Caleb. He is also one of the remaining survivors of his family, The Original Werewolves. In the United Kingdom he resides with his family where he works as a detective for the supernatural side of the world. </i></p>
  1523.  
  1524. <b>Name:</b> Zander Siciliano</br>
  1525. <b>Species:</b> Werewolf <b>(</b> <i>Alpha</i> <b>)</b></br>
  1526. <b>Age:</b> 40 </br>
  1527. <b>Location:</b> United Kingdom</p>
  1528.  
  1529. <h2>History.</h2>
  1530.  
  1531. Zander Siciliano is the husband of Breanna Bennett- Siciliano and father of Chloe and Caleb Bennett- Siciliano. He is a benevolent werewolf, an Original Werewolf and alpha of his pack <b>(</b> <i>or, once was</i> <b>)</b>. Due to being directly descended from the cavemen who naturally possessed the werewolf gene, his pack along with a few others is considered royalty within the supernatural community.</p>
  1532.  
  1533. Zander and Breanna met when he traveled to the states to locate her. For a long time, he knew his soulmate was out there in the world. And it wasn’t until it was revealed that before he could take his place as alpha he needed a mate did he set out to find her.</p>
  1534.  
  1535. Night after night he’d dream of her, waking each morning disappointed that she had yet to be by his side. While many believed she was only a figment of his imagination, deep in his heart Zander knew she existed. And because he did, he left his home in Siena to set out and search for her.</p>
  1536.  
  1537. With luck on his side, it was the goddess Freyja Zander met first. With the help of the woman, he was easily able to locate Breanna. Due to finding her to be more beautiful then he could’ve ever imagined, it took him a while to approach her. When he did, it was then did he truly find he was right. She was his soulmate.</p>
  1538.  
  1539. After they got married and started their family, for a long-time life was beautiful. That was until one evening during a celebration, his pack was attacked by a group of manmade vampires. With his pack gone and family in danger, Zander along with his wife quickly gathered their children and relocated to England with family where they reside today.</p>
  1540.  
  1541. </div></div> </p>
  1542.  
  1543. <!--- 'The Mains' tab content ends here -->
  1544.  
  1545. </li>
  1546. <li>
  1547.  
  1548. <!--- Contents for 'The Valkyries' tab -->
  1549.  
  1550. <div class="links_list">
  1551. <p class="links_head">Hildr.</p>
  1552. <div class="links_body">
  1553.  
  1554. <h1>"Hilda"</h1>
  1555.  
  1556. <a href="/tagged/℣%20%7C%7C%20visage%20%7C%7C%20hildr"><img src="https://78.media.tumblr.com/b0bdd8e6bedb88ec5e814da4146891b7/tumblr_inline_ozhhcuQbYL1vp716e_540.jpg"></a></p>
  1557.  
  1558. Hildr is not only Freyjas oldest Valkyrie but she’s also her oldest friend. Since their days back in Asgard she has been by the goddesses side. Here in the mortal realm she continues to be. While doing so, over the centuries Hildr has picked up the name Hilda while working as Freyjas personal assistant while doubling as her and her family’s protector with the rest of her sisters.
  1559. </p>
  1560.  
  1561. </div></div>
  1562.  
  1563. <div class="links_list">
  1564. <p class="links_head">Sigrún.</p>
  1565. <div class="links_body">
  1566.  
  1567. <h1>"Sigra"</h1>
  1568.  
  1569. <a href="/tagged/℣%20%7C%7C%20visage%20%7C%7C%20%20sigrún"><img src="https://78.media.tumblr.com/7375d65b10da7912850e2df5070c688c/tumblr_inline_p0wxt8E5Sd1vp716e_540.jpg"></a></p>
  1570.  
  1571. Sigrún <b>(</b> <i>known as Sigra in the mortal world</i> <b>)</b> is Freyjas second in command. Aside from helping her sisters protect the princesses from any and all threats, she’s also in charge of seeing that the younger valkyries stay not only in line but also sharp.
  1572. </p>
  1573.  
  1574. </div></div>
  1575.  
  1576. <div class="links_list">
  1577. <p class="links_head">Sanngriðr.</p>
  1578. <div class="links_body">
  1579.  
  1580. <h1>"Sanna"</h1>
  1581.  
  1582. <a href="/tagged/℣%20%7C%7C%20visage%20%7C%7C%20%20sanngriðr"><img src="https://78.media.tumblr.com/d2dd95d44fc41eb4fc6689217af01ec5/tumblr_inline_ozhhrcbCIg1vp716e_540.jpg"></a></p>
  1583.  
  1584. Out of all of Freyjas Valkyries, Sanngriðr <b>(</b> <i>or Sanna</i> <b>)</b> is without a doubt the one any living soul would not want to cross in anyway. Black hearted to those who aren’t known to her Queen, Sanngriðr is as cold as they come. Due to her tough nature, it is she did the goddess place in charge of making sure that the young Princess <b>(</b> <i>Bonnie</i> <b>)</b> remain untouchable. Despite how much she has grown into the powerful witch she has, Sanngriðr continues to look after Bonnie. All while teaching her everything she needs to know about looking after and protecting herself.
  1585. </p>
  1586.  
  1587. </div></div>
  1588.  
  1589. <div class="links_list">
  1590. <p class="links_head">Bryndul.</p>
  1591. <div class="links_body">
  1592.  
  1593. <h1>"Bryn</h1>
  1594.  
  1595. <a href="/tagged/℣%20%7C%7C%20visage%20%7C%7C%20Bryndul"><img src="https://78.media.tumblr.com/c7264334fa59252ae1b8345fa9904773/tumblr_inline_p0wx1ugCLc1vp716e_540.jpg"></a></p>
  1596.  
  1597. Bryndul <b>(</b> <i>Bryn</i> <b>)</b> is one of Freyjas most skilled Valkyries. Many hours during her days does she spend training, mindset that she has to be not one, not two, but three steps of all and any enemies. She has a sarcastic sense of humor and very quick-witted. Around the residence she can be found, keeping an eye out for threats or anyone in general who has no place in her Queens home.
  1598. </p>
  1599.  
  1600. </div></div>
  1601.  
  1602. <div class="links_list">
  1603. <p class="links_head">Hira.</p>
  1604. <div class="links_body">
  1605.  
  1606. <h1>"Ira"</h1>
  1607.  
  1608. <a href="/tagged/℣%20%7C%7C%20visage%20%7C%7C%20kára"><img src="https://78.media.tumblr.com/e68582eac20c957d93e089587c691963/tumblr_inline_p32ruqHAge1vwxc5w_540.jpg"></a></p>
  1609.  
  1610. Hira is Freyjas wildest and possibly most destructive Valkyrie. She is truly her name sake. There is nothing else she cares about more than destroying those she sees not deserving of life. Although to the princesses she’s fair, there’s no one Hira truly respects, fears or listens to other then Freyja. Because she found their differences could do them some good, Freyja appointed Hira as Brittney’s personal guard. While she finds her annoying, Hira does her best to tolerate the princess just to keep her Queen happy.
  1611. </p>
  1612.  
  1613. </div></div>
  1614.  
  1615. <div class="links_list">
  1616. <p class="links_head">Svala.</p>
  1617. <div class="links_body">
  1618.  
  1619. <h1>"Val"</h1>
  1620.  
  1621. <a href=""><img src="https://78.media.tumblr.com/33b683ccf27d7e374783056d50556a35/tumblr_inline_p32r7o1dcS1vwxc5w_540.jpg"></a></p>
  1622.  
  1623. Svala <b>(</b> <i>Val</i> <b>_</b> is one of Freyjas younger valkryies and possibly her most level headed. Although that about her be true, it is also important to keep in mind that when in time of battle, she can be just as merciless as her sisters. Because she isn’t as intense as the other women of her kind, Svala is in charge of looking after not only Brooke but her children as well.
  1624. </p>
  1625.  
  1626. </div></div> </p>
  1627.  
  1628. <!--- 'The Valkyries' tab content ends here -->
  1629.  
  1630. </li>
  1631. <li>
  1632.  
  1633. <!--- Contents for 'The Royal Court' tab -->
  1634.  
  1635. <div class="links_list">
  1636. <p class="links_head">Var.</p>
  1637. <div class="links_body">
  1638.  
  1639. <h1>Goddess of Oaths.</h1>
  1640.  
  1641. <a href="/tagged/ℳ%20%7C%7C%20minor%20muse%20%7C%7C%20var"><img src="https://78.media.tumblr.com/9c2ccfe3ec1a4d8641df038497b18527/tumblr_inline_ozixj5ElJV1vp716e_540.jpg"></a></p>
  1642.  
  1643. Var is the Norse Goddess of Oaths and Agreements. She is the daughter of the Norse God Foresti and resides in the mortal realm where she works for Freyja as her lawyer. </p>
  1644.  
  1645. </div></div>
  1646.  
  1647. <div class="links_list">
  1648. <p class="links_head">Gná.</p>
  1649. <div class="links_body">
  1650.  
  1651. <h1>Goddess of the Breeze.</h1>
  1652.  
  1653. <a href="/tagged/ℳ%20%7C%7C%20minor%20muse%20%7C%7C%20gna"><img src="https://78.media.tumblr.com/050414094908c0591482ce3fe2c3e309/tumblr_inline_ozixj113Xe1vp716e_540.jpg"></a></p>
  1654.  
  1655. Gná <b>(</b> <i>pronounced NYA</i> <b>)</b> is the Norse Goddess of the breeze. She is one of Frigga‘s handmaidens, and acts as her messenger and scout. Her horse, Hófvarpnir <b>(</b> <i>Hoof-thrower</i> <b>)</b>, is able to run across air and water, carrying Gná to her destinations.</p>
  1656.  
  1657. Today in the mortal word Gna continues to be one of Friggas handmaidens but is more known as her personal assistant among the humans. Personality wise Gna is very organized and mannerly. Having no family of her own she is very close to the ones of the All Mothers. Knowing them since they were mere newborns, she sees Friggas and Njords children as her nieces and nephews.
  1658. </p>
  1659.  
  1660. </div></div>
  1661.  
  1662. <div class="links_list">
  1663. <p class="links_head">Frederick.</p>
  1664. <div class="links_body">
  1665.  
  1666. <h1>Son of Freyja.</h1>
  1667.  
  1668. <a href="/tagged/ℳ%20%7C%7C%20minor%20muse%20%7C%7C%20frederick"><img src="https://78.media.tumblr.com/984493d326d7e30e8eb3b76e18f13fbc/tumblr_inline_p020gm7aHW1vp716e_540.jpg"></a></p>
  1669.  
  1670. Frederick is Freyjas youngest child. His father was a married business man who Freyja had shared a few nights with. Knowing the man had young children of his own, not wishing to destroy his marriage completely, the moment she found out she were pregnant Freyja put an end to their involvement with each other and left. For good.</p>
  1671.  
  1672. Time went by and eventually she had her baby boy and raised him to be the young man he is today. Although she’s protective of all of her children, it is Frederick Freyja is the most protective of. Mainly because of the fact that he is partially human.</p>
  1673.  
  1674. When he was just a year old, she took away his abilities until he was older. On the night of his twenty-eighth birthday is when she set for them to activate. While she doesn’t regret doing that, there are some days she wishes she hadn’t. Especially with as bad as the world is getting.</p>
  1675.  
  1676. But without them he is doing just fine. Frederick plays for the Chicago Cubs. He has a two year old pitbull pup named Kali. He does not know of his father or the fact that he is part warlock. </p>
  1677.  
  1678. ******* selective shipping wise ********</p>
  1679. </p>
  1680.  
  1681. </div></div>
  1682.  
  1683. <div class="links_list">
  1684. <p class="links_head">Elena.</p>
  1685. <div class="links_body">
  1686.  
  1687. <h1>The Earth Guardian.</h1>
  1688.  
  1689. <a href="/tagged/visage%20;;%20elena"><img src="https://78.media.tumblr.com/9af16cba076014bf29577bc943e77aa6/tumblr_inline_p3am5d1IOh1vwxc5w_540.jpg"></a></p>
  1690.  
  1691. Elena is an Earth Guardian who is much older then she appears to be. She is the daughter of Elizabeth Morrow and sister of Katherine Von Swartzchild and Margaret Gilbert. While she takes her job seriously and a guardian of mortal realm, she isn't as uptight as her ancesters in the celestial court. She is the best friend of Breanna Bennett.
  1692. </p>
  1693.  
  1694. </div></div>
  1695.  
  1696. <div class="links_list">
  1697. <p class="links_head">Katherine.</p>
  1698. <div class="links_body">
  1699.  
  1700. <h1>The Unstable Vampire.</h1>
  1701.  
  1702. <a href="/tagged/visage%20;;%20katherine"><img src="https://78.media.tumblr.com/0aa0bd11287d48b4fcadcaef39b82075/tumblr_inline_p3am5gydPj1vwxc5w_540.jpg"></a></p>
  1703.  
  1704. Katherine is the older <b>(</b> <i>half</i> <b>)</b> sister of Elena and Margaret. She is of the Old One know as Klaus, sire line. Due to the abuse she endured from him, Katherine is a very unstable vampire. While she is doing her best attemtping to be a better being, there are times temptation knocks at her door and without a second thought, she gives in.</p>
  1705.  
  1706. </div></div>
  1707.  
  1708. <div class="links_list">
  1709. <p class="links_head">Margaret.</p>
  1710. <div class="links_body">
  1711.  
  1712. <h1>The Little Guardian.</h1>
  1713.  
  1714. <img src="https://78.media.tumblr.com/b156c16df31bf89038050fd278429e89/tumblr_inline_p3am5nQV7D1vwxc5w_540.jpg"></p>
  1715.  
  1716. Margaret is the youngest of both Katherine and Elena. She's currently a Earth Guardian in training. Through with college, she currently works at Teen Witch Magazine as fashion coulmist. Best friend of Bridget Bennett-McCullough, there is ever to hardly a dull moment for the youngest Gilbert.
  1717. </p>
  1718.  
  1719. </div></div>
  1720.  
  1721. <div class="links_list">
  1722. <p class="links_head">Meara.</p>
  1723. <div class="links_body">
  1724.  
  1725. <h1>The Friendly Dragon.</h1>
  1726.  
  1727. <a href="/tagged/ℳ%20%7C%7C%20minor%20muse%20%7C%7C%20meara"><img src="https://78.media.tumblr.com/91799fab69be02fac11a55701418e745/tumblr_inline_ozixkckPP01vp716e_540.jpg"></a></p>
  1728.  
  1729. Meara Arrington. Being the youngest of six, she had a bittersweet childhood. Coming from a family of were-dragons there was never a dull moment within her home. At a young age she were taught by her mother how to control her dragon, eventually giving her the ability to shift when she desired.</p>
  1730.  
  1731. Personality wise she is very curious. Being refrained from socializing with anyone who wasn’t of her kind, she is very curious of the world around her. While she enjoys getting to know others, there are times she can get annoyed with those who show signs of lacking any kind of common sense.</p>
  1732.  
  1733. When in her dragon form, Meara can be seen as a large deep purple dragon with hints of green on her scales. Unlike her father she doesn’t only breath fire but a very toxic chlorine gas. Her kind is very rare. Only when she is threatened will she shift. There are even times when in her human form she scales can still be felt.</p>
  1734.  
  1735. <p> Meara is the bestfriend of Brittney and has been since they were children. Residing by the sea, Meara can always be found in town or out and about with her witch bestie.
  1736. </p>
  1737.  
  1738. </div></div>
  1739.  
  1740. <div class="links_list">
  1741. <p class="links_head">Alexandra.</p>
  1742. <div class="links_body">
  1743.  
  1744. <h1>The Runaway Wolf.</h1>
  1745.  
  1746. <a href="/tagged/ℳ%20%7C%7C%20minor%20muse%20%7C%7C%20alexandra"><img src="https://78.media.tumblr.com/b2baf9bfa6c702df49eccebc59e51413/tumblr_inline_ozixkyxwNH1vp716e_540.jpg"></a></p>
  1747.  
  1748. Alexandra is the twenty-nine-year-old werewolf from a small town in Washington D.C. Growing up with a life that most would dream of having, the young woman couldn’t do anything but dream of the day she would finally be able to be on her own. However due to her packs tradition, when the name of her mate was announced, that dream of hers came tumbling down. </p>
  1749.  
  1750. On her wedding day, her twenty first birthday, it was then did Alex do the only thing she could do. Run. Early that morning before her family woke, Alex disappeared leaving nothing behind but a mere note. Since then she has been on her own, living the life she has always wanted while doing everything she could to survive. </p>
  1751.  
  1752. When she was twenty five during her visit to New Orleans, Alexandra found herself in trouble with a group of vampires. The place where she was residing apparently wasn’t as vacant as she thought, Just when she thought her life was going to be over, she found herself saved by another. Breanna. When all was said and done, not only did she gain herself a new friend but a new family as well. </p>
  1753.  
  1754. In the UK with Breanna and her family she resides, working as Lofns pastry chef while occasionally doubling as her secretary. Alex does occasionally write her family. Out of fear of them sending for her to come home, she never gives her personal information. When she writes them it’s mostly to let them know that she is in fact okay. Having her independence taken away is her biggest fear. One that she hopes never becomes a reality.
  1755. </p>
  1756.  
  1757. </div></div>
  1758.  
  1759. <div class="links_list">
  1760. <p class="links_head">Eir.</p>
  1761. <div class="links_body">
  1762.  
  1763. <h1>Goddess of Healing.</h1>
  1764.  
  1765. <a href="/tagged/ℳ%20%20%7C%7C%20minor%20muse%20%7C%7C%20eir"><img src="https://78.media.tumblr.com/9b79df770d7e8c3017f4cf95dc267d16/tumblr_inline_p020gfSYQ31vp716e_540.jpg"></a></p>
  1766.  
  1767. Eir is a Norse Goddess who is associated with healing. She is the one who Freyja and Bonnie come to in regards to Brookes health. It is she who supplies them with the appropriate herbs and advice to keeping her illnesses under control. She owns and runs an antique shop in town.
  1768. </p>
  1769.  
  1770. </div></div>
  1771.  
  1772. <div class="links_list">
  1773. <p class="links_head">Lucy.</p>
  1774. <div class="links_body">
  1775.  
  1776. <h1>The Bennett Witch.</h1>
  1777.  
  1778. <a href="/tagged/ℳ%20%7C%7C%20visage%20%7C%7C%20lucy"><img src="https://78.media.tumblr.com/6436fe868ea784c1b4ab3f4e4213699b/tumblr_inline_p0imtzNe2O1vp716e_540.jpg"></a></p>
  1779.  
  1780. Lucy is the forty-five year old cousin of Bonnie and her siblings. Leaving her home when she was fifteen, the witch has been on her own since then, traveling and seeing what the world has to offer her. During her travels, she has made both friends and enemies a like. From time to time she’ll stop and visiting her family but the visits are never long making it only a matter of time before she’s back on the road once again. </p>
  1781.  
  1782. </div></div>
  1783.  
  1784. <div class="links_list">
  1785. <p class="links_head">Savannah.</p>
  1786. <div class="links_body">
  1787.  
  1788. <h1>The Tigress.</h1>
  1789.  
  1790. <a href="/tagged/ℳ%20%7C%7C%20visage%20%7C%7C%20savannah"><img src="https://78.media.tumblr.com/2ca95ddb4fa138d935f5f4e645431013/tumblr_inline_p0ik8aoUzA1vp716e_540.jpg"></a></p>
  1791.  
  1792. Savannah is a were-tigress who was abandoned by both of her parents when she was just a few days old. Eventually she was found and taken in by a lonely witch who was unable to have children of her own. Given the life she deserved, she grew to be the woman she is today. Savannah is a writer as well as the author of two very successful best-sellers. She is also the best friend of Brooke Bennett. Although she can’t see her bestfriend every day, she never fails to call and make sure she’s alright.
  1793. </p>
  1794.  
  1795. </div></div>
  1796.  
  1797. <div class="links_list">
  1798. <p class="links_head">Melanie.</p>
  1799. <div class="links_body">
  1800.  
  1801. <h1>The Beta.</h1>
  1802.  
  1803. <a href="/tagged/ℳ%20%7C%7C%20visage%20%7C%7C%20melanie"><img src="https://78.media.tumblr.com/1d0a0bf3beb6e856fcddba33602bf26f/tumblr_inline_p0ik86cxhd1vp716e_540.jpg"></a>
  1804.  
  1805. Melanie is the newest member of Breanna and Zanders pack. Once a lone wolf, she met the two after saving the twins from hunters who threatened to take them away. To show their appreciation, the two invited her into their growing pack as well as offered her a place to stay. Finding it better then living in the woods, the young woman accepted. Today, Melanie lives with The Crimson Moon Pack and works as a secretary for the same agency Zander and Benjamin works for.
  1806. </p>
  1807.  
  1808. </div></div> </p>
  1809.  
  1810. <!--- 'The Royal Court' tab content ends here -->
  1811.  
  1812. </li>
  1813. </ul>
  1814.  
  1815. <!--- Don't touch below. Edit contents above. -->
  1816.  
  1817. </div>
  1818. </div></div></div></div></div></div></div></div></div></div>
  1819.  
  1820. <div id="04" class="popup_block">
  1821. <div id="text">
  1822.  
  1823. <!--- Don't touch above. Edit contents below. -->
  1824.  
  1825. <img src="https://static.tumblr.com/j0nrc4i/nvjp3ilbh/story.png" draggable="false"></p>
  1826.  
  1827. <h3>Backstory.</h3>
  1828.  
  1829. Bonnie and her siblings are from a mythical kingdom called Lochnamara in the realm of Glasingour where their parents are King and Queen. Although they live in the mortal world, they were not born within it. Not long after Bonnie and her <b>(</b> <i>twin</i> <b>)</b> sister Brittneys births, an old enemy of their fathers declared war on their Kingdom. For their safety, Bonnies parents sent them away to be taken care of by their ancestors Freyja and her sisters. Since then <b>(</b> <i>modern</i> <b>)</b> Sessrúmnir , Freyjas Hall, has been the home of Bonnie and her siblings. </p>
  1830.  
  1831. <b>NOTE:</b> Please keep in mind that due to being of two different magical bloodlines, my lots magic will be diferent then most witches and warlocks they meet.
  1832.  
  1833. <h3>Setting.</h3>
  1834.  
  1835. <img src="https://78.media.tumblr.com/729acb6bd37d8a1088e7433c092a0b14/tumblr_inline_p1wockYpcR1vu5dzt_500.jpg"></p>
  1836.  
  1837. <b>Sessrúmnir</b> is Freyjas Hall as well as the home of my main lot, the Valkryies and a few of my minor characters. Above is an image what it looks like from the outside <b>(</b> <i>part of it</i> <b>)</b>. It is VERY enchanted <b>(</b> <i>and the prime target for enemies</i> <b>)</b> as well as “haunted”. Spirits do dwell there but only the good ones. This is the home of my lot in ALL of my verses. While my main setting for them is in England, I am versatile with it. However, no matter where they are, THIS is their home. </p>
  1838.  
  1839. <img src="https://78.media.tumblr.com/f745041014cef1b19cdbe3e5d958104d/tumblr_inline_p1wokgEJbC1vu5dzt_500.jpg"></p>
  1840.  
  1841. <b>Fólkvangr</b> is the land in which Sessrúmnir sits upon. It is owned and ruled over by Freyja. Spirits dwell among it as well but not such much psychically as they are inside. Most of the time they can be spotted as orbs.</p>
  1842.  
  1843. <!--- Don't touch below. Edit contents above. -->
  1844.  
  1845. </div>
  1846. </div></div></div></div></div></div></div></div></div></div>
  1847.  
  1848. <div id="05" class="popup_block">
  1849. <div id="text">
  1850.  
  1851. <!--- Don't touch above. Edit contents below. -->
  1852.  
  1853. <img src="https://static.tumblr.com/j0nrc4i/VeCp3ilff/verses.png" draggable="false"></p>
  1854.  
  1855. <ul id="tabs">
  1856. <li class="active">Main.</li>
  1857. <li>AU.</li>
  1858. <li>Crossover.</li>
  1859. </ul>
  1860. <ul id="tab">
  1861. <li class="active">
  1862.  
  1863. <!--- Contents for 'Main verses' tab -->
  1864.  
  1865. <div class="links_list">
  1866. <p class="links_head">Main I.</p>
  1867. <div class="links_body">
  1868.  
  1869. In this verse my girls along with their family reside in the countryside of Lancashire, England. Between attempting to make something of themselves, taking care of each other, and fighting evil, they live very busy lives, each day always different from the last. </p>
  1870.  
  1871. </div></div>
  1872.  
  1873. <div class="links_list">
  1874. <p class="links_head">Main II.</p>
  1875. <div class="links_body">
  1876.  
  1877. This verse is just like my main verse only instead of England, my girls and their family live in America. In this verse their main location will depend on the muse I’m interacting with unless specified otherwise. In neither verse are any of them aware of their royal status’s or the truth about who they are. </p>
  1878.  
  1879. </div></div>
  1880.  
  1881. <div class="links_list">
  1882. <p class="links_head">Main III.</p>
  1883. <div class="links_body">
  1884.  
  1885. This verse is my main royal verse for my girls and their family. This verse takes place in their home realm and kingdom. Although their lives are a bit better in this verse, they do continue to face and deal with their own personal issues from time to time. This verse is generally my “ what could have been” verse for them. </p>
  1886.  
  1887. </div></div>
  1888.  
  1889. <div class="links_list">
  1890. <p class="links_head">Main IV.</p>
  1891. <div class="links_body">
  1892.  
  1893. In this verse Bonnie lives alone and has since after college. She lives in a small town where she works and spends her days trying to live her life with as much normalcy as possible <b>(</b> <i>despite it not being so</i> <b>)</b>. </p>
  1894.  
  1895. </div></div>
  1896.  
  1897. <!--- 'Main verses' tab content ends here -->
  1898.  
  1899. </li>
  1900. <li>
  1901.  
  1902. <!--- Contents for 'AU verses' tab -->
  1903.  
  1904. <div class="links_list">
  1905. <p class="links_head">AU.</p>
  1906. <div class="links_body">
  1907.  
  1908. <b>Lorem ipsum dolor sit amet,</b> <i>consectetur adipiscing elit. In sit amet mattis enim, eget blandit elit</i>. Duis diam nulla, accumsan efficitur placerat nec, imperdiet at dui. In laoreet enim ut magna ullamcorper cursus. Nulla facilisi. Phasellus mollis lacinia massa, in auctor ipsum venenatis vitae. Proin nec orci faucibus, vestibulum quam ultrices, pharetra massa. Sed imperdiet lectus ipsum, vel vulputate diam ornare eget. Duis imperdiet commodo metus quis facilisis. Donec euismod, magna non interdum mattis, ex mi fringilla eros, at maximus dui sem ac sem. Aenean efficitur facilisis consequat.</p>
  1909.  
  1910. <b>Lorem ipsum dolor sit amet,</b> <i>consectetur adipiscing elit. In sit amet mattis enim, eget blandit elit</i>. Duis diam nulla, accumsan efficitur placerat nec, imperdiet at dui. In laoreet enim ut magna ullamcorper cursus. Nulla facilisi. Phasellus mollis lacinia massa, in auctor ipsum venenatis vitae. Proin nec orci faucibus, vestibulum quam ultrices, pharetra massa. Sed imperdiet lectus ipsum, vel vulputate diam ornare eget. Duis imperdiet commodo metus quis facilisis. Donec euismod, magna non interdum mattis, ex mi fringilla eros, at maximus dui sem ac sem. Aenean efficitur facilisis consequat.</p>
  1911.  
  1912. </div></div>
  1913.  
  1914. <!--- 'AU verses' tab content ends here -->
  1915.  
  1916. </li>
  1917. <li>
  1918.  
  1919. <!--- Contents for 'Crossover verses' tab -->
  1920.  
  1921. <div class="links_list">
  1922. <p class="links_head">Crossover.</p>
  1923. <div class="links_body">
  1924.  
  1925. <b>Lorem ipsum dolor sit amet,</b> <i>consectetur adipiscing elit. In sit amet mattis enim, eget blandit elit</i>. Duis diam nulla, accumsan efficitur placerat nec, imperdiet at dui. In laoreet enim ut magna ullamcorper cursus. Nulla facilisi. Phasellus mollis lacinia massa, in auctor ipsum venenatis vitae. Proin nec orci faucibus, vestibulum quam ultrices, pharetra massa. Sed imperdiet lectus ipsum, vel vulputate diam ornare eget. Duis imperdiet commodo metus quis facilisis. Donec euismod, magna non interdum mattis, ex mi fringilla eros, at maximus dui sem ac sem. Aenean efficitur facilisis consequat.</p>
  1926.  
  1927. <b>Lorem ipsum dolor sit amet,</b> <i>consectetur adipiscing elit. In sit amet mattis enim, eget blandit elit</i>. Duis diam nulla, accumsan efficitur placerat nec, imperdiet at dui. In laoreet enim ut magna ullamcorper cursus. Nulla facilisi. Phasellus mollis lacinia massa, in auctor ipsum venenatis vitae. Proin nec orci faucibus, vestibulum quam ultrices, pharetra massa. Sed imperdiet lectus ipsum, vel vulputate diam ornare eget. Duis imperdiet commodo metus quis facilisis. Donec euismod, magna non interdum mattis, ex mi fringilla eros, at maximus dui sem ac sem. Aenean efficitur facilisis consequat.</p>
  1928.  
  1929. </div></div>
  1930.  
  1931. <!--- 'Crossover verses' tab content ends here -->
  1932.  
  1933. </li>
  1934. </ul>
  1935.  
  1936. <!--- Don't touch below. Edit contents above. -->
  1937.  
  1938. </div>
  1939. </div></div></div></div></div></div></div></div></div></div>
  1940.  
  1941. <div id="06" class="popup_block">
  1942. <div id="text">
  1943.  
  1944. <!--- Don't touch above. Edit contents below. -->
  1945.  
  1946. <img src="https://static.tumblr.com/j0nrc4i/tnAp3imsd/navigation.png" draggable="false"></p>
  1947.  
  1948. <h3>Begin.</h3>
  1949.  
  1950. <a href="/esme" class="button" title="The mun">The Writer.</a>
  1951. <a href="/start" class="button" title="important; please read">Story.</a>
  1952. <a href="/guidelines" class="button" title="rules">Oath.</a>
  1953. </p>
  1954. <a href="/verses" class="button" title="Verses">Chronicles.</a>
  1955.  
  1956. <h3>The Muses.</h3>
  1957.  
  1958. <a href="/main" class="button">The Soverign.</a>
  1959. <a href="/valkyries" class="button">The Valkyries.</a>
  1960. <a href="/minor" class="button">The Royal Court.</a>
  1961. </p>
  1962. <a href="/guest" class="button">Guests.</a>
  1963. <a href="/private" class="button">Private.</a>
  1964.  
  1965. <h3>Writings.</h3>
  1966.  
  1967. <a href="/tagged/starter%20;;%20call" class="button">Starter Call.</a>
  1968. <a href="/tagged/starter%20;;%20call" class="button">Open Starters..</a>
  1969. <a href="/tagged/starter%20;;%20closed" class="button">Closed Starters.</a>
  1970. </p>
  1971. <a href="/tagged/writings%20;;%20drabble(s)" class="button">Drabbles.</a>
  1972. <a href="/verses" class="button">Fics.</a>
  1973.  
  1974. <h3>Grimoire.</h3>
  1975.  
  1976. <a href="/tagged/sacred%20book%20;;%20grimoire" class="button">Grimoire.</a>
  1977. <a href="/tagged/%20grimoire%20;;%20creature(s)" class="button">Creatures.</a>
  1978. <a href="/tagged/grimoire%20;;%20spell(s)" class="button">Spells.</a>
  1979. </p>
  1980. <a href="/tagged/grimoire%20;;%20stones" class="button">Stones.</a>
  1981. <a href="/tagged/grimoire%20;;%20remedie(s)" class="button">Remedies.</a>
  1982.  
  1983. <h3>For the Mailbox.</h3>
  1984.  
  1985. <a href="/tagged/inbox%20things%20;;%20meme" class="button">Memes.</a>
  1986. <a href="/tagged/inbox%20things%20;;%20sentence%20meme" class="button">Sentence Memes.</a>
  1987. <a href="/tagged/inbox%20things%20;;%20prompt(s)" class="button">Prompts</a>
  1988. </p>
  1989. <a href="/tagged/inbox%20things%20;;%20submission" class="button">Submissions.</a>
  1990. <a href="/tagged/inbox%20things%20;;%20symbol%20meme" class="button">Symbol Memes.</a>
  1991.  
  1992. <h3>Esme Things.</h3>
  1993.  
  1994. <a href="/tagged/ooc%20;;%20words%20from%20the%20familiar" class="button">Posts.</a>
  1995. <a href="/tagged/%20when%20the%20witches%20are%20away%20the%20spirits%20come%20out%20to%20play%20;;%20queue" class="button">Queue.</a>
  1996. <a href="/tagged/answered%20ask%20;;%20esme" class="button">Asks.</a>
  1997. </p>
  1998. <a href="/tagged/reblog%20;;%20mun" class="button">Mun Reblogs.</a>
  1999. <a href="/tagged/keep%20this%20in%20mind%20;;%20important" class="button">Important.</a>
  2000. </p>
  2001.  
  2002. <!--- Don't touch below. Edit contents above. -->
  2003.  
  2004. </div>
  2005. </div></div></div></div></div></div></div></div></div></div>
  2006.  
  2007. <div id="07" class="popup_block">
  2008. <div id="text">
  2009.  
  2010. <!--- Don't touch above. Edit contents below. -->
  2011.  
  2012. <img src="https://static.tumblr.com/j0nrc4i/sedp3imsg/mun.png" draggable="false"></p>
  2013.  
  2014. <h3>About Mun.</h3>
  2015.  
  2016. <img src="https://78.media.tumblr.com/51043a825d83b4c7465c60523a171147/tumblr_inline_p2txg13tpA1vu5dzt_500.gif"></p>
  2017.  
  2018. Hey there cats and kittens, I’m Esme the mun behind the various muses and this blog. There isn’t much you need to know about me. I’m a 27+ year old woman who has been in the roleplay community for close to ten years <b>(</b> <i>too long in my opinion</i> <b>)</b>. Although I have been here for that amount of time, I have a little over twelve years of role-playing experience and have been writing for just about all of my life <b>(</b> <i>shocker i know!</i> <b>)</b>.</p>
  2019.  
  2020. <h2>Things to Keep in Mind with Me</h2>
  2021.  
  2022. <b>♚</b> I am someone who occasionally needs mental breaks from people. If you shoot me a message and I don’t respond to you, never take it personally because it’s just break time for me.</p>
  2023.  
  2024. <b>♚</b> I am <b>27+</b> . </p>
  2025.  
  2026. <b>♚</b> I have a household to keep in order and a family to take care of therefore I am not always speedy with replies. I am also a student as well who is on her way into her final year of uni so there’s that as well. </p>
  2027.  
  2028. <b>♚</b> I love to send memes to people. More than getting them to be honest. I like sending people things and reading their responses.</p>
  2029.  
  2030. <b>♚</b> When I do replies I try not to be selective and get a decent amount out to nearly most of those who I owe. While on occasion I may write back and fourth with one person,chances are I’m working on other replies as well. </p>
  2031.  
  2032. <b>♚</b> Canon is a <b>BIG</b> no for me. I don’t write it what so ever and I can’t stress that enough. 80% of what I write on this blog is from my mind or the help of my friends or partners. </p>
  2033.  
  2034. <b>♚</b> English is not my first language but I am working on it. Coming from a multilingual home it never really was so it’s a constant work in progress for me.</p>
  2035.  
  2036. <b>♚</b> I don’t follow people just to follow them or for their muses FC, If I follow someone it’s always out of interest of writing with them. While shipping is nice, I’m always looking for more for my muses. Shipping isn’t everything to me. So just because you see a blog full of female muses please don’t make any assumptions.</p>
  2037.  
  2038. <b>♚</b> Due to recent events, my blog is now private and mutuals only. However, if you truly desire to get something with one of my muses, you can feel free to shoot me a message so we can chat and talk about things. </p>
  2039.  
  2040. <h2>About the Blog</h2>
  2041.  
  2042. With this blog, I am aiming to do more then just write a bunch of characters. I am aiming to tell a story. I am aiming to tell various stories. Their stories. Although all of my characters are connected and reside in the same universe, none of them are the same. </p>
  2043.  
  2044. While they are far from being as normal as they may seem, all of my characters are more then their powers and abilities. Individually they have their own demons that they try to conquer every day. Are they successful? Not always. </p>
  2045.  
  2046. My characters are very important to me. I try to write them with as much realism as possible to even out that supernatural side of them. When I create them, I don’t choose a faceclaim who I think will get me more followers but who I think fits their personality the most. Even when I do find one it isn’t a perfect match but close enough. It’s that reason is it important to pay more attention to their description rather then their FC since many don’t share much <b>(</b> <i>if anything</i> <b>)</b> with their FC what so ever. </p>
  2047.  
  2048. <!--- Don't touch below. Edit contents above. -->
  2049.  
  2050. </div>
  2051. </div></div></div></div></div></div></div></div></div></div>
  2052.  
  2053.  
  2054. <div id="cr" class="popup_block">
  2055. <div id="text">
  2056. <h3>Credits.</h3>
  2057. Theme code <i>&</i> graphics by <b>Storyteller Creations</b>. If you are interested in ordering a theme from me, please visit my commissions blog <b><a href="https://storytellercreations.tumblr.com">storytellercreations</a></b>. Thank you for your interest and hope to see you soon as a client<i>!</i></p>
  2058.  
  2059. All textures used in this image are by <b><a href="https://jakepatt.deviantart.com">jakepatt</a></b>.</p>
  2060.  
  2061. This theme is authorized only for <b>Esme</b>'s use. <i>Please do not steal or directly copy the code for yourself</i>.
  2062. </div></div></div></div></div></div></div></div></div></div>
  2063.  
  2064. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement