Advertisement
littlemisswhoever

Theme: wineinthewidow (Feb '19)

Feb 19th, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.04 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!-- (BASE) THEME BY INIZIARE (LUMENRECTIS / KHRUSEOS) -->
  4.  
  5.  
  6.  
  7.  
  8. <html>
  9. <head>
  10. <title>{Title}</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.  
  40. <!-- SCRIPT: STATCOUNTER -->
  41.  
  42. <script type="text/javascript">
  43. var sc_project=11872465;
  44. var sc_invisible=1;
  45. var sc_security="1604a1d0";
  46. </script>
  47. <script type="text/javascript"
  48. src="https://www.statcounter.com/counter/counter.js"
  49. async></script>
  50. <noscript><div class="statcounter"><a title="Web Analytics"
  51. href="https://statcounter.com/" target="_blank"><img
  52. class="statcounter"
  53. src="https://c.statcounter.com/11872465/0/1604a1d0/1/"
  54. alt="Web Analytics"></a></div></noscript>
  55.  
  56.  
  57.  
  58.  
  59.  
  60. <!-- SCRIPT: POPUPS -->
  61.  
  62. <script type="text/javascript"
  63. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  64. <script>
  65. $(document).ready(function() {
  66. //
  67. $('a.poplight[href^=#]').click(function() {
  68. var popID = $(this).attr('rel'); //Get Popup Name
  69. var popURL = $(this).attr('href'); //Get Popup href to define size
  70. var query= popURL.split('?');
  71. var dim= query[1].split('&');
  72. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  73. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  74. var popMargTop = ($('#' + popID).height() + 80) / 2;
  75. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  76. //Apply Margin to Popup
  77. $('#' + popID).css({
  78. 'margin-top' : -popMargTop,
  79. 'margin-left' : -popMargLeft
  80. });
  81. $('body').append('<div id="fade"></div>');
  82. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  83. return false;
  84. });
  85. $('a.close, #fade').live('click', function() {
  86. $('#fade , .popup_block').fadeOut(function() {
  87. $('#fade, a.close').remove(); //fade them both out
  88. });
  89. return false;
  90. });
  91. });
  92. </script>
  93.  
  94.  
  95.  
  96.  
  97.  
  98. <!-- SCRIPT: jQuery -->
  99.  
  100. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  101.  
  102.  
  103.  
  104.  
  105. <!-- SCRIPT: AUDIO PLAYER -->
  106.  
  107. <script>
  108. $(document).ready(function() {
  109. $('iframe.tumblr_audio_player').load( function() {
  110. $('iframe.tumblr_audio_player').contents().find("head")
  111. .append($("<style type='text/css'> .audio-player{background:transparent !important; color:{color:bold} !important;} </style>"));
  112. });
  113. });
  114. </script>
  115.  
  116.  
  117.  
  118.  
  119. {block:IfClickonTags}
  120. <!-- SCRIPT: EXPAND -->
  121.  
  122. <script>
  123. $(document).ready(function(){
  124. $(".tags").hide();
  125. $(".hide").show();$('.hide').toggle(function(){
  126. $(".tags").slideDown(function(){});
  127. },function(){
  128. $(".tags").slideUp(function(){});
  129. });
  130. });
  131. </script>
  132. {/block:IfClickonTags}
  133.  
  134.  
  135.  
  136. <!-- SCRIPT: POPUP TABS -->
  137.  
  138. <script>$(document).ready(function(){
  139. $("ul#tabs li").click(function(e){
  140. if (!$(this).hasClass("active")) {
  141. var tabNum = $(this).index();
  142. var nthChild = tabNum+1;
  143. $("ul#tabs li.active").removeClass("active");
  144. $(this).addClass("active");
  145. $("ul#tab li.active").removeClass("active");
  146. $("ul#tab li:nth-child("+nthChild+")").addClass("active");}});});</script>
  147.  
  148.  
  149.  
  150.  
  151. <!-- CUSTOM FONTS -->
  152.  
  153. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
  154.  
  155.  
  156. <link rel="stylesheet" href="CUSTOMFONTHERE">
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163. <!-- META LINES -->
  164.  
  165.  
  166. <meta name="image:Background" content="https://static.tumblr.com/ebrrv1n/RFNpn6q35/bg3.png"/>
  167. <meta name="image:Side Image One" content="https://static.tumblr.com/ebrrv1n/m4dpn6q2q/012.png"/>
  168. <meta name="image:Side Image Two" content="https://static.tumblr.com/ebrrv1n/0iIpn6q2e/004.png"/>
  169.  
  170.  
  171. <meta name="text:Custom Capitals Font" content="'customfonthere'">
  172.  
  173. <meta name="color:Body Text" content="#c6c6c6" />
  174. <meta name="color:Bold" content="#764B4B" />
  175. <meta name="color:Italic" content="#ffffff" />
  176. <meta name="color:Links" content="#ffffff" />
  177. <meta name="color:Links Hover" content="#ffffff" />
  178. <meta name="color:First Letter" content="#151515" />
  179. <meta name="color:Navi Links" content="#ffffff" />
  180.  
  181. <meta name="if:Text Wrapping" content="1"/>
  182. <meta name="if:Boxed Blockquotes" content="1"/>
  183. <meta name="if:Icon Borders" content="1"/>
  184. <meta name="if:Bigger Tags on Hover" content="0"/>
  185. <meta name="if:First Letter Styling" content="1"/>
  186.  
  187.  
  188. <style type="text/css">
  189.  
  190.  
  191.  
  192.  
  193. /* SCROLLBAR */
  194.  
  195. ::-webkit-scrollbar {
  196. background:transparent;
  197. height: 0px;
  198. display:none;
  199. width: 0px; /* remove scrollbar space */
  200. -ms-overflow-style: none; // IE 10+
  201. overflow: -moz-scrollbars-none; // Firefox
  202. }
  203.  
  204.  
  205. ::-webkit-scrollbar-thumb {
  206. background:transparent;
  207. }
  208.  
  209.  
  210. /* TEXT SELECTION */
  211.  
  212. ::selection {background: #000000; color:#ffffff;}
  213. ::-moz-selection {background: #000000; color:#ffffff;}
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220. /* TOOLTIP */
  221.  
  222.  
  223. #s-m-t-tooltip {
  224. z-index:999999;
  225. max-width:350px;
  226. margin-left:10px;
  227. margin-top:10px;
  228. font-weight:lighter;
  229. background-color:#000000;
  230. background:rgba(0,0,0,1);
  231. border:1px solid #1a1a1a;
  232. padding-top:6px;
  233. padding-bottom:6px;
  234. padding-left:16px;
  235. padding-right:16px;
  236. font-family:calibri;
  237. font-style:normal;
  238. font-weight:700;
  239. font-size:10px;
  240. color: #e8e8e8;
  241. text-transform:uppercase;
  242. letter-spacing:0px;
  243. -webkit-box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  244. -moz-box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  245. box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  246. }
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253. /* FOUNDATION */
  254.  
  255.  
  256. body {
  257. background-image:url({image:background});
  258. background-attachment:fixed;
  259. background-repeat:no-repeat;
  260. background-position:top left;
  261. background-color:#000000;
  262. color:{color:Body Text};
  263. font-size:10px;
  264. line-height:14px;
  265. word-spacing:-0.5px;
  266. color:{color:Body Text};
  267. font-family: 'Frank Ruhl Libre';
  268. word-wrap: break-word;
  269. }
  270.  
  271.  
  272. body a {
  273. font-size:12px;
  274. color:{color:links};
  275. font-weight:bold;
  276. text-decoration:none!important;
  277. -moz-transition-duration:1s;
  278. -webkit-transition-duration:1s;
  279. -o-transition-duration:1s;
  280. }
  281.  
  282. body a:hover {
  283. color:{color:links hover};
  284. -moz-transition-duration:1s;
  285. -webkit-transition-duration:1s;
  286. -o-transition-duration:1s;
  287. }
  288.  
  289.  
  290.  
  291. /* BLOCKQUOTES */
  292.  
  293.  
  294. {block:IfBoxedBlockquotes}
  295.  
  296. blockquote {
  297. background-color:#000000!important;
  298. padding-left:24px;
  299. padding-right:24px;
  300. padding-top:12px;
  301. padding-bottom:12px;
  302. margin-top:12px;
  303. margin-bottom:24px;
  304. text-align:justify;
  305. margin-left:0px;
  306. margin-right:0px;
  307. border:1px solid #151515;
  308. word-wrap: break-word!important;
  309. }
  310.  
  311.  
  312.  
  313. blockquote blockquote {
  314. border-left:1px solid #151515!important;
  315. border-top:0px!important;
  316. border-bottom:0px!important;
  317. border-right:0px!important;
  318. outline:0px solid transparent;
  319. padding-left:24px;
  320. padding-right:0px;
  321. padding-top:0px;
  322. padding-bottom:0px;
  323. margin-top:12px!important;
  324. margin-bottom:0px!important;
  325. }
  326. {/block:IfBoxedBlockquotes}
  327.  
  328.  
  329.  
  330.  
  331. {block:IfNotBoxedBlockquotes}
  332. blockquote {
  333. padding-left:24px;
  334. margin-top:12px;
  335. margin-left:0px;
  336. margin-right:0px;
  337. text-align:justify;
  338. margin-bottom:24px;
  339. border-left:1px solid #141414;
  340. background-color:transparent;
  341. word-wrap: break-word!important;
  342. }
  343.  
  344.  
  345.  
  346. blockquote blockquote {
  347. margin-top:15px;
  348. margin-bottom:15px;
  349. }
  350.  
  351.  
  352.  
  353. blockquote img {
  354. max-width:386px!important;
  355. height:auto;
  356. }
  357. {/block:IfNotBoxedBlockquotes}
  358.  
  359.  
  360.  
  361.  
  362. /* FONT-RELATED */
  363.  
  364.  
  365. small, sub, sup {
  366. font-size:10px;
  367. }
  368.  
  369.  
  370. sub {
  371. font-size:10px;
  372. vertical-align: baseline!important;
  373. position: relative!important;
  374. top: 0em!important;
  375. line-height:14px;
  376. }
  377.  
  378.  
  379.  
  380. sup {
  381. font-size:10px;
  382. vertical-align: baseline!important;
  383. position: relative!important;
  384. top: 0em!important;
  385. line-height:14px;
  386. }
  387.  
  388.  
  389.  
  390.  
  391. big {
  392. font-size:120%;
  393. }
  394.  
  395.  
  396.  
  397.  
  398. b, bold, strong {
  399. font-size:9.5px;
  400. text-transform:uppercase;
  401. font-family: calibri, sans-serif;
  402. font-weight:bold!important;
  403. color:{color:Bold};
  404. padding-right:0px;
  405. padding-left:0px;
  406. }
  407.  
  408.  
  409.  
  410. em, i, italic {
  411. font-family:calibri;
  412. font-style:normal;
  413. font-weight:700;
  414. font-size:10px;
  415. line-height:10px;
  416. color: {color:Italic};
  417. text-transform:uppercase;
  418. }
  419.  
  420.  
  421. u {
  422. text-decoration:none!important;
  423. }
  424.  
  425.  
  426. {block:ifFirstLetterStyling}
  427. u, u a {
  428. background-color: #000000;
  429. border: 1px solid #151515;
  430. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  431. color:{color:first letter};!important;
  432. text-decoration:none!important;
  433. font-style:normal!important;
  434. font-weight:lighter!important;
  435. text-transform:uppercase!important;
  436. float:left;
  437. margin-top:2px;
  438. height:53px;
  439. width:53px;
  440. font-size: 40px;
  441. margin-right: 12px;
  442. position: relative;
  443. text-align: center;
  444. vertical-align: middle;
  445. line-height: 56px;
  446. }
  447. {/block:ifFirstLetterStyling}
  448.  
  449.  
  450.  
  451. pre {
  452. font-weight:lighter;
  453. text-transform:uppercase;
  454. color: #d1d1d1;
  455. line-height:155%;
  456. font-weight:lighter!important;
  457. color:#e6e6e6;
  458. font-size:8.4px;
  459. letter-spacing:0.6px;
  460. white-space: pre-wrap;
  461. white-space: -moz-pre-wrap;
  462. white-space: -pre-wrap;
  463. white-space: -o-pre-wrap;
  464. word-wrap: break-word;
  465. margin-bottom:0px;
  466. }
  467.  
  468.  
  469. pre a {
  470. color:{color:links};
  471. -moz-transition-duration:2s;
  472. -webkit-transition-duration:2s;
  473. -o-transition-duration:2s;
  474. }
  475.  
  476.  
  477.  
  478. h1 {
  479. outline: 1px solid #151515;
  480. background-color: transparent;
  481. height:24px;
  482. line-height:24px;
  483. overflow:hidden;
  484. margin-top:-15px;
  485. margin-bottom:24px;
  486. padding-left:24px;
  487. padding-right:24px;
  488. margin-left:-25px;
  489. margin-right:-25px;
  490. z-index:9999999;
  491. text-align:left;
  492. font-family:calibri;
  493. font-weight:700;
  494. font-size:10px;
  495. text-transform:uppercase;
  496. color:#878080;
  497. }
  498.  
  499.  
  500. h1 a {
  501. color:#878080;
  502. }
  503.  
  504.  
  505.  
  506.  
  507. h2 {
  508. font-family: calibri, sans-serif;
  509. font-size:13.4px!important;
  510. text-transform:uppercase!important;
  511. color:{color:bold};
  512. letter-spacing:-0.4px;
  513. }
  514.  
  515.  
  516.  
  517. h2 a {
  518. font-family: calibri, sans-serif;
  519. font-size:13.4px!important;
  520. text-transform:uppercase!important;
  521. color:{color:links};
  522. letter-spacing:-0.4px;
  523. }
  524.  
  525.  
  526.  
  527. h4 {
  528. border:1px solid #151515;
  529. margin-bottom:12px;
  530. margin-top:12px;
  531. height:24px;
  532. margin-right:0px;
  533. text-align:center;
  534. font-family:calibri;
  535. font-style:normal;
  536. font-weight:bold;
  537. font-size:10px;
  538. line-height:24px;
  539. color: #ffffff;
  540. text-transform:uppercase;
  541. }
  542.  
  543.  
  544.  
  545. h4 a {
  546. font-family:calibri;
  547. font-style:normal;
  548. font-weight:700;
  549. font-size:10px;
  550. line-height:10px;
  551. text-shadow: 0px 0px 1px #000;
  552. color: #e8e8e8;
  553. }
  554.  
  555.  
  556.  
  557.  
  558. ul, ol {
  559. padding:0;
  560. list-style: decimal outside;
  561. margin-left:8px;
  562. }
  563.  
  564.  
  565. li {
  566. padding-left:2px;
  567. }
  568.  
  569.  
  570.  
  571.  
  572.  
  573. /* CONTAINER */
  574.  
  575.  
  576. #container {
  577. z-index:9999;
  578. position:fixed;
  579. width:1036px;
  580. height:602px;
  581. outline:1px solid #151515;
  582. top:62px;
  583. left:111px;
  584. background:rgba(0,0,0,.4);
  585. -webkit-box-shadow: 0px 0px 48px 22px rgba(0,0,0,1);
  586. -moz-box-shadow: 0px 0px 48px 22px rgba(0,0,0,1);
  587. box-shadow: 0px 0px 48px 22px rgba(0,0,0,1);
  588. }
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596. /* SIDEBAR LEFT */
  597.  
  598.  
  599. #side {
  600. border:1px solid #151515;
  601. position: fixed;
  602. background:transparent;
  603. width:174px;
  604. left: 135px;
  605. top: 86px;
  606. }
  607.  
  608.  
  609.  
  610.  
  611. #sidetext {
  612. height:505px;
  613. padding-left:24px;
  614. padding-right:24px;
  615. margin-top:22px;
  616. border-bottom:24px solid #000000;
  617. background-color:#000000;
  618. text-align:justify;
  619. overflow:scroll;
  620. line-height:14px;
  621. text-align-last: center;
  622. }
  623.  
  624.  
  625.  
  626.  
  627. #sidetext a {
  628. font-size:9.5px;
  629. font-family: calibri;
  630. text-transform:uppercase;
  631. letter-spacing:-0.05px;
  632. font-weight:bold;
  633. color:{color:Links};
  634. padding-right:0px;
  635. padding-left:0px;
  636. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.45);
  637. }
  638.  
  639.  
  640.  
  641.  
  642.  
  643. .sidebar {
  644. position:fixed;
  645. width:282px;
  646. left:336px;
  647. top:86px;
  648. border:0px solid #151515;
  649. background-color:#000000;
  650. }
  651.  
  652.  
  653.  
  654.  
  655.  
  656. .imageone {
  657. -webkit-filter: brightness(.9) contrast(1) saturate(1);
  658. background-image:url('{SideImageOne}');
  659. background-position:top left;
  660. margin-top:1px!important;
  661. margin-left:0px!important;
  662. outline:1px solid #151515;
  663. overflow:hidden;
  664. min-width:282px;
  665. width:282px;
  666. max-width:282px;
  667. height:171px;
  668. min-height:171px;
  669. max-height:171px;
  670. }
  671.  
  672.  
  673.  
  674.  
  675. .imagetwo {
  676. -webkit-filter: brightness(.9) contrast(1) saturate(1);
  677. background-image:url('{SideImageOne}');
  678. background-position:top left;
  679. margin-top:0px!important;
  680. margin-left:0px!important;
  681. outline:1px solid #151515;
  682. overflow:hidden;
  683. min-width:282px;
  684. width:282px;
  685. max-width:282px;
  686. height:171px;
  687. min-height:171px;
  688. max-height:171px;
  689. }
  690.  
  691.  
  692.  
  693. #navi {
  694. width:282px;
  695. height:24px;
  696. border:1px solid #151515;
  697. background-color:#030303;
  698. text-align: center;
  699. line-height:23px;
  700. margin-left:-1px;
  701. margin-top:0px!important;
  702. overflow:hidden;
  703. font-family:calibri!important;
  704. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.08);
  705. -webkit-user-select: none; /* Chrome all / Safari all */
  706. -moz-user-select: none; /* Firefox all */
  707. -ms-user-select: none; /* IE 10+ */
  708. user-select: none; /* Likely future */
  709. }
  710.  
  711.  
  712.  
  713.  
  714. #navi b {
  715. color:{color:navi links};!important;
  716. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.08);
  717. }
  718.  
  719.  
  720.  
  721.  
  722. #navi a {
  723. font-family:calibri;
  724. font-size:9px;
  725. letter-spacing:0px;
  726. margin-right:9px;
  727. color:{color:navi links};!important;
  728. }
  729.  
  730.  
  731.  
  732. #navi a:last-child {
  733. margin-right:0px!important;
  734. }
  735.  
  736.  
  737.  
  738. #navi a:hover {
  739. background-color:#000000!important;
  740. font-weight:bold!important;
  741. color:{color:links}!important;
  742. -moz-transition-duration:2s;
  743. -webkit-transition-duration:2s;
  744. -o-transition-duration:2s;
  745. }
  746.  
  747.  
  748.  
  749. #navi2 {
  750. width:254px;
  751. height:24px;
  752. border:1px solid #151515;
  753. background-color:#030303;
  754. text-align: center;
  755. line-height:23px;
  756. margin-left:-1px;
  757. margin-top:0px!important;
  758. overflow:hidden;
  759. font-family:calibri!important;
  760. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.08);
  761. -webkit-user-select: none; /* Chrome all / Safari all */
  762. -moz-user-select: none; /* Firefox all */
  763. -ms-user-select: none; /* IE 10+ */
  764. user-select: none; /* Likely future */
  765. }
  766.  
  767.  
  768. #navi2 a {
  769. font-family:calibri;
  770. font-size:9px;
  771. letter-spacing:0px;
  772. margin-right:14px;
  773. color:{color:navi links};!important;
  774. }
  775.  
  776.  
  777.  
  778. #navi2 a:last-child {
  779. margin-right:0px!important;
  780. }
  781.  
  782.  
  783.  
  784.  
  785.  
  786. .description {
  787. position:relative;
  788. z-index:9999999;
  789. height:110px;
  790. max-height:110px;
  791. padding-left:24px;
  792. padding-right:24px;
  793. outline:1px solid #151515;
  794. border-top:24px solid #000000;
  795. border-bottom:24px solid #000000;
  796. background-color:#000000;
  797. line-height:14px;
  798. text-align:justify;
  799. overflow-y:scroll;
  800. -moz-transition-duration:1.5s;
  801. -webkit-transition-duration:1.5s;
  802. -o-transition-duration:1.5s;
  803. }
  804.  
  805.  
  806.  
  807.  
  808.  
  809. .description a {
  810. font-family: calibri;
  811. text-transform:uppercase;
  812. font-size:9px;
  813. font-weight:bold!important;
  814. -moz-transition-duration:2s;
  815. -webkit-transition-duration:2s;
  816. -o-transition-duration:2s;
  817. }
  818.  
  819.  
  820.  
  821. {block:ifFirstLetterStyling}
  822. .description:first-letter {
  823. background-color: #000000;
  824. border: 1px solid #151515;
  825. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  826. color:{color:first letter};!important;
  827. text-decoration:none!important;
  828. font-style:normal!important;
  829. font-weight:lighter!important;
  830. text-transform:uppercase!important;
  831. float:left;
  832. margin-top:2px;
  833. height:49px;
  834. padding-left:12px;
  835. padding-right:12px;
  836. font-size: 40px;
  837. margin-right: 12px;
  838. position: relative;
  839. text-align: center;
  840. vertical-align: middle;
  841. line-height: 51px;
  842. }
  843. {/block:ifFirstLetterStyling}
  844.  
  845.  
  846.  
  847.  
  848. #pagination {
  849. position:relative;
  850. z-index:999;
  851. font-family:calibri;
  852. font-size:10px;
  853. width:282px;
  854. height:24px;
  855. border:1px solid #151515;
  856. background-color:#030303;
  857. text-align: center;
  858. line-height:24px;
  859. margin-left:-1px;
  860. margin-top:0px!important;
  861. overflow:hidden;
  862. font-family:calibri!important;
  863. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.08);
  864. -webkit-user-select: none; /* Chrome all / Safari all */
  865. -moz-user-select: none; /* Firefox all */
  866. -ms-user-select: none; /* IE 10+ */
  867. user-select: none; /* Likely future */
  868. }
  869.  
  870.  
  871.  
  872.  
  873. #pagination a {
  874. margin-right:40px!important;
  875. font-size:9px!important;
  876. color:{color:navi links};!important;
  877. }
  878.  
  879.  
  880.  
  881.  
  882. #pagination a:last-child {
  883. margin-right:0px!important;
  884. }
  885.  
  886.  
  887.  
  888.  
  889. #sideheaderbottom {
  890. position:fixed;
  891. width:478px;
  892. height:24px;
  893. background-color:#030303;
  894. border:1px solid #151515;
  895. text-align: center;
  896. left:254px;
  897. top:612px;
  898. margin-left:-113px;
  899. z-index:9999999;
  900. }
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907. /* POPUPS: GENERAL */
  908.  
  909.  
  910. .popup_block {
  911. top:402px;
  912. left:235px!important;
  913. display:none;
  914. background-color:#000000;
  915. border-left:1px solid #151515;
  916. border-top:1px solid #151515;
  917. border-bottom:1px solid #151515;
  918. height:602px;
  919. position:fixed;
  920. z-index:9999999;
  921. opacity:1;
  922. overflow-y:scroll;
  923. text-align:justify;
  924. overflow-x:hidden;
  925. -webkit-box-shadow: -51px 0px 48px 22px rgba(0,0,0,1);
  926. -moz-box-shadow: -51px 0px 48px 22px rgba(0,0,0,1);
  927. box-shadow: -51px 0px 48px 22px rgba(0,0,0,1);
  928. }
  929.  
  930.  
  931.  
  932. .popup_block h1 {
  933. outline: 1px solid #151515;
  934. background-color: transparent;
  935. height:28px;
  936. overflow:hidden;
  937. margin-top:1px;
  938. margin-left:0px;
  939. margin-right:0px;
  940. margin-bottom:24px;
  941. padding-top:6px;
  942. padding-left:20px;
  943. padding-right:20px;
  944. z-index:9999999;
  945. text-align:left;
  946. font-family:calibri;
  947. font-weight:700;
  948. font-size:11px;
  949. line-height:24px;
  950. color: {color:first letter};
  951. text-transform:uppercase;
  952. }
  953.  
  954.  
  955.  
  956. .popup_text {
  957. padding-top:0px;
  958. min-height:505px;
  959. height:505px;
  960. max-height:505px;
  961. margin:24px!important;
  962. outline:1px solid #151515;
  963. border-top:24px solid #000000;
  964. border-bottom:24px solid #000000;
  965. padding-bottom:24px!important;
  966. padding-left:24px;
  967. padding-right:25px;
  968. padding-bottom:0px!important;
  969. overflow-y:scroll;
  970. text-align:justify;
  971. overflow-x:hidden;
  972. }
  973.  
  974.  
  975. .popup_text1 {
  976. padding-top:0px;
  977. min-height:550px;
  978. margin-top:2px;
  979. height:555px;
  980. max-height:555px;
  981. margin:24px!important;
  982. outline:1px solid #151515;
  983. border-top:0px solid #000000;
  984. border-bottom:0px solid #000000;
  985. padding-bottom:24px!important;
  986. padding-left:24px;
  987. padding-right:24px;
  988. padding-bottom:0px!important;
  989. overflow-y:scroll;
  990. text-align:justify;
  991. overflow-x:hidden;
  992. }
  993.  
  994.  
  995. .popup_text h4:first-child {
  996. margin-top:0px!important;
  997. }
  998.  
  999.  
  1000.  
  1001. .popup_block a {
  1002. margin-right:0px;
  1003. vertical-align:top;
  1004. font-family: calibri, sans-serif;
  1005. font-size:9px;
  1006. color:#ffffff;
  1007. font-weight:lighter!important;
  1008. padding-bottom:3px;
  1009. position: relative;
  1010. text-decoration:none;
  1011. text-transform:uppercase;
  1012. }
  1013.  
  1014.  
  1015.  
  1016. *html #fade {
  1017. position: absolute;
  1018. }
  1019.  
  1020.  
  1021.  
  1022. *html .popup_block {
  1023. position: absolute;
  1024. }
  1025.  
  1026.  
  1027.  
  1028. #fade {
  1029. display:none;
  1030. position:fixed;
  1031. left:0px;
  1032. top:0px;
  1033. width:100%;
  1034. height:100%;
  1035. z-index:9;
  1036. background:transparent;
  1037. opacity:0;
  1038. }
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046. /* POPUPS: TABS */
  1047.  
  1048.  
  1049.  
  1050. ul#tabs {
  1051. text-align: center;
  1052. margin-top:0px!important;
  1053. }
  1054.  
  1055.  
  1056.  
  1057. ul#tabs li {
  1058. display: inline-block;
  1059. background-repeat:repeat;
  1060. background-attachment:fixed;
  1061. border:1px solid #151515; /* INACTIVE TAB */
  1062. width:190px;
  1063. font-weight:bold;
  1064. text-align:center;
  1065. font-family:calibri;
  1066. font-style:normal;
  1067. font-weight:700;
  1068. font-size:10px;
  1069. line-height:10px;
  1070. text-shadow: 0px 0px 1px #000;
  1071. padding: 10px 10px;
  1072. margin-bottom: 4px;
  1073. cursor:pointer;
  1074. }
  1075.  
  1076.  
  1077.  
  1078. ul#tabs li.active {
  1079. display: inline-block;
  1080. padding:9px;
  1081. text-align:center;
  1082. font-family:calibri;
  1083. font-style:normal;
  1084. font-weight:700;
  1085. font-size:10px;
  1086. line-height:10px;
  1087. text-shadow: 0px 0px 1px #000;
  1088. background:#000000;
  1089. font-weight:bold;
  1090. font-size:10px;
  1091. border:1px solid #151515; /* ACTIVE TAB */
  1092. color:#e6e6e6;
  1093. padding: 10px 10px;
  1094. margin-bottom: 4px;
  1095. cursor:pointer;
  1096. }
  1097.  
  1098. ul#tab, ul#tabs{
  1099. list-style-type:none;
  1100. margin:0px;padding:0px;
  1101. }
  1102.  
  1103. ul#tab li.active {
  1104. display: block;
  1105. }
  1106.  
  1107. ul#tab li {
  1108. display: none;
  1109. }
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115. /* POPUPS: NAVIGATION */
  1116.  
  1117.  
  1118. #nvbar {
  1119. width:185px;
  1120. }
  1121.  
  1122.  
  1123.  
  1124. .nvlinks {
  1125. margin-top:10px!important;
  1126. margin-bottom:10px!important;
  1127. margin-left:0px;
  1128. padding-top:0px;
  1129. padding-bottom:0px;
  1130. text-align:center;
  1131. }
  1132.  
  1133.  
  1134.  
  1135. .nvlinks a {
  1136. display:inline-block;
  1137. font-family: calibri, sans-serif;
  1138. font-weight:lighter!important;
  1139. width:176px;
  1140. height:22px!important;
  1141. line-height:25px;
  1142. margin-left:-6px;
  1143. margin-right:0px;
  1144. margin-bottom:8.4px;
  1145. text-align:center;
  1146. background:#000000;
  1147. border: 1px solid #151515;
  1148. color:#e6e6e6;
  1149. font-size:8.5px;
  1150. letter-spacing:0.4px;
  1151. cursor: pointer;
  1152. z-index:2;
  1153. -moz-transition-duration:1s;
  1154. -webkit-transition-duration:1s;
  1155. -o-transition-duration:1s;
  1156. }
  1157.  
  1158.  
  1159. .nvlinks:last-child {
  1160. margin-bottom:0px!important;
  1161. bottom:0px!important;
  1162. }
  1163.  
  1164.  
  1165. .nvlinks a:hover {
  1166. background-color: rgba(255, 255, 255, .04)!important;
  1167. -moz-transition-duration:1s;
  1168. -webkit-transition-duration:1s;
  1169. -o-transition-duration:1s;
  1170. }
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177. /* POSTS: GENERAL */
  1178.  
  1179.  
  1180. #content {
  1181. position:fixed;
  1182. height:552px;
  1183. width:430px;
  1184. left:643px;
  1185. top:86px;
  1186. background-color:#000000;
  1187. overflow-y:scroll;
  1188. padding-left:24px;
  1189. padding-right:24px;
  1190. z-index:9999;
  1191. border:1px solid #151515!important;
  1192. }
  1193.  
  1194.  
  1195.  
  1196.  
  1197. #contenttopspace {
  1198. position:fixed;
  1199. width:478px;
  1200. height:24px;
  1201. background-color:transparent;
  1202. margin-left:-24px;
  1203. border-bottom:24px solid #000000;
  1204. margin-top:-24px;
  1205. z-index:999;
  1206. }
  1207.  
  1208.  
  1209.  
  1210.  
  1211. .contentheaderbottom {
  1212. position:fixed;
  1213. width:478px;
  1214. height:24px;
  1215. background-color:#000000;
  1216. border:0px solid #151515;
  1217. text-align: center;
  1218. left:660px;
  1219. top:615px;
  1220. margin-left:-16px;
  1221. z-index:9999999;
  1222. }
  1223.  
  1224.  
  1225.  
  1226.  
  1227. .posts {
  1228. width:430px;
  1229. padding-right:25px;
  1230. padding-left:25px;
  1231. margin-left:-25px;
  1232. word-wrap: break-word;
  1233. text-align:justify;
  1234. line-height:14px;
  1235. margin-bottom:84px;
  1236. }
  1237.  
  1238.  
  1239.  
  1240. .posts:last-child {
  1241. margin-bottom:0px!important;
  1242. }
  1243.  
  1244.  
  1245.  
  1246. .posts a {
  1247. font-family: calibri;
  1248. text-transform:uppercase;
  1249. font-size:9.5px;
  1250. font-weight:bold!important;
  1251. -moz-transition-duration:2s;
  1252. -webkit-transition-duration:2s;
  1253. -o-transition-duration:2s;
  1254. }
  1255.  
  1256.  
  1257.  
  1258. .posts a:hover {
  1259. color:{color:links hover};
  1260. -moz-transition-duration:2s;
  1261. -webkit-transition-duration:2s;
  1262. -o-transition-duration:2s;
  1263. }
  1264.  
  1265.  
  1266. .posts img {
  1267. max-width: -webkit-calc(100% - 22px);
  1268. max-width: -moz-calc(100% - 22px);
  1269. max-width: calc(100% - 22px);
  1270. height:auto;
  1271. }
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280. /* TEXT-WRAPPING AROUND ICONS/IMAGES */
  1281.  
  1282.  
  1283. #wrap img {
  1284. margin-top:2px!important;
  1285. margin-bottom:0px!important;
  1286. padding-right:3px;
  1287. padding-bottom:3px;
  1288. {block:IfTextWrapping}
  1289. float:left;
  1290. margin-right:14px;
  1291. {/block:IfTextWrapping}
  1292. {block:ificonborders}
  1293. padding:9px;
  1294. border:1px solid #151515;
  1295. {/block:ificonborders}
  1296. -webkit-filter: brightness(1) contrast(1) saturate(1);
  1297. }
  1298.  
  1299.  
  1300. {block:IfTextWrapping}
  1301. #wrap blockquote img {
  1302. margin-top:12px!important;
  1303. margin-bottom:0px!important;
  1304. margin-left:12px;
  1305. margin-right:0px!important;
  1306. float:right;
  1307. }
  1308. {/block:IfTextWrapping}
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314. /* POSTS: TEXT */
  1315.  
  1316.  
  1317. #text {
  1318. border:1px solid #151515;
  1319. margin-left:-25px;
  1320. margin-right:-25px;
  1321. margin-bottom:-25px;
  1322. margin-top:-1px;
  1323. padding-left:24px;
  1324. padding-right:24px;
  1325. padding-top:14px;
  1326. padding-bottom:12px;
  1327.  
  1328. }
  1329.  
  1330.  
  1331. #textbody {
  1332. {block:permalinkpage}
  1333. margin-top:-24px;
  1334. padding-top:0px;
  1335. {/block:permalinkpage}
  1336. margin-top:3px;
  1337. }
  1338.  
  1339.  
  1340.  
  1341.  
  1342.  
  1343. /* POSTS: PHOTO/PHOTOSETS */
  1344.  
  1345. #psingle {
  1346. position:relative;
  1347. z-index:99999999!important;
  1348. margin-top:-1px;
  1349. margin-bottom:-24px;
  1350. margin-left:-26px;
  1351. margin-right:-25px;
  1352. border-top:1px solid #262626;
  1353. background-color:#000000;
  1354. -webkit-filter: brightness(.7) contrast(1.1) saturate(0.9);
  1355. -webkit-transition: all 0.9s ease-in-out;
  1356. -moz-transition: all 0.9s ease-in-out;
  1357. -o-transition: all 0.9s ease-in-out;
  1358. -ms-transition: all 0.9s ease-in-out;
  1359. transition: all 0.9s ease-in-out;
  1360. }
  1361.  
  1362.  
  1363.  
  1364. #psingle:hover {
  1365. -webkit-filter: brightness(.7) contrast(1.1) saturate(0.9);
  1366. -webkit-transition: all 0.9s ease-in-out;
  1367. -moz-transition: all 0.9s ease-in-out;
  1368. -o-transition: all 0.9s ease-in-out;
  1369. -ms-transition: all 0.9s ease-in-out;
  1370. transition: all 0.9s ease-in-out;
  1371. }
  1372.  
  1373.  
  1374.  
  1375. #pset {
  1376. position:relative;
  1377. z-index:99999999!important;
  1378. background-color:#000000;
  1379. width: 480px;
  1380. margin-top:0px!important;
  1381. margin-bottom:-24px;
  1382. margin-left:-24px;
  1383. border-top:1px solid #262626;
  1384. -webkit-filter: brightness(.7) contrast(1.1) saturate(0.65);
  1385. -webkit-transition: all 0.9s ease-in-out;
  1386. -moz-transition: all 0.9s ease-in-out;
  1387. -o-transition: all 0.9s ease-in-out;
  1388. -ms-transition: all 0.9s ease-in-out;
  1389. transition: all 0.9s ease-in-out;
  1390. }
  1391.  
  1392.  
  1393.  
  1394.  
  1395. #pset:hover {
  1396. -webkit-filter: brightness(.7) contrast(1.1) saturate(0.65);
  1397. -webkit-transition: all 0.9s ease-in-out;
  1398. -moz-transition: all 0.9s ease-in-out;
  1399. -o-transition: all 0.9s ease-in-out;
  1400. -ms-transition: all 0.9s ease-in-out;
  1401. transition: all 0.9s ease-in-out;
  1402. }
  1403.  
  1404.  
  1405.  
  1406.  
  1407. #pcaption {
  1408. border-top:0px solid #151515;
  1409. margin-top:28px;
  1410. margin-left:-24px;
  1411. margin-right:-24px;
  1412. padding-left:24px;
  1413. padding-right:24px;
  1414. }
  1415.  
  1416.  
  1417.  
  1418. #pcaption a {
  1419. font-size:10px;
  1420. }
  1421.  
  1422.  
  1423.  
  1424.  
  1425.  
  1426.  
  1427. /* POSTS: QUOTE */
  1428.  
  1429. #quotebox {
  1430. border-top:1px solid #151515;
  1431. padding-left:24px;
  1432. padding-right:24px;
  1433. padding-top:24px;
  1434. padding-bottom:0px;
  1435. margin-left:-25px;
  1436. margin-right:-25px;
  1437. margin-bottom:0px;
  1438. margin-top:-1px;
  1439. }
  1440.  
  1441.  
  1442.  
  1443. #quote {
  1444. font-size:13px;
  1445. text-align:left;
  1446. padding-top:0px;
  1447. padding-bottom:24px;
  1448. letter-spacing:-0.5px;
  1449. line-height:20px;
  1450. }
  1451.  
  1452.  
  1453.  
  1454.  
  1455. .source {
  1456. font-family:calibri;
  1457. font-weight:bold;
  1458. text-align:left;
  1459. font-size:9.5px;
  1460. height:24px;
  1461. line-height:24px;
  1462. color: #e8e8e8;
  1463. text-transform:uppercase;
  1464. border:1px solid #151515;
  1465. letter-spacing:0.2px;
  1466. margin-top:-1px;
  1467. padding-right:24px;
  1468. padding-left:24px;
  1469. margin-bottom:-49px;
  1470. margin-top:24px;
  1471. margin-left:-25px;
  1472. margin-right:-25px;
  1473. background-color:#030303;
  1474. }
  1475.  
  1476.  
  1477.  
  1478.  
  1479.  
  1480.  
  1481. /* POSTS: LINK */
  1482.  
  1483. #linkpost {
  1484. margin-right:-25px;
  1485. margin-left:-25px!important;
  1486. {block:permalinkpage}
  1487. margin-top:0px;
  1488. {/block:permalinkpage}
  1489. padding-top:0px;
  1490. margin-bottom:-25px;
  1491. }
  1492.  
  1493.  
  1494.  
  1495. #link {
  1496. margin-top:32px;
  1497. border:1px solid #151515;
  1498. padding:24px;
  1499. }
  1500.  
  1501.  
  1502. #link a {
  1503. font-size:12px;
  1504. }
  1505.  
  1506.  
  1507.  
  1508.  
  1509.  
  1510.  
  1511. /* POSTS: CHAT */
  1512.  
  1513. #chatbox {
  1514. margin-right:-25px;
  1515. margin-left:-25px!important;
  1516. padding-bottom:0px!important;
  1517. }
  1518.  
  1519.  
  1520.  
  1521. #chat {
  1522. margin-top:25px;
  1523. border-top:1px solid #151515;
  1524. padding-top:27px;
  1525. padding-left:24px;
  1526. padding-right:24px;
  1527. }
  1528.  
  1529.  
  1530.  
  1531.  
  1532.  
  1533.  
  1534. /* POSTS: AUDIO */
  1535.  
  1536. #audiobox {
  1537. {block:permalinkpage}
  1538. margin-top:0px;
  1539. {/block:permalinkpage}
  1540. margin-top:-53px!important;
  1541. padding-left:24px;
  1542. padding-right:24px;
  1543. padding-bottom:20px;
  1544. padding-top:24px;
  1545. margin-left:-25px;
  1546. margin-right:-25px;
  1547. margin-bottom:-46px;
  1548. }
  1549.  
  1550.  
  1551.  
  1552. .player {
  1553. opacity: 1;
  1554. position: absolute;
  1555. z-index: 1;
  1556. line-height:33px;
  1557. margin-left: -12px;
  1558. margin-top:29px;
  1559. display: block;
  1560. }
  1561.  
  1562.  
  1563.  
  1564.  
  1565. .audioplayer {
  1566. width: 24px;
  1567. height: 24px;
  1568. margin-left: 0px;
  1569. overflow: hidden;
  1570. padding: 0px;
  1571. }
  1572.  
  1573.  
  1574.  
  1575. .audioinfo {
  1576. border:1px solid #151515;
  1577. margin-left: -25px;
  1578. margin-right: -25px;
  1579. padding-left:50px;
  1580. padding-right:24px;
  1581. margin-top:30px;
  1582. height:24px;
  1583. line-height:24px;
  1584. display: block;
  1585. font-family:calibri;
  1586. font-weight:bold;
  1587. text-transform: uppercase;
  1588. text-align: left;
  1589. letter-spacing:0.2px;
  1590. word-spacing:-0.5px;
  1591. overflow:hidden;
  1592. font-size:9.5px;
  1593. color:{color:bold};
  1594. background: transparent;
  1595. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.45);
  1596. }
  1597.  
  1598.  
  1599.  
  1600. #acaption {
  1601. border-top:0px solid #151515;
  1602. padding-top:12px;
  1603. padding-bottom:12px;
  1604. margin-left:-24px;
  1605. padding-left:24px;
  1606. }
  1607.  
  1608. #acaption a {
  1609. font-size:10px;
  1610. }
  1611.  
  1612.  
  1613.  
  1614.  
  1615.  
  1616. /* POSTS: VIDEO */
  1617.  
  1618. .video-content {
  1619. position: relative;
  1620. padding-bottom: 56.25%;
  1621. padding-top: 30px;
  1622. height: 0;
  1623. overflow: hidden;
  1624. }
  1625.  
  1626. .video-content iframe,
  1627. .video-content object,
  1628. .video-content embed {
  1629. position: absolute;
  1630. top: 0;
  1631. left: 0;
  1632. width: 100%;
  1633. height: 100%;
  1634. }
  1635.  
  1636.  
  1637.  
  1638.  
  1639.  
  1640.  
  1641.  
  1642. /* POSTS: ASK */
  1643.  
  1644.  
  1645. #answer {
  1646. padding-left:24px;
  1647. padding-right:24px;
  1648. margin-left:-25px;
  1649. margin-right:-25px;
  1650. }
  1651.  
  1652.  
  1653. #question {
  1654. width: 80%;
  1655. margin-top:0px;
  1656. height:70px;
  1657. width:447px;
  1658. margin-left:-25px;
  1659. }
  1660.  
  1661.  
  1662.  
  1663. #ask {
  1664. z-index:999999!important;
  1665. float:left;
  1666. font-family:calibri, sans-serif;
  1667. text-transform:uppercase;
  1668. position: absolute;
  1669. font-weight:bold;
  1670. background-color:#000000;
  1671. font-size:9px;
  1672. line-height:12px!important;
  1673. width:365px;
  1674. min-height:21px;
  1675. max-height:21px;
  1676. overflow:scroll;
  1677. margin-top:0px;
  1678. margin-left:1px;
  1679. margin-bottom:0px;
  1680. padding-left:24px;
  1681. padding-right:24px;
  1682. outline:solid 1px #151515;
  1683. border-top:22px solid #000000;
  1684. border-bottom:22px solid #000000;
  1685. -moz-transition-duration:1.5s;
  1686. -webkit-transition-duration:1.5s;
  1687. -o-transition-duration:1.5s;
  1688. }
  1689.  
  1690.  
  1691.  
  1692. #ask:hover {
  1693. width:431px;
  1694. z-index:999999!important;
  1695. max-height:46px!important;
  1696. -moz-transition-duration:1.5s;
  1697. -webkit-transition-duration:1.5s;
  1698. -o-transition-duration:1.5s;
  1699. }
  1700.  
  1701.  
  1702.  
  1703.  
  1704. #ask a {
  1705. font-weight:lighter;
  1706. color:{color:bold};
  1707. font-size:9.5px;
  1708. text-decoration:none;
  1709. }
  1710.  
  1711.  
  1712.  
  1713. #ask b {
  1714. color:{color:bold};
  1715. font-size:9.5px;
  1716. line-height:11px;
  1717. font-family:calibri!important;
  1718. }
  1719.  
  1720.  
  1721.  
  1722. #ask img {
  1723. -webkit-filter:grayscale(1);
  1724. }
  1725.  
  1726.  
  1727.  
  1728. .letterask {
  1729. position:relative;
  1730. font-weight:lighter;
  1731. position:absolute;
  1732. text-align:center;
  1733. font-size:48px;
  1734. margin-left:415px;
  1735. outline:1px solid #151515;
  1736. padding-top:28px;
  1737. padding-bottom:23px;
  1738. padding-left:21px;
  1739. padding-right:22px;
  1740. color:#151515;
  1741. -webkit-user-select: none; /* Chrome all / Safari all */
  1742. -moz-user-select: none; /* Firefox all */
  1743. -ms-user-select: none; /* IE 10+ */
  1744. user-select: none; /* Likely future */
  1745. }
  1746.  
  1747.  
  1748.  
  1749.  
  1750. #response {
  1751. margin-top:24px;
  1752. padding-top:0px;
  1753. padding-bottom:0px;
  1754. }
  1755.  
  1756.  
  1757.  
  1758. #response img {
  1759. float:left;
  1760. position:relative;
  1761. margin-left:-1px!important;
  1762. margin-right:13px;
  1763. margin-top:2px;
  1764. margin-bottom:5px;
  1765. padding:8px;
  1766. border:1px solid #151515;
  1767. -webkit-filter: brightness(1) contrast(1) saturate(1);
  1768. }
  1769.  
  1770.  
  1771.  
  1772.  
  1773. /* POST INFORMATION */
  1774.  
  1775.  
  1776. .permalinkbar {
  1777. height:24px;
  1778. line-height:24px;
  1779. position:relative;
  1780. z-index:99999999!important;
  1781. background-color:#030303;
  1782. width:485px;
  1783. margin-top:-1px!important;
  1784. margin-left:-25px;
  1785. }
  1786.  
  1787.  
  1788.  
  1789. .permalinkbuttons {
  1790. {block:permalinkpage}
  1791. margin-top:-27px!important;
  1792. {/block:permalinkpage}
  1793. width:480px;
  1794. height:24px;
  1795. line-height:14px;
  1796. border-top:1px solid #151515;
  1797. border-bottom:1px solid #151515;
  1798. font-size:12.6px!important;
  1799. margin-left:-1px!important;
  1800. margin-bottom:0px!important;
  1801. }
  1802.  
  1803.  
  1804.  
  1805. .permalinkbuttons a {
  1806. font-family:calibri;
  1807. display:inline-block;
  1808. height:24px;
  1809. line-height:24px;
  1810. margin-right:-5px;
  1811. letter-spacing:-0.2px;
  1812. width:216px;
  1813. background-color:#000000;
  1814. font-weight:bold!important;
  1815. color:#151515;
  1816. font-size:10px;
  1817. -moz-transition-duration:2s;
  1818. -webkit-transition-duration:2s;
  1819. -o-transition-duration:2s;
  1820. -webkit-user-select: none; /* Chrome all / Safari all */
  1821. -moz-user-select: none; /* Firefox all */
  1822. -ms-user-select: none; /* IE 10+ */
  1823. user-select: none; /* Likely future */
  1824. }
  1825.  
  1826.  
  1827.  
  1828. .permalinkbuttons a:hover {
  1829. background-color:#000000!important;
  1830. font-weight:bold!important;
  1831. color:#bebebe;
  1832. -moz-transition-duration:2s;
  1833. -webkit-transition-duration:2s;
  1834. -o-transition-duration:2s;
  1835. }
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841. #tagsbox {
  1842. margin-bottom:88px;
  1843. border-left:0px solid #151515;
  1844. border-right:0px solid #151515;
  1845. border-bottom:1px solid #151515;
  1846. border-top:0px solid #151515;
  1847. margin-top:0px;
  1848. padding-top:10px;
  1849. padding-bottom:10px;
  1850. padding-left:24px;
  1851. padding-right:24px;
  1852. margin-left:-24px;
  1853. margin-right:-24px;
  1854. width:430px;
  1855. }
  1856.  
  1857.  
  1858.  
  1859. .tags {
  1860. font-family: calibri!important;
  1861. font-weight:bold!important;
  1862. background-color:#000000;
  1863. color:#2c2c2c;
  1864. text-transform:uppercase!important;
  1865. font-style:normal;
  1866. line-height:150%;
  1867. font-size:8.5px;
  1868. text-align:justify;
  1869. -moz-text-align-last: center; /* Code for Firefox */
  1870. text-align-last: center;
  1871. -moz-transition-duration:2s;
  1872. -webkit-transition-duration:2s;
  1873. -o-transition-duration:2s;
  1874. }
  1875.  
  1876.  
  1877.  
  1878. .tags a {
  1879. text-decoration:none!important;
  1880. font-weight:bold!important;
  1881. font-size:8.5px;
  1882. margin-right:1px;
  1883. text-transform:uppercase!important;
  1884. font-family: calibri!important;
  1885. color:#151515!important;
  1886. -moz-transition-duration:2s;
  1887. -webkit-transition-duration:0.2
  1888. }
  1889.  
  1890.  
  1891. .tags a:hover {
  1892. color:#ffffff!important;
  1893. -moz-transition-duration:1s;
  1894. -webkit-transition-duration:1s;
  1895. -o-transition-duration:1s;
  1896. {block:ifBiggerTagsonHover}
  1897. font-size:10px!important;
  1898. {block:ifBiggerTagsonHover}
  1899. }
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905. /* PERMAPAGE NOTES */
  1906.  
  1907.  
  1908. #notes {
  1909. margin-bottom:0px!important;
  1910. margin-top:0px!important;
  1911. margin-left:-33px;
  1912. margin-right:-25px;
  1913. }
  1914.  
  1915.  
  1916.  
  1917. .note li {
  1918. list-style-type:none;
  1919. padding-top:12px;
  1920. padding-bottom:12px;
  1921. padding-left:24px;
  1922. padding-right:24px;
  1923. border-bottom:1px solid #151515;
  1924. border-top:1px solid #151515;
  1925. margin-bottom:-1px;
  1926. text-align:left;
  1927. -moz-transition-duration:0.5s;
  1928. -webkit-transition-duration:0.5s;
  1929. -o-transition-duration:0.5s;
  1930. font-family:calibri!important;
  1931. font-size:9.4px!important;
  1932. font-weight:bold;
  1933. text-transform:uppercase;
  1934. color: {color:body text};
  1935. }
  1936.  
  1937.  
  1938. .note li a {
  1939. font-family:calibri!important;
  1940. font-size:9.4px!important;
  1941. padding-right:0px;
  1942. font-weight:bold;
  1943. text-transform:uppercase;
  1944. letter-spacing:0px;
  1945. color: {color:links};
  1946. }
  1947.  
  1948.  
  1949.  
  1950. .note blockquote {
  1951. padding-top:12px;
  1952. padding-bottom:12px;
  1953. padding-left:24px;
  1954. padding-right:24px;
  1955. margin-top:12px;
  1956. margin-bottom:12px;
  1957. margin-left:0px;
  1958. margin-right:0px;
  1959. color:#9a7e6a;
  1960. }
  1961.  
  1962.  
  1963. .note img.avatar {
  1964. display:none;
  1965. width: 0px;
  1966. height: 0px;
  1967. }
  1968.  
  1969.  
  1970.  
  1971.  
  1972.  
  1973.  
  1974.  
  1975.  
  1976.  
  1977.  
  1978.  
  1979.  
  1980. /* SIDEBAR RIGHT */
  1981.  
  1982.  
  1983.  
  1984. .sidebar2 {
  1985. position:fixed;
  1986. width:227px;
  1987. left:1080px;
  1988. top:87px;
  1989. border:0px solid #151515;
  1990. background-color:#000000;
  1991. }
  1992.  
  1993.  
  1994.  
  1995.  
  1996. .imagefour {
  1997. -webkit-filter: brightness(.9) contrast(1) saturate(1);
  1998. background-image:url('{SideImageOne}');
  1999. background-position:top left;
  2000. margin-top:1px!important;
  2001. margin-left:0px!important;
  2002. outline:1px solid #151515;
  2003. overflow:hidden;
  2004. min-width:227px;
  2005. width:227px;
  2006. max-width:227px;
  2007. height:171px;
  2008. min-height:171px;
  2009. max-height:171px;
  2010. }
  2011.  
  2012.  
  2013. .imagethree {
  2014. -webkit-filter: brightness(.9) contrast(1) saturate(1);
  2015. background-image:url('{SideImageOne}');
  2016. background-position:top left;
  2017. margin-top:0px!important;
  2018. margin-left:0px!important;
  2019. outline:1px solid #151515;
  2020. overflow:hidden;
  2021. min-width:227px;
  2022. width:227px;
  2023. max-width:227px;
  2024. height:171px;
  2025. min-height:171px;
  2026. max-height:171px;
  2027. }
  2028.  
  2029.  
  2030.  
  2031.  
  2032.  
  2033.  
  2034.  
  2035. /* MUSES */
  2036.  
  2037.  
  2038. .popup_block1 {
  2039. display:none;
  2040. background-color:#000000;
  2041. height:368px!important;
  2042. top:310px;
  2043. left:533px!important;
  2044. opacity:1;
  2045. position:fixed;
  2046. z-index:9999999;
  2047. padding-left:0px!important;
  2048. outline:1px solid #151515;
  2049. overflow-y:scroll;
  2050. text-align:justify;
  2051. overflow-x:hidden;
  2052. }
  2053.  
  2054.  
  2055.  
  2056. .mbox {
  2057. position:relative;
  2058. float:left;
  2059. width:228px;
  2060. margin-top:0px;
  2061. border:0px solid #151515;
  2062. height:175px;
  2063. max-height:175px;
  2064. margin-left:-25px;
  2065. margin-right:-1px!important;
  2066. margin-bottom:55px;
  2067. }
  2068.  
  2069.  
  2070.  
  2071. .mbox:last-child {
  2072. margin-bottom:-1px!important;
  2073. }
  2074.  
  2075.  
  2076.  
  2077. .mimage {
  2078. position:relative;
  2079. z-index:1!important;
  2080. border:1px solid #151515;
  2081. max-width:228px;
  2082. width:228px;
  2083. height:48px;
  2084. overflow:hidden;
  2085. margin-left:-1px;
  2086. margin-top:-1px;
  2087. margin-bottom:-1px;
  2088. margin-right:-1px;
  2089. padding:0;
  2090. }
  2091.  
  2092.  
  2093. .mlinks {
  2094. text-align:center;
  2095. font-family:calibri;
  2096. font-weight:bold;
  2097. outline:1px solid #151515;
  2098. height:24px;
  2099. line-height:24px;
  2100. margin-right:0px;
  2101. margin-top:1px!important;
  2102. background-color:#030303!important;
  2103. }
  2104.  
  2105.  
  2106. .mlinks a {
  2107. font-weight:bold!important;
  2108. color:{color:links};
  2109. line-height:24px;
  2110. font-size:9.4px;
  2111. margin-right:36px;
  2112. }
  2113.  
  2114.  
  2115.  
  2116. .mlinks a:last-child {
  2117. margin-right:0px!important;
  2118. }
  2119.  
  2120.  
  2121.  
  2122. .mdescription {
  2123. margin:0px;
  2124. padding-left:24px;
  2125. padding-right:24px;
  2126. margin-top:1px;
  2127. border-top:20px solid #000000;
  2128. border-bottom:20px solid #000000;
  2129. outline:1px solid #151515;
  2130. overflow-y:scroll;
  2131. height:60px;
  2132. line-height:12px;
  2133. text-align-last: center;
  2134. }
  2135.  
  2136.  
  2137.  
  2138.  
  2139. h3 {
  2140. outline:1px solid #151515;
  2141. height:24px;
  2142. margin-top:-1px;
  2143. margin-left:0px;
  2144. margin-right:0px;
  2145. margin-bottom:0px;
  2146. text-align:center;
  2147. font-family:calibri;
  2148. font-style:normal;
  2149. font-weight:bold;
  2150. font-size:10px;
  2151. line-height:23px;
  2152. color: {color:italic};
  2153. text-transform:uppercase;
  2154. }
  2155.  
  2156.  
  2157.  
  2158.  
  2159.  
  2160.  
  2161.  
  2162.  
  2163. /* CREDIT */
  2164.  
  2165. #credit {
  2166. background-color:#000000;
  2167. border:1px solid #151515;
  2168. padding:6px 10px;
  2169. z-index:999;
  2170. position:absolute;
  2171. bottom:44px;
  2172. right:44px;
  2173. width:6px;
  2174. height:13px;
  2175. word-wrap:break-word;
  2176. font-family:calibri;
  2177. overflow:hidden;
  2178. -webkit-transition:all 1s ease;
  2179. -moz-transition:all 1s ease;
  2180. -o-transition:all 1s ease;
  2181. transition:all 1s ease-in-out;
  2182. }
  2183.  
  2184.  
  2185. #credit a {
  2186. color:{color:links};
  2187. text-transform:uppercase;
  2188. font-size:9.5px;
  2189. }
  2190.  
  2191.  
  2192.  
  2193. #credit:hover {
  2194. width:73px;
  2195. }
  2196.  
  2197.  
  2198.  
  2199.  
  2200. #credit span {
  2201. text-shadow:1px 1px .2px #000;
  2202. color:{color:bold};
  2203. font-family:calibri;
  2204. margin-right:10px;
  2205. font-size:10.5px;
  2206. }
  2207.  
  2208.  
  2209.  
  2210.  
  2211. </style>
  2212.  
  2213. </head>
  2214.  
  2215. <body>
  2216.  
  2217.  
  2218. <div id="container">
  2219.  
  2220.  
  2221.  
  2222. <!-- DESCRIPTION + NAVIGATION BAR -->
  2223.  
  2224.  
  2225. <div id ="side"><div class="sideheadertop"></div>
  2226. <div id="sidetext">
  2227.  
  2228.  
  2229. <u>T</u>he more——— people that you love, the weaker you are. You'll <b>do things for them that you know you shouldn't do,</b> you'll act the fool to make them happy, to keep them safe. Love no one but your children. <i>On that front, a mother has no choice.</i>
  2230.  
  2231. <p><img src="https://static.tumblr.com/ebrrv1n/fFMpn5li9/lion4.png" style="width:90px; height:auto; margin-top:6px;">
  2232.  
  2233. <p style="margin-top:11px;"><u>A</u>nother lesson you should learn, if you hope to sit beside my son. Be gentle on a night like this and you'll have treasons popping up all about you like mushrooms after a hard rain. The only way <b>to keep your people loyal is to make certain</b> <i>they fear you</i> more than they do the enemy."
  2234.  
  2235. </div id="sidetext">
  2236.  
  2237. <div class="sideheaderbottom"></div>
  2238. </div id ="side">
  2239.  
  2240.  
  2241.  
  2242.  
  2243.  
  2244.  
  2245. <!-- SIDEBAR LEFT -->
  2246.  
  2247. <div class="sidebar">
  2248.  
  2249. <div class="imageone"><img src="{image:Side Image One}"></div>
  2250.  
  2251.  
  2252. <div id="navi" style="margin-top:0px;">
  2253. <a href="/" title="Refresh">INDEX/REFRESH.</a>
  2254. <a href="/ask" title="Inquire">INQUIRIES.</a>
  2255. <a href="#?w=275" rel="GDL" class="poplight" title="Guidelines">REGULATIONS.</a>
  2256. <a href="#?w=275" rel="TIMELINES" class="poplight" title="Universes / Timelines">TIMELINES.</a>
  2257. </div id="navi">
  2258.  
  2259. <div class="description">
  2260.  
  2261. <b>Please," she said. "Mother have mercy. I confessed."</b>
  2262.  
  2263. <p>From GRRM's <i>A SONG OF ICE & FIRE,</i> this is an independent portrayal for <i>CERSEI LANNISTER.</i> Selective and semi-private, this blog was formerly known as <b>LEOMATREM.</b> This blog is book and show friendly. <i>Passionately written by Melody.</i>
  2264.  
  2265.  
  2266. </div class="description">
  2267.  
  2268.  
  2269.  
  2270. <div id="pagination">
  2271. {block:IndexPage}
  2272. {block:PreviousPage}
  2273. <a href="{PreviousPage}" title="Previous Page">PRECEDING PAGE</a>
  2274. {/block:PreviousPage}
  2275. {/block:IndexPage}
  2276.  
  2277.  
  2278. {block:PermalinkPagination}
  2279. {block:PreviousPost}
  2280. <a href="{PreviousPost}" title="Previous Post">PRECEDING POST</a>
  2281. {/block:PreviousPost}
  2282. {/block:PermalinkPagination}
  2283.  
  2284.  
  2285. {block:IndexPage}
  2286. {block:NextPage}
  2287. <a href="{NextPage}" title="Next Page">SUBSEQUENT PAGE</a>
  2288. {/block:NextPage}
  2289. {/block:IndexPage}
  2290.  
  2291.  
  2292.  
  2293. {block:PermalinkPagination}
  2294. {block:NextPost}
  2295. <a href="{NextPost}" title="Next Post">SUBSEQUENT POST</a>
  2296. {/block:NextPost}
  2297. {/block:PermalinkPagination}
  2298. </div id="pagination">
  2299.  
  2300.  
  2301.  
  2302. <div class="imagetwo"><img src="{image:Side Image Two}"></div>
  2303.  
  2304. </div class="sidebar">
  2305.  
  2306.  
  2307.  
  2308.  
  2309.  
  2310. <!-- POSTS -->
  2311.  
  2312.  
  2313.  
  2314. <div id="content">
  2315.  
  2316. <div class="contentheadertop"></div>
  2317. <div id="contenttopspace"></div>
  2318.  
  2319. {block:Posts}
  2320.  
  2321. <div class="posts">
  2322.  
  2323.  
  2324. {block:Date}
  2325.  
  2326. {block:indexpage}
  2327. <div class="permalinkbar">
  2328. <div class="permalinkbuttons">
  2329. <a href="{Permalink}" style="text-align:left; padding-left:26px;">{Month} {DayOfMonth}{DayOfMonthSuffix} / {12Hour}:{Minutes}{CapitalAmPm} / {NoteCountWithLabel}</a>
  2330. <a href="{ReblogURL}" target="_blank" class="details" style="text-align:right; padding-right:18px;">CLICK HERE TO REBLOG THIS POST</a>
  2331. </div class="permalinkbuttons">
  2332. </div class="permalinkbar">
  2333. {/block:indexpage}
  2334.  
  2335.  
  2336. {block:permalinkpage}
  2337. <div class="permalinkbar" style="margin-top:26px!important;">
  2338. <div class="permalinkbuttons">
  2339. {block:RebloggedFrom}
  2340. <a href="{ReblogParentURL}" style="text-align:left; padding-left:26px;">REBLOGGED FROM / VIA</a>
  2341. {/block:RebloggedFrom}
  2342. <a href="{ReblogURL}" target="_blank" class="details" style="margin-left:-1px!important; text-align:right; float:right; padding-right:29px;">REBLOG THIS POST HERE</a>
  2343. </div class="permalinkbuttons">
  2344. </div class="permalinkbar">
  2345. {/block:permalinkpage}
  2346.  
  2347. {/block:Date}
  2348.  
  2349.  
  2350.  
  2351. <!-- POSTS: TEXT -->
  2352.  
  2353.  
  2354. {block:Text}
  2355. <div id="text">
  2356.  
  2357.  
  2358.  
  2359. <div id="textbody">
  2360. {block:Title}
  2361. <h1>{Title}</a></h1>
  2362. {/block:Title}
  2363. <div id="wrap">
  2364. {Body}
  2365. <div style="clear:both">
  2366. </div style="clear:both">
  2367. </div id="wrap">
  2368. </div>
  2369.  
  2370. </div id="text">
  2371.  
  2372. {/block:Text}
  2373.  
  2374.  
  2375.  
  2376.  
  2377.  
  2378. <!-- POSTS: PHOTO/SET -->
  2379.  
  2380. {block:Photo}
  2381. <div id="psingle">
  2382. {LinkOpenTag}
  2383. <img src="{PhotoURL-HighRes}" style="min-width:480px!important; width:480px!important; margin-top:0px;">
  2384. {LinkCloseTag}
  2385. </div id="psingle">
  2386.  
  2387. {block:Caption}
  2388. <div id="pcaption">
  2389. {Caption}
  2390. </div id="pcaption">
  2391. {/block:Caption}
  2392. {/block:Photo}
  2393.  
  2394.  
  2395. {block:Photoset}
  2396. <div id="pset">
  2397. {Photoset}
  2398. </div id="pset">
  2399.  
  2400. {block:Caption}
  2401. <div id="pcaption">
  2402. {Caption}
  2403. </div id="pcaption">
  2404. {/block:Caption}
  2405. {/block:Photoset}
  2406.  
  2407.  
  2408.  
  2409.  
  2410.  
  2411. <!-- POSTS: QUOTE -->
  2412.  
  2413. {block:Quote}
  2414. <div id="quotebox">
  2415. <div id="quote">
  2416. "{Quote}"
  2417. <div class="source">
  2418. {Source}
  2419. </div>
  2420. </div id="quote">
  2421.  
  2422. </div>
  2423. {/block:Quote}
  2424.  
  2425.  
  2426.  
  2427.  
  2428.  
  2429. <!-- POSTS: LINK -->
  2430.  
  2431. {block:Link}
  2432. <div id="linkpost">
  2433. <div id="link">
  2434. <a href="{URL}" {Target}>{Name}&nbsp;&nbsp; ►</a>
  2435. </div id="link">
  2436. </div id="linkpost">
  2437. {/block:Link}
  2438.  
  2439.  
  2440.  
  2441.  
  2442.  
  2443. <!-- POSTS: CHAT -->
  2444.  
  2445.  
  2446. {block:Chat}
  2447.  
  2448. <div id="chatbox">
  2449. <div id="chat">
  2450. {block:Lines}
  2451. <div id="{Alt}">
  2452. {block:Label}<i>{Label}</i>{/block:Label} {Line}
  2453. </div id="{Alt}">
  2454. {/block:Lines}
  2455. </div id="chat">
  2456. </div id="chatbox">
  2457.  
  2458. {/block:Chat}
  2459.  
  2460.  
  2461.  
  2462.  
  2463.  
  2464. <!-- POSTS: AUDIO -->
  2465.  
  2466. {block:Audio}
  2467. <div id="audiobox">
  2468.  
  2469.  
  2470. <div class="player">
  2471. <div class="audioplayer">
  2472.  
  2473. {AudioPlayerBlack}
  2474.  
  2475. </div class="audioplayer">
  2476. </div class="player">
  2477.  
  2478. <div class="audioinfo">
  2479. {block:Artist}Artist: {Artist}{/block:Artist} — {block:TrackName}Track name: {TrackName}{/block:TrackName}
  2480. </div class="audioinfo">
  2481.  
  2482.  
  2483. {block:Caption}
  2484. <div id="acaption">
  2485. {Caption}
  2486. </div id="acaption">
  2487. {/block:Caption}
  2488.  
  2489. </div id="audiobox">
  2490. {/block:Audio}
  2491.  
  2492.  
  2493.  
  2494.  
  2495.  
  2496. <!-- POSTS: VIDEO -->
  2497.  
  2498. {block:Video}
  2499. <div class="video-content">
  2500. {Video-400}
  2501. {block:Caption}{Caption}{/block:Caption}
  2502. </div class="video-content">
  2503. {/block:Video}
  2504.  
  2505.  
  2506.  
  2507.  
  2508.  
  2509.  
  2510. <!-- POSTS: ASK -->
  2511.  
  2512. {block:Answer}
  2513. <div id="answer">
  2514.  
  2515. <div id="question"><div id="ask"><b>{Asker} sent a raven:</b> {Question}</div><div class="letterask">?</div></div>
  2516.  
  2517. <h4 style="margin-top:-5px; margin-left:-25px; padding:0px!important; width:480px; height:24px; background-color:#030303!important;"></h4>
  2518.  
  2519. <div id="response">{Answer}<div style="clear:both; margin-bottom:-5px;">
  2520. </div>
  2521. </div id="response">
  2522.  
  2523. </div id="answer">
  2524. {/block:Answer}
  2525.  
  2526.  
  2527.  
  2528.  
  2529.  
  2530.  
  2531.  
  2532. <!-- POST INFORMATION -->
  2533.  
  2534.  
  2535. {block:Date}
  2536.  
  2537.  
  2538. <div class="permalinkbar" style="margin-top:24px!important;">
  2539. <div class="permalinkbuttons">
  2540. </div class="permalinkbuttons">
  2541. </div class="permalinkbar">
  2542.  
  2543.  
  2544.  
  2545.  
  2546. {block:indexpage}
  2547. <div id="tagsbox">
  2548. <div class="tags">
  2549. {block:HasTags}
  2550. {block:Tags}
  2551. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2552. {/block:Tags}
  2553. {/block:HasTags}
  2554.  
  2555. </div class="tags">
  2556. </div id="tagsbox">
  2557. {/block:indexpage}
  2558.  
  2559. {block:permalinkpage}
  2560. <div id="tagsbox" style="padding-top:12px!important;">
  2561. <div class="tags">
  2562. {block:HasTags}
  2563. {block:Tags}
  2564. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2565. {/block:Tags}
  2566. {/block:HasTags}
  2567.  
  2568. </div class="tags">
  2569. </div id="tagsbox">
  2570. {/block:permalinkpage}
  2571.  
  2572. {/block:Date}
  2573.  
  2574.  
  2575.  
  2576.  
  2577.  
  2578.  
  2579.  
  2580. <!-- NOTES -->
  2581.  
  2582. {block:PostNotes}
  2583. <div id="notes">
  2584. <div class="note">
  2585. {PostNotes}
  2586. </div class="note">
  2587. </div id="notes">
  2588. {/block:PostNotes}
  2589.  
  2590.  
  2591.  
  2592.  
  2593.  
  2594.  
  2595. <!-- HIDE VIA/SOURCE IN POSTS -->
  2596.  
  2597.  
  2598. {block:ContentSource}<!-- {SourceURL}
  2599. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  2600. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  2601. {/block:ContentSource}
  2602.  
  2603.  
  2604. <!-- {block:NoRebloggedFrom}
  2605. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  2606. {/block:NoRebloggedFrom} -->
  2607.  
  2608.  
  2609.  
  2610. </div class="posts">
  2611.  
  2612.  
  2613. {/block:Posts}
  2614.  
  2615.  
  2616. <div class="contentheaderbottom">
  2617. <div id="contentbottomspace"></div>
  2618. </div class="contentheaderbottom">
  2619.  
  2620.  
  2621.  
  2622. </div id="content">
  2623.  
  2624.  
  2625. </div id="container">
  2626.  
  2627.  
  2628. <!-- POPUP PAGES -->
  2629.  
  2630.  
  2631.  
  2632.  
  2633. <!-- POPUP PAGE: GDL -->
  2634.  
  2635.  
  2636. <div id="GDL" class="popup_block">
  2637. <div class="popup_text">
  2638.  
  2639.  
  2640.  
  2641. <h4>GENERAL INFORMATION</h4>
  2642.  
  2643. All interactions are welcome, cross-over friendly. I am willing to plot and excitedly chat over the possibilites between our muses. But I have noticed that I am most comfortable with people I have talked to a lot. So never be afraid to hit me up and talk with me. <i>I MAY BE SELECTIVE, BUT I AM NOT UNAPPROACHABLE.</i> Just know that Cersei does not and will not get along with <b>EVERYONE.</b> She is a very untrusting person and has very good reasons to be mistrusting. I am also terrible at holding conversations at first and am prone to long awkward silences but give me time. I am a fluffy puppy, trust me, I am probably more scared of you. I am also friendly to other muns with the same muse. Let's be sisters! Let's be alternate selves! Future + past interactions or whatever. I will not hate you for having the same muse. <i>WE BOTH LOVE CERSEI LANNISTER,</i> let's share that love and write together. Give me all the things.
  2644.  
  2645.  
  2646. <h4>Important Notes</h4>
  2647.  
  2648. <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. 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.
  2649.  
  2650. <h4>SHOW AND BOOKS</h4>
  2651.  
  2652. <p>I am friendly towards <i>SHOW!CANON AND BOOK!CANON RESPECTIVELY.</i> I aboslutely adore Lena Headey and her performance as Cersei Lannister (I adore that goddess all around), and despite the slaughter of Cersei's character on most aspects, it is D&D's fault. Not Lena Headey's. So much inspiration on how I write Cersei is drawn from her depiction (like her physical gestures and idle habits). But know that I also write Cersei from my own personal understanding of the character. This is MY interpertation of her, no one else's.
  2653.  
  2654. <p>I'm an <i>EXTREMELY</i> slow writer, trust me, I am a turtle. 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 <b>DO NOT</b> pester and pester and pester me every hour with hundreds of spammed messages. Or 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.
  2655.  
  2656. <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.
  2657.  
  2658.  
  2659.  
  2660. <h4>Mains</h4>
  2661.  
  2662.  
  2663. <div id="nvbar" class="nvlinks">
  2664.  
  2665. <a href="http://lionessborn.tumblr.com">Myrcella Baratheon</a>
  2666. <a href="http://iniziare.tumblr.com/">Ezio Auditore</a>
  2667. <a href="http://guerissant.tumblr.com">Claire Beauchamp</a>
  2668. <a href="http://podstye.tumblr.com">Podrick Payne</a>
  2669. <a href="https://neitherknightnorlady.tumblr.com">Brienne of Tarth</a>
  2670. <a href="http://righteousmade.tumblr.com">Anders</a>
  2671.  
  2672. </div id="nvbar" class="nvlinks">
  2673.  
  2674.  
  2675.  
  2676. <h4>Shipping / Romance</h4>
  2677. <b>JAIME/CERSEI.</b> Canon-wise, Jaime is not only the only man she will ever truly love, but he is also the father of her children. This will be the <i>default ship</i> and unless we are doing a thread that takes place <i>before</i> the birth of her children. Jaime will forever be a part of her life willingly and through her children. But this does not mean I am not ship-friendly. I am ship-friendly. Give me all the ships. However, I ship chemistry. If my muse likes yours and your muse likes mine. HEY. But please. Don't force it on me.
  2678.  
  2679.  
  2680. <h4>THE DO NOTS</h4>
  2681. <i>R- ESPECT IS KEY.</i> And hate will <b>NEVER</b> be tolerated. Simple as that- Try to send me hate I will 1.) Make fun of you. or 2.) Ignore you. This goes for other blogs too, respect others. If you do not, it will be an instant block. There are absolutely no ifs, or buts about this. So don't be a pain.
  2682.  
  2683. <p>- This blog does not condone the call out culture. Especially if it is untagged, it will rsult in an immediate unfollow from my end. This is taken to a more extreme level if it is a matter that could easily have been settled privately. Private matters and/or actual concerns for the general safety of the public are two different factors. Regardless, <i>UNTAGGED CALLOUT POSTS = UNFOLLOW.</i> <b>THIS ALSO APPLIES TO VAGUE POSTING AND NEGATIVITY FESTS.</b> If either of these are continuous, go untagged or if I feel uncomfortable, it will result in an immediate unfollow.
  2684.  
  2685. <p><i>- Passive aggression.</i> If there are any kind of personal issues that summon aggressive and rude comments, they will <b>NOT</b> be tolerated. This shouldn't have to be a rule in regards to respect and/or communications. But experience has taught me otherwise, and thus. My warning is here.
  2686.  
  2687. <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> 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>
  2688.  
  2689. <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.
  2690.  
  2691. <p>- Respect my muse as the muse of power that she is, if her person or title is insulted or threatened <b>SHE WILL REACT ACCORDINGLY,</b> unless discussed and plotted beforehand and the muns have come to an agreement. Please respect Cersei Lannister, who she is and what her title is.
  2692.  
  2693.  
  2694. <h4>The Do's</h4>
  2695.  
  2696. 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. <i>BUT I WLL DEFINITELY TRY.</i>
  2697.  
  2698.  
  2699. <h4>Triggers</h4>
  2700.  
  2701. I respect that everyone has their triggers. I try to tag accordingly and things I think will trigger something. But know that I will NOT take away from my muse. For my muse, violence, alcoholism and incest are KEY factors in her character. I will NOT take away from her, and I will NOT do it in favors to making her more 'likeable' for 'your' taste. So it's safe to say that I have very few triggers and those are: <i>DISRESPECT TO CERSEI AND DISREPECT TOWARDS OTHER MUNS.</i> I respect that you have your own opinion but please tag your Cersei hate, it is not something I will tolerate, and if I see it. I will most likely ask you to tone it down.
  2702.  
  2703. <h4>Mun / writer</h4>
  2704.  
  2705. The mun is in her mid-twenties. (18+) I will NOT smut with minors, though I will absolutely write with minors, but smut is a definite no no. Furthermore, I'm usually pretty chill. I don't bite. <i>I'M ALSO A HUGE AVOCADO FAN,</i> so on that note... if you want to get my attention, you need only mention the word; <b>I'LL LOVE YOU FOREVER.</b>
  2706.  
  2707.  
  2708. </div class="popup_text">
  2709. </div id="GDL" class="popup_block">
  2710.  
  2711.  
  2712.  
  2713.  
  2714.  
  2715.  
  2716.  
  2717.  
  2718. <!-- POPUP PAGE: ABT -->
  2719.  
  2720.  
  2721. <div id="ABT" class="popup_block">
  2722. <div class="popup_text">
  2723.  
  2724.  
  2725.  
  2726.  
  2727.  
  2728. </div class="popup_text">
  2729. </div id="ABT" class="popup_block">
  2730.  
  2731.  
  2732.  
  2733.  
  2734.  
  2735. <!-- POPUP PAGE: VRS -->
  2736.  
  2737.  
  2738. <div id="TIMELINES" class="popup_block">
  2739. <div class="popup_text">
  2740.  
  2741.  
  2742. <h4>LONG MAY SHE REIGN (MAIN CANON)</h4>
  2743.  
  2744. <b>(SPOILER WARNINGS).</b> Since I am both HBO!Game of Thrones AND A Song of Ice & Fire Canon friendly (+ my own interpretation), this verse will have differing aspects. But most of all. Myrcella is still alive and so is Tommen. As Show!Dorne is non-existent in my blog. Book!Canon Dorne is the only thing acceptable here. (As Show!Dorne is the only thing from the SHOW that I do not acknowledge.) Therefore Myrcella is alive, and Tommen is most likely fleeing to his sister.
  2745.  
  2746. <p><b>ALTERED VERSION:</b> Tommen’s suicide is still in place, leaving only Myrcella alive. Myrcella is Cersei’s last living daughter. <i>ALTERED VERSION II:</i> Tommen’s suicide is still in place, leaving only Myrcella alive, but with the escape of (Show! and Book!) Margaery Tyrell and (Show! and Book!) Loras Tyrell.(Alive Margaery friendly-Can be Show or Book, as I have said. There are AU’s for a reason.),
  2747.  
  2748. <p><b>TRIPLE THREAT:</b> (this is a triplet verse with <a href="http://cerseilionesslannister.tumblr.com">CERSEILIONESSLANNISTER</a> her portrayal in which Cersei is the youngest triplet behind Jaime Lannister and Cerenna Lannister. ) Cersei has played the Game to keep her sister in power as way to protect her. So in hopes to get her sister out of the clutches of the High Sparrow she succeeds in getting her released only to be taken herself. Accused of doing the ‘sinful’ acts while ‘pretending’ to be her sister as twins look so much alike she is kept in the darkness of those cells to be beaten and starved. Her head is shaved and she is still forced to take the Walk of Shame. After the destroying of the Sept and Tommen’s suicide and Cerenna is crowned Queen. The Game changes for Cersei as she now plays to keep her dear sister the Lady Lord of the Seven Kingdoms, Protector of the Realm.
  2749.  
  2750.  
  2751. <h4>LION IN YOUR ROOTS (SHOW-BASED)</h4>
  2752.  
  2753. <b>Gendry is actually Cersei’s first born son</b> who she thought died so many years before. And the two discover the existence of each other many years after. But after everything that has happened. How will things turn out now? LION IN YOUR ROOTS; ROYAL BORN Gendry as never stolen away as a child and has been raised alongside Joffrey, Myrcella, and Tommen. Also in this verse his name is Loreon as his name would not be Gendry were he in Cersei's care. <i>Closed group verse with bullhced.</i>
  2754.  
  2755. </div class="popup_text">
  2756. </div id="VRS" class="popup_block">
  2757.  
  2758.  
  2759.  
  2760.  
  2761.  
  2762.  
  2763.  
  2764. <!-- POPUP PAGE: NAV -->
  2765.  
  2766.  
  2767. <div id="NAV" class="popup_block">
  2768. <div class="popup_text">
  2769.  
  2770.  
  2771. <h4>General / Informative</h4>
  2772.  
  2773. <div id="nvbar" class="nvlinks">
  2774.  
  2775. <a href="/tagged/⌈-⌋-pour-une-seule-barricade-qui-tombe.-cent-autres-se-leveront-demain.-%5B-ooc.-%5D">
  2776. Out of character posts
  2777. </a>
  2778.  
  2779. <a href="/tagged/⌈-⌋-we-are-puppets-dancing-on-the-strings-of-those-who-came-before-us.-%5B-ic.-%5D">
  2780. In character posts
  2781. </a>
  2782.  
  2783. <a href="http://estoires.tumblr.com/tagged/%E2%8C%88-%E2%8C%8B-i-believe-your-left-hand-gets-jealous-of-your-right.-that%27s-about-all-i-believe.-%5B-crack.-%5D">
  2784. Crack / Humor
  2785. </a>
  2786.  
  2787.  
  2788. <a href="/tagged/⌈-⌋-it-is-rare-to-meet-a-lannister-who-shares-my-enthusiasm-for-dead-lannisters.-%5B-salt.-%5D">
  2789. Salt / Opinions
  2790. </a>
  2791.  
  2792. <a href="http://estoires.tumblr.com/tagged/%E2%8C%88-%E2%8C%8B-it%27s-not-just-the-blade.-it%27s-the-beautiful-hand-that-wields-it.-%5B-resources.-%5D">
  2793. My Resources</a>
  2794.  
  2795. <a href="http://estoires.tumblr.com/tagged/%E2%8C%88-%E2%8C%8B-so-we-pray.-i-want-to-plant-my-olive-trees-and-see-them-fruit.-%5B-edits.-%5D">
  2796. My Graphics</a>
  2797.  
  2798. <a href="http://estoires.tumblr.com/tagged/%E2%8C%88-%E2%8C%8B-an-old-septon-once-claimed-i-was-living-proof-of-the-goodness-of-the-gods.-%5B-self-promotion.-%5D">
  2799. Self Promotions</a>
  2800.  
  2801. <a href="http://estoires.tumblr.com/tagged/%E2%8C%88-%E2%8C%8B-if-this-is-truly-what-they-wish.-do-i-have-the-right-to-deny-it-to-them%3F-it-was-their-city-before-it-was-mine.-%5B-promotion.-%5D">
  2802. Other Promotions</a>
  2803.  
  2804. </div id="nvbar" class="nvlinks">
  2805.  
  2806.  
  2807.  
  2808. <h4>Contacting / Social</h4>
  2809. <div id="nvbar" class="nvlinks">
  2810.  
  2811. <a href="http://estoires.tumblr.com/tagged/%E2%8C%88-%E2%8C%8B-those-small-spaces-in-time-too-soon-gone.-when-everything-seems-to-stand-still-and-existence-is-balanced-on-a-perfect-point.-%5B-saved.-%5D">
  2812. Saved messages / Treasures
  2813. </a>
  2814.  
  2815. <a href="http://estoires.tumblr.com/tagged/%E2%8C%88-%E2%8C%8B-a-queen-must-listen-to-all.-one-voice-may-speak-you-false.-but-in-many-there-is-always-truth-to-be-found.-%5B-psa.-%5D">
  2816. Public Service Announcements
  2817. </a>
  2818.  
  2819. <a href="http://estoires.tumblr.com/tagged/%E2%8C%88-%E2%8C%8B-you-wear-a-mask-for-so-long.-you-forget-who-you-were-beneath-it.-%5B-answered-ooc.-%5D">
  2820. Answered: Out of character
  2821. </a>
  2822.  
  2823. <a href="http://estoires.tumblr.com/tagged/%E2%8C%88-%E2%8C%8B-permit-me-then-in-lieu-of-the-more-commonplace-sobriquet-to-suggest-the-character-of-this-dramatis-persona.-%5B-answered-ic.-%5D">
  2824. Answered: In character
  2825. </a>
  2826.  
  2827. <a href="http://estoires.tumblr.com/tagged/%E2%8C%88-%E2%8C%8B-i-am-fond-of-coins.-is-there-any-sound-as-sweet-as-the-clink-of-gold-on-gold%3F-%5B-memes.-%5D">
  2828. Memes / Prompts
  2829. </a>
  2830.  
  2831. <a href="http://estoires.tumblr.com/tagged/%E2%8C%88-%E2%8C%8B-is-it-so-far-from-madness-to-wisdom%3F-%5B-tagged-in.-%5D">
  2832. Tagged by / in
  2833. </a>
  2834.  
  2835. </div id="nvbar" class="nvlinks">
  2836.  
  2837.  
  2838.  
  2839.  
  2840.  
  2841. </div class="popup_text">
  2842. </div id="NAV" class="popup_block">
  2843.  
  2844.  
  2845.  
  2846.  
  2847.  
  2848. <!-- CREDIT -->
  2849.  
  2850. <div id="credit"><div style="width:105px;margin-right:10px;">
  2851. <a href="https://iniziare.tumblr.com/post/181363908972/base-theme-desmond-live-preview" target="blank">
  2852. <span>S.</span>MADE BY SAE.</a>
  2853. </div></div>
  2854.  
  2855. </body>
  2856. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement