Advertisement
littlemisswhoever

3 column theme: kingwhocared

Feb 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 70.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!-- (BASE) THEME BY INIZIARE ( ESTOIRES ) -->
  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: EXPAND -->
  41.  
  42. <script>
  43. $(document).ready(function(){
  44. $(".tags").hide();
  45. $(".hide").show();$('.hide').toggle(function(){
  46. $(".tags").slideDown(function(){});
  47. },function(){
  48. $(".tags").slideUp(function(){});
  49. });
  50. });
  51. </script>
  52.  
  53.  
  54.  
  55.  
  56.  
  57. <!-- SCRIPT: POPUPS -->
  58.  
  59. <script type="text/javascript"
  60. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  61. <script>
  62. $(document).ready(function() {
  63. //
  64. $('a.poplight[href^=#]').click(function() {
  65. var popID = $(this).attr('rel'); //Get Popup Name
  66. var popURL = $(this).attr('href'); //Get Popup href to define size
  67. var query= popURL.split('?');
  68. var dim= query[1].split('&');
  69. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  70. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  71. var popMargTop = ($('#' + popID).height() + 80) / 2;
  72. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  73. //Apply Margin to Popup
  74. $('#' + popID).css({
  75. 'margin-top' : -popMargTop,
  76. 'margin-left' : -popMargLeft
  77. });
  78. $('body').append('<div id="fade"></div>');
  79. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  80. return false;
  81. });
  82. $('a.close, #fade').live('click', function() {
  83. $('#fade , .popup_block').fadeOut(function() {
  84. $('#fade, a.close').remove(); //fade them both out
  85. });
  86. return false;
  87. });
  88. });
  89. </script>
  90.  
  91.  
  92. <!-- SCRIPT: jQuery -->
  93.  
  94. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  95.  
  96.  
  97.  
  98. <!-- SCRIPT: AUDIO PLAYER -->
  99.  
  100. <script>
  101. $(document).ready(function() {
  102. $('iframe.tumblr_audio_player').load( function() {
  103. $('iframe.tumblr_audio_player').contents().find("head")
  104. .append($("<style type='text/css'> .audio-player{background:transparent !important; color:{color:body text} !important;} </style>"));
  105. });
  106. });
  107. </script>
  108.  
  109.  
  110.  
  111. <!-- SCRIPT: POPUP TABS -->
  112.  
  113. <script>$(document).ready(function(){
  114. $("ul#tabs li").click(function(e){
  115. if (!$(this).hasClass("active")) {
  116. var tabNum = $(this).index();
  117. var nthChild = tabNum+1;
  118. $("ul#tabs li.active").removeClass("active");
  119. $(this).addClass("active");
  120. $("ul#tab li.active").removeClass("active");
  121. $("ul#tab li:nth-child("+nthChild+")").addClass("active");}});});</script>
  122.  
  123.  
  124.  
  125.  
  126.  
  127. <!-- CUSTOM FONTS -->
  128.  
  129. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
  130.  
  131.  
  132. <link rel="stylesheet" href="https://static.tumblr.com/8rqi4zd/Ldipc2gaa/jace1.css">
  133.  
  134.  
  135. <link rel="stylesheet" href="https://static.tumblr.com/8rqi4zd/JDOpb0bk5/regular.css">
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143. <!-- META LINES -->
  144.  
  145.  
  146. <meta name="image:Background" content="https://static.tumblr.com/gjexvml/KTXpn8m9l/004.png"/>
  147.  
  148. <meta name="text:Font" content="'Frank Ruhl Libre'"/>
  149. <meta name="text:Font Size" content="10px"/>
  150. <meta name="text:Line Height" content="18px;" />
  151. <meta name="text:Custom Capitals Font" content="'customfonthere'">
  152. <meta name="text:askline" content="is inquiring for information"/>
  153.  
  154. <meta name="color:Body Text" content="#c6c6c6" />
  155. <meta name="color:Bold" content="#4C4843" />
  156. <meta name="color:Italic" content="#ffffff" />
  157. <meta name="color:First Letter" content="#23201E" />
  158. <meta name="color:Links" content="#ffffff" />
  159. <meta name="color:Links Hover" content="#ffffff" />
  160.  
  161.  
  162.  
  163. <meta name="if:Text Wrapping" content="1"/>
  164. <meta name="if:Icon Borders" content="1"/>
  165. <meta name="if:Bigger Tags on Hover" content="0"/>
  166. <meta name="if:First Letter Styling" content="1"/>
  167.  
  168.  
  169.  
  170.  
  171.  
  172. <style type="text/css">
  173.  
  174.  
  175.  
  176.  
  177. /* SCROLLBAR */
  178.  
  179. ::-webkit-scrollbar {
  180. background:transparent;
  181. height: 0px;
  182. display:none;
  183. width: 0px; /* remove scrollbar space */
  184. -ms-overflow-style: none; // IE 10+
  185. overflow: -moz-scrollbars-none; // Firefox
  186. }
  187.  
  188.  
  189. ::-webkit-scrollbar-thumb {
  190. background:transparent;
  191. }
  192.  
  193.  
  194.  
  195.  
  196. /* TEXT SELECTION */
  197.  
  198. ::selection {background: #000000; color:#ffffff;}
  199. ::-moz-selection {background: #000000; color:#ffffff;}
  200.  
  201.  
  202.  
  203.  
  204.  
  205. /* TOOLTIP */
  206.  
  207.  
  208. #s-m-t-tooltip {
  209. z-index:999999;
  210. max-width:350px;
  211. margin-left:10px;
  212. margin-top:10px;
  213. font-weight:lighter;
  214. background-color:#000000;
  215. background:rgba(0,0,0,1);
  216. border:1px solid #151515;
  217. padding-top:6px;
  218. padding-bottom:6px;
  219. padding-left:16px;
  220. padding-right:16px;
  221. font-family:calibri;
  222. font-style:normal;
  223. font-weight:700;
  224. font-size:10px;
  225. text-shadow: 0px 0px 1px #000;
  226. color: #e8e8e8;
  227. text-transform:uppercase;
  228. letter-spacing:0px;
  229. -webkit-box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  230. -moz-box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  231. box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  232. }
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239. /* FOUNDATION */
  240.  
  241.  
  242. body {
  243. background-image:url('{image:Background}');
  244. background-attachment:fixed;
  245. background-repeat:no-repeat;
  246. background-position:top left;
  247. background-color:#000000;
  248. color:{color:Body Text};
  249. font-size:{text:Font Size};
  250. line-height:14px;
  251. word-spacing:-0.5px;
  252. color:{color:Body Text};
  253. font-family:{text:Font};
  254. word-wrap: break-word;
  255. }
  256.  
  257.  
  258. body a {
  259. font-size:12px;
  260. color:{color:links};
  261. font-weight:bold;
  262. text-decoration:none!important;
  263. -moz-transition-duration:2s;
  264. -webkit-transition-duration:2s;
  265. -o-transition-duration:2s;
  266. }
  267.  
  268. body a:hover {
  269. color:{color:links hover};
  270. -moz-transition-duration:2s;
  271. -webkit-transition-duration:2s;
  272. -o-transition-duration:2s;
  273. }
  274.  
  275.  
  276.  
  277.  
  278.  
  279. /* BLOCKQUOTES */
  280.  
  281.  
  282. blockquote {
  283. background-color:#000000!important;
  284. padding-left:24px;
  285. padding-right:24px;
  286. padding-top:12px;
  287. padding-bottom:12px;
  288. margin-top:12px;
  289. margin-bottom:12px;
  290. text-align:justify;
  291. margin-left:0px;
  292. margin-right:0px;
  293. border:1px solid #151515;
  294. word-wrap: break-word!important;
  295. }
  296.  
  297.  
  298.  
  299. blockquote blockquote {
  300. border-left:1px solid #151515!important;
  301. border-top:0px!important;
  302. border-bottom:0px!important;
  303. border-right:0px!important;
  304. outline:0px solid transparent;
  305. padding-left:24px;
  306. padding-right:0px;
  307. padding-top:0px;
  308. padding-bottom:0px;
  309. margin-top:12px!important;
  310. margin-bottom:0px!important;
  311. }
  312.  
  313.  
  314. blockquote p:not(:first-child):first-letter {
  315. text-transform:uppercase;
  316. }
  317.  
  318.  
  319.  
  320. .stretch {
  321. margin-left:-25px;
  322. margin-right:-25px;
  323. margin-top:-27px;
  324. margin-bottom:25px;
  325. }
  326.  
  327.  
  328.  
  329.  
  330.  
  331. /* TEXT-WRAPPING AROUND ICONS/IMAGES */
  332.  
  333.  
  334. #wrap img {
  335. margin-top:2px!important;
  336. margin-bottom:0px!important;
  337. padding-right:3px;
  338. padding-bottom:3px;
  339. {block:IfTextWrapping}
  340. float:left;
  341. margin-right:14px;
  342. {/block:IfTextWrapping}
  343. {block:ificonborders}
  344. padding:9px;
  345. border:1px solid #151515;
  346. {/block:ificonborders}
  347. -webkit-filter: brightness(1) contrast(1) saturate(1);
  348. }
  349.  
  350.  
  351. {block:IfTextWrapping}
  352. #wrap blockquote img {
  353. clear:both!important;
  354. margin-top:11px!important;
  355. margin-bottom:0px!important;
  356. margin-left:14px;
  357. margin-right:0px!important;
  358. float:right;
  359. }
  360. {/block:IfTextWrapping}
  361.  
  362.  
  363.  
  364.  
  365.  
  366. /* FONT-RELATED */
  367.  
  368.  
  369. small, sub, sup {
  370. font-size:{text:Font Size};
  371. }
  372.  
  373.  
  374. big {
  375. font-size:120%;
  376. }
  377.  
  378.  
  379. b, bold, strong {
  380. font-size:9.5px;
  381. font-family: calibri;
  382. text-transform:uppercase;
  383. letter-spacing:-0.05px;
  384. font-weight:bold;
  385. color:{color:Bold};
  386. padding-right:0px;
  387. padding-left:0px;
  388. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.45);
  389. }
  390.  
  391. em, i, italic {
  392. font-family:calibri;
  393. font-style:normal;
  394. font-weight:700;
  395. font-size:10px;
  396. line-height:10px;
  397. text-shadow: 0px 0px 1px #000;
  398. color: {color:Italic};
  399. text-transform:uppercase;
  400. }
  401.  
  402.  
  403.  
  404. u {
  405. text-decoration:none!important;
  406. }
  407.  
  408.  
  409. {block:ifFirstLetterStyling}
  410. u, u a {
  411. background-color: #000000;
  412. border: 1px solid #151515;
  413. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  414. color:{color:first letter};!important;
  415. text-decoration:none!important;
  416. font-style:normal!important;
  417. font-weight:lighter!important;
  418. text-transform:uppercase!important;
  419. float:left;
  420. margin-top:2px;
  421. height:55px;
  422. width:55px;
  423. font-size: 40px;
  424. margin-right: 11px;
  425. position: relative;
  426. text-align: center;
  427. vertical-align: middle;
  428. line-height: 62px;
  429. }
  430. {/block:ifFirstLetterStyling}
  431.  
  432.  
  433.  
  434. pre {
  435. padding-top:8px;
  436. padding-bottom:8px;
  437. font-weight:lighter;
  438. text-transform:uppercase;
  439. color: #d1d1d1;
  440. line-height:155%;
  441. font-weight:lighter!important;
  442. color:#e6e6e6;
  443. font-size:8.4px;
  444. letter-spacing:0.6px;
  445. white-space: pre-wrap;
  446. white-space: -moz-pre-wrap;
  447. white-space: -pre-wrap;
  448. white-space: -o-pre-wrap;
  449. word-wrap: break-word;
  450. }
  451.  
  452.  
  453. pre a {
  454. color:{color:links};
  455. -moz-transition-duration:2s;
  456. -webkit-transition-duration:2s;
  457. -o-transition-duration:2s;
  458. }
  459.  
  460.  
  461.  
  462. h1 {
  463. word-spacing:-0.5px;
  464. font-size:12px;
  465. color: #ffffff;
  466. font-weight:bold;
  467. font-family:calibri;
  468. text-align:left!important;
  469. text-transform:uppercase;
  470. }
  471.  
  472.  
  473.  
  474. h1 a {
  475. font-weight:bold;
  476. color: #d1d1d1!important;
  477. }
  478.  
  479.  
  480.  
  481. h2 {
  482. font-family: calibri, sans-serif;
  483. font-size:13.4px;
  484. text-transform:uppercase!important;
  485. color:{color:bold};
  486. letter-spacing:-0.4px;
  487. }
  488.  
  489.  
  490.  
  491. h2 a {
  492. font-family: calibri, sans-serif;
  493. font-size:13.4px!important;
  494. text-transform:uppercase!important;
  495. color:{color:links};
  496. letter-spacing:-0.4px;
  497. }
  498.  
  499.  
  500.  
  501. h3 {
  502. font-family: calibri, sans-serif;
  503. font-size:13.4px;
  504. text-transform:uppercase!important;
  505. color:{color:bold};
  506. letter-spacing:-0.4px;
  507. }
  508.  
  509.  
  510.  
  511. h3 a {
  512. font-family: calibri, sans-serif;
  513. font-size:13.4px!important;
  514. text-transform:uppercase!important;
  515. color:{color:links};
  516. letter-spacing:-0.4px;
  517. }
  518.  
  519.  
  520.  
  521. h4 {
  522. background-image:url('');
  523. background-repeat:repeat;
  524. background-attachment:fixed;
  525. border:1px solid #151515;
  526. margin-bottom:24px;
  527. margin-top:24px;
  528. width:479px;
  529. height:24px;
  530. margin-left:-25px;
  531. text-align:center;
  532. font-family:calibri;
  533. font-style:normal;
  534. font-weight:bold;
  535. font-size:10px;
  536. line-height:23px;
  537. color: {color:italic};
  538. text-transform:uppercase;
  539. }
  540.  
  541.  
  542.  
  543.  
  544. h4 a {
  545. font-family:calibri;
  546. font-style:normal;
  547. font-weight:700;
  548. font-size:10px!important;
  549. line-height:10px;
  550. text-shadow: 0px 0px 1px #000;
  551. color: #e8e8e8;
  552. }
  553.  
  554.  
  555.  
  556. header {
  557. border: 1px solid #151515;
  558. background-color:#030303;
  559. letter-spacing:0px;
  560. word-spacing:-0.5px;
  561. font-size:11px;
  562. color: #ffffff;
  563. font-family:calibri;
  564. padding-bottom:0px;
  565. padding-top:7px;
  566. margin-top:-55px;
  567. font-weight:bold;
  568. margin-bottom:24px!important;
  569. width:478px;
  570. height:24px;
  571. margin-left:-25px;
  572. text-align:center!important;
  573. text-transform:uppercase;
  574. z-index:9999999;
  575. position:fixed;
  576. }
  577.  
  578.  
  579. ul {
  580. list-style-position: inside;
  581. padding-left: 1.2em; }
  582.  
  583. ol {
  584. list-style-position: inside;
  585. padding-left: 1.2em;
  586. }
  587.  
  588.  
  589.  
  590. /* SIDEBAR */
  591.  
  592.  
  593. #sidebar {
  594. position: fixed;
  595. line-height:165%;
  596. background:transparent;
  597. width:125px;
  598. left: 74px;
  599. top: 93px;
  600. }
  601.  
  602.  
  603. .sideheadertop {
  604. width:160px;
  605. height:24px;
  606. background-color:#030303;
  607. outline:1px solid #151515;
  608. text-align: center;
  609. margin-left:-6px;
  610. margin-top:-8px;
  611. }
  612.  
  613.  
  614.  
  615. .sideheaderbottom {
  616. width:160px;
  617. height:24px;
  618. background-color:#030303;
  619. outline:1px solid #151515;
  620. margin-top: 29px;
  621. text-align: center;
  622. margin-left:-6px;
  623. }
  624.  
  625.  
  626.  
  627.  
  628. #sidetext {
  629. height:451px;
  630. width:114px;
  631. margin-top:24px;
  632. margin-left:17px;
  633. background-color:#000000;
  634. text-align:justify;
  635. overflow:scroll;
  636. line-height:14px;
  637. text-align-last: center;
  638. }
  639.  
  640.  
  641. #sidetext a {
  642. font-size:9.5px;
  643. font-family: calibri;
  644. text-transform:uppercase;
  645. letter-spacing:-0.05px;
  646. font-weight:bold;
  647. color:{color:Links};
  648. padding-right:0px;
  649. padding-left:0px;
  650. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.45);
  651. }
  652.  
  653.  
  654.  
  655.  
  656. /* DESCRIPTION */
  657.  
  658.  
  659.  
  660. .bottombox {
  661. position:fixed;
  662. width:478px;
  663. left:253px;
  664. top:478px;
  665. border:1px solid #151515;
  666. background-color:#000000;
  667. }
  668.  
  669.  
  670. .description {
  671. height:59px;
  672. max-height:59px;
  673. padding-left:24px;
  674. padding-right:24px;
  675. border-top:24px solid #000000;
  676. border-bottom:24px solid #000000;
  677. line-height:14px;
  678. text-align:justify;
  679. overflow-y:scroll;
  680. }
  681.  
  682.  
  683.  
  684. .description a {
  685. font-family: calibri;
  686. text-transform:uppercase;
  687. font-size:9px;
  688. font-weight:bold!important;
  689. -moz-transition-duration:2s;
  690. -webkit-transition-duration:2s;
  691. -o-transition-duration:2s;
  692. }
  693.  
  694.  
  695.  
  696. #navi {
  697. width:478px;
  698. height:24px;
  699. border-top:1px solid #151515;
  700. border-bottom:1px solid #151515;
  701. border-left:1px solid #151515;
  702. border-right:1px solid #151515;
  703. background-color:#000000;
  704. text-align: center;
  705. line-height:23px;
  706. margin-left:-1px;
  707. margin-top:-1px!important;
  708. overflow:hidden;
  709. font-family:calibri!important;
  710. text-shadow: 0px 0px 1px rgba(11, 11, 11, 0.2);
  711. -webkit-user-select: none; /* Chrome all / Safari all */
  712. -moz-user-select: none; /* Firefox all */
  713. -ms-user-select: none; /* IE 10+ */
  714. user-select: none; /* Likely future */
  715. }
  716.  
  717.  
  718. #navi b {
  719. color:#151515;
  720. text-shadow: 0px 0px 1px rgba(11, 11, 11, 0.2);
  721. }
  722.  
  723.  
  724.  
  725. #navi a {
  726. font-family:calibri;
  727. font-size:9.5px;
  728. letter-spacing:0px;
  729. margin-right:23px;
  730. color:#151515!important;
  731. }
  732.  
  733.  
  734. #navi a:last-child {
  735. margin-right:0px!important;
  736. }
  737.  
  738.  
  739. #navi a:hover {
  740. background-color:#000000!important;
  741. font-weight:bold!important;
  742. color:{color:links}!important;
  743. -moz-transition-duration:2s;
  744. -webkit-transition-duration:2s;
  745. -o-transition-duration:2s;
  746. }
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753. /* POSTS: GENERAL */
  754.  
  755.  
  756. #container {
  757. position:fixed;
  758. height:552px;
  759. width:430px;
  760. left:757px;
  761. top:84px;
  762. background-color:#000000;
  763. overflow-y:scroll;
  764. padding-left:24px;
  765. padding-right:24px;
  766. z-index:9999;
  767. border:1px solid #151515!important;
  768. }
  769.  
  770.  
  771.  
  772. .containerheadertop {
  773. position:fixed;
  774. width:478px;
  775. height:24px;
  776. background-color:#030303;
  777. border:1px solid #151515;
  778. text-align: center;
  779. margin-left:-25px;
  780. margin-top:-1px;
  781. z-index:99999;
  782. }
  783.  
  784.  
  785.  
  786. #containertopspace {
  787. position:fixed;
  788. width:478px;
  789. height:24px;
  790. background-color:transparent;
  791. margin-left:-24px;
  792. border-bottom:24px solid #000000;
  793. margin-top:-1px;
  794. z-index:999;
  795. }
  796.  
  797.  
  798.  
  799. .containerheaderbottom {
  800. position:fixed;
  801. width:478px;
  802. height:24px;
  803. background-color:#030303;
  804. border:1px solid #151515;
  805. text-align: center;
  806. left:758px;
  807. top:612px;
  808. margin-left:-1px;
  809. z-index:9999999;
  810. }
  811.  
  812.  
  813.  
  814. #containerbottomspace {
  815. position:fixed;
  816. left:782px;
  817. top:582px;
  818. width:478px;
  819. height:24px;
  820. background-color:#000000;
  821. text-align: center;
  822. margin-left:-24px;
  823. margin-top:6px;
  824. z-index:999999;
  825. }
  826.  
  827.  
  828.  
  829. .posts {
  830. width:430px;
  831. padding-right:25px;
  832. padding-left:25px;
  833. margin-left:-25px;
  834. word-wrap: break-word;
  835. text-align:justify;
  836. line-height:14px;
  837. margin-bottom:84px;
  838. }
  839.  
  840.  
  841.  
  842.  
  843.  
  844. .posts a {
  845. font-family: calibri;
  846. text-transform:uppercase;
  847. font-size:9px;
  848. font-weight:bold!important;
  849. -moz-transition-duration:2s;
  850. -webkit-transition-duration:2s;
  851. -o-transition-duration:2s;
  852. }
  853.  
  854.  
  855.  
  856. .posts a:hover {
  857. color:{color:links hover};
  858. -moz-transition-duration:2s;
  859. -webkit-transition-duration:2s;
  860. -o-transition-duration:2s;
  861. }
  862.  
  863.  
  864. .posts img {
  865. max-width: -webkit-calc(100% - 22px);
  866. max-width: -moz-calc(100% - 22px);
  867. max-width: calc(100% - 22px);
  868. height:auto;
  869. }
  870.  
  871.  
  872.  
  873.  
  874.  
  875. /* POSTS: TEXT */
  876.  
  877.  
  878. #text {
  879. border:1px solid #151515;
  880. margin-left:-25px;
  881. margin-right:-25px;
  882. margin-bottom:-27px;
  883. margin-top:26px;
  884. padding-left:24px;
  885. padding-right:24px;
  886. padding-top:14px;
  887. padding-bottom:14px;
  888. }
  889.  
  890.  
  891. #textbody {
  892. {block:permalinkpage}
  893. margin-top:-24px;
  894. padding-top:0px;
  895. {/block:permalinkpage}
  896. margin-top:3px;
  897. }
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905. /* POSTS: PHOTO/PHOTOSETS */
  906.  
  907.  
  908. #psingle {
  909. position:relative;
  910. z-index:99999999!important;
  911. margin-top:-1px;
  912. margin-bottom:-28px;
  913. margin-left:-26px;
  914. margin-right:-25px;
  915. border-top:1px solid #2e2e2e;
  916. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.55);
  917. -webkit-transition: all 0.9s ease-in-out;
  918. -moz-transition: all 0.9s ease-in-out;
  919. -o-transition: all 0.9s ease-in-out;
  920. -ms-transition: all 0.9s ease-in-out;
  921. transition: all 0.9s ease-in-out;
  922. }
  923.  
  924.  
  925.  
  926. #psingle:hover {
  927. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.55);
  928. -webkit-transition: all 0.9s ease-in-out;
  929. -moz-transition: all 0.9s ease-in-out;
  930. -o-transition: all 0.9s ease-in-out;
  931. -ms-transition: all 0.9s ease-in-out;
  932. transition: all 0.9s ease-in-out;
  933. }
  934.  
  935.  
  936.  
  937. #pset {
  938. position:relative;
  939. z-index:99999999!important;
  940. width: 480px;
  941. margin-top:-1px!important;
  942. background-color:#000000;
  943. margin-bottom:-30px;
  944. margin-left:-24px;
  945. border-top:1px solid #2e2e2e;
  946. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.55);
  947. -webkit-transition: all 0.9s ease-in-out;
  948. -moz-transition: all 0.9s ease-in-out;
  949. -o-transition: all 0.9s ease-in-out;
  950. -ms-transition: all 0.9s ease-in-out;
  951. transition: all 0.9s ease-in-out;
  952. }
  953.  
  954.  
  955.  
  956. #pset:hover {
  957. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.55);
  958. -webkit-transition: all 0.9s ease-in-out;
  959. -moz-transition: all 0.9s ease-in-out;
  960. -o-transition: all 0.9s ease-in-out;
  961. -ms-transition: all 0.9s ease-in-out;
  962. transition: all 0.9s ease-in-out;
  963. }
  964.  
  965.  
  966.  
  967.  
  968. #pcaption {
  969. border-top:1px solid #151515;
  970. margin-top:26px;
  971. margin-left:-24px;
  972. margin-right:-24px;
  973. padding-left:24px;
  974. padding-right:24px;
  975. }
  976.  
  977.  
  978. #pcaption a {
  979. font-size:10px;
  980. }
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988. /* POSTS: QUOTE */
  989.  
  990. #quotebox {
  991. border-top:1px solid #151515;
  992. padding-left:24px;
  993. padding-right:24px;
  994. padding-top:24px;
  995. padding-bottom:0px;
  996. margin-left:-25px;
  997. margin-right:-25px;
  998. margin-bottom:-27px;
  999. margin-top:30px;
  1000. }
  1001.  
  1002.  
  1003.  
  1004. #quote {
  1005. font-size:12px;
  1006. text-align:left;
  1007. padding-top:0px;
  1008. padding-bottom:24px;
  1009. letter-spacing:-0.5px;
  1010. line-height:16px;
  1011. }
  1012.  
  1013.  
  1014.  
  1015.  
  1016. .source {
  1017. font-family:calibri;
  1018. font-weight:bold;
  1019. text-align:left;
  1020. font-size:10px;
  1021. color: #e8e8e8;
  1022. text-transform:uppercase;
  1023. border:1px solid #151515;
  1024. margin-top:-1px;
  1025. padding-top:8px;
  1026. padding-bottom:8px;
  1027. padding-right:24px;
  1028. padding-left:24px;
  1029. margin-bottom:-24px;
  1030. margin-top:24px;
  1031. margin-left:-25px;
  1032. margin-right:-25px;
  1033. background-color:#030303;
  1034. }
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043. /* POSTS: LINK */
  1044.  
  1045. #linkpost {
  1046. margin-right:-25px;
  1047. margin-left:-25px!important;
  1048. {block:permalinkpage}
  1049. margin-top:0px;
  1050. {/block:permalinkpage}
  1051. padding-top:0px;
  1052. margin-bottom:-25px;
  1053. }
  1054.  
  1055.  
  1056.  
  1057. #link {
  1058. margin-top:32px;
  1059. border:1px solid #151515;
  1060. padding:24px;
  1061. }
  1062.  
  1063.  
  1064. #link a {
  1065. font-size:12px;
  1066. }
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075. /* POSTS: CHAT */
  1076.  
  1077. #chatbox {
  1078. margin-right:-25px;
  1079. margin-left:-25px!important;
  1080. padding-bottom:0px!important;
  1081. }
  1082.  
  1083.  
  1084.  
  1085. #chat {
  1086. margin-top:25px;
  1087. border-top:1px solid #151515;
  1088. padding-top:27px;
  1089. padding-left:24px;
  1090. padding-right:24px;
  1091. }
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100. /* POSTS: AUDIO */
  1101.  
  1102. #audiobox {
  1103. {block:permalinkpage}
  1104. margin-top:0px;
  1105. {/block:permalinkpage}
  1106. padding-left:24px;
  1107. padding-right:24px;
  1108. padding-bottom:0px;
  1109. padding-top:24px;
  1110. margin-left:-25px;
  1111. margin-right:-25px;
  1112. margin-bottom:-27px;
  1113. }
  1114.  
  1115.  
  1116.  
  1117. .player {
  1118. opacity: 1;
  1119. position: absolute;
  1120. z-index: 1;
  1121. line-height:33px;
  1122. margin-left: -12px;
  1123. margin-top:29px;
  1124. display: block;
  1125. }
  1126.  
  1127. .audioplayer {
  1128. width: 24px;
  1129. height: 24px;
  1130. margin-left: 0px;
  1131. overflow: hidden;
  1132. padding: 0px;
  1133. }
  1134.  
  1135.  
  1136.  
  1137. .audioinfo {
  1138. border:1px solid #151515;
  1139. margin-left: -25px;
  1140. margin-right: -25px;
  1141. padding-left:50px;
  1142. margin-top:30px;
  1143. height:24px;
  1144. line-height:23px;
  1145. display: block;
  1146. font-family:calibri;
  1147. font-weight:bold;
  1148. text-transform: uppercase;
  1149. text-align: left;
  1150. letter-spacing:-0.08px;
  1151. word-spacing:-0.5px;
  1152. font-size:10px;
  1153. color:#151515;
  1154. background: transparent;
  1155. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.15);
  1156. -moz-transition-duration:1.5s;
  1157. -webkit-transition-duration:1.5s;
  1158. -o-transition-duration:1.5s;
  1159. }
  1160.  
  1161.  
  1162. .audioinfo:hover {
  1163. color:{color:links};
  1164. -moz-transition-duration:1.5s;
  1165. -webkit-transition-duration:1.5s;
  1166. -o-transition-duration:1.5s;
  1167. }
  1168.  
  1169.  
  1170. #acaption {
  1171. border-top:0px solid #151515;
  1172. padding-top:12px;
  1173. padding-bottom:12px;
  1174. margin-left:-24px;
  1175. padding-left:24px;
  1176. }
  1177.  
  1178. #acaption a {
  1179. font-size:10px;
  1180. }
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188. /* POSTS: VIDEO */
  1189.  
  1190. .video-container {
  1191. margin-top:46px;
  1192. position: relative;
  1193. padding-bottom: 56.25%;
  1194. height: 0;
  1195. overflow: hidden;
  1196. margin-left:-24px;
  1197. width: 480px;
  1198. margin-bottom:-24px;
  1199. }
  1200.  
  1201.  
  1202. .video-container iframe,
  1203. .video-container object,
  1204. .video-container embed {
  1205. position: absolute;
  1206. top: 0;
  1207. left: 0;
  1208. height: 100%;
  1209. width:100%;
  1210. }
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216. /* POSTS: ASK */
  1217.  
  1218.  
  1219. #answer {
  1220. padding-left:24px;
  1221. padding-right:24px;
  1222. margin-left:-25px;
  1223. margin-right:-25px;
  1224. margin-top:-7px;
  1225. }
  1226.  
  1227.  
  1228. #question {
  1229. border-top:0px solid #151515;
  1230. width: 80%;
  1231. margin-top:32px;
  1232. height:70px;
  1233. width:447px;
  1234. margin-left:-25px;
  1235. }
  1236.  
  1237.  
  1238.  
  1239. #ask {
  1240. float:left;
  1241. font-family:calibri, sans-serif;
  1242. text-transform:uppercase;
  1243. position: absolute;
  1244. font-weight:bold;
  1245. background-color:#000000;
  1246. font-size:9px;
  1247. line-height:12px!important;
  1248. width:365px;
  1249. min-height:21px;
  1250. max-height:21px;
  1251. overflow:scroll;
  1252. margin-top:0px;
  1253. margin-left:1px;
  1254. margin-bottom:0px;
  1255. padding-left:24px;
  1256. padding-right:24px;
  1257. outline:solid 1px #151515;
  1258. border-top:22px solid #000000;
  1259. border-bottom:22px solid #000000;
  1260. -moz-transition-duration:1.5s;
  1261. -webkit-transition-duration:1.5s;
  1262. -o-transition-duration:1.5s;
  1263. }
  1264.  
  1265.  
  1266.  
  1267. #ask:hover {
  1268. max-height:46px!important;
  1269. -moz-transition-duration:1.5s;
  1270. -webkit-transition-duration:1.5s;
  1271. -o-transition-duration:1.5s;
  1272. }
  1273.  
  1274.  
  1275. #ask a {
  1276. font-weight:lighter;
  1277. color:{color:bold};
  1278. font-size:9px;
  1279. text-decoration:none;
  1280. }
  1281.  
  1282.  
  1283. #ask b {
  1284. color:{color:bold};
  1285. font-size:9px;
  1286. line-height:11px;
  1287. font-family:calibri!important;
  1288. }
  1289.  
  1290.  
  1291.  
  1292. #ask img {
  1293. -webkit-filter:grayscale(1);
  1294. }
  1295.  
  1296.  
  1297.  
  1298. .letterask {
  1299. position:relative;
  1300. z-index:9999!important;
  1301. position:absolute;
  1302. text-align:center;
  1303. font-size:44px;
  1304. margin-left:415px;
  1305. outline:1px solid #151515;
  1306. padding-top:25px;
  1307. padding-bottom:26px;
  1308. padding-left:17px;
  1309. padding-right:17px;
  1310. color:#151515;
  1311. -webkit-user-select: none; /* Chrome all / Safari all */
  1312. -moz-user-select: none; /* Firefox all */
  1313. -ms-user-select: none; /* IE 10+ */
  1314. user-select: none; /* Likely future */
  1315. }
  1316.  
  1317.  
  1318.  
  1319.  
  1320. #response {
  1321. margin-top:24px;
  1322. padding-top:0px;
  1323. padding-bottom:0px;
  1324. }
  1325.  
  1326.  
  1327. #response img {
  1328. float:left;
  1329. position:relative;
  1330. margin-left:-1px!important;
  1331. margin-right:13px;
  1332. margin-top:2px;
  1333. margin-bottom:5px;
  1334. padding:8px;
  1335. border:1px solid #151515;
  1336. -webkit-filter: brightness(1) contrast(1) saturate(1);
  1337. }
  1338.  
  1339.  
  1340.  
  1341.  
  1342.  
  1343.  
  1344.  
  1345. /* POPUPS: GENERAL */
  1346.  
  1347.  
  1348. .popupheadertop {
  1349. position:fixed;
  1350. width:478px;
  1351. height:24px;
  1352. background-color:#030303;
  1353. outline:1px solid #151515;
  1354. text-align: center;
  1355. margin-left:-24px;
  1356. margin-top:-49px;
  1357. }
  1358.  
  1359.  
  1360. .popup_block {
  1361. display:none;
  1362. background-color:#000000;
  1363. height:320px!important;
  1364. top:310px;
  1365. left:509px!important;
  1366. opacity:1;
  1367. position:fixed;
  1368. z-index:9999999;
  1369. padding-left:24px!important;
  1370. padding-right:24px!important;
  1371. outline:1px solid #151515;
  1372. border-bottom:24px solid #000000;
  1373. border-top:24px solid #000000;
  1374. overflow-y:scroll;
  1375. text-align:justify;
  1376. overflow-x:hidden;
  1377. }
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383. .popup_block a {
  1384. font-family: calibri;
  1385. text-transform:uppercase;
  1386. font-size:9px;
  1387. font-weight:bold!important;
  1388. -moz-transition-duration:2s;
  1389. -webkit-transition-duration:2s;
  1390. -o-transition-duration:2s;
  1391. }
  1392.  
  1393.  
  1394.  
  1395. *html #fade {
  1396. position: absolute;
  1397. }
  1398.  
  1399.  
  1400.  
  1401. *html .popup_block {
  1402. position: absolute;
  1403. }
  1404.  
  1405.  
  1406.  
  1407. #fade {
  1408. display:none;
  1409. position:fixed;
  1410. left:0px;
  1411. top:0px;
  1412. width:100%;
  1413. height:100%;
  1414. z-index:9;
  1415. background:#000;
  1416. opacity:0;
  1417. }
  1418.  
  1419.  
  1420. #intro {
  1421. margin-top:5px;
  1422. margin-bottom:24px;
  1423. border:1px solid #151515;
  1424. padding-left:24px;
  1425. padding-right:24px;
  1426. padding-top:24px;
  1427. padding-bottom:24px;
  1428. text-align-last: center;
  1429. }
  1430.  
  1431.  
  1432.  
  1433.  
  1434.  
  1435. /* POPUPS: TABS */
  1436.  
  1437.  
  1438. #tabbar{
  1439. left:50%;
  1440. top:50%;
  1441. margin-left:
  1442. overflow: scroll;
  1443. text-align:justify;
  1444. color:#222;
  1445. font-family:calibri;
  1446. font-size:12px;
  1447. }
  1448.  
  1449. ul#tabs {
  1450. text-align: center;
  1451. }
  1452.  
  1453.  
  1454. ul#tabs li {
  1455. display: inline-block;
  1456. background-repeat:repeat;
  1457. background-attachment:fixed;
  1458. border:1px solid #151515; /* INACTIVE TAB */
  1459. width:190px;
  1460. font-weight:bold;
  1461. text-align:center;
  1462. font-family:calibri;
  1463. font-style:normal;
  1464. font-weight:700;
  1465. font-size:10px;
  1466. line-height:10px;
  1467. text-shadow: 0px 0px 1px #000;
  1468. padding: 10px 10px;
  1469. margin-bottom: 2px;
  1470. cursor:pointer;
  1471. color:{color:bold};
  1472. }
  1473.  
  1474. ul#tabs li.active {
  1475. display: inline-block;
  1476. padding:9px;
  1477. text-align:center;
  1478. font-family:calibri;
  1479. font-style:normal;
  1480. font-weight:700;
  1481. font-size:10px;
  1482. line-height:10px;
  1483. text-shadow: 0px 0px 1px #000;
  1484. background:#000000;
  1485. font-weight:bold;
  1486. font-size:10px;
  1487. border:1px solid #151515; /* ACTIVE TAB */
  1488. color:#e6e6e6;
  1489. padding: 10px 10px;
  1490. margin-bottom: 2px;
  1491. cursor:pointer;
  1492. }
  1493.  
  1494. ul#tab, ul#tabs{
  1495. list-style-type:none;
  1496. margin:0px;padding:0px;
  1497. }
  1498.  
  1499. ul#tab li.active {
  1500. display: block;
  1501. }
  1502.  
  1503. ul#tab li {
  1504. display: none;
  1505. }
  1506.  
  1507.  
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514.  
  1515. /* POPUPS: NAVIGATION */
  1516.  
  1517.  
  1518. #nvbar {
  1519. width:434px;
  1520. }
  1521.  
  1522.  
  1523.  
  1524. .nvlinks {
  1525. margin-left:0px;
  1526. padding-top:0px;
  1527. padding-bottom:0px;
  1528. text-align:center;
  1529. }
  1530.  
  1531.  
  1532.  
  1533. .nvlinks a {
  1534. display:inline-block;
  1535. font-family: calibri, sans-serif;
  1536. font-weight:lighter!important;
  1537. width: 210px;
  1538. height:21px!important;
  1539. line-height:21px;
  1540. margin-right:3px;
  1541. margin-bottom:6px;
  1542. text-align:center;
  1543. background:#000000;
  1544. border: 1px solid #151515;
  1545. color:#e6e6e6;
  1546. font-size:8.6px;
  1547. letter-spacing:0.6px;
  1548. cursor: pointer;
  1549. z-index:2;
  1550. -moz-transition-duration:1s;
  1551. -webkit-transition-duration:1s;
  1552. -o-transition-duration:1s;
  1553. }
  1554.  
  1555.  
  1556. .nvlinks a:nth-last-child(2) {
  1557. margin-bottom:0px!important;
  1558. }
  1559.  
  1560.  
  1561. .nvlinks a:last-child {
  1562. margin-bottom:0px!important;
  1563. }
  1564.  
  1565.  
  1566. .nvlinks a:hover {
  1567. background-color: rgba(90, 52, 55, .18);
  1568. -moz-transition-duration:1s;
  1569. -webkit-transition-duration:1s;
  1570. -o-transition-duration:1s;
  1571. }
  1572.  
  1573.  
  1574.  
  1575.  
  1576.  
  1577.  
  1578. /* POST INFORMATION */
  1579.  
  1580.  
  1581. .permalinkbar {
  1582. width:480px;
  1583. margin-top:26px!important;
  1584. margin-left:-25px;
  1585. margin-right:-25px;
  1586. color:#151515!important;
  1587. }
  1588.  
  1589.  
  1590. .permalinkbuttons {
  1591. height:24px;
  1592. background-color:#000000;
  1593. font-weight:bold!important;
  1594. padding-left:24px;
  1595. padding-right:24px;
  1596. line-height:23px;
  1597. letter-spacing:-0.2px;
  1598. margin-left:0px!important;
  1599. margin-bottom:1px!important;
  1600. border-top:1px solid #151515;
  1601. border-bottom:1px solid #151515;
  1602. color:#151515!important;
  1603. }
  1604.  
  1605.  
  1606. .permalinkbuttons a {
  1607. font-family:calibri;
  1608. background-color:transparent;
  1609. font-weight:bold!important;
  1610. color:#151515;
  1611. font-size:10px;
  1612. letter-spacing:-0.2px;
  1613. -moz-transition-duration:2s;
  1614. -webkit-transition-duration:2s;
  1615. -o-transition-duration:2s;
  1616. -webkit-user-select: none; /* Chrome all / Safari all */
  1617. -moz-user-select: none; /* Firefox all */
  1618. -ms-user-select: none; /* IE 10+ */
  1619. user-select: none; /* Likely future */
  1620. }
  1621.  
  1622.  
  1623. .permalinkbuttons a:hover {
  1624. background-color:#000000!important;
  1625. font-weight:bold!important;
  1626. color:{color:links};
  1627. -moz-transition-duration:2s;
  1628. -webkit-transition-duration:2s;
  1629. -o-transition-duration:2s;
  1630. }
  1631.  
  1632.  
  1633.  
  1634.  
  1635.  
  1636. .tags {
  1637. font-family: calibri!important;
  1638. font-weight:bold!important;
  1639. background-color:#000000;
  1640. border-bottom:1px solid #151515;
  1641. padding-top:12px;
  1642. padding-bottom:12px;
  1643. padding-left:24px;
  1644. padding-right:24px;
  1645. margin-left:-25px;
  1646. margin-right:-25px;
  1647. margin-bottom:-1px;
  1648. margin-top:0px;
  1649. color:#151515!important;
  1650. text-transform:uppercase!important;
  1651. font-style:normal;
  1652. line-height:150%;
  1653. font-size:8.5px;
  1654. text-align:justify;
  1655. -moz-text-align-last: center; /* Code for Firefox */
  1656. text-align-last: center;
  1657. }
  1658.  
  1659.  
  1660.  
  1661. .tags a {
  1662. text-decoration:none!important;
  1663. font-weight:bold!important;
  1664. font-size:8.5px;
  1665. margin-right:1px;
  1666. text-transform:uppercase!important;
  1667. font-family: calibri!important;
  1668. color:#151515!important;
  1669. }
  1670.  
  1671.  
  1672. .tags a:hover {
  1673. color:#ffffff!important;
  1674. -moz-transition-duration:1s;
  1675. -webkit-transition-duration:1s;
  1676. -o-transition-duration:1s;
  1677. {block:ifBiggerTagsonHover}
  1678. font-size:10px!important;
  1679. {block:ifBiggerTagsonHover}
  1680. }
  1681.  
  1682.  
  1683.  
  1684. .permatags {
  1685. font-family: calibri!important;
  1686. font-weight:bold!important;
  1687. background-color:#000000;
  1688. border-bottom:1px solid #151515;
  1689. padding-top:12px;
  1690. padding-bottom:12px;
  1691. padding-left:24px;
  1692. padding-right:24px;
  1693. margin-left:-25px;
  1694. margin-right:-25px;
  1695. margin-bottom:-1px;
  1696. margin-top:0px;
  1697. color:#2c2c2c;
  1698. text-transform:uppercase!important;
  1699. font-style:normal;
  1700. line-height:150%;
  1701. font-size:8.5px;
  1702. text-align:justify;
  1703. -moz-text-align-last: center; /* Code for Firefox */
  1704. text-align-last: center;
  1705. }
  1706.  
  1707.  
  1708.  
  1709. .permatags a {
  1710. text-decoration:none!important;
  1711. font-weight:bold!important;
  1712. font-size:8.5px;
  1713. margin-right:1px;
  1714. text-transform:uppercase!important;
  1715. font-family: calibri!important;
  1716. color:#151515!important;
  1717. }
  1718.  
  1719.  
  1720. .permatags a:hover {
  1721. color:#ffffff!important;
  1722. -moz-transition-duration:1s;
  1723. -webkit-transition-duration:1s;
  1724. -o-transition-duration:1s;
  1725. {block:ifBiggerTagsonHover}
  1726. font-size:10px!important;
  1727. {block:ifBiggerTagsonHover}
  1728. }
  1729.  
  1730.  
  1731.  
  1732.  
  1733.  
  1734.  
  1735. /* NOTES */
  1736.  
  1737.  
  1738. #notes {
  1739. margin-bottom:62px;
  1740. margin-top:75px;
  1741. margin-left:-36px;
  1742. margin-right:-25px;
  1743. }
  1744.  
  1745.  
  1746.  
  1747. .note li {
  1748. list-style-type:none;
  1749. padding-top:12px;
  1750. padding-bottom:12px;
  1751. padding-left:24px;
  1752. padding-right:25px;
  1753. border-bottom:1px solid #151515;
  1754. border-top:1px solid #151515;
  1755. margin-bottom:-1px;
  1756. text-align:left;
  1757. -moz-transition-duration:0.5s;
  1758. -webkit-transition-duration:0.5s;
  1759. -o-transition-duration:0.5s;
  1760. font-family:calibri!important;
  1761. font-size:9px!important;
  1762. font-weight:bold;
  1763. text-transform:uppercase;
  1764. color: {color:body text};
  1765. }
  1766.  
  1767.  
  1768. .note li a {
  1769. font-family:calibri!important;
  1770. font-size:10px!important;
  1771. padding-right:2px;
  1772. font-weight:bold;
  1773. text-transform:uppercase;
  1774. letter-spacing:0px;
  1775. color: {color:bold};
  1776. }
  1777.  
  1778.  
  1779.  
  1780. .note blockquote {
  1781. padding-top:12px;
  1782. padding-bottom:12px;
  1783. padding-left:24px;
  1784. padding-right:24px;
  1785. margin-top:12px;
  1786. margin-bottom:12px;
  1787. margin-left:0px;
  1788. margin-right:0px;
  1789. }
  1790.  
  1791.  
  1792. .note img.avatar {
  1793. display:none;
  1794. width: 0px;
  1795. height: 0px;
  1796. }
  1797.  
  1798.  
  1799.  
  1800.  
  1801.  
  1802. /* CREDIT */
  1803.  
  1804. #credit {
  1805. background-color:#000000;
  1806. border:1px solid #151515;
  1807. padding:6px 10px;
  1808. z-index:999;
  1809. position:absolute;
  1810. bottom:44px;
  1811. right:44px;
  1812. width:6px;
  1813. height:13px;
  1814. word-wrap:break-word;
  1815. font-family:calibri;
  1816. overflow:hidden;
  1817. -webkit-transition:all 1s ease;
  1818. -moz-transition:all 1s ease;
  1819. -o-transition:all 1s ease;
  1820. transition:all 1s ease-in-out;
  1821. }
  1822.  
  1823.  
  1824. #credit a {
  1825. color:{color:links};
  1826. text-transform:uppercase;
  1827. font-size:9.5px;
  1828. }
  1829.  
  1830.  
  1831.  
  1832. #credit:hover {
  1833. width:73px;
  1834. }
  1835.  
  1836.  
  1837.  
  1838.  
  1839. #credit span {
  1840. text-shadow:1px 1px .2px #000;
  1841. color:{color:bold};
  1842. font-family:calibri;
  1843. margin-right:10px;
  1844. font-size:10.5px;
  1845. }
  1846.  
  1847.  
  1848.  
  1849.  
  1850.  
  1851. </style>
  1852.  
  1853. </head>
  1854.  
  1855. <body>
  1856.  
  1857.  
  1858. <!-- SIDEBAR -->
  1859.  
  1860.  
  1861. <div id ="sidebar"><div class="sideheadertop"></div>
  1862. <div id="sidetext">
  1863.  
  1864.  
  1865. <u>T</u>he throne is mine, as his heir. <b>That is law.</b> After me, it must pass to my daughter, unless Selyse should finally give me a son. I am king. <i>Wants do not enter into it.</i> I have a duty to my daughter. To the realm. Even to Robert. He loved me but little, I know, ——— <b>yet he was my brother.</b>
  1866.  
  1867.  
  1868. <p style="margin-top:34px;">
  1869.  
  1870. <!-- 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 -->
  1871.  
  1872.  
  1873. <u>L</u>ord Seaworth is a man of humble birth; <b>but he reminded me of my duty,</b> <i>when all I could think of was my right.</i> I had the cart before the horse, he said. I was trying to win the throne to save the kingdom——— when I should have been trying to <b>save the kingdom to win the throne.</b>
  1874.  
  1875.  
  1876. </div>
  1877.  
  1878. <div class="sideheaderbottom"></div>
  1879. </div id ="sidebar">
  1880.  
  1881.  
  1882.  
  1883.  
  1884. <!-- DESCRIPTION + NAVIGATION BAR -->
  1885.  
  1886.  
  1887.  
  1888. <div class="bottombox">
  1889.  
  1890. <div id="navi" style="margin-top:0px;">
  1891. <a href="/" title="Index/Refresh">WESTEROS.</a><a href="#?w=430" rel="ravens" class="poplight" title="Inquiries">RAVENS.</a>
  1892. <a href="#?w=430" rel="laws" class="poplight" title="Laws and Justice">LAWS.</a>
  1893. <a href="#?w=430" rel="legacy" class="poplight" title="Legacy">LEGACY.</a>
  1894. <a href="#?w=430" rel="timelines" class="poplight" title="Universes / Timelines">TIMELINES.</a>
  1895. <a href="#?w=430" rel="navigation" class="poplight" title="Navigation">EXPLORE.</a>
  1896.  
  1897.  
  1898. {block:IndexPage}
  1899. {block:PreviousPage}
  1900. <a href="{PreviousPage}" title="Previous Page">BACK</a>
  1901. {/block:PreviousPage}
  1902.  
  1903.  
  1904. {block:NextPage}
  1905. <a href="{NextPage}" title="Next Page">NEXT</a>
  1906. {/block:NextPage}
  1907. {/block:IndexPage}
  1908.  
  1909.  
  1910. {block:PermalinkPagination}
  1911. <a href="{PreviousPost}" title="Previous Post">BACK</a>
  1912.  
  1913.  
  1914. <a href="{NextPost}" title="Next Post">NEXT</a>
  1915. {/block:PermalinkPagination}
  1916.  
  1917.  
  1918.  
  1919. </div id="navi">
  1920. <div class="description">
  1921.  
  1922. <u>T</u>his is a <i>private and selective</i> roleplay blog for <b><big>Stannis Baratheon</big></b> from George R. R. Martin's <i>A Song of Ice and Fire,</i> as (adoringly) written by Paola. It is important and should be noted/kept in mind that this blog is <b>book based.</b> Originally established in April of 2014, was moved in January of 2017, previously known as <i>pureironking.</i>
  1923.  
  1924. </div class="description">
  1925.  
  1926.  
  1927. <div class="sideheaderbottom" style="width:478px; margin-top:2px; margin-left:0px;"></div>
  1928.  
  1929. </div class="bottombox">
  1930.  
  1931.  
  1932.  
  1933.  
  1934.  
  1935. <!-- POSTS -->
  1936.  
  1937.  
  1938.  
  1939. <div id="container">
  1940.  
  1941. <div class="containerheadertop"></div>
  1942. <div id="containertopspace"></div>
  1943.  
  1944. {block:Posts}
  1945. <div class="posts">
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951. <!-- POSTS: TEXT -->
  1952.  
  1953.  
  1954. {block:Text}
  1955. <div id="text">
  1956.  
  1957.  
  1958.  
  1959. <div id="textbody">
  1960. {block:Title}
  1961. <h1>{Title}</a></h1>
  1962. {/block:Title}
  1963. <div id="wrap">
  1964. {Body}
  1965. <div style="clear:both">
  1966. </div style="clear:both">
  1967. </div id="wrap">
  1968. </div>
  1969.  
  1970. </div id="text">
  1971.  
  1972. {/block:Text}
  1973.  
  1974.  
  1975.  
  1976.  
  1977.  
  1978. <!-- POSTS: PHOTO/SET -->
  1979.  
  1980. {block:Photo}
  1981. <div id="psingle">
  1982. {LinkOpenTag}
  1983. <img src="{PhotoURL-HighRes}" style="min-width:480px!important; width:480px!important; margin-top:0px;">
  1984. {LinkCloseTag}
  1985. </div id="psingle">
  1986.  
  1987. {block:Caption}
  1988. <div id="pcaption">
  1989. {Caption}
  1990. </div id="pcaption">
  1991. {/block:Caption}
  1992. {/block:Photo}
  1993.  
  1994.  
  1995. {block:Photoset}
  1996. <div id="pset">
  1997. {Photoset}
  1998. </div id="pset">
  1999.  
  2000. {block:Caption}
  2001. <div id="pcaption">
  2002. {Caption}
  2003. </div id="pcaption">
  2004. {/block:Caption}
  2005. {/block:Photoset}
  2006.  
  2007.  
  2008.  
  2009.  
  2010.  
  2011. <!-- POSTS: QUOTE -->
  2012.  
  2013. {block:Quote}
  2014. <div id="quotebox">
  2015. <div id="quote">
  2016. {Quote}
  2017. <div class="source">
  2018. —{Source}
  2019. </div>
  2020. </div id="quote">
  2021.  
  2022. </div>
  2023. {/block:Quote}
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029. <!-- POSTS: LINK -->
  2030.  
  2031. {block:Link}
  2032. <div id="linkpost">
  2033. <div id="link">
  2034. <a href="{URL}" {Target}>{Name}&nbsp;&nbsp; ►</a>
  2035. </div id="link">
  2036. </div id="linkpost">
  2037. {/block:Link}
  2038.  
  2039.  
  2040.  
  2041.  
  2042.  
  2043. <!-- POSTS: CHAT -->
  2044.  
  2045.  
  2046. {block:Chat}
  2047.  
  2048. <div id="chatbox">
  2049. <div id="chat">
  2050. {block:Lines}
  2051. <div id="{Alt}">
  2052. {block:Label}<i>{Label}</i>{/block:Label} {Line}
  2053. </div id="{Alt}">
  2054. {/block:Lines}
  2055. </div id="chat">
  2056. </div id="chatbox">
  2057.  
  2058. {/block:Chat}
  2059.  
  2060.  
  2061.  
  2062.  
  2063.  
  2064. <!-- POSTS: AUDIO -->
  2065.  
  2066. {block:Audio}
  2067. <div id="audiobox">
  2068.  
  2069.  
  2070. <div class="player">
  2071. <div class="audioplayer">
  2072.  
  2073. {AudioPlayerBlack}
  2074.  
  2075. </div class="audioplayer">
  2076. </div class="player">
  2077.  
  2078. <div class="audioinfo">
  2079. {block:Artist}Artist: {Artist}{/block:Artist} — {block:TrackName}Track name: {TrackName}{/block:TrackName}
  2080. </div class="audioinfo">
  2081.  
  2082.  
  2083. {block:Caption}
  2084. <div id="acaption">
  2085. {Caption}
  2086. </div id="acaption">
  2087. {/block:Caption}
  2088.  
  2089. </div id="audiobox">
  2090. {/block:Audio}
  2091.  
  2092.  
  2093.  
  2094.  
  2095.  
  2096. <!-- POSTS: VIDEO -->
  2097.  
  2098. {block:Video}
  2099. <div class="video-container">
  2100. {Video-400}
  2101. {block:Caption}{Caption}{/block:Caption}
  2102. </div class="video-container">
  2103. {/block:Video}
  2104.  
  2105.  
  2106.  
  2107.  
  2108.  
  2109. <!-- POSTS: ASK -->
  2110.  
  2111. {block:Answer}
  2112. <div id="answer">
  2113.  
  2114. <div id="question"><div id="ask"><b>{Asker} IS APPROACHING THE RIGHTFUL KING: :</b>
  2115. <br>{Question}</div><div class="letterask">Q</div></div>
  2116.  
  2117. <h4 style="margin-top:-5px; padding:0px!important; width:480px; height:24px; background-color:#030303!important;"></h4>
  2118.  
  2119. <div id="response">{Answer}<div style="clear:both; margin-bottom:-5px;">
  2120. </div>
  2121. </div id="response">
  2122.  
  2123. </div id="answer">
  2124. {/block:Answer}
  2125.  
  2126.  
  2127.  
  2128.  
  2129.  
  2130.  
  2131. <!-- POST INFORMATION -->
  2132.  
  2133.  
  2134. {block:Date}
  2135. {block:indexpage}
  2136.  
  2137. <div class="permalinkbar">
  2138. <div class="permalinkbuttons">
  2139. <a href="{Permalink}" title="{12Hour}:{Minutes}{CapitalAmPm} / {NoteCountWithLabel}" style="float:left; text-align:left!important; margin-right:0px!important;">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  2140. &nbsp;&nbsp; / &nbsp;
  2141. <a href="#" class="hide">CLICK HERE FOR TAGS </a>
  2142. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">CLICK HERE TO REBLOG THIS POST</a>
  2143. </div class="permalinkbuttons">
  2144.  
  2145.  
  2146. </div class="permalinkbar">
  2147.  
  2148. <div class="tags">
  2149. {block:HasTags}
  2150. Tagged with:
  2151. {block:Tags}
  2152. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2153. {/block:Tags}
  2154. {/block:HasTags}
  2155.  
  2156. </div class="tags">
  2157. {/block:indexpage}
  2158.  
  2159.  
  2160.  
  2161.  
  2162. {block:permalinkpage}
  2163. <div class="permalinkbar">
  2164. <div class="permalinkbuttons">
  2165. {block:RebloggedFrom}
  2166. <a href="{ReblogParentURL}">REBLOGGED FROM / VIA / SOURCE</a>
  2167. {/block:RebloggedFrom}
  2168.  
  2169. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">CLICK HERE TO REBLOG THIS POST</a>
  2170. </div class="permalinkbuttons">
  2171.  
  2172.  
  2173. </div class="permalinkbar">
  2174.  
  2175. <div class="permatags">
  2176. {block:HasTags}
  2177. {block:Tags}
  2178. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2179. {/block:Tags}
  2180. {/block:HasTags}
  2181.  
  2182. </div class="permatags">
  2183. {/block:permalinkpage}
  2184.  
  2185.  
  2186. {/block:Date}
  2187.  
  2188.  
  2189.  
  2190.  
  2191.  
  2192. <!-- NOTES -->
  2193.  
  2194. {block:PostNotes}
  2195. <div id="notes">
  2196. <div class="note">
  2197. {PostNotes}
  2198. </div class="note">
  2199. </div id="notes">
  2200. {/block:PostNotes}
  2201.  
  2202.  
  2203.  
  2204.  
  2205. <!-- HIDE VIA/SOURCE IN POSTS -->
  2206.  
  2207.  
  2208. {block:ContentSource}<!-- {SourceURL}
  2209. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  2210. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  2211. {/block:ContentSource}
  2212.  
  2213.  
  2214. <!-- {block:NoRebloggedFrom}
  2215. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  2216. {/block:NoRebloggedFrom} -->
  2217.  
  2218.  
  2219.  
  2220.  
  2221. </div class="posts">
  2222.  
  2223. {/block:Posts}
  2224.  
  2225.  
  2226. <div class="containerheaderbottom">
  2227. <div id="containerbottomspace"></div>
  2228. </div class="containerheaderbottom">
  2229.  
  2230.  
  2231. </div id="container">
  2232.  
  2233.  
  2234.  
  2235. <!-- POPUP PAGES. -->
  2236.  
  2237.  
  2238.  
  2239. <!-- POPUP PAGE MSG. -->
  2240.  
  2241. <div id="ravens" class="popup_block"><div class="popupheadertop"></div>
  2242.  
  2243.  
  2244. <ul id="tabs">
  2245. <div id="sae" style="margin-top:0px;"><li class="active">INQUIRIES</li>
  2246. &nbsp;&nbsp;<li>SUBMISSIONS</li></div>
  2247. </ul>
  2248. <ul id="tab">
  2249. <li class="active">
  2250.  
  2251.  
  2252.  
  2253. <h4 style="margin-top:24px;">THE ASKBOX / INQUIRIES</h4>
  2254.  
  2255.  
  2256. <iframe frameborder="0" allowtransparency="true" scrolling="no" width="418px" height="200px" src="https://www.tumblr.com/ask_form/kingwhocared.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;">
  2257.  
  2258. </li>
  2259. <li>
  2260.  
  2261.  
  2262. <h4>SUBMISSIONS</h4>
  2263.  
  2264. <iframe frameborder="0" scrolling="no" width="418px" height="300px" id="submit_form" src="https://www.tumblr.com/submit_form/kingwhocared.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>
  2265.  
  2266.  
  2267. </li>
  2268. </ul>
  2269. </div>
  2270.  
  2271.  
  2272.  
  2273.  
  2274.  
  2275. <!-- POPUP PAGE GDL. -->
  2276.  
  2277.  
  2278. <div id="laws" class="popup_block"><div class="popupheadertop"></div>
  2279.  
  2280.  
  2281.  
  2282. <div id="intro">
  2283.  
  2284. Lord Seaworth is a man of humble birth, but he reminded me <i>OF MY DUTY,</i> when all I could think of was my rights. <b>I had the cart before the horse,</b> Davos said. I was trying to win the throne to save the kingdom, <i>when I should have been trying to save the kingdom to win the throne.</i>
  2285.  
  2286. </div>
  2287.  
  2288.  
  2289.  
  2290. <h4>About the Mun</h4>
  2291.  
  2292. <u>P</u><i>aola / 21+ / European.</i> English is <b>NOT my first language,</b> so I will likely make mistakes, don’t refrain from correcting me so I can improve. I’m a university student with quite a busy life outside of Tumblr, meaning I can and will take some time with my replies, I’m a slow RPer. Don’t pester me for a reply, for that will only make me take even more time or drop the thread — <b>this is THIS IS JUST A HOBBY FOR ME,</b> nothing more, there aren’t deadlines to respect. Moreover, I rely heavily on the queue, so chances are that your reply is already queued and waiting to be posted. Of course, this means that I won’t pester you for a reply — take all the time that you need.
  2293.  
  2294. <p>Furthermore, I’m not affiliated with George R.R. Martin or the faceclaims used on this blog. You can also find me on my <a href="https://fadetogrey.tumblr.com/">multimuse</a> or on <a href="https://agallantrose.tumblr.com/">Garlan Tyrell.</a>
  2295.  
  2296. <h4>The Portrayal</h4>
  2297.  
  2298. <u>T</u>his is a very <i>strictly book canon</i> blog for <i>Stannis Baratheon,</i> meaning that if you’re only familiar with the show version featured in Game of Thrones, you might find him to be a different character. I don’t like how Stannis his plot (as well as many other characters’) was handled on the show and I have many unpopular opinions about it that I will post and tag accordingly.
  2299.  
  2300. <p>That does not mean that I don’t interact with show based blogs, not at all! But plotting is key when it comes to show blogs because, as I said, the Stannis Baratheon featured in the pages of ASOIAF is deeply different from the evil ambitious man obsessed by religion and power the show gave us.
  2301.  
  2302. <h4>SELECTIVITY / FOLLOWING</h4>
  2303.  
  2304. <u>T</u>his is a private blog, meaning that I interact only with mutuals. It’s for my sanity. I’m usually really chill with following back if I can see our characters interacting or I’m familiar with your muse if you’re from another fandom. I do always check blogs that follow me. Usually, i don’t follow back if I’m not familiar with your muse, you don’t cut your post or our writing clashes. <i>I don’t follow for follow.</i>
  2305.  
  2306. <p>I love OCs but I’m picky at following them back, if they’re related to my muse or major ASOIAF houses. I also follow multimuses and have no problem interacting with them, having a multimuse blog myself — I also don’t mind following duplicates of my muse. I don’t follow personals, I want to keep my dash RPing focused only. They’re free to follow me and send asks or like my posts, but I do block them if they reblog my threads or promos.
  2307.  
  2308. <p>Furthermore, I am exclusive with some blogs, as well as open to having mains. <a href="https://kingwhocared.tumblr.com/e&m">You can find a list of those here.</a>
  2309.  
  2310. <h4>THREADS</h4>
  2311.  
  2312. <u>I</u>’m all about quality over quantity, meaning I’m fine with one liners & short threads as well as multi paras if they’re interesting. Just, don’t give me a two lines reply to a multi para thread yes? But in general, don’t feel forced to match my length, you want to write more? Good, be my guest. Also, while I like to have multiple threads with one person, I also enjoy focusing more on one specific thread rather than have multiple threads going nowhere.
  2313.  
  2314. <p>You can always turn a meme into a thread, as long as you move it to a new post instead of reblogging the ask. I don’t do greetings and I don’t always reply to them because most of the time they get nowhere. I prefer plotting before interacting, especially if my muse doesn’t know yours. And while I will post starter and plotting calls, <i>liking =/= getting a starter,</i> I am selective with those and if I can’t think of something to write I won’t stress over it. Furthermore, I do drop threads and I’m totally fine with you doing it as well. We can always do something new, don’t worry!
  2315.  
  2316. <h4>NSFW AND SHIPPING</h4>
  2317.  
  2318. <u>N</u>SFW themes will be present on this blog and will be tagged accordingly. Smut won’t be posted on this blog, as I’m not interested in writing it. Due to my personal interpretation and view of Stannis, shipping, unless in a platonic / not romantic thing, won’t be a thing. I just don’t see Stannis as a person interested in romance or sex and as such, I won’t write him in situations that require those things. Don’t try to force it, for you’ll just get your thread dropped and probably unfollowed.
  2319.  
  2320. <h4>Other / Various</h4>
  2321.  
  2322. <u>M</u>y askbox is always open for both IC and OOC interacting, though I prefer to plot over on IMs or Skype/Discord ( if we’re mutuals you can ask for my name on those ), it makes things much more easier.
  2323.  
  2324. <p>Icons, promos, etc. on this blog, unless otherwise specified, are made by me and aren’t for public use aka don’t take anything from this blog. Credit goes to <a href="https://invictusmanet.tumblr.com/">invictusmanet</a>, <a href="https://mothergrimes.tumblr.com/">mothergrimes</a> for the dash icon and jessecuster on hollowart for Stephen Dillane’s icons in The Hour.
  2325.  
  2326. </div id="pageGD" class="popup_block">
  2327.  
  2328.  
  2329.  
  2330.  
  2331.  
  2332.  
  2333. <!-- POPUP PAGE ABT. -->
  2334.  
  2335.  
  2336.  
  2337. <div id="legacy" class="popup_block"><div class="popupheadertop"></div>
  2338.  
  2339.  
  2340. <ul id="tabs">
  2341. <li class="active" style="width:118px;" autofocus>ESSENTIALS</li>
  2342. &nbsp;
  2343. <li style="width:118px;">BIOGRAPHY</li>
  2344. &nbsp;<li style="width:118px;">S/B DIFFERENCES</li>
  2345. </ul>
  2346.  
  2347.  
  2348.  
  2349. <!-- POPOP #3 (ABOUT): TAB #1 -->
  2350.  
  2351.  
  2352. <ul id="tab">
  2353. <li class="active">
  2354.  
  2355. <div id="intro">
  2356.  
  2357. Robert could piss in a cup and <i>men would call it wine,</i> but I offer them cold clear water and <b>they squint in suspicion</b> and mutter to each other about how queer it tastes.
  2358.  
  2359. </div id="intro">
  2360.  
  2361.  
  2362. <p><h4>GENERAL</h4>
  2363.  
  2364. <i>FULL NAME:</i> Stannis Baratheon. <i>NICKNAME:</i> None. <i>AGE:</i> Verse dependent — 36 as of ADWD. <i>BIRTH DATE:</i> ( 9th january ) 264 AC. <i>ETHNICITY:</i> Westerosi. <i>GENDER:</i> Male. <i>ROMANTIC ORIENTATION:</i> Aromantic. <i>SEXUAL ORIENTATION:</i> Asexual. <i>RELIGION:</i> Atheist. <i>SPOKEN LANGUAGE:</i> Common tongue. English in modern. <i>LOYALTY:</i> House Baratheon. <i>RESIDENCE:</i> Verse dependent, currently camped 3 days from Winterfell.
  2365.  
  2366. <p><h4>RELATIONSHIPS</h4>
  2367. <i>PARENTS:</i> Cassana Estermont ( deceased. ) ; Steffon Baratheon ( deceased. ) <i>SIBLINGS:</i> Robert Baratheon ( deceased. ) ; Renly Baratheon ( deceased. ) <i>SIGNIFICANT OTHER:</i> Selyse Florent. <i>CHILDREN:</i> Shireen Baratheon
  2368.  
  2369. <p><h4>PHYSICAL TRAITS</h4>
  2370. <i>EYE COLOUR:</i> Blue. <i>HAIR COLOUR:</i> Black. <i>HEIGHT:</i> 6'4. <i>TATTOOS / PIERCINGS:</i> None. <i>NOTABLE PHYSICAL TRAITS:</i> Almost completely bald; close cropped beard; numerous scars; since the war started it’s said he aged ten years in one night, supposedly for his part in Melisandre’s magic.
  2371.  
  2372. <p><h4>PHOBIAS / DISORDERS</h4>
  2373. <i>PHOBIAS: / MENTAL DISORDERS:</i> Asperger Syndrome. <i>WHEN WAS THIS DIAGNOSED:</i> This is verse dependent, and it never is in ASOIAF canon.
  2374.  
  2375. <p><h4>PERSONALITY</h4>
  2376. <I>INTELLIGENCE:</I> above average, which makes him a better strategist and commander than most in Westeros. <I>LIKES:</I> Lemon water, the sea, his daughter. <I>DISLIKES:</I> Alcohol, plain stupidity. <I>DISPOSITION:</I> Prone to mistrust, doesn’t open up easily or express his true feelings, keeping everything hidden behind a mask of cold detachment.
  2377.  
  2378. <p><h4>EXTRA</h4>
  2379. <i>ALIGNMENT:</i> Lawful neutral. <i>MBTI:</i> ISTJ. <i>TEMPERAMENT:</i> Choleric. <i>ZODIAC SIGN:</i> Capricorn. <i>TROPES:</i> <a href="https://tvtropes.org/pmwiki/pmwiki.php/Characters/ASongOfIceAndFireHouseBaratheonOfDragonstone">TV TROPES.</a><p>
  2380. </li>
  2381.  
  2382. <!-- /POPOP #3 (ABOUT): TAB #1 -->
  2383.  
  2384.  
  2385.  
  2386.  
  2387.  
  2388. <!-- POPOP #3 (ABOUT): TAB #2 -->
  2389.  
  2390. <li>
  2391.  
  2392.  
  2393. <div id="intro">
  2394.  
  2395. <u>R</u><b>enly offered me a peach.</b> At our parley. Mocked me, defied me, threatened me, <i>and offered me a peach.</i> I thought he was drawing a blade and went for mine own. Was that his purpose, to make me show fear? Or was it one of his pointless jests? When he spoke of how sweet the peach was, did his words have some hidden meaning? <i>Only Renly could vex me with a piece of fruit.</i> He brought his doom on himself with his treason, but I did love him, I know that now. I swear, I will go to my grave thinking of my brother’s peach.
  2396.  
  2397. </div id="intro">
  2398.  
  2399.  
  2400. <h4>BIOGRAPHY</h4></center></big></b>
  2401.  
  2402. To be written as soon as I have time, since I don't want to C/P everything from the wiki.<p>
  2403.  
  2404. </li>
  2405.  
  2406. <!-- /POPOP #3 (ABOUT): TAB #2 -->
  2407.  
  2408.  
  2409.  
  2410.  
  2411.  
  2412. <!-- POPOP #3 (ABOUT): TAB #3 -->
  2413.  
  2414.  
  2415. <li>
  2416.  
  2417.  
  2418. <div id="intro">
  2419.  
  2420. Though it is already stated in the rules, there are <i>very MANY</i> differences between the Stannis Baratheon present in the books and the <b>Stannis Baratheon</b> seen in the show. the following list is supposed to clarify some aspects of my portrayal, that follows the books, to those who are familiar solely to the show and haven't read them. this list will probably be updated, as i remember more stuff that is different in show canon.</i>
  2421.  
  2422. </div id="intro">
  2423.  
  2424.  
  2425. <h4>SHIREEN IS STILL ALIVE AND SAFE</h4>
  2426.  
  2427. <u>S</u>how Stannis brings his whole family to war with himself, thinking it's a wiser idea than leaving them at the Wall, among criminals forced to take the black, sure, but guarded by a small part of his force he left behind. Furthermore, last time he appeared in the books (Theon's TWOW chapter) he insisted that, were he to die against the Boltons, <i>his men should keep fighting to put Shireen on the throne or die in the attempt.</I> Doesn't sound like someone thinking about sacrificing his only daughter and heir to some god.
  2428.  
  2429.  
  2430. <h4>RELIGION AND BURNING PEOPLE</h4>
  2431.  
  2432. <u>S</u>peaking of burnings, show Stannis is shown burning infidels that refuse to turn to the red god. Does book Stannis burn people? <b>He DOES</b>— criminals and traitors that, according to the law, are bound to death anyway. Allowing Melisandre to sacrifice them only works as getting two birds with one stone, for him. When confronted by his army, on the march towards Winterfell, about sacrificing an unbeliever to please the red god, he forbade it ("Half my army is made up of unbelievers," Stannis had replied. "I will have no burnings. Pray harder), allowing it only when some of the men in the army turned to cannibalism in hunger.
  2433.  
  2434. <p>Additionally, in the books Stannis appears to be atheist and using Melisandre for his goal; that's how I'll be writing him.
  2435.  
  2436.  
  2437. <H4>STANNIS IS ONE OF THE FIRST TO FIND OUT ABOUT THE LANNISTER INCEST</H4>
  2438.  
  2439. While unclear if Jon Arryn went with his suspicion to Stannis or Stannis to Jon Arryn, the two of them investigated the matter together, until the Hand was killed and the events of AGOT were set in motion. In the show it appears as if Arryn acted alone and Stannis was informed by Ned's letter.
  2440.  
  2441.  
  2442. <h4>AMBITION VS DUTY:</h4>
  2443.  
  2444. <u>I</u>n the show Stannis appears like a rather ambitious man; the war he fights is for his wish to sit on the throne and wear the crown. In the books, he starts investigating the incest not to place himself on Robert's throne, but to show the Queen's lies and bring justice. Had Robert and Cersei had a trueborn child (no matter the position in the line of succession of the child), Stannis would support the kid to be crowned, if Robert still dies without knowing the truth. <b>Ambition and thirst for power don't play a part in his plot.</b>
  2445.  
  2446.  
  2447. <h4>SHIREEN IS HIS ONLY CHILD & HEIR</h4>
  2448.  
  2449. No creepy unborn babies kept in jars like in the show. Sorry. That was just creepy and D&D's why to make Selyse appear as a crazy woman.
  2450.  
  2451.  
  2452. <h4>CROWN & SWORD:</h4>
  2453.  
  2454. <u>L</u>ike many crowns in the show (Robb's kitn one, for example), Stannis crown was cut from the show. Even though it won't be seen in icons, he'll be wearking it in most of my threads set during his time as king. <a href="https://awoiaf.westeros.org/index.php/Crown#Crown_of_Stannis_Baratheon">Here's what it looks like.</a> <b>He also has Lightbringer,</b> the famed sword of the hero Azor Ahai, given to him by Melisandre. It glows as if made of fire but it is devoid of heat, contrary to the true Lightbringer, bringing only a few, like Maester Aemon, to believe it's not the real Lightbringer.
  2455.  
  2456.  
  2457. <h4>IRON BANK:</h4>
  2458. Remember that little scene in season 4 where Stannis went to Braavos to be the Iron Bank for money and it was Davos that had to save the situation? Yes, well, it never happened. In the books it was the other way around, the bankers looking for Stannis.<p>
  2459.  
  2460. </li>
  2461. </ul>
  2462.  
  2463. <!-- /POPOP #3 (ABOUT): TAB #3 -->
  2464.  
  2465.  
  2466. </div>
  2467. </div id="pageBG" class="popup_block">
  2468.  
  2469.  
  2470.  
  2471.  
  2472.  
  2473.  
  2474.  
  2475.  
  2476. <!-- POPUP PAGE 005. -->
  2477.  
  2478. <div id="timelines" class="popup_block"><div class="popupheadertop"></div>
  2479.  
  2480. <ul id="tabs">
  2481. <li class="active">CANON UNIVERSES</li>
  2482. &nbsp;&nbsp;<li>ALT. UNIVERSES</li>
  2483. </ul>
  2484.  
  2485.  
  2486. <!-- TABS -->
  2487.  
  2488. <ul id="tab">
  2489. <li class="active">
  2490.  
  2491.  
  2492. <!-- TAB 1 -->
  2493.  
  2494.  
  2495. <div id="intro">
  2496.  
  2497. It may be that we shall lose this battle," the King said grimly. “In Braavos you may hear that I am dead. <i>It may even be true.</i> You shall find my sellswords nonetheless.” The knight hesitated. “Your Grace, if you are dead—" "—you will avenge my death, <i>and seat my daughter on the Iron Throne.</i> <b>Or die in the attempt."</b>
  2498.  
  2499. </div>
  2500. <div id="wrap">
  2501.  
  2502. <h4>HE'LL BREAK BEFORE HE BENDS</h4>
  2503.  
  2504. <img src="https://i.imgur.com/IrJPnsJ.png"><u>A</u> <b>CLASH OF KINGS; A STORM OF SWORDS) —</b>Fleeing King’s Landing after Jon Arryn’s death, fear to be next on the list for the secrets he and the old lord of the Vale investigated, Stannis Baratheon finds himself to be the rightful king after his older brother’s sudden death. But he’s not the only one to have set eyes on the crown, as following those events his younger brother too takes the crown, commanding an army far bigger but less prepared for the eventual battle that is set to happen between the two brothers. Battle that never happens, for Renly dies the night before, killed by a shadow resembling his older brother. Now leading most of his brother’s army, Stannis departs to put under siege and conquer King’s Landing, to take the throne and make the lions pay for their treachery. But the wildfire and the joint Lannister/Tyrell army are too much for the king’s army, and while most die screaming in the now turned green waters of Blackwater Bay and others are captured by the crown, he’s forced to flee on Dragonstone, where he remains for a long time, planning his counter attack. Back on the island he witnesses his enemies fall one after one, one falling from a bridge into the troubled waters, the other betrayed by his own men and the third poisoned at his own wedding — all three deaths the red priestess Melisandre claims to be thanks to the king’s blood she took from the king’s bastard nephew, urging him to sacrifice the boy to wake dragons from the stone and end the war, but the boy is freed by Davos Seaworth before he could be given to the flames. Davos is the one that also shows the king a letter, coming from the Wall, a request for help.
  2505.  
  2506.  
  2507. <h4>TO THE BITTER END AND THEN SOME</h4>
  2508.  
  2509. <img src="https://i.imgur.com/ksWvbdP.png" style="float:right; margin-left:13px; margin-right:0px">
  2510.  
  2511. <u>A</u> <b>STORM OF SWORDS; A DANCE WITH DRAGONS) —</b> Few would have expected for anyone to turn North and crash the wildling army at war with the Night’s Watch, but it is from there that the king’s journey to win the throne starts again. Offering to legitimise as a true Stark, Jon Snow, to better win support from the Northerners who are against the Boltons and the events of the Red Wedding, he sets to march south with his army, set to free the North from the leech lord and his bastard son. He makes new allies during his march, freeing Deepwood Motte from the remaining Ironborns and takes prisoners, like the daughter of Balon Greyjoy, Asha. but it’s not an easy march, for the snow and the cold temperatures slow the army and men and horses alike are lost.
  2512.  
  2513.  
  2514. <h4>JUST PAST THE POINT OF WISDOM</h4>
  2515.  
  2516. <img src="https://i.imgur.com/tGTJzib.png"><u>P</u><b>RE- A GAME OF THRONES) —</b> The end of the Rebellion sees Robert Baratheon sat on the Iron Throne, the younger brother Renly, only a child during the events that saw the end of the Targaryen rule, now Lord of Storm’s End — while Stannis is the newly appointed Lord of Dragonstone, the previously Targaryen owned castle, the gesture seen by Stannis as a slight from his brother from failing to reach Dragonstone in time and capture the last two Targaryen children. As lord, he’s now bound by duty to marry, something that leads to a loveless marriage with Selyse Florent and the birth of their only child, Shireen, who falls ill with Greyscale while still in the cradle and narrowly survives, though the illness leaves its mark on her skin. During Robert’s reign Stannis serves in the small council as Master of Ships and commands the Royal Fleet during the Greyjoy Rebellion. Working closely with Jon Arryn, he discovers the truth about the royal children's true parentage, but when the Lord Hand suddenly dies, Stannis leaves the capital and his role in the council to return to Dragonstone.
  2517.  
  2518.  
  2519.  
  2520. <h4>SAD SULLEN BOY</h4>
  2521.  
  2522. <img src="https://i.imgur.com/4NZDK2U.png" style="float:right; margin-left:13px; margin-right:0px"><u>P</u><b>RE- A GAME OF THRONES) —</b> Second born son of the Lord and Lady of Storm’s End, Stannis is the the opposite of his older and more famous brother Robert; quiet and dutiful the first as much as the other is loud and careless of his position of heir. They’re together the two brothers, when they witness their parents ship being swallowed by the sea upon returning home from a journey ordered by the mad king Aerys, leaving them and their younger brother Renly orphaned. Now heir to his brother, Stannis manages Storm’s End and Lord’s duties while his brother is away in the Vale, all the while trying to raise and take care of the younger brother. During the events of the Rebellion that saw Robert winning the throne and the Targaryens defeated, Stannis remains home to defend the castle during a siege that lasts more than a year, reduced to eat boots and rats not to let the Tyrell forces to invade the castle. When the siege is lift by Ned Stark, Stannis is ordered by his brother to build a fleet and sail to Dragonstone to capture the remaining Targaryens, but the two children were smuggled away before his arrival.<p>
  2523.  
  2524. </div id="wrap">
  2525. </li>
  2526. <li>
  2527.  
  2528.  
  2529. <!-- TAB 2 -->
  2530.  
  2531.  
  2532. <div id="intro">
  2533.  
  2534. I saw a king, a crown of fire on his brows, burning, Davos. <b>His own crown consumed his flesh &</b> <i>turned him into ash.</i> Do you think I need Melisandre to tell me what that means?</i>
  2535.  
  2536. </div id="intro">
  2537.  
  2538. <div id="wrap">
  2539.  
  2540. <h4>WHEN THE COLD WIND RISES WE SHALL LIVE OR DIE TOGETHER</h4>
  2541.  
  2542. <img src="https://i.imgur.com/5GUdAiC.png"><u>T</u><b>HE WINDS OF WINTER ; A DREAM OF SPRING) —</b> The battle of Ice sees Stannis Baratheon wholly victorious against the Boltons and their army, resulting in and leading to Winterfell finding freedom once more. It is then, along with The North, united under the leadership of a child, a child that is a trueborn son of Ned Stark. But as the nights grow longer, their other enemy approaches the Wall with increasing haste, bearing an army made of demons constructed of ice.
  2543.  
  2544.  
  2545. <h4>GOLD IS COLD AND HEAVY ON THE HEAD</h4>
  2546. <img src="https://i.imgur.com/oLI7Loj.png" style="float:right; margin-left:13px; margin-right:0px">
  2547.  
  2548. <u>P</u><b>OST- A DREAM OF SPRING) —</b> Years passed since the day his brother died and he was named king as his rightful heir, but now Stannis Baratheon sits on the throne, ruling a kingdom he helped save from impending doom. Days start to grow longer again, with spring soon taking the place of the harshest winter ever seen. The realm needs to be rebuilt after years at war and new alliances forged in order to keep that peace they all fought hard to achieve.
  2549.  
  2550.  
  2551. <h4>THEY HAVE MADE MY KINGDOM BLEED</h4>
  2552.  
  2553. <img src="https://i.imgur.com/WpydDpr.png"><u>A</u> <b>CLASH OF KINGS AU) —</b> There is no amount of wildfire that can keep his army away from the Red Keep and, after a long night of battle and death, the king and his army march towards the throne room, as King Joffrey and his mother are put in chains, waiting for trial. Stannis Baratheon won the battle of the Blackwater and now sits on the throne, but the war is far from over; Tywin Lannister is gathering an even bigger army to free his daughter and nephew, while robb stark still stands in the north as king.
  2554.  
  2555.  
  2556.  
  2557. <h4>A GREY WORLD MADE OF STEEL AND GLASS</h4>
  2558.  
  2559. <img src="https://i.imgur.com/5IjuVsp.png" style="float:right; margin-left:13px; margin-right:0px"><u>2</u><b>1ST CENTURY ENGLAND) —</b> The Baratheons are famous for their security company, founded by a then young and full of good ideas Robert Baratheon, a man that soon turned to be too bored to thrutfully lead his company, leaving the job to vice president Jon Arryn and Robert’s own brother, Stannis. An ex-military man, Stannis isn’t seen with a good eye by most of the employers, too strict and severe in his job; he married young and not for love, a short lived marriage that ended in divorce, but also gave him one of the few good things in his life: his daughter Shireen. Set during the canonical events of agot, translated into a modern setting, up until ADWD.
  2560.  
  2561.  
  2562.  
  2563.  
  2564. <h4>WHERE THEY ARE JUST AND LOYAL</h4>
  2565.  
  2566. <img src="https://i.imgur.com/yq7b8JN.png"><u>H</u><b>ARRY POTTER / BOOK BASED) —</b> Son of an important pureblood family, Stannis is sorted in Hufflepuff upon his arrival at Hogwarts, joined by a boy that soon became his best, if not only, friend — Davos Seaworth. A good student and headboy, Stannis is often overshadowed by his loud and more famous brother Robert, Quidditch champion and Gryffindor student. Graduated from school with mostly Es and some Os, he found a job at the Ministry of Magic in the department of International Magical Cooperation, in the International Magical Office of Law.
  2567.  
  2568.  
  2569. <h4>SOMETHING TO FEAR</h4>
  2570. <img src="https://i.imgur.com/FHF2ofu.png" style="float:right; margin-left:13px; margin-right:0px">
  2571.  
  2572. <u>T</u><b>HE WALKING DEAD / COMICS & SHOW BASED) —</b> It’s during a business trip to the States that Stannis Baratheon finds himself in the middle of the Apocalypse. The undead soon take over the cities, leaving Stannis blocked in the country and unable to fly back home, unaware if the events happening there have always reached Europe. Alone for most of the time he is wary of big groups, past experiences making it difficult for the Baratheon to trust anyone living he comes across with.
  2573.  
  2574.  
  2575. <h4>SON OF THE REBELLION</h4>
  2576.  
  2577. <img src="https://i.imgur.com/WpydDpr.png"><u>S</u><b>TAR WARS / ORIGINAL TRILOGY BASED) —</b> Born during the last years of the Republic from one of the ruling families of the planet of Westeros, in an area called Stormlands for the frequent storms. Left orphaned when his parents ship was attacked and destroyed while returning home from an imperial mission, Stannis barely left the planet, while his older brother left to become a pilot, left to take care of political issues in his region and a younger brother. That was, at least, until his brother decided to join the Rebellion's side, after he became an enemy of the Empire. Loosely set around the canon events of Robert's rebellion, only shaped as to fit the events of the original trilogy & Rogue One.
  2578.  
  2579.  
  2580.  
  2581.  
  2582. <h4>TO BE ADDED IN THE FUTURE</h4>
  2583.  
  2584. <b>DRAGON AGE</b> ( Dragon Age: Inquisition-based ) // <b>STAR WARS SECONDARY VERSE</b> ( TFA-based )</b><p>
  2585.  
  2586.  
  2587. </div id="wrap">
  2588. </li>
  2589. </ul>
  2590. </div id="timelines" class="popup_block">
  2591.  
  2592.  
  2593.  
  2594.  
  2595.  
  2596.  
  2597.  
  2598. <!-- POPUP PAGE NAV. -->
  2599.  
  2600.  
  2601.  
  2602. <div id="navigation" class="popup_block"><div class="popupheadertop"></div>
  2603.  
  2604.  
  2605.  
  2606. <div id="intro">
  2607.  
  2608. <b>"It was justice,"</b> Stannis said, "A good act does not wash out the bad, nor a bad act the good. Each should have its own reward. <i>You were a hero and a smuggler."</i>
  2609.  
  2610. </div>
  2611.  
  2612. <h4>THE KING</h4>
  2613.  
  2614.  
  2615. <div id="nvbar" class="nvlinks">
  2616.  
  2617. <a href="/tagged/⊰-a-crown-of-fire-on-his-brows-⊱-(-sᴛᴀɴɴɪs-)">VISAGE / FC</a>
  2618.  
  2619. <a href="/tagged/(-headcanon.-)">HEADCANON</a>
  2620.  
  2621. <a href="/tagged/(-about.-)">ABOUT</a>
  2622.  
  2623. <a href="/tagged/(-musings.-)">MUSINGS</a>
  2624.  
  2625. <a href="/tagged/(-aesthetic.-)">AESTHETICS</a>
  2626.  
  2627. <a href="/tagged/(-fc:-stephen-dillane-)">FC: Stephen Dillane</a>
  2628.  
  2629. <a href="/tagged/(-fc:-alex-vlahos.-)">FC: Alex Vlahos</a>
  2630.  
  2631. <a href="/tagged/(-fc:-david-dawson-)">FC: David Dawson</a>
  2632.  
  2633. </div id="nvbar" class="nvlinks">
  2634.  
  2635.  
  2636.  
  2637.  
  2638. <h4>FAMILY AND ALLIES</h4>
  2639.  
  2640. <div id="nvbar" class="nvlinks">
  2641.  
  2642. <a href="/tagged/⊰-this-is-the-king%27s-true-heir-⊱-(-sʜɪʀᴇᴇɴ-)">SHIREEN Baratheon</a>
  2643.  
  2644. <a href="/tagged/⊰-a-hand-without-fingers-⊱-(-ᴅᴀᴠᴏs-)">Davos Seaworth</a>
  2645.  
  2646. <a href="/tagged/⊰-she-was-red-and-terrible-and-red-⊱-(-ᴍᴇʟɪsᴀɴᴅʀᴇ-)">Melisandre</a>
  2647.  
  2648. <a href="/tagged/⊰-ours-is-the-fury-⊱-(-ʜᴏᴜsᴇ-ʙᴀʀᴀᴛʜᴇᴏɴ-)">House Baratheon</a>
  2649.  
  2650. <a href="/tagged/⊰-some-men-are-like-swords-made-for-fighting-⊱-(-ʀᴏʙᴇʀᴛ-)">Robert Baratheon</a>
  2651.  
  2652. <a href="/tagged/⊰-juice-from-his-mouth-blood-from-his-throat-⊱-(-ʀᴇɴʟʏ-)">Renly BaratheonY</a>
  2653.  
  2654. <a href="/(URL)">Cassana Estermont</a>
  2655.  
  2656. <a href="/(URL)">Steffon Baratheon</a>
  2657.  
  2658. </div id="nvbar" class="nvlinks">
  2659.  
  2660.  
  2661.  
  2662.  
  2663. <h4>VARIOUS</h4>
  2664.  
  2665. <div id="nvbar" class="nvlinks">
  2666.  
  2667. <a href="/tagged/(-ooc.-)">Out of character posts</a>
  2668.  
  2669. <a href="/tagged/(-psa.-)">Public Service Announcement</a>
  2670.  
  2671. <a href="/tagged/(-answered-ic.-)">In character ASKS</a>
  2672.  
  2673. <a href="/tagged/(-answered-ooc.-)">Out Of Character ASKS</a>
  2674.  
  2675. <a href="/tagged/(-meme.-)">Meme List</a>
  2676.  
  2677. <a href="/tagged/(-starter-call.-)">STARTER CALL</a>
  2678.  
  2679. <a href="/tagged/(-promo.-)">PROMOTIONS</a>
  2680.  
  2681. <a href="/tagged/(-self-promo.-)">SELF PROMOTION</a>
  2682.  
  2683.  
  2684. </div id="nvbar" class="nvlinks">
  2685.  
  2686.  
  2687. </div id="navigation" class="popup_block">
  2688.  
  2689.  
  2690.  
  2691.  
  2692. <!-- CREDIT -->
  2693.  
  2694. <div id="credit"><div style="width:105px;margin-right:10px;">
  2695. <a href="https://iniziare.tumblr.com/post/172148130832/theme-francis-live-preview-in-useaction" target="blank">
  2696. <span>S.</span>MADE BY SAE.</a>
  2697. </div></div>
  2698.  
  2699.  
  2700.  
  2701. </body>
  2702.  
  2703. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement