Advertisement
littlemisswhoever

Theme: Aramis (contrarium)

Feb 1st, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.70 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!-- (BASE) THEME BY INIZIARE ( ESTOIRES / KHRUSEOS ) -->
  4.  
  5.  
  6.  
  7.  
  8. <html>
  9. <head>
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16. </head>
  17.  
  18.  
  19. <!-- SCRIPT: TOOLTIP -->
  20.  
  21.  
  22. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  24. <script>
  25. (function($){
  26. $(document).ready(function(){
  27. $("a[title]").style_my_tooltips({
  28. tip_follows_cursor:true,
  29. tip_delay_time:90,
  30. tip_fade_speed:600,
  31. attribute:"title"
  32. });
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37.  
  38.  
  39.  
  40. <!-- SCRIPT: POPUPS -->
  41.  
  42. <script type="text/javascript"
  43. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  44. <script>
  45. $(document).ready(function() {
  46. //
  47. $('a.poplight[href^=#]').click(function() {
  48. var popID = $(this).attr('rel'); //Get Popup Name
  49. var popURL = $(this).attr('href'); //Get Popup href to define size
  50. var query= popURL.split('?');
  51. var dim= query[1].split('&');
  52. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  53. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  54. var popMargTop = ($('#' + popID).height() + 80) / 2;
  55. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  56. //Apply Margin to Popup
  57. $('#' + popID).css({
  58. 'margin-top' : -popMargTop,
  59. 'margin-left' : -popMargLeft
  60. });
  61. $('body').append('<div id="fade"></div>');
  62. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  63. return false;
  64. });
  65. $('a.close, #fade').live('click', function() {
  66. $('#fade , .popup_block').fadeOut(function() {
  67. $('#fade, a.close').remove(); //fade them both out
  68. });
  69. return false;
  70. });
  71. });
  72. </script>
  73.  
  74.  
  75.  
  76.  
  77.  
  78. <!-- SCRIPT: jQuery -->
  79.  
  80. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  81.  
  82.  
  83.  
  84.  
  85. <!-- SCRIPT: AUDIO PLAYER -->
  86.  
  87. <script>
  88. $(document).ready(function() {
  89. $('iframe.tumblr_audio_player').load( function() {
  90. $('iframe.tumblr_audio_player').contents().find("head")
  91. .append($("<style type='text/css'> .audio-player{background:transparent !important; color:{color:bold} !important;} </style>"));
  92. });
  93. });
  94. </script>
  95.  
  96.  
  97.  
  98.  
  99. {block:IfClickonTags}
  100. <!-- SCRIPT: EXPAND -->
  101.  
  102. <script>
  103. $(document).ready(function(){
  104. $(".tags").hide();
  105. $(".hide").show();$('.hide').toggle(function(){
  106. $(".tags").slideDown(function(){});
  107. },function(){
  108. $(".tags").slideUp(function(){});
  109. });
  110. });
  111. </script>
  112. {/block:IfClickonTags}
  113.  
  114.  
  115.  
  116. <script type="text/javascript">
  117. var sc_project=11931673;
  118. var sc_invisible=1;
  119. var sc_security="677561e1";
  120. </script>
  121. <script type="text/javascript"
  122. src="https://www.statcounter.com/counter/counter.js"
  123. async></script>
  124. <noscript><div class="statcounter">
  125. </div></noscript>
  126.  
  127.  
  128.  
  129.  
  130. <!-- SCRIPT: POPUP TABS -->
  131.  
  132. <script>$(document).ready(function(){
  133. $("ul#tabs li").click(function(e){
  134. if (!$(this).hasClass("active")) {
  135. var tabNum = $(this).index();
  136. var nthChild = tabNum+1;
  137. $("ul#tabs li.active").removeClass("active");
  138. $(this).addClass("active");
  139. $("ul#tab li.active").removeClass("active");
  140. $("ul#tab li:nth-child("+nthChild+")").addClass("active");}});});</script>
  141.  
  142.  
  143.  
  144.  
  145. <!-- CUSTOM FONTS -->
  146.  
  147. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
  148.  
  149.  
  150. <link rel="stylesheet" href="CUSTOMFONTHERE">
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157. <!-- META LINES -->
  158.  
  159.  
  160. <meta name="image:Background" content="https://static.tumblr.com/gjexvml/9NEpm99zv/004.png"/>
  161. <meta name="image:Side Image One" content="https://static.tumblr.com/gjexvml/Vbtpm9a4r/image_one.png"/>
  162. <meta name="image:Side Image Two" content="https://static.tumblr.com/gjexvml/Lv1pm9a4y/image_two.png"/>
  163.  
  164.  
  165. <meta name="text:Custom Capitals Font" content="'customfonthere'">
  166.  
  167. <meta name="color:Body Text" content="#c6c6c6" />
  168. <meta name="color:Bold" content="#624F54" />
  169. <meta name="color:Italic" content="#ffffff" />
  170. <meta name="color:Links" content="#DCD3D2" />
  171. <meta name="color:Links Hover" content="#ffffff" />
  172. <meta name="color:First Letter" content="#1e1e1e" />
  173. <meta name="color:Navi Links" content="#DCD3D2" />
  174.  
  175. <meta name="if:Text Wrapping" content="1"/>
  176. <meta name="if:Boxed Blockquotes" content="1"/>
  177. <meta name="if:Icon Borders" content="0"/>
  178. <meta name="if:Bigger Tags on Hover" content="0"/>
  179. <meta name="if:First Letter Styling" content="1"/>
  180.  
  181.  
  182. <style type="text/css">
  183.  
  184.  
  185.  
  186.  
  187. /* SCROLLBAR */
  188.  
  189. ::-webkit-scrollbar {
  190. background:transparent;
  191. height: 0px;
  192. display:none;
  193. width: 0px; /* remove scrollbar space */
  194. -ms-overflow-style: none; // IE 10+
  195. overflow: -moz-scrollbars-none; // Firefox
  196. }
  197.  
  198.  
  199. ::-webkit-scrollbar-thumb {
  200. background:transparent;
  201. }
  202.  
  203.  
  204. /* TEXT SELECTION */
  205.  
  206. ::selection {background: #101010; color:#ffffff;}
  207. ::-moz-selection {background: #101010; color:#ffffff;}
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214. /* TOOLTIP */
  215.  
  216.  
  217. #s-m-t-tooltip {
  218. z-index:999999;
  219. max-width:350px;
  220. margin-left:10px;
  221. margin-top:10px;
  222. font-weight:lighter;
  223. background-color:#101010;
  224. background:#101010;
  225. border:1px solid #1a1a1a;
  226. padding-top:6px;
  227. padding-bottom:6px;
  228. padding-left:16px;
  229. padding-right:16px;
  230. font-family:calibri;
  231. font-style:normal;
  232. font-weight:700;
  233. font-size:10px;
  234. color: #e8e8e8;
  235. text-transform:uppercase;
  236. letter-spacing:0px;
  237. }
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244. /* FOUNDATION */
  245.  
  246.  
  247. body {
  248. background-image:url('{image:Background}');
  249. background-attachment:fixed;
  250. background-repeat:no-repeat;
  251. background-position:top left;
  252. background-color:#101010;
  253. color:{color:Body Text};
  254. font-size:10px;
  255. line-height:14px;
  256. word-spacing:-0.5px;
  257. color:{color:Body Text};
  258. font-family: 'Frank Ruhl Libre';
  259. word-wrap: break-word;
  260. }
  261.  
  262.  
  263. body a {
  264. font-size:12px;
  265. color:{color:links};
  266. font-weight:bold;
  267. text-decoration:none!important;
  268. -moz-transition-duration:1s;
  269. -webkit-transition-duration:1s;
  270. -o-transition-duration:1s;
  271. }
  272.  
  273. body a:hover {
  274. color:{color:links hover};
  275. -moz-transition-duration:1s;
  276. -webkit-transition-duration:1s;
  277. -o-transition-duration:1s;
  278. }
  279.  
  280.  
  281.  
  282. /* BLOCKQUOTES */
  283.  
  284.  
  285. {block:IfBoxedBlockquotes}
  286.  
  287. blockquote {
  288. background-color:#101010!important;
  289. padding-left:24px;
  290. padding-right:24px;
  291. padding-top:12px;
  292. padding-bottom:12px;
  293. margin-top:12px;
  294. margin-bottom:24px;
  295. text-align:justify;
  296. margin-left:0px;
  297. margin-right:0px;
  298. border:1px solid #1e1e1e;
  299. word-wrap: break-word!important;
  300. }
  301.  
  302.  
  303.  
  304. blockquote blockquote {
  305. border-left:1px solid #1e1e1e!important;
  306. border-top:0px!important;
  307. border-bottom:0px!important;
  308. border-right:0px!important;
  309. outline:0px solid transparent;
  310. padding-left:24px;
  311. padding-right:0px;
  312. padding-top:0px;
  313. padding-bottom:0px;
  314. margin-top:12px!important;
  315. margin-bottom:0px!important;
  316. }
  317. {/block:IfBoxedBlockquotes}
  318.  
  319.  
  320.  
  321.  
  322. {block:IfNotBoxedBlockquotes}
  323. blockquote {
  324. padding-left:24px;
  325. margin-top:12px;
  326. margin-left:0px;
  327. margin-right:0px;
  328. text-align:justify;
  329. margin-bottom:24px;
  330. border-left:1px solid #141414;
  331. background-color:transparent;
  332. word-wrap: break-word!important;
  333. }
  334.  
  335.  
  336.  
  337. blockquote blockquote {
  338. margin-top:15px;
  339. margin-bottom:15px;
  340. }
  341.  
  342.  
  343.  
  344. blockquote img {
  345. max-width:386px!important;
  346. height:auto;
  347. }
  348. {/block:IfNotBoxedBlockquotes}
  349.  
  350.  
  351.  
  352.  
  353. /* FONT-RELATED */
  354.  
  355.  
  356. small, sub, sup {
  357. font-size:10px;
  358. }
  359.  
  360.  
  361. sub {
  362. font-size:10px;
  363. vertical-align: baseline!important;
  364. position: relative!important;
  365. top: 0em!important;
  366. line-height:14px;
  367. }
  368.  
  369.  
  370.  
  371. sup {
  372. font-size:10px;
  373. vertical-align: baseline!important;
  374. position: relative!important;
  375. top: 0em!important;
  376. line-height:14px;
  377. }
  378.  
  379.  
  380.  
  381.  
  382. big {
  383. font-size:120%;
  384. }
  385.  
  386.  
  387.  
  388.  
  389. b, bold, strong {
  390. font-size:9.5px;
  391. text-transform:uppercase;
  392. font-family: calibri, sans-serif;
  393. font-weight:bold!important;
  394. color:{color:Bold};
  395. padding-right:0px;
  396. padding-left:0px;
  397. }
  398.  
  399.  
  400.  
  401. em, i, italic {
  402. font-family:calibri;
  403. font-style:normal;
  404. font-weight:700;
  405. font-size:9.5px;
  406. line-height:10px;
  407. color: {color:Italic};
  408. text-transform:uppercase;
  409. }
  410.  
  411.  
  412. u {
  413. text-decoration:none!important;
  414. }
  415.  
  416.  
  417. {block:ifFirstLetterStyling}
  418. u, u a {
  419. background-color: #101010;
  420. border: 1px solid #1e1e1e;
  421. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  422. color:{color:first letter};!important;
  423. text-decoration:none!important;
  424. font-style:normal!important;
  425. font-weight:lighter!important;
  426. text-transform:uppercase!important;
  427. float:left;
  428. margin-top:2px;
  429. height:53px;
  430. width:53px;
  431. font-size: 40px;
  432. margin-right: 12px;
  433. position: relative;
  434. text-align: center;
  435. vertical-align: middle;
  436. line-height: 56px;
  437. }
  438. {/block:ifFirstLetterStyling}
  439.  
  440.  
  441.  
  442. pre {
  443. font-weight:lighter;
  444. text-transform:uppercase;
  445. color: #d1d1d1;
  446. line-height:155%;
  447. font-weight:lighter!important;
  448. color:#e6e6e6;
  449. font-size:8.6px;
  450. letter-spacing:0.6px;
  451. white-space: pre-wrap;
  452. white-space: -moz-pre-wrap;
  453. white-space: -pre-wrap;
  454. white-space: -o-pre-wrap;
  455. word-wrap: break-word;
  456. }
  457.  
  458.  
  459. pre a {
  460. color:{color:links};
  461. -moz-transition-duration:2s;
  462. -webkit-transition-duration:2s;
  463. -o-transition-duration:2s;
  464. }
  465.  
  466.  
  467.  
  468. h1 {
  469. outline: 1px solid #1e1e1e;
  470. background-color: transparent;
  471. height:28px;
  472. overflow:hidden;
  473. margin-top:12px;
  474. margin-left:-24px;
  475. margin-right:-24px;
  476. margin-bottom:24px;
  477. padding-top:6px;
  478. padding-left:20px;
  479. padding-right:20px;
  480. z-index:9999999;
  481. text-align:left;
  482. font-family:calibri;
  483. font-weight:700;
  484. font-size:11px;
  485. line-height:24px;
  486. color: {color:first letter};
  487. text-transform:uppercase;
  488. }
  489.  
  490.  
  491.  
  492.  
  493. {block:ifFirstLetterStyling}
  494. h1:first-letter {
  495. float:left;
  496. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  497. color:{color:Capital Letters}!important;
  498. font-size: 27px;
  499. text-decoration:none!important;
  500. font-style:normal!important;
  501. font-weight:100!important;
  502. text-transform:uppercase!important;
  503. border: 1px solid #1e1e1e;
  504. background-color: transparent;
  505. padding-top:18px;
  506. padding-bottom:4px;
  507. padding-left:10px;
  508. padding-right:10px;
  509. margin-left:-21px;
  510. margin-top:-18px;
  511. margin-right:10px;
  512. }
  513. {/block:ifFirstLetterStyling}
  514.  
  515.  
  516. h1 a {
  517. font-weight:bold;
  518. color: {color:italic}!important;
  519. text-align:right!important;
  520. }
  521.  
  522.  
  523.  
  524.  
  525. h2 {
  526. font-family: calibri, sans-serif;
  527. font-size:13.4px!important;
  528. text-transform:uppercase!important;
  529. color:{color:bold};
  530. letter-spacing:-0.4px;
  531. }
  532.  
  533.  
  534.  
  535. h2 a {
  536. font-family: calibri, sans-serif;
  537. font-size:13.4px!important;
  538. text-transform:uppercase!important;
  539. color:{color:links};
  540. letter-spacing:-0.4px;
  541. }
  542.  
  543.  
  544.  
  545. h4 {
  546. border:1px solid #1e1e1e;
  547. margin-bottom:12px;
  548. margin-top:12px;
  549. height:24px;
  550. margin-right:0px;
  551. text-align:center;
  552. font-family:calibri;
  553. font-style:normal;
  554. font-weight:bold;
  555. font-size:10px;
  556. line-height:24px;
  557. color: {color:bold};
  558. text-transform:uppercase;
  559. }
  560.  
  561.  
  562.  
  563. h4 a {
  564. font-family:calibri;
  565. font-style:normal;
  566. font-weight:700;
  567. font-size:10px;
  568. line-height:10px;
  569. text-shadow: 0px 0px 1px #000;
  570. color: #e8e8e8;
  571. }
  572.  
  573.  
  574.  
  575.  
  576. /* SIDEBAR */
  577.  
  578.  
  579. #side {
  580. position: fixed;
  581. line-height:165%;
  582. background:transparent;
  583. width:125px;
  584. left: 74px;
  585. top: 88px;
  586. }
  587.  
  588.  
  589.  
  590.  
  591. #sidetext {
  592. height:500px;
  593. width:114px;
  594. margin-top:24px;
  595. margin-left:88px;
  596. background-color:#101010;
  597. text-align:justify;
  598. overflow:scroll;
  599. line-height:14px;
  600. text-align-last: center;
  601. }
  602.  
  603.  
  604.  
  605.  
  606. #sidetext a {
  607. font-size:9.5px;
  608. font-family: calibri;
  609. text-transform:uppercase;
  610. letter-spacing:-0.05px;
  611. font-weight:bold;
  612. color:{color:Links};
  613. padding-right:0px;
  614. padding-left:0px;
  615. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.45);
  616. }
  617.  
  618.  
  619.  
  620.  
  621. /* DESCRIPTION */
  622.  
  623.  
  624.  
  625. .sidebar {
  626. position:fixed;
  627. width:227px;
  628. left:324px;
  629. top:86px;
  630. border:0px solid #1e1e1e;
  631. background-color:#101010;
  632. }
  633.  
  634.  
  635. .imageone {
  636. -webkit-filter: brightness(.9) contrast(1) saturate(1);
  637. background-image:url('{SideImageOne}');
  638. background-position:top left;
  639. margin-top:1px!important;
  640. margin-left:0px!important;
  641. outline:1px solid #1e1e1e;
  642. overflow:hidden;
  643. min-width:227px;
  644. width:227px;
  645. max-width:227px;
  646. height:171px;
  647. min-height:171px;
  648. max-height:171px;
  649. }
  650.  
  651.  
  652. .imagetwo {
  653. -webkit-filter: brightness(.9) contrast(1) saturate(1);
  654. background-image:url('{SideImageOne}');
  655. background-position:top left;
  656. margin-top:0px!important;
  657. margin-left:0px!important;
  658. outline:1px solid #1e1e1e;
  659. overflow:hidden;
  660. min-width:227px;
  661. width:227px;
  662. max-width:227px;
  663. height:171px;
  664. min-height:171px;
  665. max-height:171px;
  666. }
  667.  
  668.  
  669. #navi {
  670. width:227px;
  671. height:24px;
  672. border:1px solid #1e1e1e;
  673. background-color:#0f0f0f;
  674. text-align: center;
  675. line-height:23px;
  676. margin-left:-1px;
  677. margin-top:0px!important;
  678. overflow:hidden;
  679. font-family:calibri!important;
  680. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.08);
  681. -webkit-user-select: none; /* Chrome all / Safari all */
  682. -moz-user-select: none; /* Firefox all */
  683. -ms-user-select: none; /* IE 10+ */
  684. user-select: none; /* Likely future */
  685. }
  686.  
  687.  
  688. #navi b {
  689. color:{color:navi links};!important;
  690. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.08);
  691. }
  692.  
  693.  
  694.  
  695. #navi a {
  696. font-family:calibri;
  697. font-size:9.5px;
  698. letter-spacing:0px;
  699. margin-right:21px;
  700. color:{color:navi links};!important;
  701. }
  702.  
  703.  
  704.  
  705. #navi a:last-child {
  706. margin-right:0px!important;
  707. }
  708.  
  709.  
  710. #navi a:hover {
  711. background-color:#101010!important;
  712. font-weight:bold!important;
  713. color:{color:links}!important;
  714. -moz-transition-duration:2s;
  715. -webkit-transition-duration:2s;
  716. -o-transition-duration:2s;
  717. }
  718.  
  719.  
  720.  
  721. .description {
  722. position:relative;
  723. z-index:9999999;
  724. height:111px;
  725. max-height:111px;
  726. padding-left:23px;
  727. padding-right:23px;
  728. outline:1px solid #1e1e1e;
  729. border-top:24px solid #101010;
  730. border-bottom:24px solid #101010;
  731. background-color:#101010;
  732. line-height:14px;
  733. text-align:justify;
  734. overflow-y:scroll;
  735. -moz-transition-duration:1.5s;
  736. -webkit-transition-duration:1.5s;
  737. -o-transition-duration:1.5s;
  738. }
  739.  
  740.  
  741.  
  742. .description a {
  743. font-family: calibri;
  744. text-transform:uppercase;
  745. font-size:9px;
  746. font-weight:bold!important;
  747. -moz-transition-duration:2s;
  748. -webkit-transition-duration:2s;
  749. -o-transition-duration:2s;
  750. }
  751.  
  752.  
  753.  
  754. {block:ifFirstLetterStyling}
  755. .description:first-letter {
  756. background-color: #101010;
  757. border: 1px solid #1e1e1e;
  758. font-family:{text:Custom Capitals Font}, 'Frank Ruhl Libre', serif;
  759. color:{color:first letter};!important;
  760. text-decoration:none!important;
  761. font-style:normal!important;
  762. font-weight:lighter!important;
  763. text-transform:uppercase!important;
  764. float:left;
  765. margin-top:2px;
  766. height:49px;
  767. padding-left:14px;
  768. padding-right:14px;
  769. font-size: 40px;
  770. margin-right: 12px;
  771. position: relative;
  772. text-align: center;
  773. vertical-align: middle;
  774. line-height: 51px;
  775. }
  776. {/block:ifFirstLetterStyling}
  777.  
  778.  
  779.  
  780.  
  781. #pagination {
  782. position:relative;
  783. z-index:999;
  784. font-family:calibri;
  785. font-size:10px;
  786. width:227px;
  787. height:24px;
  788. border:1px solid #1e1e1e;
  789. background-color:#0f0f0f;
  790. text-align: center;
  791. line-height:23px;
  792. margin-left:-1px;
  793. margin-top:0px!important;
  794. overflow:hidden;
  795. font-family:calibri!important;
  796. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.08);
  797. -webkit-user-select: none; /* Chrome all / Safari all */
  798. -moz-user-select: none; /* Firefox all */
  799. -ms-user-select: none; /* IE 10+ */
  800. user-select: none; /* Likely future */
  801. }
  802.  
  803. #pagination a {
  804. margin-right:40px!important;
  805. font-size:9px!important;
  806. color:{color:navi links};!important;
  807. }
  808.  
  809.  
  810. #pagination a:last-child {
  811. margin-right:0px!important;
  812. }
  813.  
  814.  
  815. #sideheaderbottom {
  816. position:fixed;
  817. width:478px;
  818. height:24px;
  819. background-color:#0f0f0f;
  820. border:1px solid #1e1e1e;
  821. text-align: center;
  822. left:254px;
  823. top:612px;
  824. margin-left:-113px;
  825. z-index:9999999;
  826. }
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833. /* POPUPS: GENERAL */
  834.  
  835.  
  836. .popup_block {
  837. top:402px;
  838. left:224px!important;
  839. display:none;
  840. background-color:#101010;
  841. border-left:1px solid #1e1e1e;
  842. border-top:1px solid #1e1e1e;
  843. border-bottom:1px solid #1e1e1e;
  844. height:602px;
  845. position:fixed;
  846. z-index:9999999;
  847. opacity:1;
  848. overflow-y:scroll;
  849. text-align:justify;
  850. overflow-x:hidden;
  851. }
  852.  
  853.  
  854.  
  855. .popup_block h1 {
  856. outline: 1px solid #1e1e1e;
  857. background-color: transparent;
  858. height:28px;
  859. overflow:hidden;
  860. margin-top:1px;
  861. margin-left:0px;
  862. margin-right:0px;
  863. margin-bottom:24px;
  864. padding-top:6px;
  865. padding-left:20px;
  866. padding-right:20px;
  867. z-index:9999999;
  868. text-align:left;
  869. font-family:calibri;
  870. font-weight:700;
  871. font-size:11px;
  872. line-height:24px;
  873. color: {color:first letter};
  874. text-transform:uppercase;
  875. }
  876.  
  877.  
  878.  
  879. .popup_text {
  880. padding-top:0px;
  881. min-height:505px;
  882. height:505px;
  883. max-height:505px;
  884. margin:24px!important;
  885. outline:1px solid #1e1e1e;
  886. border-top:24px solid #101010;
  887. border-bottom:24px solid #101010;
  888. padding-bottom:24px!important;
  889. padding-left:24px;
  890. padding-right:25px;
  891. padding-bottom:0px!important;
  892. overflow-y:scroll;
  893. text-align:justify;
  894. overflow-x:hidden;
  895. }
  896.  
  897.  
  898. .popup_text1 {
  899. padding-top:0px;
  900. min-height:550px;
  901. margin-top:2px;
  902. height:555px;
  903. max-height:555px;
  904. margin:24px!important;
  905. outline:1px solid #1e1e1e;
  906. border-top:0px solid #101010;
  907. border-bottom:0px solid #101010;
  908. padding-bottom:24px!important;
  909. padding-left:24px;
  910. padding-right:24px;
  911. padding-bottom:0px!important;
  912. overflow-y:scroll;
  913. text-align:justify;
  914. overflow-x:hidden;
  915. }
  916.  
  917.  
  918. .popup_text h4:first-child {
  919. margin-top:0px!important;
  920. }
  921.  
  922.  
  923.  
  924. .popup_block a {
  925. margin-right:0px;
  926. vertical-align:top;
  927. font-family: calibri, sans-serif;
  928. font-size:9px;
  929. color:#ffffff;
  930. font-weight:lighter!important;
  931. padding-bottom:3px;
  932. position: relative;
  933. text-decoration:none;
  934. text-transform:uppercase;
  935. }
  936.  
  937.  
  938.  
  939. *html #fade {
  940. position: absolute;
  941. }
  942.  
  943.  
  944.  
  945. *html .popup_block {
  946. position: absolute;
  947. }
  948.  
  949.  
  950.  
  951. #fade {
  952. display:none;
  953. position:fixed;
  954. left:0px;
  955. top:0px;
  956. width:100%;
  957. height:100%;
  958. z-index:9;
  959. background:transparent;
  960. opacity:0;
  961. }
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969. /* POPUPS: TABS */
  970.  
  971.  
  972.  
  973. ul#tabs {
  974. text-align: center;
  975. margin-top:0px!important;
  976. }
  977.  
  978.  
  979.  
  980. ul#tabs li {
  981. display: inline-block;
  982. background-repeat:repeat;
  983. background-attachment:fixed;
  984. border:1px solid #1e1e1e; /* INACTIVE TAB */
  985. width:190px;
  986. font-weight:bold;
  987. text-align:center;
  988. font-family:calibri;
  989. font-style:normal;
  990. font-weight:700;
  991. font-size:10px;
  992. line-height:10px;
  993. text-shadow: 0px 0px 1px #000;
  994. padding: 10px 10px;
  995. margin-bottom: 4px;
  996. cursor:pointer;
  997. }
  998.  
  999.  
  1000.  
  1001. ul#tabs li.active {
  1002. display: inline-block;
  1003. padding:9px;
  1004. text-align:center;
  1005. font-family:calibri;
  1006. font-style:normal;
  1007. font-weight:700;
  1008. font-size:10px;
  1009. line-height:10px;
  1010. text-shadow: 0px 0px 1px #000;
  1011. background:#101010;
  1012. font-weight:bold;
  1013. font-size:10px;
  1014. border:1px solid #1e1e1e; /* ACTIVE TAB */
  1015. color:#e6e6e6;
  1016. padding: 10px 10px;
  1017. margin-bottom: 4px;
  1018. cursor:pointer;
  1019. }
  1020.  
  1021. ul#tab, ul#tabs{
  1022. list-style-type:none;
  1023. margin:0px;padding:0px;
  1024. }
  1025.  
  1026. ul#tab li.active {
  1027. display: block;
  1028. }
  1029.  
  1030. ul#tab li {
  1031. display: none;
  1032. }
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038. /* POPUPS: NAVIGATION */
  1039.  
  1040.  
  1041. #nvbar {
  1042. width:185px;
  1043. }
  1044.  
  1045.  
  1046.  
  1047. .nvlinks {
  1048. margin-top:10px!important;
  1049. margin-bottom:10px!important;
  1050. margin-left:0px;
  1051. padding-top:0px;
  1052. padding-bottom:0px;
  1053. text-align:center;
  1054. }
  1055.  
  1056.  
  1057.  
  1058. .nvlinks a {
  1059. display:inline-block;
  1060. font-family: calibri, sans-serif;
  1061. font-weight:lighter!important;
  1062. width:176px;
  1063. height:22px!important;
  1064. line-height:25px;
  1065. margin-left:-6px;
  1066. margin-right:0px;
  1067. margin-bottom:8.4px;
  1068. text-align:center;
  1069. background:#101010;
  1070. border: 1px solid #1e1e1e;
  1071. color:#e6e6e6;
  1072. font-size:8.5px;
  1073. letter-spacing:0.4px;
  1074. cursor: pointer;
  1075. z-index:2;
  1076. -moz-transition-duration:1s;
  1077. -webkit-transition-duration:1s;
  1078. -o-transition-duration:1s;
  1079. }
  1080.  
  1081.  
  1082. .nvlinks:last-child {
  1083. margin-bottom:0px!important;
  1084. bottom:0px!important;
  1085. }
  1086.  
  1087.  
  1088. .nvlinks a:hover {
  1089. background-color: rgba(255, 255, 255, .04)!important;
  1090. -moz-transition-duration:1s;
  1091. -webkit-transition-duration:1s;
  1092. -o-transition-duration:1s;
  1093. }
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100. /* POSTS: GENERAL */
  1101.  
  1102.  
  1103. #container {
  1104. position:fixed;
  1105. height:552px;
  1106. width:430px;
  1107. left:576px;
  1108. top:86px;
  1109. background-color:#101010;
  1110. overflow-y:scroll;
  1111. padding-left:24px;
  1112. padding-right:24px;
  1113. z-index:9999;
  1114. border:1px solid #1e1e1e!important;
  1115. }
  1116.  
  1117.  
  1118.  
  1119. #containertopspace {
  1120. position:fixed;
  1121. width:478px;
  1122. height:24px;
  1123. background-color:transparent;
  1124. margin-left:-24px;
  1125. border-bottom:24px solid #101010;
  1126. margin-top:-24px;
  1127. z-index:999;
  1128. }
  1129.  
  1130.  
  1131.  
  1132. .containerheaderbottom {
  1133. position:fixed;
  1134. width:478px;
  1135. height:24px;
  1136. background-color:#101010;
  1137. border:0px solid #1e1e1e;
  1138. text-align: center;
  1139. left:593px;
  1140. top:615px;
  1141. margin-left:-16px;
  1142. z-index:9999999;
  1143. }
  1144.  
  1145.  
  1146.  
  1147.  
  1148. .posts {
  1149. width:430px;
  1150. padding-right:25px;
  1151. padding-left:25px;
  1152. margin-left:-25px;
  1153. word-wrap: break-word;
  1154. text-align:justify;
  1155. line-height:14px;
  1156. margin-bottom:84px;
  1157. }
  1158.  
  1159.  
  1160.  
  1161. .posts:last-child {
  1162. margin-bottom:0px!important;
  1163. }
  1164.  
  1165.  
  1166.  
  1167. .posts a {
  1168. font-family: calibri;
  1169. text-transform:uppercase;
  1170. font-size:9px;
  1171. font-weight:bold!important;
  1172. -moz-transition-duration:2s;
  1173. -webkit-transition-duration:2s;
  1174. -o-transition-duration:2s;
  1175. }
  1176.  
  1177.  
  1178.  
  1179. .posts a:hover {
  1180. color:{color:links hover};
  1181. -moz-transition-duration:2s;
  1182. -webkit-transition-duration:2s;
  1183. -o-transition-duration:2s;
  1184. }
  1185.  
  1186.  
  1187. .posts img {
  1188. max-width: -webkit-calc(100% - 22px);
  1189. max-width: -moz-calc(100% - 22px);
  1190. max-width: calc(100% - 22px);
  1191. height:auto;
  1192. }
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200.  
  1201. /* TEXT-WRAPPING AROUND ICONS/IMAGES */
  1202.  
  1203.  
  1204. #wrap img {
  1205. margin-top:-2px!important;
  1206. margin-bottom:0px!important;
  1207. padding-right:3px;
  1208. padding-bottom:3px;
  1209. {block:IfTextWrapping}
  1210. float:left;
  1211. margin-right:6px;
  1212. {/block:IfTextWrapping}
  1213. {block:ificonborders}
  1214. padding:3px;
  1215. margin-right:14px;
  1216. border:1px solid #1e1e1e;
  1217. {/block:ificonborders}
  1218. -webkit-filter: brightness(.8) contrast(1) saturate(1);
  1219. }
  1220.  
  1221.  
  1222. {block:IfTextWrapping}
  1223. #wrap blockquote img {
  1224. margin-top:10px!important;
  1225. margin-bottom:0px!important;
  1226. margin-left:12px;
  1227. margin-right:0px!important;
  1228. float:right;
  1229. }
  1230. {/block:IfTextWrapping}
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236. /* POSTS: TEXT */
  1237.  
  1238.  
  1239. #text {
  1240. border:1px solid #1e1e1e;
  1241. margin-left:-25px;
  1242. margin-right:-25px;
  1243. margin-bottom:-25px;
  1244. margin-top:-1px;
  1245. padding-left:24px;
  1246. padding-right:24px;
  1247. padding-top:14px;
  1248. padding-bottom:12px;
  1249.  
  1250. }
  1251.  
  1252.  
  1253. #textbody {
  1254. {block:permalinkpage}
  1255. margin-top:-24px;
  1256. padding-top:0px;
  1257. {/block:permalinkpage}
  1258. margin-top:3px;
  1259. }
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265. /* POSTS: PHOTO/PHOTOSETS */
  1266.  
  1267. #psingle {
  1268. position:relative;
  1269. z-index:99999999!important;
  1270. margin-top:-1px;
  1271. margin-bottom:-24px;
  1272. margin-left:-26px;
  1273. margin-right:-25px;
  1274. border-top:1px solid #1e1e1e;
  1275. background-color:transparent!important;
  1276. -webkit-filter: brightness(.8) contrast(.9) saturate(0.9);
  1277. -webkit-transition: all 0.9s ease-in-out;
  1278. -moz-transition: all 0.9s ease-in-out;
  1279. -o-transition: all 0.9s ease-in-out;
  1280. -ms-transition: all 0.9s ease-in-out;
  1281. transition: all 0.9s ease-in-out;
  1282. }
  1283.  
  1284.  
  1285.  
  1286. #psingle:hover {
  1287. -webkit-filter: brightness(.8) contrast(.9) saturate(0.9);
  1288. -webkit-transition: all 0.9s ease-in-out;
  1289. -moz-transition: all 0.9s ease-in-out;
  1290. -o-transition: all 0.9s ease-in-out;
  1291. -ms-transition: all 0.9s ease-in-out;
  1292. transition: all 0.9s ease-in-out;
  1293. }
  1294.  
  1295.  
  1296.  
  1297. #pset {
  1298. position:relative;
  1299. z-index:99999999!important;
  1300. background-color:transparent!important;
  1301. width: 480px;
  1302. margin-top:0px!important;
  1303. margin-bottom:-24px;
  1304. margin-left:-24px;
  1305. border-top:1px solid #1e1e1e;
  1306. -webkit-filter: brightness(.8) contrast(.9) saturate(0.85);
  1307. -webkit-transition: all 0.9s ease-in-out;
  1308. -moz-transition: all 0.9s ease-in-out;
  1309. -o-transition: all 0.9s ease-in-out;
  1310. -ms-transition: all 0.9s ease-in-out;
  1311. transition: all 0.9s ease-in-out;
  1312. }
  1313.  
  1314.  
  1315.  
  1316.  
  1317. #pset:hover {
  1318. -webkit-filter: brightness(.8) contrast(.9) saturate(0.85);
  1319. -webkit-transition: all 0.9s ease-in-out;
  1320. -moz-transition: all 0.9s ease-in-out;
  1321. -o-transition: all 0.9s ease-in-out;
  1322. -ms-transition: all 0.9s ease-in-out;
  1323. transition: all 0.9s ease-in-out;
  1324. }
  1325.  
  1326.  
  1327.  
  1328.  
  1329. #pcaption {
  1330. border-top:0px solid #1e1e1e;
  1331. margin-top:28px;
  1332. margin-left:-24px;
  1333. margin-right:-24px;
  1334. padding-left:24px;
  1335. padding-right:24px;
  1336. }
  1337.  
  1338.  
  1339.  
  1340. #pcaption a {
  1341. font-size:10px;
  1342. }
  1343.  
  1344.  
  1345.  
  1346.  
  1347.  
  1348.  
  1349. /* POSTS: QUOTE */
  1350.  
  1351. #quotebox {
  1352. border-top:1px solid #1e1e1e;
  1353. padding-left:24px;
  1354. padding-right:24px;
  1355. padding-top:24px;
  1356. padding-bottom:0px;
  1357. margin-left:-25px;
  1358. margin-right:-25px;
  1359. margin-bottom:0px;
  1360. margin-top:-1px;
  1361. }
  1362.  
  1363.  
  1364.  
  1365. #quote {
  1366. font-size:13px;
  1367. text-align:left;
  1368. padding-top:0px;
  1369. padding-bottom:24px;
  1370. letter-spacing:-0.5px;
  1371. line-height:20px;
  1372. }
  1373.  
  1374.  
  1375.  
  1376.  
  1377. .source {
  1378. font-family:calibri;
  1379. font-weight:bold;
  1380. text-align:left;
  1381. font-size:9.5px;
  1382. height:24px;
  1383. line-height:24px;
  1384. color: #e8e8e8;
  1385. text-transform:uppercase;
  1386. border:1px solid #1e1e1e;
  1387. letter-spacing:0.2px;
  1388. margin-top:-1px;
  1389. padding-right:24px;
  1390. padding-left:24px;
  1391. margin-bottom:-49px;
  1392. margin-top:24px;
  1393. margin-left:-25px;
  1394. margin-right:-25px;
  1395. background-color:#0f0f0f;
  1396. }
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402.  
  1403. /* POSTS: LINK */
  1404.  
  1405. #linkpost {
  1406. margin-right:-25px;
  1407. margin-left:-25px!important;
  1408. {block:permalinkpage}
  1409. margin-top:0px;
  1410. {/block:permalinkpage}
  1411. padding-top:0px;
  1412. margin-bottom:-25px;
  1413. }
  1414.  
  1415.  
  1416.  
  1417. #link {
  1418. margin-top:32px;
  1419. border:1px solid #1e1e1e;
  1420. padding:24px;
  1421. }
  1422.  
  1423.  
  1424. #link a {
  1425. font-size:12px;
  1426. }
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432.  
  1433. /* POSTS: CHAT */
  1434.  
  1435. #chatbox {
  1436. margin-right:-25px;
  1437. margin-left:-25px!important;
  1438. padding-bottom:0px!important;
  1439. }
  1440.  
  1441.  
  1442.  
  1443. #chat {
  1444. margin-top:25px;
  1445. border-top:1px solid #1e1e1e;
  1446. padding-top:27px;
  1447. padding-left:24px;
  1448. padding-right:24px;
  1449. }
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456. /* POSTS: AUDIO */
  1457.  
  1458. #audiobox {
  1459. {block:permalinkpage}
  1460. margin-top:0px;
  1461. {/block:permalinkpage}
  1462. margin-top:-53px!important;
  1463. padding-left:24px;
  1464. padding-right:24px;
  1465. padding-bottom:20px;
  1466. padding-top:24px;
  1467. margin-left:-25px;
  1468. margin-right:-25px;
  1469. margin-bottom:-46px;
  1470. }
  1471.  
  1472.  
  1473.  
  1474. .player {
  1475. opacity: 1;
  1476. position: absolute;
  1477. z-index: 1;
  1478. line-height:33px;
  1479. margin-left: -12px;
  1480. margin-top:29px;
  1481. display: block;
  1482. }
  1483.  
  1484.  
  1485.  
  1486.  
  1487. .audioplayer {
  1488. width: 24px;
  1489. height: 24px;
  1490. margin-left: 0px;
  1491. overflow: hidden;
  1492. padding: 0px;
  1493. }
  1494.  
  1495.  
  1496.  
  1497. .audioinfo {
  1498. border:1px solid #1e1e1e;
  1499. margin-left: -25px;
  1500. margin-right: -25px;
  1501. padding-left:50px;
  1502. padding-right:24px;
  1503. margin-top:30px;
  1504. height:24px;
  1505. line-height:24px;
  1506. display: block;
  1507. font-family:calibri;
  1508. font-weight:bold;
  1509. text-transform: uppercase;
  1510. text-align: left;
  1511. letter-spacing:0.2px;
  1512. word-spacing:-0.5px;
  1513. overflow:hidden;
  1514. font-size:9.5px;
  1515. color:{color:bold};
  1516. background: transparent;
  1517. text-shadow: 0px 0px 1px rgba(69, 64, 64, 0.45);
  1518. }
  1519.  
  1520.  
  1521.  
  1522. #acaption {
  1523. border-top:0px solid #1e1e1e;
  1524. padding-top:12px;
  1525. padding-bottom:12px;
  1526. margin-left:-24px;
  1527. padding-left:24px;
  1528. }
  1529.  
  1530. #acaption a {
  1531. font-size:10px;
  1532. }
  1533.  
  1534.  
  1535.  
  1536.  
  1537.  
  1538. /* POSTS: VIDEO */
  1539.  
  1540. .video-container {
  1541. position: relative;
  1542. padding-bottom: 56.25%;
  1543. padding-top: 30px;
  1544. height: 0;
  1545. overflow: hidden;
  1546. }
  1547.  
  1548. .video-container iframe,
  1549. .video-container object,
  1550. .video-container embed {
  1551. position: absolute;
  1552. top: 0;
  1553. left: 0;
  1554. width: 100%;
  1555. height: 100%;
  1556. }
  1557.  
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564. /* POSTS: ASK */
  1565.  
  1566.  
  1567. #answer {
  1568. padding-left:24px;
  1569. padding-right:24px;
  1570. margin-left:-25px;
  1571. margin-right:-25px;
  1572. }
  1573.  
  1574.  
  1575. #question {
  1576. width: 80%;
  1577. margin-top:0px;
  1578. height:70px;
  1579. width:447px;
  1580. margin-left:-25px;
  1581. }
  1582.  
  1583.  
  1584.  
  1585. #ask {
  1586. z-index:999999!important;
  1587. float:left;
  1588. font-family:calibri, sans-serif;
  1589. text-transform:uppercase;
  1590. position: absolute;
  1591. font-weight:bold;
  1592. background-color:#101010;
  1593. font-size:9px;
  1594. line-height:12px!important;
  1595. width:365px;
  1596. min-height:21px;
  1597. max-height:21px;
  1598. overflow:scroll;
  1599. margin-top:0px;
  1600. margin-left:1px;
  1601. margin-bottom:0px;
  1602. padding-left:24px;
  1603. padding-right:24px;
  1604. outline:solid 1px #1e1e1e;
  1605. border-top:22px solid #101010;
  1606. border-bottom:22px solid #101010;
  1607. -moz-transition-duration:1.5s;
  1608. -webkit-transition-duration:1.5s;
  1609. -o-transition-duration:1.5s;
  1610. }
  1611.  
  1612.  
  1613.  
  1614. #ask:hover {
  1615. width:431px;
  1616. z-index:999999!important;
  1617. max-height:46px!important;
  1618. -moz-transition-duration:1.5s;
  1619. -webkit-transition-duration:1.5s;
  1620. -o-transition-duration:1.5s;
  1621. }
  1622.  
  1623.  
  1624.  
  1625.  
  1626. #ask a {
  1627. font-weight:lighter;
  1628. color:{color:bold};
  1629. font-size:9.5px;
  1630. text-decoration:none;
  1631. }
  1632.  
  1633.  
  1634.  
  1635. #ask b {
  1636. color:{color:bold};
  1637. font-size:9.5px;
  1638. line-height:11px;
  1639. font-family:calibri!important;
  1640. }
  1641.  
  1642.  
  1643.  
  1644. #ask img {
  1645. -webkit-filter:grayscale(1);
  1646. }
  1647.  
  1648.  
  1649.  
  1650. .letterask {
  1651. position:relative;
  1652. font-weight:bold;
  1653. position:absolute;
  1654. text-align:center;
  1655. font-size:48px;
  1656. margin-left:415px;
  1657. outline:1px solid #1e1e1e;
  1658. padding-top:26px;
  1659. padding-bottom:25px;
  1660. padding-left:21px;
  1661. padding-right:22px;
  1662. color:#1e1e1e;
  1663. -webkit-user-select: none; /* Chrome all / Safari all */
  1664. -moz-user-select: none; /* Firefox all */
  1665. -ms-user-select: none; /* IE 10+ */
  1666. user-select: none; /* Likely future */
  1667. }
  1668.  
  1669.  
  1670.  
  1671.  
  1672. #response {
  1673. margin-top:24px;
  1674. padding-top:0px;
  1675. padding-bottom:4px;
  1676. }
  1677.  
  1678. #response img {
  1679. float:left;
  1680. position:relative;
  1681. margin-left:-1px!important;
  1682. padding-right:3px;
  1683. margin-top:-6px;
  1684. padding:8px;
  1685. -webkit-filter: brightness(1) contrast(1) saturate(1);
  1686. }
  1687.  
  1688.  
  1689.  
  1690.  
  1691. /* POST INFORMATION */
  1692.  
  1693.  
  1694. .permalinkbar {
  1695. height:24px;
  1696. line-height:24px;
  1697. position:relative;
  1698. z-index:99999999!important;
  1699. background-color:#0f0f0f;
  1700. width:485px;
  1701. margin-top:-1px!important;
  1702. margin-left:-25px;
  1703. }
  1704.  
  1705.  
  1706.  
  1707. .permalinkbuttons {
  1708. {block:permalinkpage}
  1709. margin-top:-27px!important;
  1710. {/block:permalinkpage}
  1711. width:480px;
  1712. height:24px;
  1713. line-height:14px;
  1714. border-top:1px solid #1e1e1e;
  1715. border-bottom:1px solid #1e1e1e;
  1716. font-size:12.6px!important;
  1717. margin-left:-1px!important;
  1718. margin-bottom:0px!important;
  1719. }
  1720.  
  1721.  
  1722.  
  1723. .permalinkbuttons a {
  1724. font-family:calibri;
  1725. display:inline-block;
  1726. height:24px;
  1727. line-height:24px;
  1728. margin-right:-5px;
  1729. letter-spacing:-0.2px;
  1730. width:216px;
  1731. background-color:#0f0f0f;
  1732. font-weight:bold!important;
  1733. color:#1e1e1e!important;
  1734. font-size:10px;
  1735. -moz-transition-duration:2s;
  1736. -webkit-transition-duration:2s;
  1737. -o-transition-duration:2s;
  1738. -webkit-user-select: none; /* Chrome all / Safari all */
  1739. -moz-user-select: none; /* Firefox all */
  1740. -ms-user-select: none; /* IE 10+ */
  1741. user-select: none; /* Likely future */
  1742. }
  1743.  
  1744.  
  1745.  
  1746. .permalinkbuttons a:hover {
  1747. background-color:#101010!important;
  1748. font-weight:bold!important;
  1749. color:#ffffff!important;
  1750. -moz-transition-duration:2s;
  1751. -webkit-transition-duration:2s;
  1752. -o-transition-duration:2s;
  1753. }
  1754.  
  1755.  
  1756.  
  1757.  
  1758.  
  1759. #tagsbox {
  1760. margin-bottom:88px;
  1761. border-left:0px solid #1e1e1e;
  1762. border-right:0px solid #1e1e1e;
  1763. border-bottom:1px solid #1e1e1e;
  1764. border-top:0px solid #1e1e1e;
  1765. line-height:24px;
  1766. padding-left:24px;
  1767. padding-right:24px;
  1768. padding-top:12px;
  1769. padding-bottom:12px;
  1770. margin-left:-24px;
  1771. margin-right:-24px;
  1772. width:430px;
  1773. }
  1774.  
  1775.  
  1776.  
  1777.  
  1778.  
  1779. .tags {
  1780. font-family: calibri!important;
  1781. font-weight:bold!important;
  1782. background-color:#101010;
  1783. color:#1e1e1e;
  1784. text-transform:uppercase!important;
  1785. font-style:normal;
  1786. line-height:150%;
  1787. font-size:8.5px;
  1788. text-align:justify;
  1789. -moz-text-align-last: center; /* Code for Firefox */
  1790. text-align-last: center;
  1791. -moz-transition-duration:2s;
  1792. -webkit-transition-duration:2s;
  1793. -o-transition-duration:2s;
  1794. }
  1795.  
  1796.  
  1797.  
  1798. .tags a {
  1799. text-decoration:none!important;
  1800. font-weight:bold!important;
  1801. font-size:8.5px;
  1802. margin-right:0px;
  1803. text-transform:uppercase!important;
  1804. font-family: calibri!important;
  1805. color:#272727!important;
  1806. -moz-transition-duration:2s;
  1807. -webkit-transition-duration:0.2
  1808. }
  1809.  
  1810.  
  1811. .tags a:hover {
  1812. color:#ffffff!important;
  1813. -moz-transition-duration:1s;
  1814. -webkit-transition-duration:1s;
  1815. -o-transition-duration:1s;
  1816. {block:ifBiggerTagsonHover}
  1817. font-size:10px!important;
  1818. {block:ifBiggerTagsonHover}
  1819. }
  1820.  
  1821.  
  1822.  
  1823.  
  1824.  
  1825. /* PERMAPAGE NOTES */
  1826.  
  1827.  
  1828. #notes {
  1829. margin-bottom:0px!important;
  1830. margin-top:0px!important;
  1831. margin-left:-64px;
  1832. margin-right:-25px;
  1833. }
  1834.  
  1835.  
  1836.  
  1837. .note li {
  1838. list-style-type:none;
  1839. padding-top:12px;
  1840. padding-bottom:12px;
  1841. padding-left:24px;
  1842. padding-right:24px;
  1843. border-bottom:1px solid #1e1e1e;
  1844. border-top:1px solid #1e1e1e;
  1845. margin-bottom:-1px;
  1846. text-align:left;
  1847. -moz-transition-duration:0.5s;
  1848. -webkit-transition-duration:0.5s;
  1849. -o-transition-duration:0.5s;
  1850. font-family:calibri!important;
  1851. font-size:9.4px!important;
  1852. font-weight:bold;
  1853. text-transform:uppercase;
  1854. color: {color:body text};
  1855. }
  1856.  
  1857.  
  1858. .note li a {
  1859. font-family:calibri!important;
  1860. font-size:9.4px!important;
  1861. padding-right:2px;
  1862. font-weight:bold;
  1863. text-transform:uppercase;
  1864. letter-spacing:0px;
  1865. color: {color:links};
  1866. }
  1867.  
  1868.  
  1869.  
  1870. .note blockquote {
  1871. padding-top:12px;
  1872. padding-bottom:12px;
  1873. padding-left:24px;
  1874. padding-right:24px;
  1875. margin-top:12px;
  1876. margin-bottom:12px;
  1877. margin-left:0px;
  1878. margin-right:0px;
  1879. color:#9a7e6a;
  1880. }
  1881.  
  1882.  
  1883. .note img.avatar {
  1884. display:none;
  1885. width: 0px;
  1886. height: 0px;
  1887. }
  1888.  
  1889.  
  1890.  
  1891.  
  1892.  
  1893. /* CREDIT */
  1894.  
  1895. #credit {
  1896. z-index:999;
  1897. position:absolute;
  1898. bottom:44px;
  1899. right:44px;
  1900. width:10px;
  1901. height:13px;
  1902. word-wrap:break-word;
  1903. font-family:calibri;
  1904. overflow:hidden;
  1905. -webkit-transition:all 1s ease;
  1906. -moz-transition:all 1s ease;
  1907. -o-transition:all 1s ease;
  1908. transition:all 1s ease-in-out;
  1909. }
  1910.  
  1911.  
  1912. #credit a {
  1913. color:{color:links};
  1914. text-transform:uppercase;
  1915. font-size:9.5px;
  1916. }
  1917.  
  1918. #credit:hover {width:84px;}
  1919.  
  1920. #credit span {
  1921. text-shadow:1px 1px .2px #000;
  1922. color:{color:bold};
  1923. font-family:calibri;
  1924. margin-right:5px;
  1925. font-size:10.5px;
  1926. }
  1927.  
  1928.  
  1929.  
  1930.  
  1931. /* MUSES */
  1932.  
  1933.  
  1934. .popup_block1 {
  1935. display:none;
  1936. background-color:#101010;
  1937. height:368px!important;
  1938. top:310px;
  1939. left:533px!important;
  1940. opacity:1;
  1941. position:fixed;
  1942. z-index:9999999;
  1943. padding-left:0px!important;
  1944. outline:1px solid #1e1e1e;
  1945. overflow-y:scroll;
  1946. text-align:justify;
  1947. overflow-x:hidden;
  1948. }
  1949.  
  1950.  
  1951.  
  1952. .mbox {
  1953. position:relative;
  1954. float:left;
  1955. width:228px;
  1956. margin-top:0px;
  1957. border:0px solid #1e1e1e;
  1958. height:175px;
  1959. max-height:175px;
  1960. margin-left:-25px;
  1961. margin-right:-1px!important;
  1962. margin-bottom:55px;
  1963. }
  1964.  
  1965.  
  1966. .mbox:nth-last-child {
  1967. margin-bottom:-2px!important;
  1968. margin-top:24px;
  1969. }
  1970.  
  1971.  
  1972.  
  1973. .mimage {
  1974. position:relative;
  1975. z-index:1!important;
  1976. border:1px solid #1e1e1e;
  1977. max-width:228px;
  1978. width:228px;
  1979. height:48px;
  1980. overflow:hidden;
  1981. margin-left:-1px;
  1982. margin-top:-1px;
  1983. margin-bottom:-1px;
  1984. margin-right:-1px;
  1985. padding:0;
  1986. }
  1987.  
  1988.  
  1989. .mlinks {
  1990. text-align:center;
  1991. font-family:calibri;
  1992. font-weight:bold;
  1993. border:1px solid #1e1e1e;
  1994. height:24px;
  1995. line-height:24px;
  1996. margin-right:-1px;
  1997. background-color:#1e1e1e!important;
  1998. }
  1999.  
  2000.  
  2001. .mlinks a {
  2002. font-weight:bold!important;
  2003. color:{color:links};
  2004. line-height:24px;
  2005. font-size:9.5px;
  2006. margin-right:10px;
  2007. }
  2008.  
  2009.  
  2010.  
  2011. .mlinks a:last-child {
  2012. margin-right:0px!important;
  2013. }
  2014.  
  2015.  
  2016. .mdescription {
  2017. margin:0px;
  2018. padding-left:24px;
  2019. padding-right:24px;
  2020. border-top:20px solid #101010;
  2021. border-bottom:20px solid #101010;
  2022. outline:1px solid #1e1e1e;
  2023. overflow-y:scroll;
  2024. height:60px;
  2025. line-height:12px;
  2026. }
  2027.  
  2028.  
  2029. h3 {
  2030. outline:1px solid #1e1e1e;
  2031. height:24px;
  2032. margin-top:-1px;
  2033. margin-left:0px;
  2034. margin-right:0px;
  2035. margin-bottom:0px;
  2036. text-align:center;
  2037. font-family:calibri;
  2038. font-style:normal;
  2039. font-weight:bold;
  2040. font-size:10px;
  2041. line-height:23px;
  2042. color: {color:italic};
  2043. text-transform:uppercase;
  2044. }
  2045.  
  2046.  
  2047.  
  2048. </style>
  2049.  
  2050. </head>
  2051.  
  2052. <body>
  2053.  
  2054.  
  2055.  
  2056. <!-- DESCRIPTION + NAVIGATION BAR -->
  2057.  
  2058.  
  2059. <div id ="side"><div class="sideheadertop"></div>
  2060. <div id="sidetext">
  2061.  
  2062.  
  2063. <u>I</u>ndeed—— <b>four men like them,</b> four men devoted to one another <i>—from their money to their lives,</i> four men <b>always supporting each other</b> and never retreating; performing <i>singly or together,</i> the resolutions they had made in common.
  2064.  
  2065. <center><img src="https://static.tumblr.com/gjexvml/irrpm99ug/logo.png" style="margin-top:20px;"></center>
  2066.  
  2067. <p style=margin-top:20px;><u>F</u>our arms a threat to the four points of a compass— or <b>all turning to a single point,</b> must inevitably, be it surreptitiously, or be it openly, be it by mines, by entrenchments, by guile, or by force; open a way to the end they wanted to reach, however defended <i>or far off it might be.</i>
  2068.  
  2069.  
  2070.  
  2071. </div>
  2072.  
  2073. <div class="sideheaderbottom"></div>
  2074. </div id ="side">
  2075.  
  2076.  
  2077.  
  2078.  
  2079. <div class="sidebar">
  2080.  
  2081. <div class="imageone"><img src="{image:Side Image One}"></div>
  2082.  
  2083.  
  2084. <div id="navi" style="margin-top:0px;">
  2085. <a href="/" title="Refresh">IND.</a>
  2086. <a href="/ask" title="Inquire">INQ.</a>
  2087. <a href="#?w=275" rel="GDL" class="poplight" title="Guidelines">GDL.</a>
  2088. <a href="#?w=275" rel="VRS" class="poplight" title="About">VRS.</a>
  2089. <a href="#?w=275" rel="NAV" class="poplight" title="Navigation">NAV.</a>
  2090.  
  2091.  
  2092. </div id="navi">
  2093. <div class="description">
  2094.  
  2095. <b>YOU ARE A CONTRADICTION, Monsieur Aramis."</b>
  2096.  
  2097. <p>An <i>independent, private</i> and selective portrayal for the character of <i>Aramis,</i> from <b>The King's Musketeers.</b> Please read my rules before interacting! &nbsp;<i>// Deeply loved by Hannah.</i>
  2098.  
  2099. </div class="description">
  2100.  
  2101.  
  2102.  
  2103. <div id="pagination">
  2104. {block:IndexPage}
  2105. {block:PreviousPage}
  2106. <a href="{PreviousPage}" title="Previous Page">PRECEDING PAGE</a>
  2107. {/block:PreviousPage}
  2108.  
  2109.  
  2110. {block:NextPage}
  2111. <a href="{NextPage}" title="Next Page">SUBSEQUENT PAGE</a>
  2112. {/block:NextPage}
  2113. {/block:IndexPage}
  2114.  
  2115.  
  2116. {block:PermalinkPagination}
  2117. {block:PreviousPost}
  2118. <a href="{PreviousPost}" title="Previous Post">PRECEDING POST</a>
  2119. {/block:PreviousPost}
  2120.  
  2121.  
  2122. {block:NextPost}
  2123. <a href="{NextPost}" title="Next Post">SUBSEQUENT POST</a>
  2124. {/block:NextPost}
  2125. {/block:PermalinkPagination}
  2126. </div id="pagination">
  2127.  
  2128.  
  2129.  
  2130. <div class="imagetwo"><img src="{image:Side Image Two}"></div>
  2131.  
  2132. </div class="sidebar">
  2133.  
  2134.  
  2135.  
  2136.  
  2137.  
  2138. <!-- POSTS -->
  2139.  
  2140.  
  2141.  
  2142. <div id="container">
  2143.  
  2144. <div class="containerheadertop"></div>
  2145. <div id="containertopspace"></div>
  2146.  
  2147. {block:Posts}
  2148.  
  2149. <div class="posts">
  2150.  
  2151.  
  2152. {block:Date}
  2153.  
  2154. {block:indexpage}
  2155. <div class="permalinkbar">
  2156. <div class="permalinkbuttons">
  2157. <a href="{Permalink}" style="text-align:left; padding-left:26px;">{Month} {DayOfMonth}{DayOfMonthSuffix} / {12Hour}:{Minutes}{CapitalAmPm} / {NoteCountWithLabel}</a>
  2158. <a href="{ReblogURL}" target="_blank" class="details" style="text-align:right; padding-right:18px;">CLICK HERE TO REBLOG THIS POST</a>
  2159. </div class="permalinkbuttons">
  2160. </div class="permalinkbar">
  2161. {/block:indexpage}
  2162.  
  2163.  
  2164. {block:permalinkpage}
  2165. <div class="permalinkbar" style="margin-top:26px!important;">
  2166. <div class="permalinkbuttons">
  2167. {block:RebloggedFrom}
  2168. <a href="{ReblogParentURL}" style="text-align:left; padding-left:26px;">REBLOGGED FROM / VIA</a>
  2169. {/block:RebloggedFrom}
  2170. <a href="{ReblogURL}" target="_blank" class="details" style="margin-left:-1px!important; text-align:right; float:right; padding-right:29px;">REBLOG THIS POST HERE</a>
  2171. </div class="permalinkbuttons">
  2172. </div class="permalinkbar">
  2173. {/block:permalinkpage}
  2174.  
  2175. {/block:Date}
  2176.  
  2177.  
  2178.  
  2179. <!-- POSTS: TEXT -->
  2180.  
  2181.  
  2182. {block:Text}
  2183. <div id="text">
  2184.  
  2185.  
  2186.  
  2187. <div id="textbody">
  2188. {block:Title}
  2189. <h1>{Title}</a></h1>
  2190. {/block:Title}
  2191. <div id="wrap">
  2192. {Body}
  2193. <div style="clear:both">
  2194. </div style="clear:both">
  2195. </div id="wrap">
  2196. </div>
  2197.  
  2198. </div id="text">
  2199.  
  2200. {/block:Text}
  2201.  
  2202.  
  2203.  
  2204.  
  2205.  
  2206. <!-- POSTS: PHOTO/SET -->
  2207.  
  2208. {block:Photo}
  2209. <div id="psingle">
  2210. {LinkOpenTag}
  2211. <img src="{PhotoURL-HighRes}" style="min-width:480px!important; width:480px!important; margin-top:0px;">
  2212. {LinkCloseTag}
  2213. </div id="psingle">
  2214.  
  2215. {block:Caption}
  2216. <div id="pcaption">
  2217. {Caption}
  2218. </div id="pcaption">
  2219. {/block:Caption}
  2220. {/block:Photo}
  2221.  
  2222.  
  2223. {block:Photoset}
  2224. <div id="pset">
  2225. {Photoset}
  2226. </div id="pset">
  2227.  
  2228. {block:Caption}
  2229. <div id="pcaption">
  2230. {Caption}
  2231. </div id="pcaption">
  2232. {/block:Caption}
  2233. {/block:Photoset}
  2234.  
  2235.  
  2236.  
  2237.  
  2238.  
  2239. <!-- POSTS: QUOTE -->
  2240.  
  2241. {block:Quote}
  2242. <div id="quotebox">
  2243. <div id="quote">
  2244. "{Quote}"
  2245. <div class="source">
  2246. —{Source}
  2247. </div>
  2248. </div id="quote">
  2249.  
  2250. </div>
  2251. {/block:Quote}
  2252.  
  2253.  
  2254.  
  2255.  
  2256.  
  2257. <!-- POSTS: LINK -->
  2258.  
  2259. {block:Link}
  2260. <div id="linkpost">
  2261. <div id="link">
  2262. <a href="{URL}" {Target}>{Name}&nbsp;&nbsp; ►</a>
  2263. </div id="link">
  2264. </div id="linkpost">
  2265. {/block:Link}
  2266.  
  2267.  
  2268.  
  2269.  
  2270.  
  2271. <!-- POSTS: CHAT -->
  2272.  
  2273.  
  2274. {block:Chat}
  2275.  
  2276. <div id="chatbox">
  2277. <div id="chat">
  2278. {block:Lines}
  2279. <div id="{Alt}">
  2280. {block:Label}<i>{Label}</i>{/block:Label} {Line}
  2281. </div id="{Alt}">
  2282. {/block:Lines}
  2283. </div id="chat">
  2284. </div id="chatbox">
  2285.  
  2286. {/block:Chat}
  2287.  
  2288.  
  2289.  
  2290.  
  2291.  
  2292. <!-- POSTS: AUDIO -->
  2293.  
  2294. {block:Audio}
  2295. <div id="audiobox">
  2296.  
  2297.  
  2298. <div class="player">
  2299. <div class="audioplayer">
  2300.  
  2301. {AudioPlayerBlack}
  2302.  
  2303. </div class="audioplayer">
  2304. </div class="player">
  2305.  
  2306. <div class="audioinfo">
  2307. {block:Artist}Artist: {Artist}{/block:Artist} — {block:TrackName}Track name: {TrackName}{/block:TrackName}
  2308. </div class="audioinfo">
  2309.  
  2310.  
  2311. {block:Caption}
  2312. <div id="acaption">
  2313. {Caption}
  2314. </div id="acaption">
  2315. {/block:Caption}
  2316.  
  2317. </div id="audiobox">
  2318. {/block:Audio}
  2319.  
  2320.  
  2321.  
  2322.  
  2323.  
  2324. <!-- POSTS: VIDEO -->
  2325.  
  2326. {block:Video}
  2327. <div class="video-container">
  2328. {Video-400}
  2329. {block:Caption}{Caption}{/block:Caption}
  2330. </div class="video-container">
  2331. {/block:Video}
  2332.  
  2333.  
  2334.  
  2335.  
  2336.  
  2337.  
  2338. <!-- POSTS: ASK -->
  2339.  
  2340. {block:Answer}
  2341. <div id="answer">
  2342.  
  2343. <div id="question"><div id="ask"><b>Does {Asker} have a tale to tell as well?</b> {Question}</div><div class="letterask">?</div></div>
  2344.  
  2345. <h4 style="margin-top:-5px; margin-left:-25px; padding:0px!important; width:480px; height:24px; background-color:#0f0f0f;"></h4>
  2346.  
  2347. <div id="response">{Answer}<div style="clear:both; margin-bottom:-5px;">
  2348. </div>
  2349. </div id="response">
  2350.  
  2351. </div id="answer">
  2352. {/block:Answer}
  2353.  
  2354.  
  2355.  
  2356.  
  2357.  
  2358.  
  2359.  
  2360. <!-- POST INFORMATION -->
  2361.  
  2362.  
  2363. {block:Date}
  2364.  
  2365.  
  2366. <div class="permalinkbar" style="margin-top:24px!important;">
  2367. <div class="permalinkbuttons">
  2368. </div class="permalinkbuttons">
  2369. </div class="permalinkbar">
  2370.  
  2371.  
  2372.  
  2373.  
  2374. {block:indexpage}
  2375. <div id="tagsbox">
  2376. <div class="tags">
  2377. {block:HasTags}
  2378. {block:Tags}
  2379. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2380. {/block:Tags}
  2381. {/block:HasTags}
  2382.  
  2383. </div class="tags">
  2384. </div id="tagsbox">
  2385. {/block:indexpage}
  2386.  
  2387. {block:permalinkpage}
  2388. <div id="tagsbox" style="padding-top:12px!important;">
  2389. <div class="tags">
  2390. {block:HasTags}
  2391. {block:Tags}
  2392. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2393. {/block:Tags}
  2394. {/block:HasTags}
  2395.  
  2396. </div class="tags">
  2397. </div id="tagsbox">
  2398. {/block:permalinkpage}
  2399.  
  2400. {/block:Date}
  2401.  
  2402.  
  2403.  
  2404.  
  2405.  
  2406.  
  2407.  
  2408. <!-- NOTES -->
  2409.  
  2410. {block:PostNotes}
  2411. <div id="notes">
  2412. <div class="note">
  2413. {PostNotes}
  2414. </div class="note">
  2415. </div id="notes">
  2416. {/block:PostNotes}
  2417.  
  2418.  
  2419.  
  2420.  
  2421.  
  2422.  
  2423. <!-- HIDE VIA/SOURCE IN POSTS -->
  2424.  
  2425.  
  2426. {block:ContentSource}<!-- {SourceURL}
  2427. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  2428. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  2429. {/block:ContentSource}
  2430.  
  2431.  
  2432. <!-- {block:NoRebloggedFrom}
  2433. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  2434. {/block:NoRebloggedFrom} -->
  2435.  
  2436.  
  2437.  
  2438. </div class="posts">
  2439.  
  2440.  
  2441. {/block:Posts}
  2442.  
  2443.  
  2444. <div class="containerheaderbottom">
  2445. <div id="containerbottomspace"></div>
  2446. </div class="containerheaderbottom">
  2447.  
  2448.  
  2449. </div id="container">
  2450.  
  2451.  
  2452.  
  2453. <!-- POPUP PAGES -->
  2454.  
  2455.  
  2456.  
  2457.  
  2458. <!-- POPUP PAGE: GDL -->
  2459.  
  2460.  
  2461. <div id="GDL" class="popup_block">
  2462. <div class="popup_text">
  2463.  
  2464. <h1>Disclaimer</h1>
  2465.  
  2466. This is an independent roleplay blog for Alexandre Dumas' character of <i>Aramis</i> from "The Three Musketeers".
  2467.  
  2468. <p><b>I am in no way or form</b> affiliated with Dumas, the BBC, Santiago Cabrera, or Ben Barnes. None of the material this blog is based on is my own, and I claim no right to it, nor do I make profit from it.
  2469.  
  2470. <p>Any graphics and icons on this blog have been edited by me and are not for public use. Please do not take them.
  2471.  
  2472.  
  2473.  
  2474. <h4>Portrayal</h4>
  2475.  
  2476. While Aramis' portrayal on this blog will generally follow the timeline of the BBC series, it is <i>canon-divergent in certain aspects.</i> His entire background history is taken from the books and/or is largely comprised of my own headcanons, as opposed of the series.
  2477.  
  2478. <p>While I generally do enjoy the BBC series a lot, I will take certain aspects of Aramis' personality from the books rather. My portrayal is not keen on finding true love or having a family; instead he seeks power and money over anything else, much like his book counterpart. Aramis will however remain a shameless flirt.
  2479.  
  2480. <p>Considering that I have been playing Aramis for a while now, I believe I know my muse. Any headcanons seen on this blog are either mine alone, or happened in teamwork with other muns. <i>None of them are up for grabs.</i>
  2481.  
  2482.  
  2483.  
  2484. <h4>Following and Unfollowing</h4>
  2485.  
  2486. I am a <i>private/selective/independent</i> roleplay blog, which means that I am not associated with any roleplaying group, I am very picky about blogs I wish to follow back, and I will only roleplay with people I am mutual with. This means I follow you, you follow me. People that frequently ignore this 'mutuals only' rule will be blocked, as I consider it extremely disrespectful.
  2487.  
  2488. <p>I look at various factors before following, such as activity, the relation between ic and ooc posts, whether our writing styles match, and whether I can see our muses interact at some point. If all of that appeals to me, there is a good chance I will follow and once that happens, you can be 100% sure that I definitely do want to roleplay with you, and that there is absolutely no need to be shy.
  2489.  
  2490. <p>I however will not follow if I see your blog contains one or more of the following: more ooc than ic, nothing but reblogged memes and aesthetic photosets, an excessive amount of graphic smut gifs and pictures (especially untagged), uncut posts, vagueblogging, frequent drama, racebending, genderbending, fetishizing of minorities and "Oppressed" groups, tumblr's brand of social justice.
  2491.  
  2492. <p>On the topic of <i>exclusivity,</i> I generally am not a fan of the concept, but if we've had multiple threads and are in touch ooc and I consider you a friend and know I can rely on you, then I am happy to talk about going exclusive. I do however have mains that I consider my go-to people and these people have priority.
  2493.  
  2494.  
  2495.  
  2496. <h4>Shipping</h4>
  2497.  
  2498. While Aramis is easy to flirt with, please <i>do not ever force a ship,</i> goes without saying. The chances of him falling in love with you muse are slim to nil however. <i>He is more likely to get into an affair,</i> especially if your muse provides anything he wants. Please do keep that in mind: aramis is not good boyfriend material! You do not want that!
  2499.  
  2500. <p>While <i>the mun is of age,</i> there most likely will be no smut on this blog. Writing it makes me uncomfortable and I find it boring and repetitive. I much prefer a nice, clean fade to black in 99% of all threads.
  2501.  
  2502.  
  2503.  
  2504.  
  2505. <h4>Etiquette</h4>
  2506.  
  2507. Hate and drama will absolutely <i>not be tolerated.</i> Any hate in my inbox will be deleted without acknowledgement.
  2508.  
  2509. <p>Hate towards a specific fandom, a specific character, a specific mun, any kind of hate (not criticism, but hate) will get you an unfollow.
  2510.  
  2511. <p><i>Godmodding is a no</i> as usual.
  2512.  
  2513. <p>Please keep in mind that I am <i>slow.</i> I have more than one active blog and I like to pay attention to all of them. Do not pester me for replies. They will come, but they may come slowly, and probably will be queued.
  2514.  
  2515. <p>My main priority is <i>plotting.</i> I want big plots that lead to character development, rather than meaningless, small banter. If you're on the same page as me there, consider yourself my new best friend.
  2516.  
  2517. <p><i>Most importantly</i> if you are friendly and respectful to me, I will absolutely be the same way to you. I may sound a little bitchy in these rules, but I'm a potato that is here to have fun, and I'd be delighted if you chose to have that fun with me.
  2518.  
  2519.  
  2520. </div class="popup_text">
  2521. </div id="GDL" class="popup_block">
  2522.  
  2523.  
  2524.  
  2525.  
  2526.  
  2527.  
  2528.  
  2529.  
  2530. <!-- POPUP PAGE: ABT -->
  2531.  
  2532.  
  2533. <div id="VRS" class="popup_block">
  2534. <div class="popup_text">
  2535.  
  2536.  
  2537. <h1>General Note</h1>
  2538.  
  2539. I generally do not tend to create AUs for Aramis. This blog is too slow, and too low-key for me to put that much effort into it, but here's the good news: <i>I am more than happy to move him around timeline wise.</i> Meaning he can quite easily be put into any kind of historical setting, so long as it's not too fantasy based. France always had a royal guard, France pretty much always had a Minister --- he can thus easily interact with blogs from other period dramas without having to change who he is. Some plotting may be required of course, but that's what IMs are for and it's what I'm always happy to do. So if you're a blog for, say 'Reign' or 'Merlin' or even 'Vikings', by all means <i>do not hesitate to get in touch with me</i> even when there's no specific AU for your show. I promise you we'll make it work!
  2540.  
  2541.  
  2542. <h4>ONLY AMONGST THE BRAVEST</h4>
  2543. <h4 style="margin-top:-13px;"><i>Verse: Season 1</i></h4>
  2544.  
  2545. <i>Paris 1630.</i> A young and childish king rules France, aided by his spanish wife, Anne of Austria, and opposed by various scheming and ill-willed figures desiring power of their own. The only thing protecting him, are his infamous and most loyal Musketeers -- amongst them is Aramis; young, brave, and dashing, he is part of trio known as "The Inseperables" and one of the best warriors in the regiment. When a young gascon boy named d'Artagnan appears in Paris to avenge his father's death, Aramis finds his life turned upside down. Facing the ruthless Cardinal Richelieu and his alluring spy Milady de Winter, Aramis has to find his footing in a world that doesn't quite suit him -- and feelings for the Queen of France herself.
  2546.  
  2547. <p><i>(BBC season 1</i> following the timeline of season 1 of the BBC series. Aramis is a young and carefree casanova serving the king amongst his fellow musketeers. He is quite reknown for his various romantic escapades, as well as for being the best shot the musketeers ever had).
  2548.  
  2549.  
  2550.  
  2551. <h4>YOU CANNOT BLAME YOURSELF</h4>
  2552. <h4 style="margin-top:-13px;"><i>Verse: Season 2</i></h4>
  2553.  
  2554. After one sole fateful night with the Queen, Aramis finds that she has fallen pregnant with his child. Incapable of fully focusing on his duties as a Musketeer, he is torn between wishing to be a father to the child, knowing that he cannot, and running away for good. It is his concerns for Anne's safety, that have him stay --- for the Compte de Rochefort has established himself as Anne's latest advisor, though not harbouring any kind intentions for the Queen. And Aramis soon finds that his duty to protect his child runs deeper than his fear of being hanged for treason.
  2555.  
  2556. <p><i>(BBC season 2</i> following the timeline of season 2 of the BBC series. This verse will rarely be applied, since I found the writing for Aramis dreadful. Should threads happen in this season, note that he will be a lot less scatterbrained, and a lot more rational and pragmatic. This verse will also be slightly AU in the sense that Aramis will come to realise that his love for Anne will lead nowhere, thus his primary goal will be to protect his son).
  2557.  
  2558.  
  2559.  
  2560. <h4>STILL A KNACK FOR TROUBLE</h4>
  2561. <h4 style="margin-top:-13px;"><i>Verse: Season 3</i></h4>
  2562.  
  2563. Feeling the need to make good on a promise given to God to spare his life, Aramis leaves Paris behind and returns to the fold of the church. Four years he spends at the monastery, escaping a war raging against Spain, yet not his own demons --- and he eventually returns to Paris to re-join the Musketeers. Healed from his obsessive love of Anne, yet still keen to keep her safe, does he quickly find back to his old form as a Musketeer, now defending France, and Anne's honour, against the most dangerous fiend the Musketeers so far had to face: a ruthless man by the name of Lucien Grimaud. The death of Captain Treville, as well as King Louis however, turns Aramis' life upside down once more, and with "The Inseperables" soon disbanded, Aramis is appointed First Minister of France; now once more calling himself by his birthname: René d'Herblay.
  2564.  
  2565. <p><i>(BBC season 3</i> following the timeline of season 3 of the BBC series. Aramis no longer pursues Anne with any romantic interest, and he has accepted that the Dauphin will never publicly be his child. Still he cares for the boy and his mother, and has sworn to protect both in any way he can. His appointment as Minister thus does not serve the purpose to get close to Anne again, but instead to merely increase his power and own position).
  2566.  
  2567.  
  2568.  
  2569.  
  2570. </div class="popup_text">
  2571. </div id="VRS" class="popup_block">
  2572.  
  2573.  
  2574.  
  2575.  
  2576.  
  2577.  
  2578.  
  2579.  
  2580. <!-- POPUP PAGE: NAV -->
  2581.  
  2582.  
  2583. <div id="NAV" class="popup_block">
  2584. <div class="popup_text">
  2585.  
  2586.  
  2587. <h4>HEADER</h4>
  2588.  
  2589. <div id="nvbar" class="nvlinks">
  2590.  
  2591. <a href="URLHERE">
  2592. Link NAME
  2593. </a>
  2594.  
  2595. <a href="URLHERE">
  2596. Link NAME
  2597. </a>
  2598.  
  2599. <a href="URLHERE">
  2600. Link NAME
  2601. </a>
  2602.  
  2603. <a href="URLHERE">
  2604. Link NAME
  2605. </a>
  2606.  
  2607. <a href="URLHERE">
  2608. Link NAME
  2609. </a>
  2610.  
  2611. <a href="URLHERE">
  2612. Link NAME
  2613. </a>
  2614.  
  2615. </div id="nvbar" class="nvlinks">
  2616.  
  2617.  
  2618.  
  2619.  
  2620.  
  2621. <h4>HEADER</h4>
  2622.  
  2623. <div id="nvbar" class="nvlinks">
  2624.  
  2625. <a href="URLHERE">
  2626. Link NAME
  2627. </a>
  2628.  
  2629. <a href="URLHERE">
  2630. Link NAME
  2631. </a>
  2632.  
  2633. <a href="URLHERE">
  2634. Link NAME
  2635. </a>
  2636.  
  2637. <a href="URLHERE">
  2638. Link NAME
  2639. </a>
  2640.  
  2641. <a href="URLHERE">
  2642. Link NAME
  2643. </a>
  2644.  
  2645. <a href="URLHERE">
  2646. Link NAME
  2647. </a>
  2648.  
  2649. </div id="nvbar" class="nvlinks">
  2650.  
  2651.  
  2652.  
  2653.  
  2654.  
  2655. </div class="popup_text">
  2656. </div id="NAV" class="popup_block">
  2657.  
  2658.  
  2659.  
  2660.  
  2661.  
  2662. <!-- CREDIT -->
  2663.  
  2664. <div id="credit"><div style="width:105px;margin-right:10px;">
  2665. <a href="https://iniziare.tumblr.com/post/181363908972/base-theme-desmond-live-preview" target="blank">
  2666. <span>S.</span>MADE BY SAE.</a>
  2667. </div></div>
  2668.  
  2669. </body>
  2670. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement