littlemisswhoever

celestialcrcwn - Theme

Feb 24th, 2022 (edited)
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.18 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3.  
  4.  
  5.  
  6. <!-- CANTROUS: (BASE) THEME BY SAE (INIZIARE) -->
  7.  
  8.  
  9.  
  10.  
  11.  
  12. <html>
  13. <head>
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19. {/block:Description}
  20. </head>
  21.  
  22.  
  23. <!-- SCRIPT: TOOLTIP -->
  24.  
  25.  
  26. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  27. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  28. <script>
  29. (function($){
  30. $(document).ready(function(){
  31. $("a[title]").style_my_tooltips({
  32. tip_follows_cursor:true,
  33. tip_delay_time:90,
  34. tip_fade_speed:600,
  35. attribute:"title"
  36. });
  37. });
  38. })(jQuery);
  39. </script>
  40.  
  41.  
  42.  
  43. <!-- SCRIPT: POPUPS -->
  44.  
  45. <script type="text/javascript"
  46. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  47. <script>
  48. $(document).ready(function() {
  49. //
  50. $('a.poplight[href^=#]').click(function() {
  51. var popID = $(this).attr('rel'); //Get Popup Name
  52. var popURL = $(this).attr('href'); //Get Popup href to define size
  53. var query= popURL.split('?');
  54. var dim= query[1].split('&');
  55. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  56. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  57. var popMargTop = ($('#' + popID).height() + 80) / 2;
  58. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  59. //Apply Margin to Popup
  60. $('#' + popID).css({
  61. 'margin-top' : -popMargTop,
  62. 'margin-left' : -popMargLeft
  63. });
  64. $('body').append('<div id="fade"></div>');
  65. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  66. return false;
  67. });
  68. $('a.close, #fade').live('click', function() {
  69. $('#fade , .popup_block').fadeOut(function() {
  70. $('#fade, a.close').remove(); //fade them both out
  71. });
  72. return false;
  73. });
  74. });
  75. </script>
  76.  
  77.  
  78.  
  79. {block:IfClickonTags}
  80. <!-- SCRIPT: EXPAND -->
  81.  
  82. <script>
  83. $(document).ready(function(){
  84. $(".tags").hide();
  85. $(".hide").show();$('.hide').toggle(function(){
  86. $(".tags").slideDown(function(){});
  87. },function(){
  88. $(".tags").slideUp(function(){});
  89. });
  90. });
  91. </script>
  92. {/block:IfClickonTags}
  93.  
  94.  
  95.  
  96.  
  97. <!-- SCRIPT: jQuery -->
  98.  
  99. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106. <!-- SCRIPT: AUDIO PLAYER -->
  107.  
  108. <script>
  109. $(document).ready(function() {
  110. $('iframe.tumblr_audio_player').load( function() {
  111. $('iframe.tumblr_audio_player').contents().find("head")
  112. .append($("<style type='text/css'> .audio-player{background:#000000 !important; color:#2d2d2d !important;} </style>"));
  113. });
  114. });
  115. </script>
  116.  
  117.  
  118.  
  119.  
  120. <!-- SCRIPT: POPUP TABS -->
  121.  
  122. <script>$(document).ready(function(){
  123. $("ul#tabs li").click(function(e){
  124. if (!$(this).hasClass("active")) {
  125. var tabNum = $(this).index();
  126. var nthChild = tabNum+1;
  127. $("ul#tabs li.active").removeClass("active");
  128. $(this).addClass("active");
  129. $("ul#tab li.active").removeClass("active");
  130. $("ul#tab li:nth-child("+nthChild+")").addClass("active");}});});</script>
  131.  
  132.  
  133.  
  134.  
  135. <!-- CUSTOM FONTS -->
  136.  
  137. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
  138.  
  139. <link rel="stylesheet" href="https://static.tumblr.com/ebrrv1n/2kupdb7p4/cantrous.css">
  140.  
  141. <link rel="stylesheet" href="CUSTOMFONTHERE">
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148. <!-- META LINES -->
  149.  
  150.  
  151. <meta name="image:Background" content="https://i.imgur.com/UOcFwZ5.gif"/>
  152.  
  153.  
  154. <meta name="color:Body Text" content="#c6c6c6" />
  155. <meta name="color:Bold" content="#6c3636" />
  156. <meta name="color:Italic" content="#ffffff" />
  157. <meta name="color:Links" content="#6c3636" />
  158. <meta name="color:Links Hover" content="#ffffff" />
  159.  
  160.  
  161.  
  162. <meta name="if:Text Wrapping" content="0"/>
  163. <meta name="if:Boxed Blockquotes" content="0"/>
  164. <meta name="if:Icon Borders" content="0"/>
  165. <meta name="if:Bigger Tags on Hover" content="0"/>
  166. <meta name="if:First Letter Styling" content="0"/>
  167. <meta name="if:Verses Popup Page" content="0"/>
  168. <meta name="if:Navigation Popup Page" content="0"/>
  169. <meta name="if:Click on Tags" content="0">
  170.  
  171.  
  172.  
  173.  
  174.  
  175. <style type="text/css">
  176.  
  177.  
  178.  
  179.  
  180. /* SCROLLBAR */
  181.  
  182. ::-webkit-scrollbar {
  183. background:transparent;
  184. height: 0px;
  185. display:none;
  186. width: 0px; /* remove scrollbar space */
  187. -ms-overflow-style: none; // IE 10+
  188. overflow: -moz-scrollbars-none; // Firefox
  189. }
  190.  
  191.  
  192. ::-webkit-scrollbar-thumb {
  193. background:transparent;
  194. }
  195.  
  196.  
  197. /* TEXT SELECTION */
  198.  
  199. ::selection {background: #ffffff; color:{color:bold};}
  200. ::-moz-selection {background: #ffffff; color:{color:bold};}
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207. /* TOOLTIP */
  208.  
  209.  
  210. #s-m-t-tooltip {
  211. z-index:999999;
  212. max-width:350px;
  213. margin-left:10px;
  214. margin-top:10px;
  215. font-weight:lighter!important;
  216. background-color:#000000;
  217. border:1px solid #151515;
  218. padding-top:5px;
  219. padding-bottom:5px;
  220. padding-left:16px;
  221. padding-right:16px;
  222. font-family:calibri;
  223. font-style:normal;
  224. font-size:9px;
  225. color: {color:bold};
  226. text-transform:uppercase;
  227. letter-spacing:0px;
  228. }
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235. /* FOUNDATION */
  236.  
  237.  
  238. body {
  239. background-image:url('{image:Background}');
  240. background-attachment:fixed;
  241. background-repeat:no-repeat;
  242. background-position:top left;
  243. background-color:#000000;
  244. color:{color:Body Text};
  245. font-size:11px;
  246. line-height:13px;
  247. word-spacing:-1px;
  248. color:{color:Body Text};
  249. font-family: 'Frank Ruhl Libre', serif;
  250. word-wrap: break-word;
  251. }
  252.  
  253.  
  254. body a {
  255. font-size:12px;
  256. color:{color:links};
  257. font-weight:bold;
  258. text-decoration:none!important;
  259. -moz-transition-duration:1s;
  260. -webkit-transition-duration:1s;
  261. -o-transition-duration:1s;
  262. }
  263.  
  264. body a:hover {
  265. color:{color:links hover};
  266. -moz-transition-duration:1s;
  267. -webkit-transition-duration:1s;
  268. -o-transition-duration:1s;
  269. }
  270.  
  271.  
  272.  
  273.  
  274.  
  275. /* BLOCKQUOTES */
  276.  
  277. {block:IfBoxedBlockquotes}
  278.  
  279. blockquote {
  280. padding-left:24px;
  281. padding-right:24px;
  282. padding-top:12px;
  283. padding-bottom:12px;
  284. margin-top:12px;
  285. margin-bottom:24px;
  286. text-align:justify;
  287. margin-left:0px;
  288. margin-right:0px;
  289. border:1px solid #151515;
  290. word-wrap: break-word!important;
  291. }
  292.  
  293.  
  294.  
  295. blockquote blockquote {
  296. width: auto;
  297. overflow: hidden;
  298. border-left:1px solid #151515;!important;
  299. border-top:0px!important;
  300. border-bottom:0px!important;
  301. border-right:0px!important;
  302. outline:0px solid transparent;
  303. padding-left:24px;
  304. padding-right:0px;
  305. padding-top:0px;
  306. padding-bottom:0px;
  307. margin-top:12px!important;
  308. margin-bottom:0px!important;
  309. }
  310. {/block:IfBoxedBlockquotes}
  311.  
  312.  
  313. {block:IfNotBoxedBlockquotes}
  314. blockquote {
  315. padding-left:24px;
  316. margin-top:12px;
  317. margin-left:0px;
  318. margin-right:0px;
  319. text-align:justify;
  320. margin-bottom:24px;
  321. border-left:1px solid #151515;
  322. background-color:transparent;
  323. word-wrap: break-word!important;
  324. }
  325.  
  326.  
  327.  
  328. blockquote blockquote {
  329. width: auto;
  330. overflow: hidden;
  331. margin-top:15px;
  332. margin-bottom:15px;
  333. }
  334.  
  335.  
  336. blockquote img {
  337. max-width:386px!important;
  338. height:auto;
  339. }
  340. {/block:IfNotBoxedBlockquotes}
  341.  
  342.  
  343.  
  344.  
  345.  
  346. /* FONT-RELATED */
  347.  
  348.  
  349. small, sub, sup {
  350. font-size:11px;
  351. }
  352.  
  353.  
  354. big {
  355. font-size:120%;
  356. }
  357.  
  358.  
  359. b, bold, strong {
  360. font-size:9.5px;
  361. letter-spacing:0.3px;
  362. text-transform:uppercase;
  363. font-family: calibri, sans-serif;
  364. font-weight:bold!important;
  365. color:{color:bold};
  366. text-shadow: 0px 0px 1px {color:bold};
  367. }
  368.  
  369.  
  370. em, i, italic {
  371. font-style:italic;
  372. color:{color:italic};
  373. }
  374.  
  375.  
  376. u {
  377. text-decoration:none!important;
  378. }
  379.  
  380.  
  381. {block:ifFirstLetterStyling}
  382. u, u a {
  383. background-color: #000000;
  384. border: 1px solid #151515;
  385. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  386. color: #000000;
  387. text-decoration:none!important;
  388. font-style:normal!important;
  389. font-weight:100!important;
  390. text-transform:uppercase!important;
  391. float: left;
  392. height:60px;
  393. width:60px;
  394. font-size: 48px;
  395. margin-right: 12px;
  396. position: relative;
  397. text-align: center;
  398. vertical-align: middle;
  399. line-height: 60px;
  400. text-shadow:
  401. -1px -1px 0 #151515,
  402. 1px -1px 0 #151515,
  403. -1px 1px 0 #151515,
  404. 1px 1px 0 #151515;
  405. }
  406. {/block:ifFirstLetterStyling}
  407.  
  408.  
  409.  
  410. pre {
  411. font-weight:lighter;
  412. text-transform:uppercase;
  413. line-height:155%;
  414. font-weight:lighter!important;
  415. font-size:8.4px;
  416. letter-spacing:0.6px;
  417. white-space: pre-wrap;
  418. white-space: -moz-pre-wrap;
  419. white-space: -pre-wrap;
  420. white-space: -o-pre-wrap;
  421. word-wrap: break-word;
  422. }
  423.  
  424.  
  425. pre a {
  426. font-weight:lighter!important;
  427. -moz-transition-duration:2s;
  428. -webkit-transition-duration:2s;
  429. -o-transition-duration:2s;
  430. }
  431.  
  432.  
  433.  
  434. h1 {
  435. background-image:url('');
  436. background-repeat:repeat;
  437. background-attachment:fixed;
  438. border:1px solid #151515;
  439. height:24px;
  440. line-height:24px;
  441. margin-bottom:24px;
  442. padding-left:24px;
  443. padding-right:24px;
  444. text-align:left;
  445. font-family: calibri, sans-serif;
  446. font-style:normal;
  447. font-weight:bold;
  448. font-size:8.5px;
  449. color: {color:bold};
  450. letter-spacing:0.6px;
  451. text-transform:uppercase;
  452. background-color:#000000;
  453. text-shadow: 0px 0px 1px {color:bold};
  454. }
  455.  
  456.  
  457.  
  458. h1 a {
  459. font-weight:bold;
  460. color: {color:bold};
  461. text-shadow: 0px 0px 1px {color:bold};
  462. }
  463.  
  464.  
  465.  
  466. h2 {
  467. font-family: calibri, sans-serif;
  468. font-size:13.4px;
  469. text-transform:uppercase!important;
  470. color: {color:bold};
  471. text-shadow: 0px 0px 1px {color:bold};
  472. letter-spacing:-0.4px;
  473. }
  474.  
  475.  
  476.  
  477. h2 a {
  478. font-family: calibri, sans-serif;
  479. font-size:13.4px!important;
  480. text-transform:uppercase!important;
  481. color: {color:links};
  482. text-shadow: 0px 0px 1px {color:links};
  483. letter-spacing:-0.4px;
  484. }
  485.  
  486.  
  487.  
  488.  
  489. h4 {
  490. background-image:url('');
  491. background-repeat:repeat;
  492. background-attachment:fixed;
  493. border:1px solid #151515;
  494. height:24px;
  495. line-height:24px;
  496. margin-top:24px;
  497. margin-bottom:24px;
  498. padding-left:24px;
  499. padding-right:24px;
  500. text-align:left;
  501. font-family:calibri;
  502. font-style:normal;
  503. font-weight:bold;
  504. font-size:10px;
  505. color: {color:bold};
  506. text-shadow: 0px 0px 1px {color:bold};
  507. text-transform:uppercase;
  508. background-color:#000000;
  509. }
  510.  
  511.  
  512.  
  513. h4 a {
  514. font-family:calibri;
  515. font-style:normal;
  516. font-weight:700;
  517. font-size:10px;
  518. line-height:10px;
  519. text-shadow: 0px 0px 1px #000;
  520. color: {color:bold};
  521. text-shadow: 0px 0px 1px {color:bold};
  522. }
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529. /* DESCRIPTION */
  530.  
  531. .bottombox {
  532. position:fixed;
  533. width:478px;
  534. left:142px;
  535. top:489px;
  536. }
  537.  
  538.  
  539.  
  540. .bottomtitle {
  541. width:479px;
  542. max-width:479px;
  543. text-align:center!important;
  544. color:#ffffff;
  545. position:absolute;
  546. font-family: 'dry_brushregular';
  547. letter-spacing:-7px;
  548. font-size:136px;
  549. top:-97px; /* INCREASE TO -100PX, -150PX ETC. IF A LOT OF TEXT */
  550. text-transform:lowercase;
  551. font-style:italic;
  552. line-height:100px;
  553. text-shadow: 0px -1px 2px rgba(150, 150, 150, 0.5);
  554. -webkit-touch-callout: none; /* iOS Safari */
  555. -webkit-user-select: none; /* Safari */
  556. -khtml-user-select: none; /* Konqueror HTML */
  557. -moz-user-select: none; /* Firefox */
  558. -ms-user-select: none; /* Internet Explorer/Edge */
  559. user-select: none; /* Non-prefixed version, currently
  560. supported by Chrome and Opera */
  561. }
  562.  
  563.  
  564.  
  565. .navi {
  566. width:377px;
  567. height:24px;
  568. line-height:24px;
  569. outline:1px solid #151515;
  570. background-color:#000000;
  571. text-align: center;
  572. letter-spacing:0px;
  573. padding-left:25px;
  574. padding-right:25px;
  575. margin-left:26px;
  576. margin-top:18px;
  577. left:141px;
  578. top:488px!important;
  579. font-family:calibri!important;
  580. overflow-x:hidden;
  581. position:fixed;
  582. z-index:99999999999;
  583. }
  584.  
  585.  
  586.  
  587. .navi a {
  588. font-size:8.5px;
  589. letter-spacing:0.3px;
  590. text-transform:uppercase;
  591. font-family: calibri, sans-serif;
  592. font-weight:bold!important;
  593. color:#555555;
  594. text-shadow: 0px 0px 1px #555555;
  595. margin-left:22px;
  596. }
  597.  
  598.  
  599. .navi a:first-child {
  600. margin-left:0px!important;
  601. padding-left:0px!important;
  602. }
  603.  
  604.  
  605. .navi b {
  606. color:{color:bold};
  607. }
  608.  
  609.  
  610.  
  611.  
  612. .description {
  613. position:relative;
  614. height:48px;
  615. max-height:48px;
  616. padding-left:24px;
  617. padding-right:24px;
  618. border-top:30px solid transparent;
  619. padding-bottom:18px;
  620. margin-top:28px;
  621. text-align:center;
  622. overflow-y:scroll;
  623. line-height:13px;
  624. z-index:99999999999999999999999999999;
  625. scrollbar-width: none;
  626. }
  627.  
  628.  
  629.  
  630.  
  631. {block:ifFirstLetterStyling}
  632. .description:first-letter {
  633. background-color: #000000;
  634. border: 1px solid #151515;
  635. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  636. color: #000000;
  637. text-decoration:none!important;
  638. font-style:normal!important;
  639. font-weight:100!important;
  640. text-transform:uppercase!important;
  641. float: left;
  642. height:60px;
  643. width:60px;
  644. font-size: 48px;
  645. margin-right: 12px;
  646. position: relative;
  647. text-align: center;
  648. padding-left:15px;
  649. padding-right:15px;
  650. vertical-align: middle;
  651. line-height: 60px;
  652. text-shadow:
  653. -1px -1px 0 #151515,
  654. 1px -1px 0 #151515,
  655. -1px 1px 0 #151515,
  656. 1px 1px 0 #151515;
  657. }
  658. {/block:ifFirstLetterStyling}
  659.  
  660.  
  661.  
  662.  
  663.  
  664. /* POPUPS: GENERAL */
  665.  
  666.  
  667. .popup_block {
  668. display:none;
  669. background-color:#000000;
  670. height:320px!important;
  671. top:285px;
  672. left:397px!important;
  673. opacity:1;
  674. position:fixed;
  675. z-index:9999999;
  676. padding-left:24px!important;
  677. padding-right:24px!important;
  678. outline:1px solid #151515;
  679. border-top:24px solid #000000;
  680. border-bottom:24px solid #000000;
  681. overflow-y:scroll;
  682. text-align:justify;
  683. overflow-x:hidden;
  684. scrollbar-width: none;
  685. }
  686.  
  687.  
  688.  
  689.  
  690.  
  691. .popup_block a {
  692. margin-right:0px;
  693. vertical-align:top;
  694. font-family: calibri, sans-serif;
  695. font-size:8px;
  696. color:#ffffff;
  697. font-weight:lighter!important;
  698. padding-bottom:3px;
  699. position: relative;
  700. text-decoration:none;
  701. text-transform:uppercase;
  702. }
  703.  
  704.  
  705.  
  706. *html #fade {
  707. position: absolute;
  708. }
  709.  
  710.  
  711.  
  712. *html .popup_block {
  713. position: absolute;
  714. }
  715.  
  716.  
  717.  
  718. #fade {
  719. display:none;
  720. position:fixed;
  721. left:0px;
  722. top:0px;
  723. width:100%;
  724. height:100%;
  725. z-index:9;
  726. background:#000;
  727. opacity:0;
  728. }
  729.  
  730.  
  731. #intro {
  732. margin-top:4px;
  733. margin-bottom:24px;
  734. border:1px solid #151515;
  735. padding-left:24px;
  736. padding-right:24px;
  737. padding-top:24px;
  738. padding-bottom:24px;
  739. {block:ifFirstLetterStyling}
  740. min-height:42px;
  741. {/block:ifFirstLetterStyling}
  742. }
  743.  
  744. {block:ifFirstLetterStyling}
  745. #intro:first-letter {
  746. background-color: #000000;
  747. border: 1px solid #151515;
  748. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  749. color: #cecece;
  750. text-decoration:none!important;
  751. font-style:normal!important;
  752. font-weight:100!important;
  753. text-transform:uppercase!important;
  754. float: left;
  755. font-size: 36px;
  756. margin-right: 11px;
  757. margin-top: 0px;
  758. padding-right: 15px;
  759. padding-top:14px;
  760. padding-bottom:14px;
  761. padding-left:15px;
  762. }
  763. {/block:ifFirstLetterStyling}
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771. /* POPUPS: TABS */
  772.  
  773. #headerbar{
  774. left:50%;
  775. top:50%;
  776. overflow:scroll;
  777. text-align:justify;
  778. color:#eee;
  779. font-family:calibri;
  780. font-size:12px;
  781. }
  782.  
  783. #tabbar{
  784. left:50%;
  785. top:50%;
  786. margin-left:
  787. overflow: scroll;
  788. text-align:justify;
  789. color:#222;
  790. font-family:calibri;
  791. font-size:12px;
  792. }
  793.  
  794. ul#tabs {text-align: center;}
  795. ul#tabs li {
  796. display: inline-block;
  797. background-repeat:repeat;
  798. background-attachment:fixed;
  799. border:1px solid #171717; /* INACTIVE TAB */
  800. width:158px;
  801. font-weight:bold;
  802. text-align:center;
  803. font-family:calibri;
  804. font-style:normal;
  805. font-weight:700;
  806. font-size:10px;
  807. line-height:10px;
  808. text-shadow: 0px 0px 1px #000;
  809. padding: 10px 10px;
  810. margin-bottom: 4px;
  811. cursor:pointer;
  812. }
  813.  
  814. ul#tabs li.active {
  815. display: inline-block;
  816. padding:9px;
  817. text-align:center;
  818. font-family:calibri;
  819. font-style:normal;
  820. font-weight:700;
  821. font-size:10px;
  822. line-height:10px;
  823. text-shadow: 0px 0px 1px #000;
  824. background:#ffffff;
  825. font-weight:bold;
  826. font-size:10px;
  827. border:1px solid #171717; /* ACTIVE TAB */
  828. color:#e6e6e6;
  829. padding: 10px 10px;
  830. margin-bottom: 4px;
  831. cursor:pointer;
  832. }
  833.  
  834. ul#tab, ul#tabs{
  835. list-style-type:none;
  836. margin:0px;padding:0px;
  837. }
  838.  
  839. ul#tab li.active {
  840. display: block;
  841. }
  842.  
  843. ul#tab li {
  844. display: none;
  845. }
  846.  
  847.  
  848.  
  849.  
  850.  
  851. /* POPUPS: NAVIGATION */
  852.  
  853.  
  854.  
  855. .nvlinks {
  856. margin-left:0px;
  857. margin-top:5px;
  858. padding-top:0px;
  859. padding-bottom:0px;
  860. }
  861.  
  862.  
  863.  
  864. .nvlinks a {
  865. box-sizing: border-box;
  866. display:inline-block;
  867. font-family: calibri, sans-serif;
  868. font-weight:lighter!important;
  869. width: 210px;
  870. padding-left:24px!important;
  871. padding-right:24px!important;
  872. margin-right:3px;
  873. margin-bottom:8px;
  874. height:24px!important;
  875. line-height:22px!important;
  876. text-align:center;
  877. background:#000000;
  878. border: 1px solid #151515;
  879. color:{color:body text};
  880. text-shadow: 0px 0px 1px {color:body text};
  881. font-size:8.5px;
  882. letter-spacing:0.1px;
  883. cursor: pointer;
  884. z-index:2;
  885. }
  886.  
  887.  
  888. .nvlinks a:nth-child(even) {
  889. margin-right:0px!important;
  890. }
  891.  
  892. .nvlinks a:last-child {
  893. margin-left:5px;
  894. margin-right:0px!important;
  895. }
  896.  
  897.  
  898. .nvlinks a:hover {
  899. background-color:{color:bold};
  900. opacity:0.5;
  901. color:#ffffff;
  902. }
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910. /* POSTS: GENERAL */
  911.  
  912.  
  913. #container {
  914. position:fixed;
  915. height:504px;
  916. width:430px;
  917. left:646px;
  918. top:85px;
  919. background-color:#000000;
  920. overflow-y:scroll;
  921. border-top:24px solid #000000;
  922. border-bottom:24px solid #000000;
  923. padding-left:24px;
  924. padding-right:24px;
  925. z-index:9999;
  926. outline:1px solid #151515!important;
  927. scrollbar-width: none;
  928. }
  929.  
  930.  
  931.  
  932.  
  933. .posts {
  934. width:430px;
  935. word-wrap: break-word;
  936. text-align:justify;
  937. background-color:#000000;
  938. line-height:14px;
  939. margin-bottom:25px;
  940. }
  941.  
  942.  
  943.  
  944.  
  945. .posts a {
  946. font-family: calibri;
  947. text-transform:uppercase;
  948. font-size:9px;
  949. font-weight:bold!important;
  950. color: {color:links};
  951. text-shadow: 0px 0px 1px {color:links};
  952. -moz-transition-duration:2s;
  953. -webkit-transition-duration:2s;
  954. -o-transition-duration:2s;
  955. }
  956.  
  957. .posts a:hover {
  958. color:{color:links hover};
  959. -moz-transition-duration:2s;
  960. -webkit-transition-duration:2s;
  961. -o-transition-duration:2s;
  962. }
  963.  
  964.  
  965. .posts img {
  966. max-width: -webkit-calc(100% - 0px);
  967. max-width: -moz-calc(100% - 0px);
  968. max-width: calc(100% - 0px);
  969. height:auto;
  970. }
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978. /* TEXT-WRAPPING AROUND ICONS/IMAGES */
  979.  
  980.  
  981. #wrap {
  982. margin-top:12px;
  983. margin-bottom: 12px;
  984. }
  985.  
  986.  
  987.  
  988. #wrap img {
  989. width: auto;
  990. overflow: hidden;
  991. margin-top:0px!important;
  992. margin-bottom:0px!important;
  993. padding-right:3px;
  994. padding-bottom:3px;
  995. {block:IfTextWrapping}
  996. float:left;
  997. margin-right:14px;
  998. {/block:IfTextWrapping}
  999. {block:ificonborders}
  1000. padding:9px;
  1001. border:1px solid #151515;
  1002. {/block:ificonborders}
  1003. -webkit-filter: brightness(1) contrast(1) saturate(1);
  1004. }
  1005.  
  1006.  
  1007. {block:IfTextWrapping}
  1008. #wrap blockquote img {
  1009. margin-top:10px!important;
  1010. margin-bottom:0px!important;
  1011. margin-left:14px;
  1012. margin-right:0px!important;
  1013. float:right;
  1014. }
  1015. {/block:IfTextWrapping}
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021. /* POSTS: TEXT */
  1022.  
  1023.  
  1024.  
  1025. #textbody {
  1026. {block:permalinkpage}
  1027. padding-top:0px;
  1028. {/block:permalinkpage}
  1029.  
  1030. }
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036. /* POSTS: PHOTO/PHOTOSETS */
  1037.  
  1038. #psingle {
  1039. width:430px;
  1040. max-width:430px;
  1041. -webkit-transition: all 0.9s ease-in-out;
  1042. -moz-transition: all 0.9s ease-in-out;
  1043. -o-transition: all 0.9s ease-in-out;
  1044. -ms-transition: all 0.9s ease-in-out;
  1045. transition: all 0.9s ease-in-out;
  1046. }
  1047.  
  1048.  
  1049.  
  1050. #psingle:hover {
  1051. -webkit-filter: brightness(1) contrast(1.1) saturate(0.75);
  1052. -webkit-transition: all 0.9s ease-in-out;
  1053. -moz-transition: all 0.9s ease-in-out;
  1054. -o-transition: all 0.9s ease-in-out;
  1055. -ms-transition: all 0.9s ease-in-out;
  1056. transition: all 0.9s ease-in-out;
  1057. }
  1058.  
  1059.  
  1060.  
  1061. #pset {
  1062. width:430px;
  1063. -webkit-filter: brightness(.95) contrast(1.15) saturate(0.6);
  1064. -webkit-transition: all 0.9s ease-in-out;
  1065. -moz-transition: all 0.9s ease-in-out;
  1066. -o-transition: all 0.9s ease-in-out;
  1067. -ms-transition: all 0.9s ease-in-out;
  1068. transition: all 0.9s ease-in-out;
  1069. }
  1070.  
  1071.  
  1072.  
  1073. #pset:hover {
  1074. -webkit-filter: brightness(1) contrast(1.1) saturate(1);
  1075. -webkit-transition: all 0.9s ease-in-out;
  1076. -moz-transition: all 0.9s ease-in-out;
  1077. -o-transition: all 0.9s ease-in-out;
  1078. -ms-transition: all 0.9s ease-in-out;
  1079. transition: all 0.9s ease-in-out;
  1080. }
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087. /* POSTS: QUOTE */
  1088.  
  1089.  
  1090.  
  1091. #quote {
  1092. font-family:calibri, sans-serif;
  1093. text-transform:uppercase;
  1094. text-align:justify;
  1095. font-size:9px;
  1096. padding-top:0px;
  1097. line-height:165%;
  1098. letter-spacing:0px;
  1099. min-height:52px;
  1100. }
  1101.  
  1102.  
  1103.  
  1104. #quote:first-letter {
  1105. background-color: #000000;
  1106. border: 1px solid #151515;
  1107. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  1108. color:{color:First Letter}!important;
  1109. text-decoration:none!important;
  1110. font-style:normal!important;
  1111. font-weight:100!important;
  1112. text-transform:uppercase!important;
  1113. color:#000000;
  1114. float: left;
  1115. font-size: 42px;
  1116. margin-right: 11px;
  1117. margin-top: 3px;
  1118. padding-right: 13px;
  1119. padding-top:17px;
  1120. padding-bottom:17px;
  1121. padding-left:13px;
  1122. text-shadow:
  1123. -1px -1px 0 #151515,
  1124. 1px -1px 0 #151515,
  1125. -1px 1px 0 #151515,
  1126. 1px 1px 0 #151515;
  1127. }
  1128.  
  1129.  
  1130.  
  1131. .source {
  1132. font-family:calibri;
  1133. font-weight:bold;
  1134. height:24px;
  1135. color:#2d2d2d;
  1136. text-shadow: 0px 0px 1px #2d2d2d;
  1137. text-transform:uppercase;
  1138. }
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145. /* POSTS: LINK */
  1146.  
  1147.  
  1148.  
  1149. #link {
  1150. border:1px solid #151515;
  1151. padding:24px;
  1152. }
  1153.  
  1154.  
  1155. #link a {
  1156. font-size:12px;
  1157. }
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164. /* POSTS: CHAT */
  1165.  
  1166.  
  1167.  
  1168. #chat {
  1169. margin-top:0px;
  1170. }
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177. /* POSTS: AUDIO */
  1178.  
  1179.  
  1180. .player {
  1181. opacity: 1;
  1182. position: absolute;
  1183. z-index: 1;
  1184. width: 50px;
  1185. margin-top: 6px;
  1186. margin-left: 12px;
  1187. display: block;
  1188. color:transparent!important;
  1189. background-color:transparent!important;
  1190. }
  1191.  
  1192. .audioplayer {
  1193. width: 24px;
  1194. height: 24px;
  1195. margin-left: 0px;
  1196. overflow: hidden;
  1197. padding: 0px;
  1198. background-color:transparent!important;
  1199. }
  1200.  
  1201.  
  1202.  
  1203. .audioinfo {
  1204. border:1px solid #151515;
  1205. padding-left:48px;
  1206. padding-right:24px;
  1207. padding-top:12px;
  1208. padding-bottom:12px;
  1209. display: block;
  1210. font-family:calibri;
  1211. font-weight:bold;
  1212. text-transform: uppercase;
  1213. text-align: left;
  1214. letter-spacing:0px;
  1215. word-spacing:-0.5px;
  1216. font-size:10px;
  1217. color: #2d2d2d;
  1218. text-shadow: 0px 0px 1px #2d2d2d;
  1219. background: transparent;
  1220. }
  1221.  
  1222.  
  1223. #acaption {
  1224. margin-top:24px!important;
  1225. margin-left:-24px;
  1226. padding-left:24px;
  1227. }
  1228.  
  1229. #acaption a {
  1230. font-size:10px;
  1231. }
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238. /* POSTS: VIDEO */
  1239.  
  1240. .video-container {
  1241. position: relative;
  1242. padding-bottom: 56.25%;
  1243. padding-top: 30px;
  1244. height: 0;
  1245. overflow: hidden;
  1246. }
  1247.  
  1248. .video-container iframe,
  1249. .video-container object,
  1250. .video-container embed {
  1251. position: absolute;
  1252. top: 0;
  1253. left: 0;
  1254. width: 100%;
  1255. height: 100%;
  1256. }
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264. /* POSTS: ASK */
  1265.  
  1266.  
  1267. #question {
  1268. border-top:0px solid #151515;
  1269. width: 80%;
  1270. margin-top:1px;
  1271. height:70px;
  1272. }
  1273.  
  1274.  
  1275.  
  1276. #ask {
  1277. z-index:999999!important;
  1278. float:left;
  1279. font-family:calibri, sans-serif;
  1280. text-transform:uppercase;
  1281. position: absolute;
  1282. font-weight:bold;
  1283. background-color:#000000;
  1284. font-size:9px;
  1285. line-height:12px!important;
  1286. width:316px;
  1287. min-height:21px;
  1288. max-height:21px;
  1289. overflow:scroll;
  1290. margin-top:0px;
  1291. margin-left:0px;
  1292. margin-bottom:0px;
  1293. padding-left:24px;
  1294. padding-right:24px;
  1295. outline:solid 1px #151515;
  1296. border-top:22px solid #000000;
  1297. border-bottom:22px solid #000000;
  1298. -moz-transition-duration:1.5s;
  1299. -webkit-transition-duration:1.5s;
  1300. -o-transition-duration:1.5s;
  1301. }
  1302.  
  1303.  
  1304.  
  1305. #ask:hover {
  1306. max-height:35px!important;
  1307. width:382px;
  1308. z-index:999999!important;
  1309. -moz-transition-duration:1.5s;
  1310. -webkit-transition-duration:1.5s;
  1311. -o-transition-duration:1.5s;
  1312. }
  1313.  
  1314.  
  1315. #ask a {
  1316. font-weight:lighter;
  1317. color:{color:bold};
  1318. text-shadow: 0px 0px 1px {color:bold};
  1319. font-size:9px;
  1320. text-decoration:none;
  1321. }
  1322.  
  1323.  
  1324. #ask b {
  1325. color:{color:body text};
  1326. font-size:9px;
  1327. line-height:11px;
  1328. font-family:calibri!important;
  1329. }
  1330.  
  1331.  
  1332.  
  1333. .letterask {
  1334. font-family:'Frank Ruhl Libre', serif;
  1335. position:relative;
  1336. z-index:9999!important;
  1337. position:absolute;
  1338. text-align:center;
  1339. font-size:48px;
  1340. margin-left:365px;
  1341. outline:1px solid #151515;
  1342. background-color:#000000;
  1343. padding-top:25px;
  1344. padding-bottom:26px;
  1345. padding-left:15px;
  1346. padding-right:15px;
  1347. color:#000000;
  1348. -webkit-user-select: none; /* Chrome all / Safari all */
  1349. -moz-user-select: none; /* Firefox all */
  1350. -ms-user-select: none; /* IE 10+ */
  1351. user-select: none; /* Likely future */
  1352. text-shadow:
  1353. -1px -1px 0 #151515,
  1354. 1px -1px 0 #151515,
  1355. -1px 1px 0 #151515,
  1356. 1px 1px 0 #151515;
  1357. }
  1358.  
  1359.  
  1360.  
  1361.  
  1362. #response {
  1363. margin-top:24px;
  1364. padding-top:0px;
  1365. padding-bottom:0px;
  1366. }
  1367.  
  1368.  
  1369. #response img {
  1370. float:left;
  1371. position:relative;
  1372. margin-left:-1px!important;
  1373. margin-right:13px;
  1374. margin-top:0px;
  1375. margin-bottom:5px;
  1376. padding:8px;
  1377. border:1px solid #151515;
  1378. -webkit-filter: brightness(1) contrast(1) saturate(1);
  1379. }
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389. {block:IfNotClickonTags}
  1390.  
  1391. /* POST INFORMATION -- NO CLICK ON TAGS */
  1392.  
  1393.  
  1394. .permalinkbar {
  1395. margin-top:25px!important;
  1396. color:#151515!important;
  1397. }
  1398.  
  1399.  
  1400. .permalinkbuttons {
  1401. height:24px;
  1402. background-color:#000000;
  1403. font-weight:bold!important;
  1404. padding-left:24px;
  1405. padding-right:24px;
  1406. line-height:23px;
  1407. letter-spacing:-0.2px;
  1408. margin-left:0px!important;
  1409. margin-bottom:1px!important;
  1410. border:1px solid #151515;
  1411. color:#151515;
  1412. }
  1413.  
  1414.  
  1415. .permalinkbuttons a {
  1416. font-family:calibri;
  1417. background-color:transparent;
  1418. font-weight:bold!important;
  1419. color:#555555;
  1420. text-shadow: 0px 0px 1px #555555;
  1421. font-size:9.4px;
  1422. letter-spacing:-0.2px;
  1423. -moz-transition-duration:2s;
  1424. -webkit-transition-duration:2s;
  1425. -o-transition-duration:2s;
  1426. -webkit-user-select: none; /* Chrome all / Safari all */
  1427. -moz-user-select: none; /* Firefox all */
  1428. -ms-user-select: none; /* IE 10+ */
  1429. user-select: none; /* Likely future */
  1430. }
  1431.  
  1432.  
  1433. .permalinkbuttons a:hover {
  1434. color:{color:links hover};
  1435. -moz-transition-duration:2s;
  1436. -webkit-transition-duration:2s;
  1437. -o-transition-duration:2s;
  1438. }
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445. .tags {
  1446. font-family: calibri!important;
  1447. font-weight:bold!important;
  1448. background-color:#000000;
  1449. border:1px solid #151515;
  1450. padding-top:6px;
  1451. padding-bottom:6px;
  1452. padding-left:24px;
  1453. padding-right:24px;
  1454. margin-top:-2px;
  1455. color:#2f2f2f;
  1456. text-shadow: 0px 0px 1px #2f2f2f;
  1457. text-transform:uppercase!important;
  1458. font-style:normal;
  1459. line-height:150%;
  1460. font-size:8.4px;
  1461. text-align:justify;
  1462. -moz-text-align-last: center; /* Code for Firefox */
  1463. text-align-last: center;
  1464. }
  1465.  
  1466.  
  1467.  
  1468. .tags a {
  1469. text-decoration:none!important;
  1470. color:#2f2f2f;
  1471. text-shadow: 0px 0px 1px #2f2f2f;
  1472. font-weight:lighter!important;
  1473. font-size:8.4px;
  1474. margin-right:1px;
  1475. text-transform:uppercase!important;
  1476. font-family: calibri!important;
  1477. -moz-transition-duration:1s;
  1478. -webkit-transition-duration:1s;
  1479. -o-transition-duration:1s;
  1480. }
  1481.  
  1482.  
  1483. .tags a:hover {
  1484. font-weight:bold!important;
  1485. color:{color:bold}!important;
  1486. -moz-transition-duration:2s;
  1487. -webkit-transition-duration:0.2;
  1488. {block:ifBiggerTagsonHover}
  1489. font-size:10px!important;
  1490. {block:ifBiggerTagsonHover}
  1491. }
  1492.  
  1493. {/block:IfNotClickonTags}
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499. {block:IfClickonTags}
  1500.  
  1501. /* POST INFORMATION -- CLICK ON TAGS */
  1502.  
  1503.  
  1504.  
  1505. .permalinkbar {
  1506. margin-top:12px!important;
  1507. color:#151515!important;
  1508. }
  1509.  
  1510.  
  1511. .permalinkbuttons {
  1512. height:24px;
  1513. background-color:#000000;
  1514. font-weight:bold!important;
  1515. padding-left:24px;
  1516. padding-right:24px;
  1517. line-height:23px;
  1518. letter-spacing:-0.2px;
  1519. margin-left:0px!important;
  1520. margin-bottom:1px!important;
  1521. border:1px solid #151515;
  1522. color:#151515;
  1523. }
  1524.  
  1525.  
  1526. .permalinkbuttons a {
  1527. font-family:calibri;
  1528. background-color:transparent;
  1529. font-weight:bold!important;
  1530. color:#555555;
  1531. text-shadow: 0px 0px 1px #555555;
  1532. font-size:9.4px;
  1533. letter-spacing:-0.2px;
  1534. -moz-transition-duration:2s;
  1535. -webkit-transition-duration:2s;
  1536. -o-transition-duration:2s;
  1537. -webkit-user-select: none; /* Chrome all / Safari all */
  1538. -moz-user-select: none; /* Firefox all */
  1539. -ms-user-select: none; /* IE 10+ */
  1540. user-select: none; /* Likely future */
  1541. }
  1542.  
  1543.  
  1544. .permalinkbuttons a:hover {
  1545. color:{color:links};
  1546. -moz-transition-duration:2s;
  1547. -webkit-transition-duration:2s;
  1548. -o-transition-duration:2s;
  1549. }
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555. .tags {
  1556. font-family: calibri!important;
  1557. font-weight:bold!important;
  1558. background-color:#000000;
  1559. border:1px solid #151515;
  1560. padding-top:6px;
  1561. padding-bottom:6px;
  1562. padding-left:24px;
  1563. padding-right:24px;
  1564. margin-top:-2px;
  1565. color:#2f2f2f;
  1566. text-shadow: 0px 0px 1px #2f2f2f;
  1567. text-transform:uppercase!important;
  1568. font-style:normal;
  1569. line-height:150%;
  1570. font-size:8.4px;
  1571. text-align:left!important;
  1572. }
  1573.  
  1574.  
  1575.  
  1576. .tags a {
  1577. text-decoration:none!important;
  1578. font-weight:bold!important;
  1579. font-size:8.4px;
  1580. margin-right:1px;
  1581. text-transform:uppercase!important;
  1582. font-family: calibri!important;
  1583. color:#2d2d2d;
  1584. text-shadow: 0px 0px 1px #2d2d2d;
  1585. -moz-transition-duration:1s;
  1586. -webkit-transition-duration:1s;
  1587. -o-transition-duration:1s;
  1588. }
  1589.  
  1590.  
  1591. .tags a:hover {
  1592. font-weight:bold!important;
  1593. color:{color:bold}!important;
  1594. -moz-transition-duration:2s;
  1595. -webkit-transition-duration:2s;
  1596. {block:ifBiggerTagsonHover}
  1597. font-size:10px!important;
  1598. {block:ifBiggerTagsonHover}
  1599. }
  1600.  
  1601.  
  1602.  
  1603. .permatags {
  1604. font-family: calibri!important;
  1605. font-weight:lighter!important;
  1606. background-color:#000000;
  1607. border:1px solid #151515;
  1608. padding-top:5px;
  1609. padding-bottom:7px;
  1610. padding-left:24px;
  1611. padding-right:24px;
  1612. margin-bottom:-1px;
  1613. margin-top:-2px;
  1614. color:#2f2f2f;
  1615. text-shadow: 0px 0px 1px #2f2f2f;
  1616. text-transform:uppercase!important;
  1617. font-style:normal;
  1618. line-height:150%;
  1619. font-size:8.4px;
  1620. text-align:left!important;
  1621. }
  1622.  
  1623.  
  1624.  
  1625. .permatags a {
  1626. text-decoration:none!important;
  1627. font-weight:lighter!important;
  1628. font-size:8.4px;
  1629. margin-right:1px;
  1630. text-transform:uppercase!important;
  1631. font-family: calibri!important;
  1632. color:#2f2f2f;
  1633. text-shadow: 0px 0px 1px #2f2f2f;
  1634. font-size:8.4px;
  1635. -moz-transition-duration:1s;
  1636. -webkit-transition-duration:1s;
  1637. -o-transition-duration:1s;
  1638. }
  1639.  
  1640.  
  1641. .permatags a:hover {
  1642. color:{color:bold}!important;
  1643. -moz-transition-duration:2s;
  1644. -webkit-transition-duration:2s;
  1645. {block:ifBiggerTagsonHover}
  1646. font-size:10px!important;
  1647. {block:ifBiggerTagsonHover}
  1648. }
  1649.  
  1650.  
  1651. {/block:IfClickonTags}
  1652.  
  1653.  
  1654.  
  1655.  
  1656.  
  1657. /* PERMAPAGE NOTES */
  1658.  
  1659.  
  1660. .notes {
  1661. text-transform:normal;
  1662. font-style:normal;
  1663. font-size: 10px;
  1664. text-align:left!important;
  1665. outline:1px solid #151515;
  1666. margin-top:24px;
  1667. }
  1668.  
  1669.  
  1670. .notes a {
  1671. text-align:left!important;
  1672. }
  1673.  
  1674.  
  1675.  
  1676. .notes:first-child {
  1677. padding-top:24px;
  1678. }
  1679.  
  1680.  
  1681. .notes li:last-child {
  1682. padding-bottom:24px;
  1683. }
  1684.  
  1685.  
  1686. .notes li {
  1687. text-align:left!important;
  1688. list-style-type:none;
  1689. border:none!important;
  1690. margin-left:-12px;
  1691. line-height:14px;
  1692. text-align:left!important;
  1693. -moz-transition-duration:0.5s;
  1694. -webkit-transition-duration:0.5s;
  1695. -o-transition-duration:0.5s;
  1696. }
  1697.  
  1698.  
  1699.  
  1700. .notes li a {
  1701. font-family:calibri!important;
  1702. font-size:10px!important;
  1703. font-weight:bold;
  1704. text-transform:uppercase;
  1705. letter-spacing:0px;
  1706. color: {color:links};
  1707. text-align:left!important;
  1708. }
  1709.  
  1710.  
  1711.  
  1712. .notes li a:hover {
  1713. color: {color:links hover};
  1714. }
  1715.  
  1716.  
  1717.  
  1718. .notes blockquote {
  1719. border:1px solid #151515;
  1720. padding-top:12px;
  1721. padding-bottom:12px;
  1722. padding-left:24px;
  1723. padding-right:24px;
  1724. margin-top:12px;
  1725. margin-bottom:12px;
  1726. margin-left:0px;
  1727. margin-right:24px;
  1728. }
  1729.  
  1730.  
  1731. .notes img.avatar {
  1732. width: 0px;
  1733. height: 0px;
  1734. }
  1735.  
  1736.  
  1737.  
  1738.  
  1739.  
  1740.  
  1741. /* CREDIT */
  1742.  
  1743.  
  1744. #credit {
  1745. background-color:#000000;
  1746. border:1px solid #151515;
  1747. padding:6px 10px;
  1748. z-index:999;
  1749. position:absolute;
  1750. bottom:44px;
  1751. right:44px;
  1752. width:6px;
  1753. height:14px;
  1754. word-wrap:break-word;
  1755. font-family:calibri;
  1756. overflow:hidden;
  1757. -webkit-transition:all 1s ease;
  1758. -moz-transition:all 1s ease;
  1759. -o-transition:all 1s ease;
  1760. transition:all 1s ease-in-out;
  1761. }
  1762.  
  1763.  
  1764. #credit a {
  1765. color:{color:links};
  1766. text-transform:uppercase;
  1767. font-size:9.5px;
  1768. }
  1769.  
  1770.  
  1771.  
  1772. #credit:hover {
  1773. width:73px;
  1774. }
  1775.  
  1776.  
  1777.  
  1778.  
  1779. #credit span {
  1780. color:{color:bold};
  1781. font-family:calibri;
  1782. margin-right:10px;
  1783. font-size:10.5px;
  1784. }
  1785.  
  1786.  
  1787.  
  1788.  
  1789.  
  1790. </style>
  1791.  
  1792. </head>
  1793.  
  1794. <body>
  1795.  
  1796.  
  1797.  
  1798. <!-- DESCRIPTION + NAVIGATION BAR -->
  1799.  
  1800.  
  1801. <div class="bottombox">
  1802.  
  1803. <div class="description">
  1804.  
  1805. <b>Indie-Multimuse (rivate and mutuals only) Written by Esme</b>
  1806.  
  1807. <br>This is a multimuse housing various supernatural creatures from various myths and lores.
  1808. <br>It is important all information is read before interacting with. Anyone who fails to do so I will not be interacting with.
  1809.  
  1810. Most to all muses on this blog are over 28+ as well as the writer.
  1811.  
  1812. <br><i>Please make note that the mun is a para - lit/semi-lit writer only.</i>
  1813.  
  1814. </div class="bottombox">
  1815. </div class="description">
  1816.  
  1817.  
  1818.  
  1819. <div class="navi">
  1820. <a href="/" title="Refresh">INDEX</a>
  1821. <a href="#?w=430" rel="INQUIRE" class="poplight">INQUIRE</a>
  1822. <a href="#?w=430" rel="START" class="poplight">START</a>
  1823. <a href="#?w=430" rel="RULES" class="poplight">RULES</a>
  1824. <a href="/characters">CHARACTERS</a>
  1825.  
  1826.  
  1827.  
  1828.  
  1829. {block:IndexPage}{block:PreviousPage}
  1830. <a href="{PreviousPage}"><b><<</b></a>
  1831. {/block:PreviousPage}
  1832.  
  1833. {block:NextPage}
  1834. <a href="{NextPage}"><b>>></b></a>
  1835. {/block:NextPage}{/block:IndexPage}
  1836.  
  1837.  
  1838. {block:PermalinkPagination}{block:PreviousPost}
  1839. <a href="{PreviousPost}"><b><<</b></a>
  1840. {/block:PreviousPost}
  1841.  
  1842. {block:NextPost}
  1843. <a href="{NextPost}"><b>>></b></a>
  1844. {/block:NextPost}{/block:PermalinkPagination}
  1845.  
  1846. </div class="navi">
  1847.  
  1848.  
  1849.  
  1850.  
  1851.  
  1852. <!-- POSTS -->
  1853.  
  1854.  
  1855.  
  1856. <div id="container">
  1857.  
  1858. <div class="containerheadertop"></div>
  1859. <div id="containertopspace"></div>
  1860.  
  1861. {block:Posts}
  1862. <div class="posts">
  1863.  
  1864.  
  1865.  
  1866.  
  1867.  
  1868. <!-- POSTS: TEXT -->
  1869.  
  1870.  
  1871. {block:Text}
  1872. <div id="text">
  1873.  
  1874.  
  1875.  
  1876. <div id="textbody">
  1877. {block:Title}
  1878. <h1>{Title}</a></h1>
  1879. {/block:Title}
  1880. <div id="wrap">
  1881. {Body}
  1882. <div style="clear:both">
  1883. </div style="clear:both">
  1884. </div id="wrap">
  1885. </div>
  1886.  
  1887. </div id="text">
  1888.  
  1889. {/block:Text}
  1890.  
  1891.  
  1892.  
  1893.  
  1894.  
  1895. <!-- POSTS: PHOTO/SET -->
  1896.  
  1897. {block:Photo}
  1898. <div id="psingle">
  1899. {LinkOpenTag}
  1900. <img src="{PhotoURL-HighRes}">
  1901. {LinkCloseTag}
  1902. </div id="psingle">
  1903.  
  1904. {block:Caption}
  1905. <div id="pcaption">
  1906. {Caption}
  1907. </div id="pcaption">
  1908. {/block:Caption}
  1909. {/block:Photo}
  1910.  
  1911.  
  1912. {block:Photoset}
  1913. <div id="pset">
  1914. {Photoset}
  1915. </div id="pset">
  1916.  
  1917. {block:Caption}
  1918. <div id="pcaption">
  1919. {Caption}
  1920. </div id="pcaption">
  1921. {/block:Caption}
  1922. {/block:Photoset}
  1923.  
  1924.  
  1925.  
  1926.  
  1927.  
  1928. <!-- POSTS: QUOTE -->
  1929.  
  1930. {block:Quote}
  1931. <div id="quote">
  1932. {Quote} — <span style="font-family:calibri; font-size:10.4px; text-transform:uppercase; color:{color:bold}; font-weight:bold!important; letter-spacing:0.2px;">by {Source}</span>
  1933. </div id="quote">
  1934. {/block:Quote}
  1935.  
  1936.  
  1937.  
  1938.  
  1939.  
  1940. <!-- POSTS: LINK -->
  1941.  
  1942. {block:Link}
  1943. <div id="linkpost">
  1944. <div id="link">
  1945. <a href="{URL}" {Target}>{Name}&nbsp;&nbsp; ►</a>
  1946. </div id="link">
  1947. </div id="linkpost">
  1948. {/block:Link}
  1949.  
  1950.  
  1951.  
  1952.  
  1953.  
  1954. <!-- POSTS: CHAT -->
  1955.  
  1956.  
  1957. {block:Chat}
  1958.  
  1959. <div id="chatbox">
  1960. <div id="chat">
  1961. {block:Lines}
  1962. <div id="{Alt}">
  1963. {block:Label}<i>{Label}</i>{/block:Label} {Line}
  1964. </div id="{Alt}">
  1965. {/block:Lines}
  1966. </div id="chat">
  1967. </div id="chatbox">
  1968.  
  1969. {/block:Chat}
  1970.  
  1971.  
  1972.  
  1973.  
  1974.  
  1975. <!-- POSTS: AUDIO -->
  1976.  
  1977. {block:Audio}
  1978. <div id="audiobox">
  1979.  
  1980. <div style="-webkit-filter:grayscale(1);">
  1981.  
  1982. <div class="player">
  1983. <div class="audioplayer">
  1984.  
  1985. {AudioPlayerBlack}
  1986.  
  1987. </div class="audioplayer">
  1988. </div class="player">
  1989.  
  1990. </div style>
  1991.  
  1992. <div class="audioinfo">
  1993. {block:TrackName}{TrackName}{/block:TrackName} — {block:Artist}{Artist}{/block:Artist}
  1994. </div class="audioinfo">
  1995.  
  1996.  
  1997. {block:Caption}
  1998. <div id="acaption">
  1999. {Caption}
  2000. </div id="acaption">
  2001. {/block:Caption}
  2002.  
  2003. </div id="audiobox">
  2004. {/block:Audio}
  2005.  
  2006.  
  2007.  
  2008.  
  2009.  
  2010. <!-- POSTS: VIDEO -->
  2011.  
  2012. {block:Video}
  2013. <div class="video-container">
  2014. {Video-400}
  2015. {block:Caption}{Caption}{/block:Caption}
  2016. </div class="video-container">
  2017. {Caption}
  2018. {/block:Video}
  2019.  
  2020.  
  2021.  
  2022.  
  2023.  
  2024. <!-- POSTS: ASK -->
  2025.  
  2026. {block:Answer}
  2027. <div id="answer">
  2028.  
  2029. <div id="question"><div id="ask"><b>{Asker} is inquiring for information:</b> {Question}</div><div class="letterask">Q</div></div>
  2030.  
  2031.  
  2032.  
  2033.  
  2034. <div id="response">{Answer}<div style="clear:both; margin-bottom:-5px;"></div>
  2035. </div id="response">
  2036.  
  2037. </div id="answer">
  2038. {/block:Answer}
  2039.  
  2040.  
  2041.  
  2042.  
  2043.  
  2044.  
  2045. <!-- POST INFORMATION -- NO CLICK ON TAGS -->
  2046.  
  2047.  
  2048.  
  2049. {block:IfNotClickonTags}
  2050.  
  2051. {block:Date}
  2052.  
  2053. {block:indexpage}
  2054. <div class="permalinkbar">
  2055. <div class="permalinkbuttons">
  2056. <a href="{Permalink}" style="text-align:left;">{Month} {DayOfMonth}{DayOfMonthSuffix} / {12Hour}:{Minutes}{CapitalAmPm} / {NoteCountWithLabel}</a>
  2057. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">CLICK HERE TO REBLOG THIS POST</a>
  2058. </div class="permalinkbuttons">
  2059. </div class="permalinkbar">
  2060. {/block:indexpage}
  2061.  
  2062.  
  2063. {block:permalinkpage}
  2064. <div class="permalinkbar" style="margin-top:26px!important;">
  2065. <div class="permalinkbuttons">
  2066. {block:RebloggedFrom}
  2067. <a href="{ReblogParentURL}" style="text-align:left;">REBLOGGED FROM / VIA</a>
  2068. {/block:RebloggedFrom}
  2069. <a href="{ReblogURL}" target="_blank" class="details" style="margin-left:-1px!important; text-align:right; float:right; padding-right:0px;">CLICK HERE TO REBLOG THIS POST</a>
  2070. </div class="permalinkbuttons">
  2071. </div class="permalinkbar">
  2072. {/block:permalinkpage}
  2073.  
  2074.  
  2075.  
  2076. {block:indexpage}
  2077. {block:HasTags}
  2078. <div id="tagsbox">
  2079. <div class="tags">
  2080. {block:Tags}
  2081. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2082. {/block:Tags}
  2083.  
  2084. </div class="tags">
  2085. </div id="tagsbox">
  2086. {/block:HasTags}
  2087. {/block:indexpage}
  2088.  
  2089.  
  2090.  
  2091. {block:permalinkpage}
  2092. <div class="tags">
  2093. {block:HasTags}
  2094. {block:Tags}
  2095. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2096. {/block:Tags}
  2097. {/block:HasTags}
  2098.  
  2099. </div class="tags">
  2100. {/block:permalinkpage}
  2101.  
  2102. {/block:Date}
  2103.  
  2104. {/block:IfNotClickonTags}
  2105.  
  2106.  
  2107.  
  2108.  
  2109.  
  2110.  
  2111.  
  2112.  
  2113. {block:IfClickonTags}
  2114.  
  2115. <div class="perma">
  2116. {block:Date}
  2117. {block:indexpage}
  2118.  
  2119. <div class="permalinkbar">
  2120.  
  2121.  
  2122. <div class="permalinkbuttons">
  2123. <a href="{Permalink}" title="{12Hour}:{Minutes}{CapitalAmPm} / {NoteCountWithLabel}" style="float:left; text-align:left!important; margin-right:0px!important;">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  2124. &nbsp;&nbsp; / &nbsp;
  2125. <a href="#" class="hide">CLICK HERE FOR TAGS </a>
  2126. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">CLICK HERE TO REBLOG THIS POST</a>
  2127. </div class="permalinkbuttons">
  2128.  
  2129.  
  2130. </div class="permalinkbar">
  2131.  
  2132. <div class="tags">
  2133. {block:HasTags}
  2134. Tagged with:
  2135. {block:Tags}
  2136. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2137. {/block:Tags}
  2138. {/block:HasTags}
  2139.  
  2140. </div class="tags">
  2141. </div>
  2142. {/block:indexpage}
  2143.  
  2144.  
  2145.  
  2146.  
  2147. {block:permalinkpage}
  2148. <div class="permalinkbar">
  2149. <div class="permalinkbuttons">
  2150. {block:RebloggedFrom}
  2151. <a href="{ReblogParentURL}">REBLOGGED FROM / VIA / SOURCE</a>
  2152. {/block:RebloggedFrom}
  2153.  
  2154. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">CLICK HERE TO REBLOG THIS POST</a>
  2155. </div class="permalinkbuttons">
  2156.  
  2157.  
  2158. </div class="permalinkbar">
  2159.  
  2160. <div class="permatags">
  2161. {block:HasTags}
  2162. {block:Tags}
  2163. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2164. {/block:Tags}
  2165. {/block:HasTags}
  2166.  
  2167. </div class="permatags">
  2168. {/block:permalinkpage}
  2169.  
  2170.  
  2171. {/block:Date}
  2172.  
  2173.  
  2174. {/block:IfClickonTags}
  2175.  
  2176.  
  2177.  
  2178.  
  2179.  
  2180. <!-- NOTES -->
  2181.  
  2182.  
  2183. {block:PostNotes}
  2184. <div class="notes">
  2185. {PostNotes}
  2186. </div class="notes">
  2187. {/block:PostNotes}
  2188.  
  2189.  
  2190.  
  2191.  
  2192.  
  2193. <!-- HIDE VIA/SOURCE IN POSTS -->
  2194.  
  2195.  
  2196. {block:ContentSource}<!-- {SourceURL}
  2197. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  2198. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  2199. {/block:ContentSource}
  2200.  
  2201.  
  2202. <!-- {block:NoRebloggedFrom}
  2203. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  2204. {/block:NoRebloggedFrom} -->
  2205.  
  2206.  
  2207.  
  2208. </div class="posts">
  2209.  
  2210. {/block:Posts}
  2211.  
  2212.  
  2213. <div class="containerheaderbottom">
  2214. <div id="containerbottomspace"></div>
  2215. </div class="containerheaderbottom">
  2216.  
  2217.  
  2218. </div id="container">
  2219.  
  2220. </div>
  2221.  
  2222.  
  2223.  
  2224.  
  2225. <!-- POPUP PAGES -->
  2226.  
  2227.  
  2228.  
  2229. <!-- POPUP PAGE: INQUIRE -->
  2230.  
  2231. <div id="INQUIRE" class="popup_block">
  2232.  
  2233. <img src="https://i.imgur.com/FAre5ap.png">
  2234.  
  2235. <p>
  2236.  
  2237. <iframe frameborder="0" allowtransparency="true" scrolling="no" width="431px" height="180px" src="https://www.tumblr.com/ask_form/celestialcrcwn.tumblr.com/" style="margin-top:-6px!important; " id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  2238.  
  2239. <p>
  2240. </div id="INQUIRE" class="popup_block">
  2241.  
  2242.  
  2243.  
  2244.  
  2245.  
  2246.  
  2247.  
  2248.  
  2249. <!-- POPUP PAGE: START -->
  2250.  
  2251.  
  2252. <div id="START" class="popup_block">
  2253.  
  2254.  
  2255. <img src="https://i.imgur.com/wU7tt3t.png">
  2256.  
  2257. <h1>Mun Information</h1>
  2258.  
  2259.  
  2260. <b>{ 1.1 }</b> The name is Esme. I am a woc who is 30+ and has been writing for a very long time. Specifically a bit over fifteen years ( possibly a bit more, though one would never know ) . You can find me using the beautiful Toni Braxton or Esmeralda as my mun FC’s.
  2261.  
  2262.  
  2263. <p><b>{ 1.2 }</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.
  2264.  
  2265.  
  2266. <p><b>{ 1.3 }</b> Because I have a household to keep in order and a family to take care of, it is important to know that I am not always speedy with replies. That and the fact I’ll have inspiration for certain muses at certain times.
  2267.  
  2268. <p>As I continue my education, there will be times when my response time with replies may be even slower. However, I will always try to make up for my lack of replies by showering my partners with memes.
  2269.  
  2270.  
  2271. <p><b>{ 1.4 }</b> I am not a “one-liner” roleplayer. My replies are usually a paragraph or more. Please know that you do not have to match my length, but a reply consisting of more than one line in return would be appreciated.
  2272.  
  2273.  
  2274. <p><b>{ 1.5 }</b> I am VERY big on world building ( if you couldn't already tell ). Though I get inspiration from various places ranging from movies, books and occasionally friends, nearly everything from the plot of my blog to the characterization of my characters is my own.
  2275.  
  2276.  
  2277. <p><b>{ 1.6 }</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 forth with one person, chances are I’m working on other replies as well. Again, it all boils down to what character(s) I have inspiration for at the time.
  2278.  
  2279.  
  2280. <p><b>{ 1.7 }</b> Canon is a big NO for me. I don’t write it whatsoever and I can’t stress that enough. 98% of what I write on this blog is from my own imagination or the help of my friends or partners.
  2281.  
  2282.  
  2283. <p><b>{ 1.8 }</b> Although I write fictional characters, I do write them with some realism. Everything isn’t all unicorns and rainbows for them. In their own ways they do in fact face the same struggles we do.
  2284.  
  2285.  
  2286. <p><b>{ 1.9 }</b> I don’t follow people just to follow them or for their FCs. If I follow someone it’s always out of interest to write 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. I also ask that if you choose to follow me, please do it with the intentions of actually writing with me some point in time.
  2287.  
  2288.  
  2289.  
  2290. <p><b>{ 1.10 }</b> Tagging, though I will be tagging most of my nsfw images and those triggering to my mutuals, I will NOT be tagging any body images ( not speaking of nsfw related ) relevant to my plus size muses. If people can reblog various images of their average size muses without a problem, then I can reblog various images of my curvier muses without a problem. I understand and respect there are people on this site who may be triggered due to suffering from one illness or another but I do apologize and feel bad about that but I’m not tagging them. As an individual who is VERY body positive, having muses who are also, I will be expressing it on my blog. Anyone who can’t accept or respect can unfollow or even make the block button useful.
  2291.  
  2292.  
  2293.  
  2294.  
  2295.  
  2296. <h4>Information on Interacting</h4>
  2297.  
  2298.  
  2299. <p><b>{ 2.1 }</b> I run a blog of supernatural creatures. Various creatures that come from various lores and myths as well as my own imagination. At the same time, when interacting it’s important to keep in mind my muses live off of various laws and codes that may differ from yours. In threads, I will try to explain them as well as through headcanons.
  2300.  
  2301.  
  2302. <p><b>{ 2.2 }</b> Please be advised that none of my muses are “soft” characters ( minus a few). You’ll see this again, but if your character disrespects them in any way, shape or form, many of them will bite or fight back. If you can’t deal with other characters standing up to yours then you might not want to hit that follow button.
  2303.  
  2304.  
  2305.  
  2306. <p><b>{ 2.3 }</b> My Warecreatures are just that. Warecreatures. And they DO look like it. When interacting with them, it’s important to pay attention to my written description of them, whether it’s in their biography ( those who have one) or in my reply for a thread. Most of my warecreatures do not use glamours so they will stick out like a sore thumb. It is also important to keep in mind that while they do live among mortals, there are some places they aren’t allowed (in my world for them anyway).
  2307.  
  2308.  
  2309.  
  2310. <p><b>{ 2.4 }</b> It’s important to 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 not what their FC looks like. Especially for my warecreatures.
  2311.  
  2312.  
  2313. <p><b>{ 2.5 }</b> Due to the mature nature of this blog, I will NOT be interacting with anyone ( mun age ) under 18. In fact, <i>No one under the age of 18+ should be following this blog.</i>
  2314.  
  2315.  
  2316.  
  2317.  
  2318.  
  2319. <h4>Plotting</h4>
  2320.  
  2321. <p><b>{ 3.1 }</b> While I am alright with random threads, I prefer plotted threads much more. To me they help with creating development for not only character relationships but characters in general.
  2322.  
  2323.  
  2324.  
  2325. <p><b>{ 3.2 }</b> If you show interest in plotting, I ask that you be ready to collaborate and prepared to help me think of something that we’d both enjoy. Please do not agree to the first plot I suggest. It’s okay if you can’t think of anything on the spot. But as long as you could toss something into the idea pool that would be great.
  2326.  
  2327.  
  2328.  
  2329.  
  2330.  
  2331. <h4>Shipping</h4>
  2332.  
  2333.  
  2334.  
  2335. <p><b>{ 4.1 }</b> I am a selective shipper. Especially with my male muses. Though shipping is supposed to be an enjoyable thing, I take it pretty seriously. 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.
  2336.  
  2337.  
  2338. <p><b>{ 4.2 }</b> Lofn, Elena and Brooke are three of my open for shipping muses who have children. For no reason will I erase their children for a ship. If your muse takes a liking to any of them and doesn’t like children, you might want to find a different muse to ship with.
  2339.  
  2340.  
  2341. <p><b>{ 4.3 }</b> Because they are married, Breanna and Zander, as well as Constance and Michael, 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 and my other male muses I will be quite selective with when it comes to this.
  2342.  
  2343.  
  2344. <p><b>{ 4.4 }</b> I do not ship my muses ( minus the young adults) with anyone under the age of thirty . With those with supernatural muses, that means going by the age of the FC.
  2345.  
  2346.  
  2347.  
  2348.  
  2349.  
  2350.  
  2351.  
  2352. <p>
  2353. </div id="ABOUT" class="popup_block">
  2354.  
  2355.  
  2356.  
  2357.  
  2358.  
  2359.  
  2360.  
  2361.  
  2362.  
  2363.  
  2364.  
  2365.  
  2366.  
  2367. <!-- POPUP PAGE: RULES -->
  2368.  
  2369.  
  2370. <div id="RULES" class="popup_block">
  2371.  
  2372.  
  2373. <img src="https://i.imgur.com/sZzkOTa.png">
  2374.  
  2375. <h1>Respect</h1>
  2376.  
  2377. You have to give it to get it. Simple. I don’t even know why I have to make this known but unfortunately I do, so I am. I write my muses how I picture them. Not how anyone else does. You either enjoy it or you don’t. Please be advised that my muses also follow that belief when it comes to respect. If your muse wishes to disrespect them, just know my muses will not take it lying down and will bite back.
  2378.  
  2379.  
  2380.  
  2381. <h4>Patience</h4>
  2382.  
  2383. When writing with me it is important to have. Roleplaying is my hobby. I have a family to care for as well as a life in general away from this place. My days are often long and exhausting therefore there are some days I don’t feel up to tending to drafts. Especially the lengthy ones. All of my drafts I do my best to keep track of. Please do not rush or nag me for them. Reminders are nice but do not rush me. Also, don’t waste my time. If I kept a thread for too long, please let me know if you lost inspiration so I don’t waste my time replying to it.
  2384.  
  2385.  
  2386.  
  2387. <h4>Original Characters</h4>
  2388.  
  2389. 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 muses in any way please let me know how. My muses and I are also child muse friendly.
  2390.  
  2391.  
  2392.  
  2393. <h4>Following</h4>
  2394.  
  2395. 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. If you’re thinking about following me, I ask please do so with the intentions of actually writing with me and getting to know my muses and not just in hope of a follow back to reach some sort of goal.
  2396.  
  2397.  
  2398.  
  2399. <h4>Memes</h4>
  2400.  
  2401. <i>Please keep in mind that I am not a meme source.</i> While I don’t expect people to send me every meme I reblog or really mind that things get reblogged from me, for the sake of my notifications, I would appreciate it if any constant reblogging didn’t occur and some memes were reblogged from the source and not me.
  2402.  
  2403.  
  2404.  
  2405. <h4>Tagging</h4>
  2406.  
  2407. <i>celestialcrcwn</i> 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. I also have a personal tag esmelena that can be used as well.
  2408.  
  2409.  
  2410.  
  2411. <p>
  2412. </div id="RULES" class="popup_block">
  2413.  
  2414.  
  2415.  
  2416.  
  2417.  
  2418.  
  2419.  
  2420.  
  2421.  
  2422. {block:ifVersesPopupPage}
  2423.  
  2424. <!-- POPUP PAGE: VERSES -->
  2425.  
  2426.  
  2427. <div id="VERSES" class="popup_block">
  2428.  
  2429. <h1>{text:Popup Page VERSES Header}</h1>
  2430.  
  2431.  
  2432. {text:Popup Page VERSES Content}
  2433.  
  2434.  
  2435.  
  2436. <p>
  2437. </div id="VERSES" class="popup_block">
  2438. </div>
  2439.  
  2440.  
  2441. {block:ifVersesPopupPage}
  2442.  
  2443.  
  2444.  
  2445.  
  2446.  
  2447.  
  2448. <!-- POPUP PAGE NAVIGATE -->
  2449.  
  2450.  
  2451. {block:ifNavigationPopupPage}
  2452.  
  2453. <div id="NAVIGATE" class="popup_block">
  2454.  
  2455. <h1>{text:Popup Page NAV Header}</h1>
  2456.  
  2457. <div class="nvlinks">
  2458.  
  2459. <a href="{text:Navigation 1 Link}">{text:Navigation 1 Title}</a>
  2460. <a href="{text:Navigation 2 Link}">{text:Navigation 2 Title}</a>
  2461. <a href="{text:Navigation 3 Link}">{text:Navigation 3 Title}</a>
  2462. <a href="{text:Navigation 4 Link}">{text:Navigation 4 Title}</a>
  2463. <a href="{text:Navigation 5 Link}">{text:Navigation 5 Title}</a>
  2464. <a href="{text:Navigation 6 Link}">{text:Navigation 6 Title}</a>
  2465. <a href="{text:Navigation 7 Link}">{text:Navigation 7 Title}</a>
  2466. <a href="{text:Navigation 8 Link}">{text:Navigation 8 Title}</a>
  2467. <a href="{text:Navigation 9 Link}">{text:Navigation 9 Title}</a>
  2468. <a href="{text:Navigation 10 Link}">{text:Navigation 10 Title}</a>
  2469. <a href="{text:Navigation 11 Link}">{text:Navigation 11 Title}</a>
  2470. <a href="{text:Navigation 12 Link}">{text:Navigation 12 Title}</a>
  2471. <a href="{text:Navigation 13 Link}">{text:Navigation 13 Title}</a>
  2472. <a href="{text:Navigation 14 Link}">{text:Navigation 14 Title}</a>
  2473.  
  2474. </div class="nvlinks">
  2475.  
  2476.  
  2477. </div id="NAVIGATE" class="popup_block">
  2478. {block:ifNavigationPopupPage}
  2479.  
  2480.  
  2481.  
  2482.  
  2483. <!-- CREDIT -->
  2484.  
  2485. <div id="credit"><div style="width:105px;margin-right:10px;">
  2486. <a href="https://iniziarearchive.tumblr.com/post/172148130832/base-theme-francis-live-preview-in" target="blank">
  2487. <span>S.</span>MADE BY SAE.</a>
  2488. </div></div>
  2489.  
  2490. </body>
  2491. </html>
Add Comment
Please, Sign In to add comment