Advertisement
littlemisswhoever

Theme: Armistice (notlikegcds)

Jan 10th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.11 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!-- (BASE) THEME BY INIZIARE ( KHRUSEOS / ESTOIRES ) -->
  4.  
  5.  
  6.  
  7.  
  8. <html>
  9. <head>
  10. <title>Not Like Gods.</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16. </head>
  17.  
  18.  
  19. <!-- SCRIPT: TOOLTIP -->
  20.  
  21.  
  22. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  24. <script>
  25. (function($){
  26. $(document).ready(function(){
  27. $("a[title]").style_my_tooltips({
  28. tip_follows_cursor:true,
  29. tip_delay_time:90,
  30. tip_fade_speed:600,
  31. attribute:"title"
  32. });
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37.  
  38.  
  39. <!-- SCRIPT: POPUPS -->
  40.  
  41. <script type="text/javascript"
  42. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  43. <script>
  44. $(document).ready(function() {
  45. //
  46. $('a.poplight[href^=#]').click(function() {
  47. var popID = $(this).attr('rel'); //Get Popup Name
  48. var popURL = $(this).attr('href'); //Get Popup href to define size
  49. var query= popURL.split('?');
  50. var dim= query[1].split('&');
  51. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  52. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  53. var popMargTop = ($('#' + popID).height() + 80) / 2;
  54. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  55. //Apply Margin to Popup
  56. $('#' + popID).css({
  57. 'margin-top' : -popMargTop,
  58. 'margin-left' : -popMargLeft
  59. });
  60. $('body').append('<div id="fade"></div>');
  61. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  62. return false;
  63. });
  64. $('a.close, #fade').live('click', function() {
  65. $('#fade , .popup_block').fadeOut(function() {
  66. $('#fade, a.close').remove(); //fade them both out
  67. });
  68. return false;
  69. });
  70. });
  71. </script>
  72.  
  73.  
  74. <!-- SCRIPT: jQuery -->
  75.  
  76. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  77.  
  78.  
  79.  
  80. <!-- SCRIPT: AUDIO PLAYER -->
  81.  
  82. <script>
  83. $(document).ready(function() {
  84. $('iframe.tumblr_audio_player').load( function() {
  85. $('iframe.tumblr_audio_player').contents().find("head")
  86. .append($("<style type='text/css'> .audio-player{background:#000000 !important; color:#ffffff !important;} </style>"));
  87. });
  88. });
  89. </script>
  90.  
  91.  
  92.  
  93. <!-- SCRIPT: POPUP TABS -->
  94.  
  95. <script>$(document).ready(function(){
  96. $("ul#tabs li").click(function(e){
  97. if (!$(this).hasClass("active")) {
  98. var tabNum = $(this).index();
  99. var nthChild = tabNum+1;
  100. $("ul#tabs li.active").removeClass("active");
  101. $(this).addClass("active");
  102. $("ul#tab li.active").removeClass("active");
  103. $("ul#tab li:nth-child("+nthChild+")").addClass("active");}});});</script>
  104.  
  105.  
  106.  
  107.  
  108. <!-- CUSTOM FONTS -->
  109.  
  110. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118. <!-- META LINES -->
  119.  
  120.  
  121. <meta name="image:Background" content="https://static.tumblr.com/gjexvml/TE1pl5dgl/bg.png"/>
  122.  
  123. <meta name="text:Custom Capitals Font" content="'customfonthere'">
  124.  
  125. <meta name="color:Body Text" content="#c6c6c6" />
  126. <meta name="color:Bold" content="#5D4C47" />
  127. <meta name="color:Italic" content="#ffffff" />
  128. <meta name="color:Links" content="#5D4C47" />
  129. <meta name="color:Links Hover" content="#ffffff" />
  130.  
  131.  
  132.  
  133. <meta name="if:Text Wrapping" content="1"/>
  134. <meta name="if:Boxed Blockquotes" content="1"/>
  135. <meta name="if:First Letter Styling" content="0"/>
  136. <meta name="if:Icon Borders" content="1"/>
  137. <meta name="if:Bigger Tags on Hover" content="0"/>
  138.  
  139.  
  140.  
  141.  
  142.  
  143. <style type="text/css">
  144.  
  145.  
  146.  
  147.  
  148.  
  149. /* SCROLLBAR */
  150.  
  151. ::-webkit-scrollbar {
  152. background:transparent;
  153. height: 0px;
  154. display:none;
  155. width: 0px; /* remove scrollbar space */
  156. -ms-overflow-style: none; // IE 10+
  157. overflow: -moz-scrollbars-none; // Firefox
  158. }
  159.  
  160.  
  161. ::-webkit-scrollbar-thumb {
  162. background:transparent;
  163. }
  164.  
  165.  
  166. /* TEXT SELECTION */
  167.  
  168. ::selection {background: #000000; color:#ffffff;}
  169. ::-moz-selection {background: #000000; color:#ffffff;}
  170.  
  171.  
  172. /* TOOLTIP */
  173.  
  174.  
  175. #s-m-t-tooltip {
  176. z-index:999999;
  177. max-width:350px;
  178. margin-left:10px;
  179. margin-top:10px;
  180. font-weight:lighter;
  181. background-color:#000000;
  182. background:rgba(0,0,0,1);
  183. border:1px solid #1a1a1a;
  184. padding-top:6px;
  185. padding-bottom:6px;
  186. padding-left:16px;
  187. padding-right:16px;
  188. font-family:calibri;
  189. font-style:normal;
  190. font-weight:700;
  191. font-size:10px;
  192. text-shadow: 0px 0px 1px #000;
  193. color: #e8e8e8;
  194. text-transform:uppercase;
  195. letter-spacing:0px;
  196. -webkit-box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  197. -moz-box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  198. box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  199. }
  200.  
  201.  
  202.  
  203. /* FOUNDATION */
  204.  
  205.  
  206. body {
  207. background-image:url('https://static.tumblr.com/gjexvml/TE1pl5dgl/bg.png');
  208. background-attachment:fixed;
  209. background-repeat:no-repeat;
  210. background-position:top left;
  211. background-color:#000000;
  212. color:{color:Body Text};
  213. font-size:10px;
  214. line-height:15px;
  215. word-spacing:-0.5px;
  216. color:{color:Body Text};
  217. font-family:'Frank Ruhl Libre';
  218. word-wrap: break-word;
  219. }
  220.  
  221.  
  222. body a {
  223. font-size:12px;
  224. color:{color:links};
  225. font-weight:bold;
  226. text-decoration:none!important;
  227. -moz-transition-duration:0.6s;
  228. -webkit-transition-duration:0.6s;
  229. -o-transition-duration:0.6s;
  230. }
  231.  
  232.  
  233.  
  234.  
  235. /* BLOCKQUOTES */
  236.  
  237.  
  238. {block:IfBoxedBlockquotes}
  239.  
  240. blockquote {
  241. background-color:#000000!important;
  242. padding-left:24px;
  243. padding-right:24px;
  244. padding-top:12px;
  245. padding-bottom:12px;
  246. margin-top:12px;
  247. margin-bottom:24px;
  248. text-align:justify;
  249. margin-left:0px;
  250. margin-right:0px;
  251. border:1px solid #151515;
  252. word-wrap: break-word!important;
  253. }
  254.  
  255.  
  256.  
  257. blockquote blockquote {
  258. border-left:1px solid #151515!important;
  259. border-top:0px!important;
  260. border-bottom:0px!important;
  261. border-right:0px!important;
  262. outline:0px solid transparent;
  263. padding-left:24px;
  264. padding-right:0px;
  265. padding-top:0px;
  266. padding-bottom:0px;
  267. margin-top:12px!important;
  268. margin-bottom:0px!important;
  269. }
  270. {/block:IfBoxedBlockquotes}
  271.  
  272.  
  273.  
  274.  
  275. {block:IfNotBoxedBlockquotes}
  276. blockquote {
  277. padding-left:24px;
  278. margin-top:12px;
  279. margin-left:0px;
  280. margin-right:0px;
  281. text-align:justify;
  282. margin-bottom:24px;
  283. padding-top:12px;
  284. border-left:1px solid #141414;
  285. background-color:transparent;
  286. word-wrap: break-word!important;
  287. }
  288.  
  289.  
  290.  
  291. blockquote blockquote {
  292. margin-top:15px;
  293. margin-bottom:15px;
  294. }
  295.  
  296.  
  297. {/block:IfNotBoxedBlockquotes}
  298.  
  299.  
  300.  
  301.  
  302. /* FONT-RELATED */
  303.  
  304.  
  305. small, sub, sub {
  306. font-size:10px!important;
  307. }
  308.  
  309.  
  310. big {
  311. font-size:120%;
  312. }
  313.  
  314.  
  315. b, bold, strong {
  316. font-size:10px;
  317. text-transform:uppercase;
  318. font-family: calibri;
  319. font-weight:bold;
  320. color:{color:Bold};
  321. padding-right:1px;
  322. padding-left:1px;
  323. text-shadow:1px 1px 0 #000;
  324. }
  325.  
  326.  
  327.  
  328. em, i, italic {
  329. font-family:calibri;
  330. font-style:italic;
  331. font-weight:700;
  332. font-size:10px;
  333. line-height:10px;
  334. text-shadow: 0px 0px 1px #000;
  335. color: {color:Italic};
  336. text-transform:uppercase;
  337. }
  338.  
  339.  
  340. {block:ifFirstLetterStyling}
  341. u, u a {
  342. background-color: #000000;
  343. border: 1px solid #151515;
  344. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  345. color:{color:first letter};!important;
  346. text-decoration:none!important;
  347. font-style:normal!important;
  348. font-weight:lighter!important;
  349. text-transform:uppercase!important;
  350. float:left;
  351. margin-top:2px;
  352. height:53px;
  353. width:53px;
  354. font-size: 40px;
  355. margin-right: 15px;
  356. position: relative;
  357. text-align: center;
  358. vertical-align: middle;
  359. line-height: 56px;
  360. }
  361. {/block:ifFirstLetterStyling}
  362.  
  363.  
  364.  
  365.  
  366. pre {
  367. font-weight:lighter;
  368. text-transform:uppercase;
  369. color: #d1d1d1;
  370. line-height:155%;
  371. font-family: calibri, sans-serif;
  372. font-weight:lighter!important;
  373. color:#e6e6e6;
  374. font-size:8.6px;
  375. letter-spacing:0.6px;
  376. white-space: pre-wrap;
  377. white-space: -moz-pre-wrap;
  378. white-space: -pre-wrap;
  379. white-space: -o-pre-wrap;
  380. word-wrap: break-word;
  381. }
  382.  
  383.  
  384. pre a {
  385. color:{color:links};
  386. -moz-transition-duration:0.6s;
  387. -webkit-transition-duration:0.6s;
  388. -o-transition-duration:0.6s;
  389. }
  390.  
  391.  
  392. h1 {
  393. border: 1px solid #141414;
  394. background-color:#000000;
  395. letter-spacing:0px;
  396. word-spacing:-0.5px;
  397. font-size:11px;
  398. color: #ffffff;
  399. padding-bottom:9px;
  400. padding-top:9px;
  401. margin-top:0px;
  402. font-weight:lighter;
  403. margin-bottom:15px;
  404. padding-left:10px;
  405. padding-right:10px;
  406. text-align:center!important;
  407. text-transform:uppercase;
  408. z-index:9999999;
  409. }
  410.  
  411.  
  412. h1 a {
  413. font-weight:bold;
  414. color: #d1d1d1!important;
  415. text-align:right!important;
  416. }
  417.  
  418.  
  419. h2 {
  420. font-family:calibri;
  421. font-size:12px;
  422. text-transform:uppercase!important;
  423. font-weight:bold;
  424. letter-spacing:-0.2px;
  425. color: #ffffff;
  426. }
  427.  
  428.  
  429. h2 a {
  430. font-size:12px;
  431. text-transform:uppercase!important;
  432. font-weight:bold;
  433. color: #ffffff;
  434. }
  435.  
  436.  
  437.  
  438. h4 {
  439. background-image:url('');
  440. background-repeat:repeat;
  441. background-attachment:fixed;
  442. border:1px solid #151515;
  443. margin-bottom:12px;
  444. text-align:center;
  445. font-family:calibri;
  446. font-style:normal;
  447. font-weight:700;
  448. font-size:10px;
  449. height:24px;
  450. line-height:24px;
  451. color: #e8e8e8;
  452. text-transform:uppercase;
  453. }
  454.  
  455.  
  456.  
  457. h4 a {
  458. font-family:calibri;
  459. font-style:normal;
  460. font-weight:700;
  461. font-size:10px;
  462. line-height:10px;
  463. text-shadow: 0px 0px 1px #000;
  464. color: #e8e8e8;
  465. }
  466.  
  467.  
  468.  
  469.  
  470. header {
  471. border: 1px solid #141414;
  472. background-color:#000000;
  473. font-family:calibri;
  474. font-style:normal;
  475. font-weight:700;
  476. font-size:11px;
  477. height:24px;
  478. line-height:24px;
  479. letter-spacing:0px;
  480. word-spacing:-0.5px;
  481. color: #ffffff;
  482. margin-top:0px;
  483. margin-bottom:15px;
  484. padding-right:0px;
  485. padding-right:0px;
  486. text-align:center!important;
  487. text-transform:uppercase;
  488. z-index:9999999;
  489. }
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496. /* IMAGES */
  497.  
  498.  
  499. img {
  500. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.75);
  501. -webkit-transition: all 0.9s ease-in-out;
  502. -moz-transition: all 0.9s ease-in-out;
  503. -o-transition: all 0.9s ease-in-out;
  504. -ms-transition: all 0.9s ease-in-out;
  505. transition: all 0.9s ease-in-out;
  506. height:auto;
  507. padding:0px;
  508. background-color:#000000;
  509. border:0px double #3d3d3d;
  510. }
  511.  
  512.  
  513.  
  514. img:hover {
  515. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.75);
  516. -webkit-transition: all 0.9s ease-in-out;
  517. -moz-transition: all 0.9s ease-in-out;
  518. -o-transition: all 0.9s ease-in-out;
  519. -ms-transition: all 0.9s ease-in-out;
  520. transition: all 0.9s ease-in-out;
  521. }
  522.  
  523.  
  524.  
  525. .html_photoset {
  526. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.75);
  527. -webkit-transition: all 0.9s ease-in-out;
  528. -moz-transition: all 0.9s ease-in-out;
  529. -o-transition: all 0.9s ease-in-out;
  530. -ms-transition: all 0.9s ease-in-out;
  531. transition: all 0.9s ease-in-out;
  532. }
  533.  
  534.  
  535.  
  536. .html_photoset:hover {
  537. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.75);
  538. }
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545. /* SIDEBAR */
  546.  
  547. #sidebar {
  548. position: fixed;
  549. color:{color:Body Text};
  550. font-size:10px;
  551. line-height:14px;
  552. background:transparent;
  553. color: {color:Body Text};
  554. width:112px;
  555. left: 92px;
  556. top: 96px;
  557. }
  558.  
  559.  
  560. #sidelinks {
  561. text-align:center!important;
  562. }
  563.  
  564.  
  565. #sidelinks a {
  566. color:{color:links}!important;
  567. font-family:calibri;
  568. font-style:normal;
  569. font-weight:700;
  570. font-size:10px;
  571. text-shadow: 0px 0px 1px #000;
  572. text-transform:uppercase;
  573. -moz-transition-duration:0.6s;
  574. -webkit-transition-duration:0.6s;
  575. -o-transition-duration:0.6s;
  576. }
  577.  
  578.  
  579. #sidelinks a:hover {
  580. font-style:normal;
  581. color:{color:links hover}!important;
  582. -moz-transition-duration:0.6s;
  583. -webkit-transition-duration:0.6s;
  584. -o-transition-duration:0.6s;
  585. }
  586.  
  587.  
  588.  
  589. #description {
  590. position:relative;
  591. max-height:344px;
  592. text-align:justify;
  593. overflow:scroll;
  594. border-top:14px solid #000000;
  595. border-bottom:24px solid #000000;
  596. padding:0px;
  597. margin:0px;
  598. }
  599.  
  600.  
  601.  
  602. {block:ifFirstLetterStyling}
  603. #description:first-letter {
  604. background-color: #000000;
  605. border: 1px solid #151515;
  606. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  607. color: #cecece;
  608. text-decoration:none!important;
  609. font-style:normal!important;
  610. font-weight:100!important;
  611. text-transform:uppercase!important;
  612. float: left;
  613. font-size: 36px;
  614. margin-right: 11px;
  615. margin-top: 0px;
  616. padding-right: 14px;
  617. padding-top:16px;
  618. padding-bottom:16px;
  619. padding-left:14px;
  620. }
  621. {/block:ifFirstLetterStyling}
  622.  
  623.  
  624.  
  625.  
  626. #pagination {
  627. position:relative;
  628. z-index:999;
  629. font-family:calibri;
  630. font-size:10px;
  631. height:24px;
  632. border:1px solid #151515;
  633. background-color:#000000;
  634. text-align: center;
  635. line-height:23px;
  636. margin-left:-1px;
  637. margin-top:0px!important;
  638. overflow:hidden;
  639. font-family:calibri!important;
  640. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.08);
  641. -webkit-user-select: none; /* Chrome all / Safari all */
  642. -moz-user-select: none; /* Firefox all */
  643. -ms-user-select: none; /* IE 10+ */
  644. user-select: none; /* Likely future */
  645. }
  646.  
  647. #pagination a {
  648. margin-right:8px;
  649. font-size:10px!important;
  650. color:#ffffff!important;
  651. }
  652.  
  653.  
  654. #pagination a:last-child {
  655. margin-right:0px!important;
  656. }
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664. /* POPUPS: GENERAL */
  665.  
  666.  
  667. .popup_block {
  668. display:none;
  669. background-color:#000000;
  670. height:504px!important;
  671. top:377px;
  672. left:510px!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-bottom:24px solid #000000;
  680. border-top:24px solid #000000!important;
  681. overflow-y:scroll;
  682. text-align:justify;
  683. overflow-x:hidden;
  684. }
  685.  
  686.  
  687.  
  688.  
  689. .popup_block a {
  690. margin-right:0px;
  691. vertical-align:top;
  692. font-family: calibri, sans-serif;
  693. font-size:9px;
  694. color:#ffffff;
  695. font-weight:lighter!important;
  696. padding-bottom:3px;
  697. position: relative;
  698. text-decoration:none;
  699. text-transform:uppercase;
  700. }
  701.  
  702.  
  703.  
  704.  
  705. *html #fade {
  706. position: absolute;
  707. }
  708.  
  709.  
  710.  
  711. *html .popup_block {
  712. position: absolute;
  713. }
  714.  
  715.  
  716.  
  717. #fade {
  718. display:none;
  719. position:fixed;
  720. left:0px;
  721. top:0px;
  722. width:100%;
  723. height:100%;
  724. z-index:9;
  725. background:transparent;
  726. opacity:0;
  727. }
  728.  
  729.  
  730.  
  731.  
  732. /* POPUPS: TABS */
  733.  
  734.  
  735.  
  736. ul#tabs {
  737. text-align: center;
  738. margin-top:0px!important;
  739. margin-bottom:12px!important;
  740. }
  741.  
  742.  
  743.  
  744. ul#tabs li {
  745. display: inline-block;
  746. background-repeat:repeat;
  747. background-attachment:fixed;
  748. border:1px solid #171717; /* INACTIVE TAB */
  749. width:190px;
  750. font-weight:bold;
  751. text-align:center;
  752. font-family:calibri;
  753. font-style:normal;
  754. font-weight:700;
  755. font-size:10px;
  756. line-height:10px;
  757. text-shadow: 0px 0px 1px #000;
  758. padding: 10px 10px;
  759. margin-bottom: 4px;
  760. cursor:pointer;
  761. }
  762.  
  763.  
  764.  
  765. ul#tabs li.active {
  766. display: inline-block;
  767. padding:9px;
  768. text-align:center;
  769. font-family:calibri;
  770. font-style:normal;
  771. font-weight:700;
  772. font-size:10px;
  773. line-height:10px;
  774. text-shadow: 0px 0px 1px #000;
  775. background:#000000;
  776. font-weight:bold;
  777. font-size:10px;
  778. border:1px solid #171717; /* ACTIVE TAB */
  779. color:#e6e6e6;
  780. padding: 10px 10px;
  781. margin-bottom: 4px;
  782. cursor:pointer;
  783. }
  784.  
  785. ul#tab, ul#tabs{
  786. list-style-type:none;
  787. margin:0px;padding:0px;
  788. }
  789.  
  790. ul#tab li.active {
  791. display: block;
  792. }
  793.  
  794. ul#tab li {
  795. display: none;
  796. }
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805. /* POPUPS: NAVIGATION */
  806.  
  807.  
  808. #nvbar {
  809. width:434px;
  810. }
  811.  
  812.  
  813.  
  814. .nvlinks {
  815. margin-left:-1px;
  816. padding-top:0px;
  817. padding-bottom:0px;
  818. text-align:center;
  819. }
  820.  
  821.  
  822.  
  823. .nvlinks a {
  824. display:inline-block;
  825. font-family: calibri, sans-serif;
  826. font-weight:lighter!important;
  827. width: 210px;
  828. height:18px!important;
  829. line-height:18px;
  830. margin-right:4px;
  831. margin-bottom:6px;
  832. text-align:center;
  833. background:#000000;
  834. border: 1px solid #151515;
  835. color:#e6e6e6;
  836. font-size:8.5px;
  837. letter-spacing:0.4px;
  838. cursor: pointer;
  839. z-index:2;
  840. -moz-transition-duration:1s;
  841. -webkit-transition-duration:1s;
  842. -o-transition-duration:1s;
  843. }
  844.  
  845.  
  846. .nvlinks a:nth-last-child(2) {
  847. margin-bottom:0px!important;
  848. }
  849.  
  850.  
  851. .nvlinks a:last-child {
  852. margin-bottom:0px!important;
  853. }
  854.  
  855.  
  856. .nvlinks a:hover {
  857. background-color: rgba(21, 21, 21, .33)!important;
  858. -moz-transition-duration:1s;
  859. -webkit-transition-duration:1s;
  860. -o-transition-duration:1s;
  861. }
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868. /* POSTS: GENERAL */
  869.  
  870. #container {
  871. position:fixed;
  872. height:500px;
  873. width:463px;
  874. left:759px;
  875. top:88px;
  876. background-color:transparent;
  877. overflow-y:scroll;
  878. z-index:9999;
  879. border:24px solid #000000;
  880. }
  881.  
  882.  
  883.  
  884. #posts {
  885. word-wrap: break-word;
  886. line-height:15px;
  887. margin:0px;
  888. text-align:justify;
  889. overflow-y:scroll;
  890. z-index:9999;
  891. }
  892.  
  893.  
  894. #posts a {
  895. font-family:calibri;
  896. font-style:normal;
  897. font-weight:700;
  898. font-size:10px;
  899. text-shadow: 0px 0px 1px #000;
  900. color:{color:links};
  901. text-transform:uppercase;
  902. -moz-transition-duration:0.6s;
  903. -webkit-transition-duration:0.6s;
  904. -o-transition-duration:0.6s;
  905. }
  906.  
  907. #posts a:hover {
  908. color:{color:links hover};
  909. -moz-transition-duration:0.6s;
  910. -webkit-transition-duration:0.6s;
  911. -o-transition-duration:0.6s;
  912. }
  913.  
  914.  
  915.  
  916. #posts img {
  917. max-width: -webkit-calc(100% - 24px);
  918. max-width: -moz-calc(100% - 24px);
  919. max-width: calc(100% - 24px);
  920. height:auto;
  921. {block:ificonborders}
  922. padding:10px;
  923. border: 1px solid #262626;
  924. {/block:ificonborders}
  925. }
  926.  
  927.  
  928.  
  929. /* TEXT-WRAPPING AROUND ICONS/IMAGES */
  930.  
  931.  
  932.  
  933. #wrap img {
  934. padding-right:3px;
  935. padding-bottom:3px;
  936. {block:IfTextWrapping}
  937. float:left;
  938. margin-right:14px;
  939. {/block:IfTextWrapping}
  940. {block:ificonborders}
  941. padding:8px;
  942. border:1px solid #151515;
  943. {/block:ificonborders}
  944. {block:ificoncurvedcorners}
  945. border-radius: 20px 20px 20px 20px;
  946. -moz-border-radius: 20px 20px 20px 20px;
  947. -webkit-border-radius: 20px 20px 20px 20px;
  948. {/block:ificoncurvedcorners}
  949. -webkit-filter: brightness(1) contrast(1) saturate(1);
  950. }
  951.  
  952.  
  953. {block:IfTextWrapping}
  954. #wrap blockquote img {
  955. margin-top:12px!important;
  956. margin-bottom:0px!important;
  957. margin-left:12px;
  958. margin-right:0px!important;
  959. float:right;
  960. }
  961. {/block:IfTextWrapping}
  962.  
  963.  
  964. /* POSTS: QUOTE */
  965.  
  966. #quote {
  967. text-align:left;
  968. font-size:14px;
  969. font-style:italic;
  970. border:1px solid #141414;
  971. padding:20px;
  972. padding-bottom:20px;
  973. line-height:165%;
  974. letter-spacing:-0.6px;
  975. }
  976.  
  977. .source {
  978. font-family:calibri;
  979. font-style:italic;
  980. font-weight:700;
  981. font-size:10px;
  982. text-shadow: 0px 0px 1px #000;
  983. color: #e8e8e8;
  984. text-transform:uppercase;
  985. }
  986.  
  987.  
  988.  
  989.  
  990. /* POSTS: ASK */
  991.  
  992. #ask {
  993. background-color:#000000;
  994. color:#cacaca6;
  995. font-size:9px;
  996. text-align:justify;
  997. font-family: calibri;
  998. font-size:8.6px;
  999. line-height:15px!important;
  1000. letter-spacing:0.6px;
  1001. text-transform: uppercase;
  1002. word-wrap: break-word;
  1003. padding-left:18px;
  1004. padding-right:18px;
  1005. padding-top:20px;
  1006. padding-bottom:20px;
  1007. border:solid 1px #151515;
  1008. }
  1009.  
  1010.  
  1011. #asker {
  1012. font-size:19px;
  1013. line-height:11px;
  1014. padding-right:20px;
  1015. margin-top:-6px;
  1016. margin-bottom:30px!important;
  1017. text-align:right;
  1018. text-transform:uppercase;
  1019. font-family: 'Frank Ruhl Libre', sans-serif;
  1020. font-weight:lighter;
  1021. color: {color:bold};!important;
  1022. }
  1023.  
  1024.  
  1025. #asker a {
  1026. font-size:19px;
  1027. text-align:right;
  1028. text-transform:uppercase;
  1029. font-family: 'Frank Ruhl Libre', sans-serif;
  1030. font-weight:lighter;
  1031. color:{color:bold}!important;
  1032. -moz-transition-duration:0.6s;
  1033. -webkit-transition-duration:0.6s;
  1034. -o-transition-duration:0.6s;
  1035. }
  1036.  
  1037. #asker a:hover {
  1038. color:{color:links hover}!important;
  1039. -moz-transition-duration:0.2s;
  1040. -webkit-transition-duration:0.2s;
  1041. -o-transition-duration:0.2s;
  1042. }
  1043.  
  1044.  
  1045.  
  1046. /* POSTS: CHAT */
  1047.  
  1048. #odd b, #even b, #audio b {
  1049. color:{color:bold};
  1050. }
  1051.  
  1052. #odd, #even {
  1053. padding-bottom:10px;
  1054. }
  1055.  
  1056.  
  1057.  
  1058.  
  1059. /* POSTS: AUDIO */
  1060.  
  1061.  
  1062. #audio {
  1063. margin-top:0;
  1064. width: 461px;
  1065. height:48px;
  1066. border:1px solid #2d2d2d;
  1067. }
  1068.  
  1069. .player {
  1070. opacity: 1;
  1071. position: absolute;
  1072. z-index: 1;
  1073. width: 50px;
  1074. height: 36px;
  1075. margin-top: 4px;
  1076. margin-left: 0px;
  1077. display: block;
  1078. color:#000000;
  1079. background-color:transparent!important;
  1080. }
  1081.  
  1082. .audioplayer {
  1083. width: 24px;
  1084. height: 24px;
  1085. margin-top: 1px;
  1086. margin-left: 15px;
  1087. overflow: hidden;
  1088. padding: 3px;
  1089. color:#000000!important;
  1090. background-color:transparent!important;
  1091. }
  1092.  
  1093. .audioinfo {
  1094. font-family:calibri;
  1095. margin-left: 0px;
  1096. margin-top: 11px;
  1097. padding-left: 0px;
  1098. padding-top: 5px;
  1099. display: block;
  1100. font-weight:bold;
  1101. text-transform: uppercase;
  1102. text-align: center;
  1103. letter-spacing:0px;
  1104. word-spacing:-0.5px;
  1105. font-size:11px;
  1106. color: #ffffff;
  1107. background: rgba(0, 0, 0, 1);
  1108. }
  1109.  
  1110.  
  1111.  
  1112. /* POSTS: VIDEO */
  1113.  
  1114. .video-container {
  1115. position: relative;
  1116. padding-bottom: 56.25%;
  1117. padding-top: 30px;
  1118. height: 0;
  1119. overflow: hidden;
  1120. }
  1121.  
  1122. .video-container iframe,
  1123. .video-container object,
  1124. .video-container embed {
  1125. position: absolute;
  1126. top: 0;
  1127. left: 0;
  1128. width: 100%;
  1129. height: 100%;
  1130. }
  1131.  
  1132.  
  1133.  
  1134.  
  1135. /* POST INFORMATION */
  1136.  
  1137. .permalinkbar {
  1138. margin-top:24px;
  1139. height:24px;
  1140. background-color:#000000;
  1141. border:1px solid #151515;
  1142. text-transform:uppercase;
  1143. color:{color:link};
  1144. }
  1145.  
  1146.  
  1147. .permalinkbuttons {
  1148. text-align:center;
  1149. margin: auto;
  1150. font-size:10px!important;
  1151. }
  1152.  
  1153.  
  1154. .permalinkbuttons a {
  1155. text-align:center;
  1156. display:inline-block;
  1157. margin-right:75px;
  1158. font-weight:bold!important;
  1159. margin-top:4px;
  1160. background-color:transparent;
  1161. font-size:14px;
  1162. color:#242424!important;
  1163. -moz-transition-duration:2s;
  1164. -webkit-transition-duration:2s;
  1165. -o-transition-duration:2s;
  1166. }
  1167.  
  1168.  
  1169. .permalinkbuttons a:hover {
  1170. color:{color:links hover}!important;
  1171. -moz-transition-duration:2s;
  1172. -webkit-transition-duration:2s;
  1173. -o-transition-duration:2s;
  1174. }
  1175.  
  1176.  
  1177. .tags {
  1178. font-family: calibri!important;
  1179. font-weight:bold!important;
  1180. background-color:#000000;
  1181. color:#39352d;
  1182. text-transform:uppercase!important;
  1183. font-style:normal;
  1184. border:1px solid #151515;
  1185. line-height:130%!important;
  1186. margin-bottom:65px;
  1187. font-size:8.5px;
  1188. text-align:justify;
  1189. text-align-last: center;
  1190. -moz-text-align-last: center;
  1191. margin-top:-1px;
  1192. padding-top:12px;
  1193. padding-bottom:12px;
  1194. padding-left:20px;
  1195. padding-right:20px;
  1196. -moz-transition-duration:2s;
  1197. -webkit-transition-duration:0.2
  1198. }
  1199.  
  1200.  
  1201. .tags a {
  1202. font-weight:bold!important;
  1203. font-size:8.5px!important;
  1204. text-transform:uppercase!important;
  1205. font-family: calibri!important;
  1206. color:#151515!important;
  1207. -moz-transition-duration:0.8s;
  1208. -webkit-transition-duration:0.8;
  1209. }
  1210.  
  1211.  
  1212. .tags a:hover {
  1213. {block:ifBiggerTagsonHover}
  1214. font-size:10px!important;
  1215. {block:ifBiggerTagsonHover}
  1216. color:#ffffff!important;
  1217. -moz-transition-duration:0.8s;
  1218. -webkit-transition-duration:0.8;
  1219. }
  1220.  
  1221.  
  1222. /* PERMAPAGE NOTES */
  1223.  
  1224.  
  1225. .notes {
  1226. text-transform:normal;
  1227. font-style:normal;
  1228. font-size: 10px;
  1229. letter-spacing:-0.20px;
  1230. text-align:left;
  1231. margin-left:-63px;
  1232. }
  1233.  
  1234.  
  1235. .note li {
  1236. opacity:.9;
  1237. list-style-type:none;
  1238. border-bottom:0px solid {color:border};
  1239. padding:10px 25px 10px 25px;
  1240. border-bottom:1px solid #151515;
  1241. text-align:left;
  1242. margin:0px;
  1243. -moz-transition-duration:0.5s;
  1244. -webkit-transition-duration:0.5s;
  1245. -o-transition-duration:0.5s;
  1246. }
  1247.  
  1248. .note blockquote {
  1249. padding-top:3px;
  1250. padding-bottom:3px;
  1251. padding-left:10px;
  1252. padding-right:10px;
  1253. width:100%;
  1254. margin-top:9px;
  1255. margin-bottom:4px;
  1256. }
  1257.  
  1258.  
  1259. .note img.avatar {
  1260. width: 0px;
  1261. height: 0px;
  1262. }
  1263.  
  1264.  
  1265. .note li a {
  1266. font-family:calibri!important;
  1267. font-size:10px!important;
  1268. padding-right:2px;
  1269. font-weight:bold;
  1270. text-transform:uppercase;
  1271. letter-spacing:0px;
  1272. color: #ffffff;
  1273. }
  1274.  
  1275.  
  1276.  
  1277. /* CREDITS */
  1278.  
  1279. #credit {
  1280. z-index:999;
  1281. position:fixed;
  1282. bottom:50px;
  1283. right:50px;
  1284. width:10px;
  1285. height:13px;
  1286. word-wrap:break-word;
  1287. overflow:hidden;
  1288. -webkit-transition:all 1s ease;
  1289. -moz-transition:all 1s ease;
  1290. -o-transition:all 1s ease;
  1291. transition:all 1s ease-in-out;
  1292. }
  1293.  
  1294. #credit a {
  1295. font-family:calibri;
  1296. color:{color:body text};
  1297. text-transform:uppercase;
  1298. font-size:10px;
  1299. }
  1300.  
  1301. #credit:hover {width:84px;}
  1302.  
  1303. #credit span {
  1304. font-family:calibri;
  1305. text-shadow:1px 1px .2px #000;
  1306. color:{color:bold};
  1307. margin-right:5px;
  1308. font-size:11px;
  1309. }
  1310.  
  1311.  
  1312.  
  1313.  
  1314. </style>
  1315.  
  1316. </head>
  1317.  
  1318. <body>
  1319.  
  1320.  
  1321. <div id="sidebar">
  1322.  
  1323. <h4>
  1324. <a href="/">NOT LIKE GODS</a>
  1325. </h4>
  1326.  
  1327. <div id="sidelinks">
  1328. <a href="/">INDEX. </a>
  1329. <a href="#?w=430" rel="pageASK" class="poplight">&nbsp;&nbsp;INQUIRE.&nbsp;&nbsp;</a>
  1330. <a href="#?w=430" rel="pageGDL" class="poplight">RULES.</a>
  1331. </div id="sidelinks">
  1332.  
  1333.  
  1334. <center>
  1335. <img src="https://static.tumblr.com/ebrrv1n/x4Cpl5dow/007.png" style="margin-top:12px;">
  1336. </center>
  1337.  
  1338.  
  1339. <div id="description">
  1340.  
  1341. An independent portrayal of <i>Armistice</i> from HBO's Westworld, <b>passionately written by Melody.</b>
  1342.  
  1343.  
  1344. <p style="margin-top:36px;">— "I was seven when they rode into my town. <i>They were masked men</i> in devils’ horns.</i> They killed everyone———— women, <i>children and even the animals.</i> They gutted my mother from her jaw to her sex. I had to paint her warm blood over my skin to make sure that they thought I was dead. Every one of them, <b>I tracked down,</b> I used their blood to paint my skin again."
  1345.  
  1346. </div id="description">
  1347.  
  1348.  
  1349.  
  1350. <div id="pagination">
  1351. {block:IndexPage}
  1352. {block:PreviousPage}
  1353. <a href="{PreviousPage}" title="Previous Page">LAST PAGE</a>
  1354. {/block:PreviousPage}
  1355.  
  1356.  
  1357. {block:NextPage}
  1358. <a href="{NextPage}" title="Next Page">NEXT PAGE</a>
  1359. {/block:NextPage}
  1360. {/block:IndexPage}
  1361.  
  1362.  
  1363. {block:PermalinkPagination}
  1364. {block:PreviousPost}
  1365. <a href="{PreviousPost}" title="Previous Post">LAST POST</a>
  1366. {/block:PreviousPost}
  1367.  
  1368.  
  1369. {block:NextPost}
  1370. <a href="{NextPost}" title="Next Post">NEXT POST</a>
  1371. {/block:NextPost}
  1372. {/block:PermalinkPagination}
  1373. </div id="pagination">
  1374.  
  1375.  
  1376. </div id="sidebar">
  1377.  
  1378.  
  1379.  
  1380.  
  1381. <div id="container">
  1382. <div id="posts">
  1383.  
  1384. {block:Posts}
  1385.  
  1386.  
  1387.  
  1388. <!-- POSTS: TEXT -->
  1389.  
  1390. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1391. {block:Text}<div id="wrap">{Body}
  1392. <div style="clear:both"></div></div>{/block:Text}
  1393.  
  1394.  
  1395.  
  1396.  
  1397. <!-- POSTS: PHOTO/SET -->
  1398.  
  1399. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-HighRes}"></center>{LinkCloseTag}<p>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1400. {block:Photoset}<center>{Photoset}</center><p>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1401.  
  1402.  
  1403.  
  1404.  
  1405. <!-- POSTS: QUOTE -->
  1406.  
  1407. {block:Quote}<div id="quote">“{Quote}”<div class="source">{Source}</div></div>{/block:Quote}
  1408.  
  1409.  
  1410.  
  1411.  
  1412. <!-- POSTS: LINK -->
  1413.  
  1414. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1415. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1416.  
  1417.  
  1418.  
  1419.  
  1420. <!-- POSTS: CHAT -->
  1421.  
  1422. {block:Chat}
  1423.  
  1424. <div id="content"><div style="border:0px solid #141414;">{block:Lines}<div id="{Alt}"> {block:Label}<b>{Label}</b>{/block:Label} {Line}
  1425. </div>{/block:Lines}</div></div>
  1426.  
  1427. {/block:Chat}
  1428.  
  1429.  
  1430.  
  1431. <!-- POSTS: AUDIO -->
  1432.  
  1433. {block:Audio}
  1434. <div style="width:400px;
  1435. -webkit-filter:grayscale(1) contrast(1.3); height:45px; padding: 10px 0; background-size:100%; background-image:url(''); background-position:center;">
  1436.  
  1437. <div id="audio">
  1438. <div class="player">
  1439.  
  1440. <div class="audioplayer">
  1441. {AudioPlayerWhite}
  1442.  
  1443. </div></div>
  1444.  
  1445. <div class="audioinfo">
  1446. {block:TrackName}{TrackName}{/block:TrackName} — {block:Artist}{Artist}{/block:Artist}&nbsp; </div><br>
  1447.  
  1448. <br></div></div>
  1449.  
  1450. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  1451. {/block:Audio}
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457. <!-- POSTS: VIDEO -->
  1458.  
  1459. {block:Video}
  1460. <div class="video-container">
  1461. {Video-400}
  1462. {block:Caption}{Caption}{/block:Caption}
  1463. </div class="video-container">
  1464. {/block:Video}
  1465.  
  1466.  
  1467.  
  1468. <!-- POSTS: ASK -->
  1469.  
  1470.  
  1471. {block:Answer}<div id="ask">{Question}</div><div id="asker">{Asker}</div>
  1472. <div id="wrap">{Answer}<div style="clear:both"></div></div>{/block:Answer}
  1473.  
  1474.  
  1475.  
  1476. <!-- POST INFORMATION -->
  1477.  
  1478.  
  1479. {block:Date}
  1480. <div class="permalinkbar">
  1481. <div class="permalinkbuttons">
  1482.  
  1483. <a href="{Permalink}" title="Posted: {TimeAgo}">P.</a>
  1484. <a href="{Permalink}" title="Notes: {NoteCount}">N.</a>
  1485. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="Reblogged via: {ReblogParentName}">V.</a>{/block:RebloggedFrom}
  1486. {block:ContentSource}<a href="{ReblogRootURL}" title="Source: {SourceTitle}">S.</a>{/block:ContentSource}
  1487. <a href="{ReblogURL}" title="Reblog" target="_blank" class="details" style="margin-right:0px!important;">R.</a>
  1488.  
  1489. </div class="permalinkbuttons">
  1490. </div class="permalinkbar">
  1491.  
  1492. <div class="tags">
  1493. {block:HasTags}{block:Tags}
  1494. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  1495. {/block:Tags}
  1496. {/block:HasTags}
  1497. </div class="tags">
  1498. {/block:Date}
  1499.  
  1500.  
  1501.  
  1502. <div class="note">
  1503. {block:PostNotes}
  1504. {PostNotes}
  1505. {/block:PostNotes}
  1506. </div class="note">
  1507.  
  1508. {/block:Posts}
  1509.  
  1510.  
  1511.  
  1512. {block:ContentSource}
  1513. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1514. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1515. {/block:SourceLogo}
  1516. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1517. {/block:ContentSource}
  1518.  
  1519. </div id="posts">
  1520. </div id="container">
  1521. </body>
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527. <!-- POPUP PAGE: ASK -->
  1528.  
  1529. <!-- TAB ONE -->
  1530.  
  1531. <div id="pageASK" class="popup_block">
  1532.  
  1533.  
  1534. <header>{text:Popup Page ASK Header}</header>
  1535.  
  1536.  
  1537. <ul id="tabs"><li class="active">QUESTIONS</li>
  1538. &nbsp;&nbsp;<li>SUBMISSIONS</li>
  1539. </ul>
  1540. <ul id="tab">
  1541. <li class="active">
  1542.  
  1543.  
  1544. <iframe frameborder="0" allowtransparency="true" scrolling="no" width="404px" src="https://www.tumblr.com/ask_form/notlikegcds.tumblr.com" style="background-color:#000000!important; padding:12px; overflow:hidden;border:1px solid #151515;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  1545.  
  1546. </li class="active">
  1547.  
  1548.  
  1549.  
  1550. <!-- TAB TWO -->
  1551.  
  1552. <li>
  1553.  
  1554. <iframe frameborder="0" scrolling="no" width="404px" id="submit_form" src="https://www.tumblr.com/submit_form/notlikegcds.tumblr.com" style="background-color:#000000!important; padding:12px; overflow:hidden;border:1px solid #151515;"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('submit_form').allowTransparency=true;</script><![endif]--></p>
  1555.  
  1556. </li>
  1557. </ul id="tab">
  1558.  
  1559. </div id="pageASK" class="popup_block">
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566. <!-- POPUP PAGE: GDL -->
  1567.  
  1568.  
  1569. <div id="pageGDL" class="popup_block">
  1570.  
  1571.  
  1572.  
  1573. <header>Rules / Regulations</header>
  1574.  
  1575.  
  1576. <p>All interactions are welcomed! <em>Mutuals are preferable,</em> but I won&rsquo;t be angry if a non-mutual approaches me. I noticed though, that it comes easiest to me to plot with people who I&rsquo;ve talked with prior, so don&rsquo;t be afraid to talk with me. I may be selective but I am not unapproachable.</p>
  1577.  
  1578. <p>I am a terrible conversation holder, and am prone to long awkward silences. It also sometimes takes me a while to build up the nerve to reach out. But I promise it&rsquo;s all me. Just give me time, and <strong>please have patience with me.</strong> I have many blogs and sometimes my attention will be pulled elsewhere.</p>
  1579.  
  1580. <p>I am duplicate friendly! Give me all the threads! if you like one of my headcanons and wabt to adopt it, please ask me. This also includes metas!</p>
  1581. <p>I am super super chill. If we have a thread going and you don't want to continue it, don't be afraid to let me know. And I will let you know too if I don't have the muse for a thread. It's not a requirement to let me know, because sometimes we all forget and lose stuff. But if you want to talk to me about dropping one, just know I won't be angry or anything whatsoever.</p>
  1582.  
  1583. <p>I'm an <strong>EXTREMELY</strong> slow writer, trust me, <em>I am a turtle.</em> But have patience, I write for what I have the muse for. Sometimes I'll reply instantly, sometimes I'll reply a month later. Please <strong>DO NOT</strong> pester and pester, as I will get mostly frustrated and lose all muse for the thread. Have patience, please, I won't rush you. So don't rush me.</p>
  1584. <p>If I do a long and lengthy response, know that I will never require you to match mine. But please don't get ridiculous and do a one line to a five paragraph response.</p>
  1585.  
  1586.  
  1587.  
  1588. <h4>SHIPPING / ROMANCE</h4>
  1589.  
  1590. <p><strong>FIRST OF ALL:</strong> <em>ARMISTICE IS A LESBIAN. THAT&rsquo;S HOW I SEE HER, THAT&rsquo;S HOW I WILL WRITE HER.</em> She is prone to one night stands and bar hopping, so it&rsquo;s very easy to get a ship with her. Chances are that it&rsquo;ll just be a one night stand, or she&rsquo;ll hit on your muse. But note that chemistry is key here, and plotting is always preferable. She has no qualms about being a booty call, but eventually she does meet her wife and her shenanigans end once she does. If anyone wants anything more developed, plotting is preferable.</p>
  1591.  
  1592.  
  1593.  
  1594.  
  1595. <h4>THE DO NOTS (RESPECT IS KEY here). Hate will absolutely NOT be tolerated.</h4>
  1596.  
  1597.  
  1598. <p>- Don&rsquo;t send me hate, don&rsquo;t send others hate. If I see any sign of it, it is to the block with you.</p>
  1599.  
  1600. <p>- This blog does not condone the call out culture whatsoever. Especially if it is a simple matter that could have been settled privately. Private matters and actual concern for the general safety of the public are two completely separate matters. If it is untagged, or simple calloused hate, will result in an immedaite unfollow from me. <b>UNTAGGED CALLOUT POSTS = UNFOLLOW.</b>
  1601.  
  1602. <p>- <i>THIS ALSO APPLIES TO VAGUE POSTING AND NEGATIVITY FESTS.</i> If these are continuously untagged, and i start to feel uncomfortable I don&rsquo;t care how well we know each other it will be an unfollow. On that note please don&rsquo;t negatively vague about me, act like an adult and IM me and discuss your issue with me.</p>
  1603.  
  1604. <p>- Passive aggression. If there are any personal issues that summon aggressive and rude comments. Such aggression will absolutely NOT be tolerated. This shouldn't have to be a rule in regards to respect and communications. But experience has taught me otherwise, and thus. My warning is here.</p>
  1605.  
  1606. <p>- I also understand the concept of people having different opinions. But demeaning everything that I have to say and holding yours as superior over my head and having differing opinions are two completely separate concepts. I shouldn't have to say this but <i>PLEASE RESPECT WHAT I HAVE TO SAY AND DO NOT TAKE AWAY FROM ME TO MAKE YOURSELF SOUND ABOVE ME.</i>
  1607.  
  1608. <p>- If I ask you to leave me alone and you do not concede and instead send me rude and aggressive IMs. <b>THIS WILL RESULT IN A BLOCK.</b>
  1609.  
  1610. <p>- When you are blocked please do not contact me on other platforms with an equally passive attitude. Continuous actions such as these can be considered harassment and a minor form of gas lighting. If I say that I am uncomfortable, please respect that and keep your distance as I would keep mine in regards to you.</p>
  1611.  
  1612. <p>- Don&rsquo;t ask me to water down my muse&rsquo;s mean to make her more likeable for your taste.</p>
  1613. <p></p>
  1614.  
  1615.  
  1616. <h4>THE DO'S</h4>
  1617.  
  1618. <p>Message me, send me a meme, send me an IC ask and I will give your blog a look through. But as I said; I am selective and the muse rules my actions. If she wants to respond she will, there is never a true promise that she will <b>BUT I WLL DEFINITELY TRY.</b>
  1619.  
  1620.  
  1621. <h4>TRIGGERS</h4>
  1622.  
  1623. <p>I don&rsquo;t really have any personal triggers that affect me here. But I ask that you tag your character hate. Specifically for Cersei Lannister of Game Of Thrones/A Song of Ice and Fire. I respect that you have your own opinion but I&rsquo;m not going to tolerate hate for a character I stan hard. If i follow you and you&rsquo;re a GOT blog and ship braime please tag it so my list catch it. I don&rsquo;t like this ship at all and the bullying experience I&rsquo;ve had i&rsquo;m just not comfortable with it. (or any ships at all that make Jaime Lannister a pedophile)</p>
  1624.  
  1625.  
  1626. <h4>MUN / WRITER</h4>
  1627. <p>My name is Melody, I&rsquo;m going to be 25 years old. I&rsquo;m a native american so please respect that.I will NOT smut with minors, though I will absolutely write with minors, but smut is a definite no no. I&rsquo;m very opinionated so please respect my opinion. Furthermore, I'm usually pretty chill. I don't bite.
  1628.  
  1629. <p><b>I'M ALSO A HUGE AVOCADO FAN.</b> So on that note... if you want to get my attention, you need only mention the word and <i>I'LL LOVE YOU FOREVER.</i>
  1630.  
  1631.  
  1632. </div id="pageGDL" class="popup_block">
  1633.  
  1634.  
  1635.  
  1636.  
  1637.  
  1638.  
  1639.  
  1640.  
  1641. <!-- CREDIT -->
  1642.  
  1643. <div id="credit"><div style="width:105px;margin-right:10px;">
  1644. <a href="https://invictusmanet.tumblr.com/post/165418274362/theme-passing-the-torch-preview-code-download" target="blank">
  1645. <span>S.</span>MADE BY SAE.</a>
  1646. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement