Advertisement
littlemisswhoever

3 Column Theme: wineinthewidow

Apr 16th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.83 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="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23. <script src="http://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="http://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="//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.  
  109. <!-- CUSTOM FONTS -->
  110.  
  111. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
  112.  
  113.  
  114. <link rel="stylesheet" href="https://static.tumblr.com/ebrrv1n/Qdtp7aw4d/cersei7.css">
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122. <!-- META LINES -->
  123.  
  124.  
  125. <meta name="image:Background" content="https://cl.ly/2F2D0H153K2P/BG.png"/>
  126.  
  127. <meta name="text:Font" content="'Frank Ruhl Libre'"/>
  128. <meta name="text:Font Size" content="10px"/>
  129. <meta name="text:Line Height" content="18px;" />
  130.  
  131. <meta name="color:Body Text" content="#c6c6c6" />
  132. <meta name="color:Bold" content="#861d0f" />
  133. <meta name="color:Italic" content="#ffffff" />
  134. <meta name="color:First Letter" content="#e5e5e5" />
  135. <meta name="color:Links" content="#ccbcab" />
  136. <meta name="color:Links Hover" content="#ffffff" />
  137.  
  138.  
  139.  
  140. <meta name="if:Text Wrapping" content="1"/>
  141. <meta name="if:Icon Borders" content="1"/>
  142. <meta name="if:Bigger Tags on Hover" content="0"/>
  143. <meta name="if:First Letter Styling" content="1"/>
  144. <meta name="if:Navigation Popup Page" content="0"/>
  145. <meta name="if:Verses Popup Page" content="1"/>
  146.  
  147.  
  148.  
  149.  
  150.  
  151. <style type="text/css">
  152.  
  153.  
  154.  
  155.  
  156. /* SCROLLBAR */
  157.  
  158. ::-webkit-scrollbar {
  159. background:transparent;
  160. height: 0px;
  161. display:none;
  162. width: 0px; /* remove scrollbar space */
  163. -ms-overflow-style: none; // IE 10+
  164. overflow: -moz-scrollbars-none; // Firefox
  165. }
  166.  
  167.  
  168. ::-webkit-scrollbar-thumb {
  169. background:transparent;
  170. }
  171.  
  172.  
  173.  
  174.  
  175. /* TEXT SELECTION */
  176.  
  177. ::selection {background: #000000; color:#ffffff;}
  178. ::-moz-selection {background: #000000; color:#ffffff;}
  179.  
  180.  
  181.  
  182.  
  183.  
  184. /* TOOLTIP */
  185.  
  186.  
  187. #s-m-t-tooltip {
  188. z-index:999999;
  189. max-width:350px;
  190. margin-left:10px;
  191. margin-top:10px;
  192. font-weight:lighter;
  193. background-color:#000000;
  194. background:rgba(0,0,0,1);
  195. border:1px solid #151515;
  196. padding-top:6px;
  197. padding-bottom:6px;
  198. padding-left:16px;
  199. padding-right:16px;
  200. font-family:calibri;
  201. font-style:normal;
  202. font-weight:700;
  203. font-size:10px;
  204. text-shadow: 0px 0px 1px #000;
  205. color: #e8e8e8;
  206. text-transform:uppercase;
  207. letter-spacing:0px;
  208. -webkit-box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  209. -moz-box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  210. box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  211. }
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218. /* FOUNDATION */
  219.  
  220.  
  221. body {
  222. background-image:url('{image:Background}');
  223. background-attachment:fixed;
  224. background-repeat:no-repeat;
  225. background-position:top left;
  226. background-color:#000000;
  227. color:{color:Body Text};
  228. font-size:{text:Font Size};
  229. line-height:174%;
  230. word-spacing:-0.5px;
  231. color:{color:Body Text};
  232. font-family:{text:Font};
  233. word-wrap: break-word;
  234. }
  235.  
  236.  
  237. body a {
  238. font-size:12px;
  239. color:{color:links};
  240. font-weight:bold;
  241. text-decoration:none!important;
  242. -moz-transition-duration:2s;
  243. -webkit-transition-duration:2s;
  244. -o-transition-duration:2s;
  245. }
  246.  
  247. body a:hover {
  248. color:{color:links hover};
  249. -moz-transition-duration:2s;
  250. -webkit-transition-duration:2s;
  251. -o-transition-duration:2s;
  252. }
  253.  
  254.  
  255.  
  256.  
  257.  
  258. /* BLOCKQUOTES */
  259.  
  260.  
  261. blockquote {
  262. clear:both!important;
  263. padding-left:24px;
  264. padding-right:24px;
  265. padding-top:14px;
  266. padding-bottom:12px;
  267. margin-top:12px;
  268. text-align:justify;
  269. margin-bottom:24px;
  270. margin-left:-25px;
  271. margin-right:-25px;
  272. border-left:1px solid #151515;
  273. border-right:1px solid #151515;
  274. border-bottom:1px solid #151515;
  275. border-top:1px solid #151515;
  276. background-color:transparent;
  277. word-wrap: break-word!important;
  278. }
  279.  
  280.  
  281. blockquote blockquote {
  282. margin-left:0px;
  283. margin-right:0px;
  284. }
  285.  
  286.  
  287.  
  288.  
  289. /* TEXT-WRAPPING AROUND ICONS/IMAGES */
  290.  
  291.  
  292. #wrap img {
  293. margin-top:0px!important;
  294. margin-bottom:0px!important;
  295. padding-right:3px;
  296. padding-bottom:3px;
  297. {block:IfTextWrapping}
  298. float:left;
  299. margin-right:14px;
  300. {/block:IfTextWrapping}
  301. {block:ificonborders}
  302. padding:9px;
  303. border:1px solid #151515;
  304. {/block:ificonborders}
  305. -webkit-filter: brightness(1) contrast(1) saturate(1);
  306. }
  307.  
  308.  
  309. {block:IfTextWrapping}
  310. #wrap blockquote img {
  311. clear:both!important;
  312. margin-top:8px!important;
  313. margin-bottom:0px!important;
  314. margin-left:14px;
  315. margin-right:0px!important;
  316. float:right;
  317. }
  318. {/block:IfTextWrapping}
  319.  
  320.  
  321.  
  322.  
  323.  
  324. /* FONT-RELATED */
  325.  
  326.  
  327. small, sub, sup {
  328. font-size:{text:Font Size};
  329. }
  330.  
  331.  
  332. big {
  333. font-size:120%;
  334. }
  335.  
  336.  
  337. b, bold, strong {
  338. font-size:10px;
  339. text-transform:uppercase;
  340. font-family: 'Frank Ruhl Libre', sans-serif;
  341. font-weight:bold;
  342. color:{color:Bold};
  343. padding-right:1px;
  344. padding-left:1px;
  345. text-shadow:1px 1px 0 #000;
  346. }
  347.  
  348. em, i, italic {
  349. font-family:calibri;
  350. font-style:normal;
  351. font-weight:700;
  352. font-size:10px;
  353. line-height:10px;
  354. text-shadow: 0px 0px 1px #000;
  355. color: {color:Italic};
  356. text-transform:uppercase;
  357. }
  358.  
  359.  
  360. u {
  361. text-decoration:none!important;
  362. }
  363.  
  364.  
  365. {block:ifFirstLetterStyling}
  366. u, u a {
  367. background-color: #000000;
  368. border: 1px solid #151515;
  369. font-family:'beaked_tyrant_personal_useRg';
  370. color:{color:First Letter}!important;
  371. text-decoration:none!important;
  372. font-style:normal!important;
  373. font-weight:lighter, 100!important;
  374. text-transform:uppercase!important;
  375. float:left;
  376. font-size: 40px;
  377. margin-right: 11px;
  378. margin-top: 0px;
  379. padding-right: 14px;
  380. padding-top:18px;
  381. padding-bottom:17px;
  382. padding-left:14px;
  383. }
  384. {/block:ifFirstLetterStyling}
  385.  
  386.  
  387.  
  388. pre {
  389. font-weight:lighter;
  390. text-transform:uppercase;
  391. color: #d1d1d1;
  392. line-height:155%;
  393. font-weight:lighter!important;
  394. color:#e6e6e6;
  395. font-size:8.6px;
  396. letter-spacing:0.6px;
  397. white-space: pre-wrap;
  398. white-space: -moz-pre-wrap;
  399. white-space: -pre-wrap;
  400. white-space: -o-pre-wrap;
  401. word-wrap: break-word;
  402. }
  403.  
  404.  
  405. pre a {
  406. color:{color:links};
  407. -moz-transition-duration:2s;
  408. -webkit-transition-duration:2s;
  409. -o-transition-duration:2s;
  410. }
  411.  
  412.  
  413.  
  414. h1 {
  415. word-spacing:-0.5px;
  416. font-size:12px;
  417. color: #ffffff;
  418. font-weight:bold;
  419. font-family:calibri;
  420. margin-bottom:24px;
  421. text-align:left!important;
  422. text-transform:uppercase;
  423. }
  424.  
  425.  
  426.  
  427. h1 a {
  428. font-weight:bold;
  429. color: #d1d1d1!important;
  430. }
  431.  
  432.  
  433.  
  434. h2 {
  435. font-family: calibri, sans-serif;
  436. font-size:13.4px;
  437. text-transform:uppercase!important;
  438. color:{color:bold};
  439. letter-spacing:-0.4px;
  440. }
  441.  
  442.  
  443.  
  444. h2 a {
  445. font-family: calibri, sans-serif;
  446. font-size:13.4px!important;
  447. text-transform:uppercase!important;
  448. color:{color:links};
  449. letter-spacing:-0.4px;
  450. }
  451.  
  452.  
  453.  
  454. h3 {
  455. font-family: calibri, sans-serif;
  456. font-size:13.4px;
  457. text-transform:uppercase!important;
  458. color:{color:bold};
  459. letter-spacing:-0.4px;
  460. }
  461.  
  462.  
  463.  
  464. h3 a {
  465. font-family: calibri, sans-serif;
  466. font-size:13.4px!important;
  467. text-transform:uppercase!important;
  468. color:{color:links};
  469. letter-spacing:-0.4px;
  470. }
  471.  
  472.  
  473.  
  474. h4 {
  475. background-image:url('');
  476. background-repeat:repeat;
  477. background-attachment:fixed;
  478. border:1px solid #151515;
  479. margin-bottom:24px;
  480. margin-top:24px;
  481. padding-top:12px;
  482. padding-bottom:12px;
  483. width:479px;
  484. margin-left:-26px;
  485. text-align:center;
  486. font-family:calibri;
  487. font-style:normal;
  488. font-weight:bold;
  489. font-size:10px;
  490. line-height:10px;
  491. color: #ffffff;
  492. text-transform:uppercase;
  493. }
  494.  
  495.  
  496.  
  497. h4 a {
  498. font-family:calibri;
  499. font-style:normal;
  500. font-weight:700;
  501. font-size:10px!important;
  502. line-height:10px;
  503. text-shadow: 0px 0px 1px #000;
  504. color: #e8e8e8;
  505. }
  506.  
  507.  
  508.  
  509.  
  510. header {
  511. border: 1px solid #151515;
  512. background-color:#030303;
  513. letter-spacing:0px;
  514. word-spacing:-0.5px;
  515. font-size:11px;
  516. color: #ffffff;
  517. font-family:calibri;
  518. padding-bottom:0px;
  519. padding-top:7px;
  520. margin-top:-55px;
  521. font-weight:bold;
  522. margin-bottom:24px!important;
  523. width:478px;
  524. height:24px;
  525. margin-left:-25px;
  526. text-align:center!important;
  527. text-transform:uppercase;
  528. z-index:9999999;
  529. position:fixed;
  530. }
  531.  
  532.  
  533.  
  534. /* SIDEBAR */
  535.  
  536.  
  537. #sidebar {
  538. position: fixed;
  539. line-height:165%;
  540. background:transparent;
  541. width:125px;
  542. left: 74px;
  543. top: 93px;
  544. }
  545.  
  546.  
  547.  
  548. .sideheadertop {
  549. width:160px;
  550. height:31px;
  551. background-color:#030303;
  552. outline:1px solid #151515;
  553. text-align: center;
  554. margin-left:-6px;
  555. margin-top:-9px;
  556. }
  557.  
  558.  
  559.  
  560. .sideheaderbottom {
  561. width:160px;
  562. height:31px;
  563. background-color:#030303;
  564. outline:1px solid #151515;
  565. margin-top: 28px;
  566. text-align: center;
  567. margin-left:-6px;
  568. }
  569.  
  570.  
  571.  
  572.  
  573. #sidetext {
  574. height:439px;
  575. width:120px;
  576. margin-top:24px;
  577. margin-left:14px;
  578. background-color:#000000;
  579. text-align:justify;
  580. overflow:scroll;
  581. line-height:15px;
  582. text-align-last: center;
  583. }
  584.  
  585.  
  586.  
  587.  
  588. /* DESCRIPTION */
  589.  
  590. .bottombox {
  591. position:fixed;
  592. width:478px;
  593. left:278px;
  594. top:489px;
  595. }
  596.  
  597.  
  598.  
  599. .description {
  600. height:50px;
  601. max-height:50px;
  602. padding-left:24px;
  603. padding-right:24px;
  604. border-top:18px solid transparent;
  605. padding-bottom:18px;
  606. line-height:18px;
  607. margin-top:5px;
  608. text-align:justify;
  609. overflow-y:scroll;
  610. }
  611.  
  612.  
  613. {block:ifFirstLetterStyling}
  614. .description:first-letter {
  615. background-color: #000000;
  616. border: 1px solid #151515;
  617. font-family:'beaked_tyrant_personal_useRg';
  618. color:{color:First Letter}!important;
  619. text-decoration:none!important;
  620. font-style:normal!important;
  621. font-weight:100!important;
  622. text-transform:uppercase!important;
  623. float: left;
  624. font-size: 40px;
  625. margin-right: 11px;
  626. margin-top: 0px;
  627. padding-right: 14px;
  628. padding-top:17px;
  629. padding-bottom:17px;
  630. padding-left:14px;
  631. }
  632. {/block:ifFirstLetterStyling}
  633.  
  634.  
  635. .navi {
  636. width:466px;
  637. height:19px;
  638. max-height:19px;
  639. font-size:12px;
  640. overflow:hidden;
  641. border-top:1px solid #151515;
  642. border-bottom:1px solid #151515;
  643. border-left:1px solid #151515;
  644. border-right:1px solid #151515;
  645. background-color:#030303;
  646. text-align: center;
  647. letter-spacing:0.3px;
  648. left:278px;
  649. top:605px!important;
  650. overflow:hidden;
  651. font-family:calibri!important;
  652. padding:6px;
  653. position:fixed;
  654. -webkit-user-select: none; /* Chrome all / Safari all */
  655. -moz-user-select: none; /* Firefox all */
  656. -ms-user-select: none; /* IE 10+ */
  657. user-select: none; /* Likely future */
  658. }
  659.  
  660.  
  661.  
  662. .navi a {
  663. font-family:calibri;
  664. font-size:11px;
  665. padding-top:9px!important;
  666. letter-spacing:0.2px;
  667. text-decoration:none!important;
  668. color:#cdcdcd;
  669. margin-left:23px;
  670. }
  671.  
  672.  
  673. .navi b {
  674. color:{color:bold}!important;
  675. }
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683. /* POSTS: GENERAL */
  684.  
  685.  
  686. #container {
  687. position:fixed;
  688. height:553px;
  689. width:430px;
  690. left:807px;
  691. top:84px;
  692. background-color:#000000;
  693. overflow-y:scroll;
  694. padding-left:24px;
  695. padding-right:24px;
  696. z-index:9999;
  697. border:1px solid #151515!important;
  698. }
  699.  
  700.  
  701.  
  702. .containerheadertop {
  703. position:fixed;
  704. width:478px;
  705. height:31px;
  706. background-color:#030303;
  707. border:1px solid #151515;
  708. text-align: center;
  709. margin-left:-25px;
  710. margin-top:-1px;
  711. z-index:99999;
  712. }
  713.  
  714.  
  715.  
  716. #containertopspace {
  717. position:fixed;
  718. width:478px;
  719. height:31px;
  720. background-color:transparent;
  721. margin-left:-24px;
  722. border-bottom:24px solid #000000;
  723. margin-top:-1px;
  724. z-index:999;
  725. }
  726.  
  727.  
  728.  
  729. .containerheaderbottom {
  730. position:fixed;
  731. width:478px;
  732. height:31px;
  733. background-color:#030303;
  734. border:1px solid #151515;
  735. text-align: center;
  736. left:808px;
  737. top:606px;
  738. margin-left:-1px;
  739. z-index:9999999;
  740. }
  741.  
  742.  
  743.  
  744. #containerbottomspace {
  745. position:fixed;
  746. left:832px;
  747. top:574px;
  748. width:478px;
  749. height:25px;
  750. background-color:#000000;
  751. text-align: center;
  752. margin-left:-24px;
  753. margin-top:7px;
  754. z-index:999999;
  755. }
  756.  
  757.  
  758.  
  759. .posts {
  760. width:430px;
  761. padding-right:25px;
  762. padding-left:25px;
  763. margin-left:-25px;
  764. word-wrap: break-word;
  765. text-align:justify;
  766. line-height:18px;
  767. }
  768.  
  769.  
  770.  
  771.  
  772. .posts a {
  773. font-family: calibri;
  774. text-transform:uppercase;
  775. font-size:9px;
  776. font-weight:bold!important;
  777. -moz-transition-duration:2s;
  778. -webkit-transition-duration:2s;
  779. -o-transition-duration:2s;
  780. }
  781.  
  782. .posts a:hover {
  783. color:{color:links hover};
  784. -moz-transition-duration:2s;
  785. -webkit-transition-duration:2s;
  786. -o-transition-duration:2s;
  787. }
  788.  
  789.  
  790. .posts img {
  791. margin-top:14px;
  792. max-width:410px;
  793. height:auto;
  794. }
  795.  
  796.  
  797.  
  798. .posts blockquote img {
  799. max-width:410px;
  800. }
  801.  
  802.  
  803. .posts blockquote blockquote img {
  804. max-width:360px;
  805. }
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812. /* POSTS: TEXT */
  813.  
  814. #text {
  815. border:1px solid #151515;
  816. padding-left:24px;
  817. padding-right:24px;
  818. padding-top:24px;
  819. padding-bottom:0px;
  820. margin-left:-25px;
  821. margin-right:-25px;
  822. margin-bottom:-25px;
  823. margin-top:30px;
  824. }
  825.  
  826.  
  827. #textbody {
  828. {block:permalinkpage}
  829. margin-top:-24px;
  830. padding-top:0px;
  831. {/block:permalinkpage}
  832. margin-top:-24px;
  833. padding-top:14px;
  834. padding-bottom:14px;
  835.  
  836. }
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846. /* POSTS: PHOTO/PHOTOSETS */
  847.  
  848. #psingle {
  849. position:relative;
  850. z-index:99999999!important;
  851. margin-top:-1px;
  852. margin-bottom:-30px;
  853. margin-left:-26px;
  854. margin-right:-25px;
  855. border-top:1px solid #2e2e2e;
  856. -webkit-filter: brightness(.7) contrast(1.1) saturate(0.75);
  857. -webkit-transition: all 0.9s ease-in-out;
  858. -moz-transition: all 0.9s ease-in-out;
  859. -o-transition: all 0.9s ease-in-out;
  860. -ms-transition: all 0.9s ease-in-out;
  861. transition: all 0.9s ease-in-out;
  862. }
  863.  
  864.  
  865.  
  866. #psingle:hover {
  867. -webkit-filter: brightness(.7) contrast(1.1) saturate(0.75);
  868. -webkit-transition: all 0.9s ease-in-out;
  869. -moz-transition: all 0.9s ease-in-out;
  870. -o-transition: all 0.9s ease-in-out;
  871. -ms-transition: all 0.9s ease-in-out;
  872. transition: all 0.9s ease-in-out;
  873. }
  874.  
  875.  
  876.  
  877. #pset {
  878. position:relative;
  879. z-index:99999999!important;
  880. width: 480px;
  881. margin-top:0px!important;
  882. margin-bottom:-30px;
  883. margin-left:-24px;
  884. border-top:1px solid #2e2e2e;
  885. -webkit-filter: brightness(.7) contrast(1.1) saturate(0.75);
  886. -webkit-transition: all 0.9s ease-in-out;
  887. -moz-transition: all 0.9s ease-in-out;
  888. -o-transition: all 0.9s ease-in-out;
  889. -ms-transition: all 0.9s ease-in-out;
  890. transition: all 0.9s ease-in-out;
  891. }
  892.  
  893.  
  894.  
  895. #pset:hover {
  896. -webkit-filter: brightness(.7) contrast(1.1) saturate(0.75);
  897. -webkit-transition: all 0.9s ease-in-out;
  898. -moz-transition: all 0.9s ease-in-out;
  899. -o-transition: all 0.9s ease-in-out;
  900. -ms-transition: all 0.9s ease-in-out;
  901. transition: all 0.9s ease-in-out;
  902. }
  903.  
  904.  
  905.  
  906.  
  907. #pcaption {
  908. border-top:1px solid #151515;
  909. margin-top:24px;
  910. margin-left:-24px;
  911. margin-right:-24px;
  912. padding-left:24px;
  913. padding-right:24px;
  914. }
  915.  
  916.  
  917. #pcaption a {
  918. font-size:10px;
  919. }
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927. /* POSTS: QUOTE */
  928.  
  929. #quotebox {
  930. border:1px solid #151515;
  931. padding-left:24px;
  932. padding-right:24px;
  933. padding-top:24px;
  934. padding-bottom:0px;
  935. margin-left:-25px;
  936. margin-right:-25px;
  937. margin-bottom:-26px;
  938. margin-top:30px;
  939. }
  940.  
  941.  
  942.  
  943. #quote {
  944. text-align:justify;
  945. font-size:14px;
  946. padding-top:0px;
  947. padding-bottom:24px;
  948. line-height:165%;
  949. letter-spacing:-0.6px;
  950. min-height:52px;
  951. }
  952.  
  953.  
  954.  
  955. #quote:first-letter {
  956. background-color: #000000;
  957. border: 1px solid #151515;
  958. font-family:'beaked_tyrant_personal_useRg';
  959. color:{color:First Letter}!important;
  960. text-decoration:none!important;
  961. font-style:normal!important;
  962. font-weight:100!important;
  963. text-transform:uppercase!important;
  964. float: left;
  965. font-size: 40px;
  966. margin-right: 11px;
  967. margin-top: 0px;
  968. padding-right: 14px;
  969. padding-top:18px;
  970. padding-bottom:17px;
  971. padding-left:14px;
  972. }
  973.  
  974.  
  975.  
  976. .source {
  977. font-family:calibri;
  978. font-weight:bold;
  979. text-align:left;
  980. font-size:10px;
  981. color: #e8e8e8;
  982. text-transform:uppercase;
  983. border:1px solid #151515;
  984. margin-top:-1px;
  985. padding-top:12px;
  986. padding-bottom:12px;
  987. padding-right:24px;
  988. padding-left:24px;
  989. margin-left:-25px;
  990. margin-right:-25px;
  991. background-color:#030303;
  992. }
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001. /* POSTS: LINK */
  1002.  
  1003. #linkpost {
  1004. margin-right:-25px;
  1005. margin-left:-25px!important;
  1006. {block:permalinkpage}
  1007. margin-top:0px;
  1008. {/block:permalinkpage}
  1009. padding-top:0px;
  1010. margin-bottom:-25px;
  1011. }
  1012.  
  1013.  
  1014.  
  1015. #link {
  1016. margin-top:32px;
  1017. border:1px solid #151515;
  1018. padding:24px;
  1019. }
  1020.  
  1021.  
  1022. #link a {
  1023. font-size:12px;
  1024. }
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033. /* POSTS: CHAT */
  1034.  
  1035. #chatbox {
  1036. margin-right:-25px;
  1037. margin-left:-25px!important;
  1038. padding-bottom:0px!important;
  1039. }
  1040.  
  1041.  
  1042.  
  1043. #chat {
  1044. margin-top:25px;
  1045. border-top:1px solid #151515;
  1046. padding-top:27px;
  1047. padding-left:24px;
  1048. padding-right:24px;
  1049. }
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058. /* POSTS: AUDIO */
  1059.  
  1060. #audiobox {
  1061. {block:permalinkpage}
  1062. margin-top:0px;
  1063. {/block:permalinkpage}
  1064. padding-left:24px;
  1065. padding-right:24px;
  1066. padding-bottom:0px;
  1067. margin-left:-25px;
  1068. margin-right:-25px;
  1069. margin-bottom:-25px;
  1070. }
  1071.  
  1072.  
  1073.  
  1074. .player {
  1075. opacity: 1;
  1076. position: absolute;
  1077. z-index: 1;
  1078. width: 50px;
  1079. height: 36px;
  1080. margin-top: 24px;
  1081. margin-left: -5px;
  1082. display: block;
  1083. color:#000000;
  1084. background-color:transparent!important;
  1085. }
  1086.  
  1087. .audioplayer {
  1088. width: 24px;
  1089. height: 24px;
  1090. margin-left: 0px;
  1091. overflow: hidden;
  1092. padding: 0px;
  1093. color:#000000!important;
  1094. background-color:transparent!important;
  1095. }
  1096.  
  1097.  
  1098.  
  1099. .audioinfo {
  1100. border:1px solid #151515;
  1101. margin-left: -25px;
  1102. margin-right: -25px;
  1103. margin-top:30px;
  1104. padding:24px;
  1105. display: block;
  1106. font-family:calibri;
  1107. font-weight:bold;
  1108. text-transform: uppercase;
  1109. text-align: center;
  1110. letter-spacing:0px;
  1111. word-spacing:-0.5px;
  1112. font-size:11px;
  1113. color: #ffffff;
  1114. background: transparent;
  1115. }
  1116.  
  1117.  
  1118. #acaption {
  1119. border-top:1px solid #151515;
  1120. width:455px;
  1121. margin-left:-24px;
  1122. padding-left:24px;
  1123. }
  1124.  
  1125. #acaption a {
  1126. font-size:10px;
  1127. }
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134. /* POSTS: VIDEO */
  1135.  
  1136. .video-container {
  1137. margin-top:46px;
  1138. position: relative;
  1139. padding-bottom: 56.25%;
  1140. height: 0;
  1141. overflow: hidden;
  1142. margin-left:-24px;
  1143. width: 480px;
  1144. margin-bottom:-24px;
  1145. }
  1146.  
  1147.  
  1148. .video-container iframe,
  1149. .video-container object,
  1150. .video-container embed {
  1151. position: absolute;
  1152. top: 0;
  1153. left: 0;
  1154. height: 100%;
  1155. width:100%;
  1156. }
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162. /* POSTS: ASK */
  1163.  
  1164. #answer {
  1165. padding-left:24px;
  1166. padding-right:24px;
  1167. margin-left:-25px;
  1168. margin-right:-25px;
  1169. margin-top:0px;
  1170. }
  1171.  
  1172.  
  1173. #question {
  1174. border-top:0px solid #151515;
  1175. width: 80%;
  1176. margin-top:32px;
  1177. height:70px;
  1178. width:447px;
  1179. margin-left:-25px;
  1180. }
  1181.  
  1182.  
  1183.  
  1184. #ask {
  1185. float:left;
  1186. font-family:calibri, sans-serif;
  1187. text-transform:uppercase;
  1188. position: absolute;
  1189. font-weight:bold;
  1190. background-color:#000000;
  1191. font-size:9px;
  1192. line-height:11px!important;
  1193. width:354px;
  1194. min-height:23px;
  1195. max-height:23px;
  1196. overflow:scroll;
  1197. margin-top:0px;
  1198. margin-left:1px;
  1199. margin-bottom:0px;
  1200. padding-left:24px;
  1201. padding-right:24px;
  1202. outline:solid 1px #151515;
  1203. border-top:23px solid #000000;
  1204. border-bottom:23px solid #000000;
  1205. -moz-transition-duration:1s;
  1206. -webkit-transition-duration:1s;
  1207. -o-transition-duration:1s;
  1208. }
  1209.  
  1210.  
  1211.  
  1212. #ask:hover {
  1213. max-height:53px!important;
  1214. -moz-transition-duration:1s;
  1215. -webkit-transition-duration:1s;
  1216. -o-transition-duration:1s;
  1217. }
  1218.  
  1219.  
  1220. #ask a {
  1221. font-weight:lighter;
  1222. color:#ffffff;
  1223. font-size:9px;
  1224. text-decoration:none;
  1225. }
  1226.  
  1227.  
  1228. #ask b {
  1229. color:#ffffff;
  1230. font-size:9px;
  1231. line-height:11px;
  1232. font-family:calibri!important;
  1233. }
  1234.  
  1235.  
  1236.  
  1237. #ask img {
  1238. -webkit-filter:grayscale(1);
  1239. }
  1240.  
  1241.  
  1242.  
  1243. .letterask {
  1244. position:relative;
  1245. z-index:9999!important;
  1246. position:absolute;
  1247. text-align:center;
  1248. font-size:48px;
  1249. margin-left:404px;
  1250. outline:1px solid #151515;
  1251. padding-top:25px;
  1252. padding-bottom:26px;
  1253. padding-left:21px;
  1254. padding-right:21px;
  1255. color:#151515;
  1256. -webkit-user-select: none; /* Chrome all / Safari all */
  1257. -moz-user-select: none; /* Firefox all */
  1258. -ms-user-select: none; /* IE 10+ */
  1259. user-select: none; /* Likely future */
  1260. }
  1261.  
  1262.  
  1263.  
  1264.  
  1265. #response {
  1266. margin-top:24px;
  1267. padding-top:0px;
  1268. padding-bottom:1px;
  1269. }
  1270.  
  1271.  
  1272. #response blockquote {
  1273. margin-top:15px;
  1274. margin-bottom:24px;
  1275. margin-left:-25px;
  1276. margin-right:-25px;
  1277. padding-top:12px;
  1278. padding-left:25px;
  1279. padding-right:25px;
  1280. padding-bottom:12px;
  1281. border-left:1px solid #151515;
  1282. border-right:1px solid #151515;
  1283. border-bottom:1px solid #151515;
  1284. border-top:1px solid #151515;
  1285. background-color:transparent;
  1286. }
  1287.  
  1288.  
  1289. #response img {
  1290. float:left;
  1291. position:relative;
  1292. margin-left:-1px!important;
  1293. margin-right:13px;
  1294. margin-top:0px;
  1295. margin-bottom:5px;
  1296. padding:8px;
  1297. border:1px solid #151515;
  1298. -webkit-filter: brightness(1) contrast(1) saturate(1);
  1299. }
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308. /* POPUPS: GENERAL */
  1309.  
  1310.  
  1311. .popup_block {
  1312. display:none;
  1313. background-color:#000000;
  1314. height:300px!important;
  1315. top:305px;
  1316. left:534px!important;
  1317. opacity:1;
  1318. position:fixed;
  1319. z-index:9999999;
  1320. padding-left:24px!important;
  1321. padding-right:24px!important;
  1322. outline:1px solid #151515;
  1323. border-top:24px solid #000000;
  1324. border-bottom:24px solid #000000;
  1325. overflow-y:scroll;
  1326. text-align:justify;
  1327. overflow-x:hidden;
  1328. }
  1329.  
  1330.  
  1331.  
  1332.  
  1333.  
  1334. .popup_block a {
  1335. margin-right:0px;
  1336. vertical-align:top;
  1337. font-family: calibri, sans-serif;
  1338. font-size:10px;
  1339. color:#ffffff;
  1340. font-weight:bold!important;
  1341. padding-bottom:3px;
  1342. position: relative;
  1343. text-decoration:none;
  1344. text-transform:uppercase;
  1345. }
  1346.  
  1347.  
  1348.  
  1349. *html #fade {
  1350. position: absolute;
  1351. }
  1352.  
  1353.  
  1354.  
  1355. *html .popup_block {
  1356. position: absolute;
  1357. }
  1358.  
  1359.  
  1360.  
  1361. #fade {
  1362. display:none;
  1363. position:fixed;
  1364. left:0px;
  1365. top:0px;
  1366. width:100%;
  1367. height:100%;
  1368. z-index:9;
  1369. background:#000;
  1370. opacity:0;
  1371. }
  1372.  
  1373.  
  1374. #intro {
  1375. margin-top:4px;
  1376. margin-bottom:24px;
  1377. border:1px solid #151515;
  1378. padding-left:24px;
  1379. padding-right:24px;
  1380. padding-top:24px;
  1381. padding-bottom:24px;
  1382. }
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390.  
  1391.  
  1392. /* POPUPS: TABS */
  1393.  
  1394.  
  1395. #tabbar{
  1396. left:50%;
  1397. top:50%;
  1398. margin-left:
  1399. overflow: scroll;
  1400. text-align:justify;
  1401. color:#222;
  1402. font-family:calibri;
  1403. font-size:12px;
  1404. }
  1405.  
  1406. ul#tabs {
  1407. text-align: center;
  1408. }
  1409.  
  1410.  
  1411. ul#tabs li {
  1412. display: inline-block;
  1413. background-repeat:repeat;
  1414. background-attachment:fixed;
  1415. border:1px solid #151515; /* INACTIVE TAB */
  1416. width:190px;
  1417. font-weight:bold;
  1418. text-align:center;
  1419. font-family:calibri;
  1420. font-style:normal;
  1421. font-weight:700;
  1422. font-size:10px;
  1423. line-height:10px;
  1424. text-shadow: 0px 0px 1px #000;
  1425. padding: 10px 10px;
  1426. margin-bottom: 2px;
  1427. cursor:pointer;
  1428. }
  1429.  
  1430. ul#tabs li.active {
  1431. display: inline-block;
  1432. padding:9px;
  1433. text-align:center;
  1434. font-family:calibri;
  1435. font-style:normal;
  1436. font-weight:700;
  1437. font-size:10px;
  1438. line-height:10px;
  1439. text-shadow: 0px 0px 1px #000;
  1440. background:#000000;
  1441. font-weight:bold;
  1442. font-size:10px;
  1443. border:1px solid #151515; /* ACTIVE TAB */
  1444. color:#e6e6e6;
  1445. padding: 10px 10px;
  1446. margin-bottom: 2px;
  1447. cursor:pointer;
  1448. }
  1449.  
  1450. ul#tab, ul#tabs{
  1451. list-style-type:none;
  1452. margin:0px;padding:0px;
  1453. }
  1454.  
  1455. ul#tab li.active {
  1456. display: block;
  1457. }
  1458.  
  1459. ul#tab li {
  1460. display: none;
  1461. }
  1462.  
  1463.  
  1464.  
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471. /* POPUPS: NAVIGATION */
  1472.  
  1473.  
  1474. #nvbar {
  1475. width:434px;
  1476. }
  1477.  
  1478.  
  1479.  
  1480. .nvlinks {
  1481. margin-left:0px;
  1482. padding-top:0px;
  1483. padding-bottom:0px;
  1484. text-align:center;
  1485. }
  1486.  
  1487.  
  1488.  
  1489. .nvlinks a {
  1490. display:inline-block;
  1491. font-family: calibri, sans-serif;
  1492. font-weight:lighter!important;
  1493. width: 210px;
  1494. height: 10px;
  1495. margin-right:2px;
  1496. margin-bottom:4px;
  1497. padding-top:6px;
  1498. padding-bottom:14px!important;
  1499. text-align:center;
  1500. background:#000000;
  1501. border: 1px solid #151515;
  1502. color:#e6e6e6;
  1503. font-size:8.6px;
  1504. letter-spacing:0.6px;
  1505. cursor: pointer;
  1506. z-index:2;
  1507. }
  1508.  
  1509.  
  1510.  
  1511. .nvlinks a:before {
  1512. content: '';
  1513. display: block;
  1514. position: absolute;
  1515. left: 0;
  1516. bottom: 0;
  1517. height: 30px;
  1518. width: 0;
  1519. transition: width 0s ease,
  1520. background 1.5s ease;
  1521. z-index:1;
  1522. }
  1523.  
  1524.  
  1525.  
  1526. .nvlinks a:after {
  1527. content: '';
  1528. display: block;
  1529. position: absolute;
  1530. right: 0;
  1531. bottom: 0;
  1532. height: 30px;
  1533. width: 0;
  1534. background: rgba(16, 16, 16, 0.5); /* 50% opaque blue */
  1535. transition: width 1.5s ease;
  1536. z-index:1;
  1537. }
  1538.  
  1539.  
  1540.  
  1541. .nvlinks a:hover:before {
  1542. width: 100%;
  1543. background: rgba(16, 16, 16, 0.5); /* 50% opaque blue */
  1544. transition: width 1.5s ease;
  1545. }
  1546.  
  1547.  
  1548.  
  1549. .nvlinks a:hover:after {
  1550. background: transparent;
  1551. transition: all 0s ease;
  1552. }
  1553.  
  1554.  
  1555.  
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561.  
  1562. /* POST INFORMATION */
  1563.  
  1564.  
  1565. .permalinkbar {
  1566. width:478px;
  1567. margin-top:24px!important;
  1568. margin-left:-25px;
  1569. }
  1570.  
  1571.  
  1572. .permalinkbuttons {
  1573. width:478px;
  1574. height:35px;
  1575. font-size:12.6px!important;
  1576. margin-left:-1px!important;
  1577. margin-bottom:-2px!important;
  1578. }
  1579.  
  1580.  
  1581. .permalinkbuttons a {
  1582. font-family:{text:Font};
  1583. display:inline-block;
  1584. padding-top:7px;
  1585. padding-bottom:7px;
  1586. margin-right:-5px;
  1587. width:216px;
  1588. border:1px solid #151515;
  1589. background-color:#000000;
  1590. font-weight:bold!important;
  1591. color:#151515;
  1592. font-size:12.5px;
  1593. -moz-transition-duration:2s;
  1594. -webkit-transition-duration:2s;
  1595. -o-transition-duration:2s;
  1596. -webkit-user-select: none; /* Chrome all / Safari all */
  1597. -moz-user-select: none; /* Firefox all */
  1598. -ms-user-select: none; /* IE 10+ */
  1599. user-select: none; /* Likely future */
  1600. }
  1601.  
  1602.  
  1603. .permalinkbuttons a:hover {
  1604. background-color:#000000!important;
  1605. font-weight:bold!important;
  1606. color:#bebebe;
  1607. -moz-transition-duration:2s;
  1608. -webkit-transition-duration:2s;
  1609. -o-transition-duration:2s;
  1610. }
  1611.  
  1612.  
  1613. #tagsbox {
  1614. {block:permalinkpage}
  1615. margin-top:24px!important;
  1616. {/block:permalinkpage}
  1617. margin-bottom:88px;
  1618. border-left:0px solid #151515;
  1619. border-right:0px solid #151515;
  1620. border-bottom:1px solid #151515;
  1621. border-top:1px solid #151515;
  1622. margin-top:-1px;
  1623. padding-top:17px;
  1624. padding-bottom:17px;
  1625. padding-left:24px;
  1626. padding-right:24px;
  1627. margin-left:-24px;
  1628. margin-right:-24px;
  1629. width:430px;
  1630. }
  1631.  
  1632.  
  1633.  
  1634. .tags {
  1635. font-family: calibri!important;
  1636. font-weight:bold!important;
  1637. background-color:#000000;
  1638. color:#2c2c2c;
  1639. text-transform:uppercase!important;
  1640. font-style:normal;
  1641. line-height:150%;
  1642. font-size:8.5px;
  1643. text-align:justify;
  1644. -moz-text-align-last: center; /* Code for Firefox */
  1645. text-align-last: center;
  1646. -moz-transition-duration:2s;
  1647. -webkit-transition-duration:2s;
  1648. -o-transition-duration:2s;
  1649. }
  1650.  
  1651.  
  1652.  
  1653. .tags a {
  1654. text-decoration:none!important;
  1655. font-weight:bold!important;
  1656. font-size:8.5px;
  1657. margin-right:1px;
  1658. text-transform:uppercase!important;
  1659. font-family: calibri!important;
  1660. color:#151515!important;
  1661. -moz-transition-duration:2s;
  1662. -webkit-transition-duration:0.2
  1663. }
  1664.  
  1665.  
  1666. .tags a:hover {
  1667. color:#ffffff!important;
  1668. -moz-transition-duration:1s;
  1669. -webkit-transition-duration:1s;
  1670. -o-transition-duration:1s;
  1671. {block:ifBiggerTagsonHover}
  1672. font-size:10px!important;
  1673. {block:ifBiggerTagsonHover}
  1674. }
  1675.  
  1676.  
  1677.  
  1678.  
  1679.  
  1680.  
  1681.  
  1682.  
  1683. /* NOTES */
  1684.  
  1685.  
  1686. #notes {
  1687. margin-bottom:62px;
  1688. }
  1689.  
  1690.  
  1691. #notes a {
  1692. color:{color:links};
  1693. }
  1694.  
  1695.  
  1696. .note {
  1697. text-transform:normal;
  1698. font-style:normal;
  1699. font-size: 10px;
  1700. text-align:left;
  1701. margin-left:-32px;
  1702. }
  1703.  
  1704.  
  1705.  
  1706. .note li {
  1707. list-style-type:none;
  1708. padding:12px 23px 12px 23px;
  1709. border-bottom:1px solid #151515;
  1710. border-top:1px solid #151515;
  1711. margin-bottom:-1px;
  1712. text-align:left;
  1713. margin-right:-24px;
  1714. -moz-transition-duration:0.5s;
  1715. -webkit-transition-duration:0.5s;
  1716. -o-transition-duration:0.5s;
  1717. }
  1718.  
  1719. .note blockquote {
  1720. padding-top:12px;
  1721. padding-bottom:12px;
  1722. padding-left:24px;
  1723. padding-right:24px;
  1724. margin-top:12px;
  1725. margin-bottom:12px;
  1726. margin-left:0px;
  1727. margin-right:0px;
  1728. }
  1729.  
  1730.  
  1731. .note img.avatar {
  1732. width: 0px;
  1733. height: 0px;
  1734. }
  1735.  
  1736.  
  1737. .note li a {
  1738. font-family:calibri!important;
  1739. font-size:10px!important;
  1740. padding-right:2px;
  1741. font-weight:bold;
  1742. text-transform:uppercase;
  1743. letter-spacing:0px;
  1744. color: #ffffff;
  1745. }
  1746.  
  1747.  
  1748.  
  1749.  
  1750.  
  1751. /* CREDIT */
  1752.  
  1753. #credit {
  1754. z-index:999;
  1755. position:fixed;
  1756. bottom:5px;
  1757. right:5px;
  1758. width:10px;
  1759. height:13px;
  1760. word-wrap:break-word;
  1761. overflow:hidden;
  1762. -webkit-transition:all 1s ease;
  1763. -moz-transition:all 1s ease;
  1764. -o-transition:all 1s ease;
  1765. transition:all 1s ease-in-out;
  1766. }
  1767.  
  1768. #credit a {
  1769. color:{color:body text};
  1770. text-transform:uppercase;
  1771. font-size:10px;
  1772. }
  1773.  
  1774. #credit:hover {width:84px;}
  1775.  
  1776. #credit span {
  1777. text-shadow:1px 1px .2px #000;
  1778. color:{color:body text};
  1779. margin-right:5px;
  1780. font-size:11px;
  1781. }
  1782.  
  1783.  
  1784.  
  1785.  
  1786.  
  1787. </style>
  1788.  
  1789. </head>
  1790.  
  1791. <body>
  1792.  
  1793.  
  1794. <!-- SIDEBAR -->
  1795.  
  1796.  
  1797. <div id ="sidebar"><div class="sideheadertop"></div>
  1798. <div id="sidetext">
  1799.  
  1800. <u>S</u>he had played the <b>dutiful</b> daughter, <i>the blushing bride,</i> the pliant wife. She had suffered Robert's drunken groping, <i>Jaime's jealousy,</i> Renly's mockery, Varys with his titters, Stannis endlessly grinding his teeth. She had contended with Jon Arryn, Ned Stark, and her vile, <i>TREACHEROUS,</i> murderous dwarf brother, all the while promising herself that one day it would be her turn. If Margaery Tyrell thinks to cheat me of my hour in the sun, she had bloody well <b>THINK AGAIN.</b>
  1801.  
  1802.  
  1803.  
  1804. <p style="margin-top:23px;">
  1805.  
  1806. <!-- ALTER THE 'MARGIN-TOP' VALUE ABOVE IF NEEDED TO INCREASE OR DECREASE THE SPACING BETWEEN TWO PARAGRAPHS TO FILL THE BOX AS MUCH AS POSSIBLE. OR REMOVE THE ABOVE LINE ALTOGETHER -->
  1807.  
  1808.  
  1809. <u>T</u>he only way to keep your people loyal is to make certain they fear you more than they do <b>THE ENEMY.</b>
  1810.  
  1811. </div id="sidetext">
  1812.  
  1813. <div class="sideheaderbottom"></div>
  1814. </div id ="sidebar">
  1815.  
  1816.  
  1817.  
  1818.  
  1819.  
  1820. <!-- DESCRIPTION + NAVIGATION BAR -->
  1821.  
  1822.  
  1823.  
  1824. <div class="bottombox">
  1825. <div class="description">
  1826.  
  1827. From George R.R. Martin's <i>A SONG OF ICE & FIRE,</i> this is an independent <b>Cersei Lannister</b> portrayal. Selective and semi-private, this blog was formerly known as <i>LEOMATREM.</i> Note that this portrayal is book and show friendly. Established in January, 2016 and is <i>very passionately written by Melody.</i>
  1828.  
  1829. </div class="bottombox">
  1830. </div class="description">
  1831.  
  1832.  
  1833.  
  1834. <div class="navi">
  1835. <b>NAVIGATION:</b>
  1836. <a href="/" title="Refresh">HME.</a>
  1837. <a href="#?w=430" rel="pageMG" class="poplight" title="Inquiries">MSG.</a>
  1838. <a href="#?w=430" rel="pageGD" class="poplight" title="Guidelines">GDL.</a>
  1839. <a href="#?w=430" rel="pageBG" class="poplight" title="Biography">ABT.</a>
  1840. {block:ifVersesPopupPage}
  1841. <a href="#?w=430" rel="pageVS" class="poplight" title="Universes / Timelines">VRS.</a>
  1842. {/block:ifVersesPopupPage}
  1843. {block:ifNavigationPopupPage}
  1844. <a href="#?w=430" rel="pageNV" class="poplight" title="Navigation">NAV.</a>
  1845. {/block:ifNavigationPopupPage}
  1846.  
  1847.  
  1848.  
  1849. {block:IndexPage}
  1850. {block:PreviousPage}
  1851. <a href="{PreviousPage}"><b>PREV.</b></a>
  1852. {/block:PreviousPage}
  1853.  
  1854. {block:NextPage}
  1855. <a href="{NextPage}"><b>NEXT.</b></a>
  1856. {/block:NextPage}
  1857. {/block:IndexPage}
  1858.  
  1859.  
  1860. {block:PermalinkPagination}
  1861. {block:PreviousPost}
  1862. <a href="{PreviousPost}"><b>PREV.</b></a>
  1863. {/block:PreviousPost}
  1864.  
  1865. {block:NextPost}
  1866. <a href="{NextPost}"><b>NEXT.</b></a>
  1867. {/block:NextPost}
  1868. {/block:PermalinkPagination}
  1869.  
  1870. </div class="navi">
  1871.  
  1872.  
  1873.  
  1874.  
  1875.  
  1876. <!-- POSTS -->
  1877.  
  1878.  
  1879.  
  1880. <div id="container">
  1881.  
  1882. <div class="containerheadertop"></div>
  1883. <div id="containertopspace"></div>
  1884.  
  1885. {block:Posts}
  1886. <div class="posts">
  1887.  
  1888.  
  1889.  
  1890.  
  1891.  
  1892. <!-- POSTS: TEXT -->
  1893.  
  1894.  
  1895. {block:Text}
  1896. <div id="text">
  1897.  
  1898.  
  1899.  
  1900. <div id="textbody">
  1901. {block:Title}
  1902. <h1>{Title}</a></h1>
  1903. {/block:Title}
  1904. <div id="wrap">
  1905. {Body}
  1906. <div style="clear:both">
  1907. </div style="clear:both">
  1908. </div id="wrap">
  1909. </div>
  1910.  
  1911. </div id="text">
  1912.  
  1913. {/block:Text}
  1914.  
  1915.  
  1916.  
  1917.  
  1918.  
  1919. <!-- POSTS: PHOTO/SET -->
  1920.  
  1921. {block:Photo}
  1922. <div id="psingle">
  1923. {LinkOpenTag}
  1924. <img src="{PhotoURL-HighRes}" style="min-width:480px!important; width:480px!important; margin-top:0px;">
  1925. {LinkCloseTag}
  1926. </div id="psingle">
  1927.  
  1928. {block:Caption}
  1929. <div id="pcaption">
  1930. {Caption}
  1931. </div id="pcaption">
  1932. {/block:Caption}
  1933. {/block:Photo}
  1934.  
  1935.  
  1936. {block:Photoset}
  1937. <div id="pset">
  1938. {Photoset}
  1939. </div id="pset">
  1940.  
  1941. {block:Caption}
  1942. <div id="pcaption">
  1943. {Caption}
  1944. </div id="pcaption">
  1945. {/block:Caption}
  1946. {/block:Photoset}
  1947.  
  1948.  
  1949.  
  1950.  
  1951.  
  1952. <!-- POSTS: QUOTE -->
  1953.  
  1954. {block:Quote}
  1955. <div id="quotebox">
  1956. <div id="quote">
  1957. {Quote}
  1958. </div id="quote">
  1959. <div class="source">
  1960. {Source}
  1961. </div class="source">
  1962. </div>
  1963. {/block:Quote}
  1964.  
  1965.  
  1966.  
  1967.  
  1968.  
  1969. <!-- POSTS: LINK -->
  1970.  
  1971. {block:Link}
  1972. <div id="linkpost">
  1973. <div id="link">
  1974. <a href="{URL}" {Target}>{Name}&nbsp;&nbsp; ►</a>
  1975. </div id="link">
  1976. </div id="linkpost">
  1977. {/block:Link}
  1978.  
  1979.  
  1980.  
  1981.  
  1982.  
  1983. <!-- POSTS: CHAT -->
  1984.  
  1985.  
  1986. {block:Chat}
  1987.  
  1988. <div id="chatbox">
  1989. <div id="chat">
  1990. {block:Lines}
  1991. <div id="{Alt}">
  1992. {block:Label}<i>{Label}</i>{/block:Label} {Line}
  1993. </div id="{Alt}">
  1994. {/block:Lines}
  1995. </div id="chat">
  1996. </div id="chatbox">
  1997.  
  1998. {/block:Chat}
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  
  2004. <!-- POSTS: AUDIO -->
  2005.  
  2006. {block:Audio}
  2007. <div id="audiobox">
  2008.  
  2009. <div style="-webkit-filter:grayscale(1);">
  2010.  
  2011. <div class="player">
  2012. <div class="audioplayer">
  2013.  
  2014. {AudioPlayerWhite}
  2015.  
  2016. </div class="audioplayer">
  2017. </div class="player">
  2018.  
  2019. <div class="audioinfo">
  2020. {block:TrackName}{TrackName}{/block:TrackName} — {block:Artist}{Artist}{/block:Artist}
  2021. </div class="audioinfo">
  2022.  
  2023. </div style>
  2024.  
  2025. {block:Caption}
  2026. <div id="pcaption">
  2027. {Caption}
  2028. </div id="pcaption">
  2029. {/block:Caption}
  2030.  
  2031. </div id="audiobox">
  2032. {/block:Audio}
  2033.  
  2034.  
  2035.  
  2036.  
  2037.  
  2038. <!-- POSTS: VIDEO -->
  2039.  
  2040. {block:Video}
  2041. <div class="video-container">
  2042. {Video-400}
  2043. {block:Caption}{Caption}{/block:Caption}
  2044. </div class="video-container">
  2045. {/block:Video}
  2046.  
  2047.  
  2048.  
  2049.  
  2050.  
  2051. <!-- POSTS: ASK -->
  2052.  
  2053. {block:Answer}
  2054. <div id="answer">
  2055.  
  2056. <div id="question"><div id="ask"><b>{Asker} has approached the queen:</b>
  2057. <br>{Question}</div><div class="letterask">Q</div></div>
  2058.  
  2059.  
  2060. <h4 style="margin-top:-1px; height:10px; padding-right:1px; background-color:#030303!important;"></h4>
  2061.  
  2062.  
  2063. <div id="response">{Answer}<div style="clear:both"></div>
  2064. </div id="response">
  2065.  
  2066. </div id="answer">
  2067. {/block:Answer}
  2068.  
  2069.  
  2070.  
  2071.  
  2072.  
  2073. <!-- POST INFORMATION -->
  2074.  
  2075.  
  2076. {block:Date}
  2077.  
  2078. {block:indexpage}
  2079. <div class="permalinkbar">
  2080. <div class="permalinkbuttons">
  2081. <a href="{Permalink}" style="text-align:left; padding-left:24px;">{MonthNumberWithZero} {DayOfMonthWithZero} / {NoteCount} N</a>
  2082. <a href="{ReblogURL}" target="_blank" class="details" style="margin-left:-1px!important; text-align:right; padding-right:25px;">REBLOG</a>
  2083. </div class="permalinkbuttons">
  2084. </div class="permalinkbar">
  2085. {/block:indexpage}
  2086.  
  2087.  
  2088. {block:permalinkpage}
  2089. <div class="permalinkbar">
  2090. <div class="permalinkbuttons">
  2091. <a href="{Permalink}" style="text-align:left; padding-left:24px;">{MonthNumberWithZero} {DayOfMonthWithZero} / {NoteCount} N</a>
  2092. <a href="{ReblogURL}" target="_blank" class="details" style="margin-left:-1px!important; text-align:right; padding-right:25px;">REBLOG</a>
  2093. {block:RebloggedFrom}
  2094. <a href="{ReblogParentURL}" style="text-align: center; width:480px; margin-top:-1px;">REBLOGGED FROM / VIA</a>
  2095. {/block:RebloggedFrom}
  2096. </div class="permalinkbuttons">
  2097. </div class="permalinkbar">
  2098. {/block:permalinkpage}
  2099.  
  2100.  
  2101.  
  2102. {block:indexpage}
  2103. <div id="tagsbox">
  2104. <div class="tags">
  2105. {block:HasTags}
  2106. {block:Tags}
  2107. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2108. {/block:Tags}
  2109. {/block:HasTags}
  2110.  
  2111. </div class="tags">
  2112. </div id="tagsbox">
  2113. {/block:indexpage}
  2114.  
  2115. {block:permalinkpage}
  2116. <div id="tagsbox" style="padding-top:20px!important;">
  2117. <div class="tags">
  2118. {block:HasTags}
  2119. {block:Tags}
  2120. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2121. {/block:Tags}
  2122. {/block:HasTags}
  2123.  
  2124. </div class="tags">
  2125. </div id="tagsbox">
  2126. {/block:permalinkpage}
  2127.  
  2128. {/block:Date}
  2129.  
  2130.  
  2131.  
  2132.  
  2133.  
  2134. <!-- NOTES -->
  2135.  
  2136. {block:PostNotes}
  2137. <div id="notes">
  2138. <div class="note">
  2139. {PostNotes}
  2140. </div class="note">
  2141. </div id="notes">
  2142. {/block:PostNotes}
  2143.  
  2144.  
  2145.  
  2146.  
  2147. <!-- HIDE VIA/SOURCE IN POSTS -->
  2148.  
  2149.  
  2150. {block:ContentSource}<!-- {SourceURL}
  2151. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  2152. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  2153. {/block:ContentSource}
  2154.  
  2155.  
  2156. <!-- {block:NoRebloggedFrom}
  2157. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  2158. {/block:NoRebloggedFrom} -->
  2159.  
  2160.  
  2161.  
  2162.  
  2163. </div class="posts">
  2164.  
  2165. {/block:Posts}
  2166.  
  2167.  
  2168. <div class="containerheaderbottom">
  2169. <div id="containerbottomspace"></div>
  2170. </div class="containerheaderbottom">
  2171.  
  2172.  
  2173. </div id="container">
  2174.  
  2175.  
  2176.  
  2177.  
  2178.  
  2179.  
  2180.  
  2181. <!-- POPUP PAGES. -->
  2182.  
  2183.  
  2184.  
  2185. <!-- POPUP PAGE MG. -->
  2186.  
  2187. <div id="pageMG" class="popup_block">
  2188.  
  2189.  
  2190. <header>MEANS OF CONTACT</header>
  2191.  
  2192. <!-- TABS -->
  2193.  
  2194. <ul id="tabs">
  2195. <li class="active">INQUIRIES</li>
  2196. &nbsp;&nbsp;<li>SUBMISSIONS</li>
  2197. </ul>
  2198.  
  2199. <ul id="tab">
  2200.  
  2201.  
  2202.  
  2203. <!-- POPUP PAGE MG.: TAB 1 -->
  2204.  
  2205. <li class="active">
  2206.  
  2207.  
  2208. <div id="intro" style="height:52px;">
  2209.  
  2210. <u>C</u>ome at once. Help me. <i>SAVE ME.</i> I need you now as I have never needed you before. I love you. I love you. <b>I LOVE YOU.</b> Come at once.
  2211.  
  2212. </div id="intro">
  2213.  
  2214.  
  2215. <h4>THE ASKBOX / INQUIRIES</h4>
  2216.  
  2217.  
  2218. <iframe frameborder="0" allowtransparency="true" scrolling="no" width="418px" height="200px" src="http://www.tumblr.com/ask_form/wineinthewidow.tumblr.com/" style="background-color:#000000!important; padding:6px; overflow:hidden;border:1px solid #151515;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--><p style="margin-bottom:8px;">
  2219.  
  2220. </li>
  2221.  
  2222.  
  2223.  
  2224.  
  2225.  
  2226.  
  2227. <!-- POPUP PAGE MG.: TAB 2 -->
  2228.  
  2229. <li>
  2230.  
  2231.  
  2232. <div id="intro" style="height:52px;">
  2233.  
  2234. <u>C</u>ome at once. Help me. <i>SAVE ME.</i> I need you now as I have never needed you before. I love you. I love you. <b>I LOVE YOU.</b> Come at once.
  2235.  
  2236. </div id="intro">
  2237.  
  2238.  
  2239.  
  2240.  
  2241. <h4>SUBMISSIONS</h4>
  2242.  
  2243. <iframe frameborder="0" scrolling="no" width="418px" height="300px" id="submit_form" src="http://www.tumblr.com/submit_form/wineinthewidow.tumblr.com" style="background-color:#000000!important; padding:6px; overflow:hidden;border:1px solid #151515;"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('submit_form').allowTransparency=true;</script><![endif]--></p><p>
  2244.  
  2245.  
  2246. </li>
  2247. </ul id="tab">
  2248.  
  2249. </div id="pageMG" class="popup_block">
  2250.  
  2251.  
  2252.  
  2253.  
  2254.  
  2255. <!-- POPUP PAGE GD. -->
  2256.  
  2257.  
  2258. <div id="pageGD" class="popup_block">
  2259.  
  2260. <header>THE ROYAL DECREE</header>
  2261.  
  2262.  
  2263.  
  2264. <div id="intro">
  2265.  
  2266. <u>C</u>ersei is as gentle as King Maegor, as selfless as Aegon the Unworthy, as wise as Mad Aerys. <i>SHE NEVER FORGETS A SLIGHT,</i> <b>REAL OR IMAGINED.</b> She takes caution for cowardice and dissent for defiance.
  2267.  
  2268. </div id="intro">
  2269.  
  2270.  
  2271.  
  2272. <h4>GENERAL INFORMATION</h4>
  2273.  
  2274. 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 a terrible conversation holder 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-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.
  2275.  
  2276. <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.
  2277.  
  2278. <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.
  2279.  
  2280. <p>I'm an EXTREMELY 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.
  2281.  
  2282. <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.
  2283.  
  2284.  
  2285.  
  2286. <h4>Exclusives</h4>
  2287.  
  2288.  
  2289. <div id="nvbar" class="nvlinks">
  2290.  
  2291. <a href="http://iniziare.tumblr.com/">Ezio Auditore</a>
  2292.  
  2293. <a href="http://leighiche.tumblr.com/">CLAIRE BEAUCHAMP</a>
  2294.  
  2295. <a href="http://cerseilionesslannister.tumblr.com">Cersei Lannister</a>
  2296.  
  2297. <a href="http://podstye.tumblr.com">Podrick Payne</a>
  2298.  
  2299. <a href="https://neitherknightnorlady.tumblr.com">Brienne of Tarth</a>
  2300.  
  2301. <a href="http://righteousmade.tumblr.com">Anders</a>
  2302.  
  2303. </div id="nvbar" class="nvlinks">
  2304.  
  2305.  
  2306.  
  2307. <h4>Semi-Exclusives / Mains</h4>
  2308.  
  2309. <div id="nvbar" class="nvlinks">
  2310.  
  2311. <a href="http://kingslaying.tumblr.com" style="width:426px;">Jaime Lannister</a>
  2312.  
  2313. <a href="http://princessbcrn.tumblr.com">Myrcella Baratheon</a>
  2314.  
  2315. <a href="http://wcndcrs.tumblr.com">Daenerys Targaryen</a>
  2316.  
  2317. </div id="nvbar" class="nvlinks">
  2318.  
  2319.  
  2320.  
  2321. <h4>Shipping / Romance</h4>
  2322. <b>THE MAIN SHIP FOR THIS BLOG IS 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 default ship 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 a ship on me.
  2323.  
  2324.  
  2325. <h4>THE DO NOTS</h4>
  2326. - <i>RESPECT IS KEY.</i> Hate will <b>NOT</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.
  2327.  
  2328. <p>- This blog does not condone the call out culture whatsoever. 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 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.
  2329.  
  2330. <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.
  2331.  
  2332. <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>
  2333.  
  2334. <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.
  2335.  
  2336. <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.
  2337.  
  2338.  
  2339. <h4>The Do's</h4>
  2340.  
  2341. 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>
  2342.  
  2343.  
  2344. <h4>Triggers</h4>
  2345.  
  2346. 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.
  2347.  
  2348. <h4>Mun / writer</h4>
  2349.  
  2350. 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 and <b>I'LL LOVE YOU FOREVER.</b>
  2351.  
  2352.  
  2353.  
  2354. </div id="pageGD" class="popup_block">
  2355.  
  2356.  
  2357.  
  2358.  
  2359.  
  2360.  
  2361. <!-- POPUP PAGE BG. -->
  2362.  
  2363.  
  2364.  
  2365. <div id="pageBG" class="popup_block">
  2366.  
  2367.  
  2368. <header>INFORMATIVE BEGINNINGS</header>
  2369.  
  2370.  
  2371.  
  2372. <div id="intro">
  2373.  
  2374. <u>I</u> am Cersei of House Lannister, a lion of the Rock, the rightful queen of these Seven Kingdoms, <b>trueborn daughter</b> <i>of Tywin Lannister.</i> And hair grows back.
  2375.  
  2376. </div id="intro">
  2377.  
  2378. <div id="wrap">
  2379.  
  2380.  
  2381. <h4>TRUEBORN DAUGHTER OF TYWIN LANNISTER</h4>
  2382.  
  2383. <img src="https://static.tumblr.com/ebrrv1n/E9Tp3fh50/nyyifot.png">
  2384.  
  2385. Cersei Lannister is eldest child of Joanna and <b>Tywin Lannister.</b> She is sister to her twin, Jaime Lannister, and to Tyrion Lannister. Born in Casterly Rock, Westeros— where she was raised until the age of twelve, at which point her father deemed her fit for court with plans to <i>match her to King Aerys II's heir, Prince Rhaegar Targaryen.</i>
  2386.  
  2387. <p>By the end of <i>Robert's Rebellion—</i> she was wed to <b>King Robert Baratheon</b> and was Queen for over a decade. Having three children, Joffrey Baratheon, Myrcella Baratheon, and Tommen Baratheon. With Robert's death, her eldest was able to ascend to the Throne, until his untimely demise at his very own wedding. Since the meddling of Eddard Stark, the Game of Thrones hase taken a turn for the worst. Setting a <b>life long prophecy</b> in motion, and years of paranoia rising into one moment where she would discover just how <i>golden the crowns are for her children,</i> and just how brightly lit their golden shrouds are.
  2388.  
  2389.  
  2390. </div id="wrap">
  2391.  
  2392.  
  2393. </div id="pageBG" class="popup_block">
  2394.  
  2395.  
  2396.  
  2397.  
  2398.  
  2399.  
  2400.  
  2401.  
  2402.  
  2403.  
  2404.  
  2405. {block:ifVersesPopupPage}
  2406.  
  2407.  
  2408. <!-- POPUP PAGE VS. -->
  2409.  
  2410.  
  2411. <div id="pageVS" class="popup_block">
  2412.  
  2413. <header>UNIVERSES / TIMELINE</header>
  2414.  
  2415.  
  2416.  
  2417.  
  2418. <div id="intro">
  2419.  
  2420. <u>H</u>is sister liked to think of herself as <i>Lord Tywin with teats,</i> but she was wrong. Their father had been as relentless and implacable as a glacier, where Cersei <b>was all wildfire,</b> especially when thwarted. She had been giddy as a maiden when she learned that Stannis had abandoned Dragonstone, certain that he had finally given up the fight and sailed away to exile. When word came down from the north that he had turned up again at the Wall, <i>her fury had been fearful to behold.</i> She does not lack for wits, but she has no judgment, and no patience.
  2421.  
  2422. </div id="intro">
  2423.  
  2424. <div id="wrap">
  2425.  
  2426.  
  2427. <h4>LONG MAY SHE REIGN (MAIN CANON VERSE)</h4>
  2428.  
  2429. <img src="https://static.tumblr.com/ebrrv1n/xDRp3fhhc/5sbz0j8.png">
  2430.  
  2431. <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.
  2432.  
  2433. <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.),
  2434.  
  2435. <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.
  2436.  
  2437.  
  2438. <h4>LION IN YOUR ROOTS (SHOW-ORIENTED)</h4>
  2439.  
  2440. <img src="https://static.tumblr.com/ebrrv1n/E9Tp3fh50/nyyifot.png" style="float:right; margin-left:14px; margin-right:0px;">
  2441.  
  2442. <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>
  2443.  
  2444.  
  2445. </div id="wrap">
  2446.  
  2447. </div id="pageVS" class="popup_block">
  2448.  
  2449. {/block:ifVersesPopupPage}
  2450.  
  2451.  
  2452.  
  2453.  
  2454.  
  2455.  
  2456.  
  2457. <!-- POPUP PAGE NV. -->
  2458.  
  2459.  
  2460.  
  2461. <div id="pageNV" class="popup_block">
  2462.  
  2463. <header>NAVIGATION</header>
  2464.  
  2465.  
  2466. <div id="intro">
  2467.  
  2468. <u>N</u>ephilim blood bred true, she was a Shadowhunter. Angel blood: it made her what she was, gifted her with the power <b>OF THE RUNES."</b>
  2469.  
  2470. </div id="intro">
  2471.  
  2472.  
  2473. <h4>POTENTIAL HEADER</h4>
  2474.  
  2475. <div id="nvbar" class="nvlinks">
  2476.  
  2477. <a href="URLHERE">
  2478. LINK TITLE
  2479. </a>
  2480.  
  2481. <a href="URLHERE">
  2482. LINK TITLE
  2483. </a>
  2484.  
  2485. <a href="URLHERE">
  2486. LINK TITLE
  2487. </a>
  2488.  
  2489. <a href="URLHERE">
  2490. LINK TITLE
  2491. </a>
  2492.  
  2493. <a href="URLHERE">
  2494. LINK TITLE
  2495. </a>
  2496.  
  2497. <a href="URLHERE">
  2498. LINK TITLE
  2499. </a>
  2500.  
  2501. </div id="nvbar" class="nvlinks">
  2502.  
  2503.  
  2504.  
  2505.  
  2506.  
  2507. <h4>POTENTIAL HEADER</h4>
  2508.  
  2509. <div id="nvbar" class="nvlinks">
  2510.  
  2511. <a href="URLHERE">
  2512. LINK TITLE
  2513. </a>
  2514.  
  2515. <a href="URLHERE">
  2516. LINK TITLE
  2517. </a>
  2518.  
  2519. <a href="URLHERE">
  2520. LINK TITLE
  2521. </a>
  2522.  
  2523. <a href="URLHERE">
  2524. LINK TITLE
  2525. </a>
  2526.  
  2527. <a href="URLHERE">
  2528. LINK TITLE
  2529. </a>
  2530.  
  2531. <a href="URLHERE">
  2532. LINK TITLE
  2533. </a>
  2534.  
  2535. </div id="nvbar" class="nvlinks">
  2536.  
  2537.  
  2538. </div id="pageNV" class="popup_block">
  2539.  
  2540.  
  2541. </div id="pageNV" class="popup_block">
  2542.  
  2543.  
  2544.  
  2545.  
  2546. <!-- CREDIT -->
  2547.  
  2548. <div id="credit">
  2549. <div style="width:105px;margin-right:10px;">
  2550. <a href="http://iniziare.tumblr.com">
  2551. <span>S.</span>MADE BY SAE.</a>
  2552. </div style="width:105px;margin-right:10px;">
  2553. </div id="credit">
  2554.  
  2555.  
  2556. </body>
  2557. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement