littlemisswhoever

Emmamamamamamamama

Nov 17th, 2020 (edited)
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 74.60 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!-- (BASE) THEME BY SAE (INIZIARE) -->
  4.  
  5.  
  6.  
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14. </head>
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. <!-- SCRIPT: JQUERY -->
  22.  
  23. <script src="https://static.tumblr.com/gjexvml/cszpz4vyd/jquery-3.4.1.min.js"></script>
  24.  
  25.  
  26.  
  27.  
  28. <!-- SCRIPT: TOOLTIP -->
  29.  
  30. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  31. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  32. <script>
  33. (function($){
  34. $(document).ready(function(){
  35. $("[title],a[title],img[title]").style_my_tooltips({
  36. tip_follows_cursor:true,
  37. tip_delay_time:90,
  38. tip_fade_speed:600,
  39. attribute:"title"
  40. });
  41. });
  42. })(jQuery);
  43. </script>
  44.  
  45.  
  46.  
  47.  
  48.  
  49. <!-- SCRIPT: NAVIGATION TABS -->
  50.  
  51. <script>
  52. function openNavi(naviName) {
  53. var i;
  54. var x = document.getElementsByClassName("navi");
  55. for (i = 0; i < x.length; i++) {
  56. x[i].style.display = "none";
  57. }
  58. document.getElementById(naviName).style.display = "block";
  59. }
  60. </script>
  61.  
  62.  
  63.  
  64. <script>
  65. function openMuse(museName) {
  66. var i;
  67. var x = document.getElementsByClassName("muse");
  68. for (i = 0; i < x.length; i++) {
  69. x[i].style.display = "none";
  70. }
  71. document.getElementById(museName).style.display = "block";
  72. }
  73. </script>
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80. <!-- SCRIPT: NAVIGATION TABS -->
  81.  
  82.  
  83. <script>
  84. function openPage(pageName) {
  85. var i;
  86. var x = document.getElementsByClassName("page");
  87. for (i = 0; i < x.length; i++) {
  88. x[i].style.display = "none";
  89. }
  90. document.getElementById(pageName).style.display = "block";
  91. }
  92.  
  93. </script>
  94.  
  95.  
  96.  
  97.  
  98. <!-- SCRIPT: CLICK MENU #3 -->
  99.  
  100. <script>
  101. $(document).ready(function(){
  102. jQuery('.dropbtn3').click( function() {
  103. $(this).next('.dropdown-content3').fadeToggle();
  104. return false;
  105. });
  106. });
  107. </script>
  108.  
  109.  
  110.  
  111.  
  112. <!-- SCRIPT: CLICK MENU -->
  113.  
  114. <script>
  115. $(document).ready(function(){
  116. jQuery('.dropbtn').click( function() {
  117. $(this).next('.dropdown-content').fadeToggle();
  118. return false;
  119. });
  120. });
  121. </script>
  122.  
  123.  
  124.  
  125.  
  126. <!-- SCRIPT: AUDIO PLAYER -->
  127.  
  128. <script>
  129. $(document).ready(function() {
  130. $('iframe.tumblr_audio_player').load( function() {
  131. $('iframe.tumblr_audio_player').contents().find("head")
  132. .append($("<style type='text/css'> .audio-player{background:transparent!important; color:{color:bold}!important;} </style>"));
  133. });
  134. });
  135. </script>
  136.  
  137.  
  138.  
  139.  
  140.  
  141. <!-- SCRIPT: POPUP TABS -->
  142.  
  143. <script>$(document).ready(function(){
  144. $("ul#tabs li").click(function(e){
  145. if (!$(this).hasClass("active")) {
  146. var tabNum = $(this).index();
  147. var nthChild = tabNum+1;
  148. $("ul#tabs li.active").removeClass("active");
  149. $(this).addClass("active");
  150. $("ul#tab li.active").removeClass("active");
  151. $("ul#tab li:nth-child("+nthChild+")").addClass("active");}});});</script>
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158. <!-- SCRIPT: TOGGLE -->
  159.  
  160. <script>
  161. $(document).ready(function(){
  162. $(".nlinksbutton").click(function(){
  163. $(".nlinkscontent").toggle();
  164. });
  165. });
  166. </script>
  167.  
  168. <script>
  169. $(document).ready(function(){
  170. $(".nlinksbutton1").click(function(){
  171. $(".nlinkscontent1").toggle();
  172. });
  173. });
  174. </script>
  175.  
  176. <script>
  177. $(document).ready(function(){
  178. $(".nlinksbutton2").click(function(){
  179. $(".nlinkscontent2").toggle();
  180. });
  181. });
  182. </script>
  183.  
  184. <script>
  185. $(document).ready(function(){
  186. $(".nlinksbutton3").click(function(){
  187. $(".nlinkscontent3").toggle();
  188. });
  189. });
  190. </script>
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197. <script>
  198.  
  199. jQuery(document).ready(function($){
  200.  
  201.  
  202. let themeName = localStorage.getItem('theme');
  203.  
  204. switch(themeName) {
  205. case 'steve':
  206. setSteveTheme()
  207. break;
  208. case 'dugan':
  209. setDuganTheme()
  210. break;
  211. case 'dean':
  212. setDeanTheme()
  213. break;
  214. case 'sam':
  215. setSamTheme()
  216. break;
  217. case 'alec':
  218. setAlecTheme()
  219. break;
  220. case 'hank':
  221. setHankTheme()
  222. break;
  223. case 'porthos':
  224. setPorthosTheme()
  225. break;
  226. case 'claudia':
  227. setClaudiaTheme()
  228. break;
  229.  
  230. default:
  231. setDeanTheme()
  232. }
  233.  
  234.  
  235.  
  236. $('.steve').on({
  237. 'click': function() {
  238. setSteveTheme()
  239. }
  240. });
  241.  
  242. $('.dugan').on({
  243. 'click': function() {
  244. setDuganTheme()
  245. }
  246. });
  247.  
  248. $('.dean').on({
  249. 'click': function() {
  250. setDeanTheme()
  251. }
  252. });
  253.  
  254. $('.sam').on({
  255. 'click': function() {
  256. setSamTheme()
  257. }
  258. });
  259.  
  260. $('.alec').on({
  261. 'click': function() {
  262. setAlecTheme()
  263. }
  264. });
  265.  
  266. $('.hank').on({
  267. 'click': function() {
  268. setHankTheme()
  269. }
  270. });
  271.  
  272. $('.porthos').on({
  273. 'click': function() {
  274. setPorthosTheme()
  275. }
  276. });
  277.  
  278. $('.claudia').on({
  279. 'click': function() {
  280. setClaudiaTheme()
  281. }
  282. });
  283.  
  284.  
  285.  
  286.  
  287.  
  288. function setSteveTheme() {
  289. console.log("steve")
  290. $('.rightimg1').attr('src','https://i.imgur.com/KhqQV0K.png');
  291. $('.rightimg2').attr('src','https://i.imgur.com/u4TMuLI.png');
  292. $('.leftimg').attr('src','https://i.imgur.com/f5Ppp3R.png');
  293. $("body").css('background-image', 'url(https://i.imgur.com/Jnb60Rb.png');
  294.  
  295. localStorage.setItem('theme', 'steve')
  296. }
  297.  
  298.  
  299. function setDuganTheme() {
  300. console.log("dugan")
  301. $('.rightimg1').attr('src','https://static.tumblr.com/ibha82r/ofUqbb88p/duganside01.png');
  302. $('.rightimg2').attr('src','https://i.imgur.com/ylG4pP9.png');
  303. $('.leftimg').attr('src','https://static.tumblr.com/ibha82r/WiHqbb8bf/duganside03.png');
  304. $("body").css('background-image', 'url(https://i.imgur.com/myUYNgd.png');
  305.  
  306. localStorage.setItem('theme', 'dugan')
  307. }
  308.  
  309.  
  310. function setDeanTheme() {
  311. console.log("dean")
  312. $('.rightimg1').attr('src','https://i.imgur.com/4JV30Tf.png');
  313. $('.rightimg2').attr('src','https://i.imgur.com/EtjUbua.png');
  314. $('.leftimg').attr('src','https://i.imgur.com/ttIP6KT.png');
  315. $("body").css('background-image', 'url(https://i.imgur.com/Y6vI9u5.png');
  316.  
  317. localStorage.setItem('theme', 'dean')
  318. }
  319.  
  320.  
  321. function setSamTheme() {
  322. console.log("sam")
  323. $('.rightimg1').attr('src','https://i.imgur.com/4UuiAuQ.png');
  324. $('.rightimg2').attr('src','https://i.imgur.com/5jyL7l0.png');
  325. $('.leftimg').attr('src','https://i.imgur.com/L0N9edx.png');
  326. $("body").css('background-image', 'url(https://i.imgur.com/1x4Sxng.png');
  327.  
  328. localStorage.setItem('theme', 'sam')
  329. }
  330.  
  331.  
  332. function setAlecTheme() {
  333. console.log("alec")
  334. $('.rightimg1').attr('src','https://i.imgur.com/SnOpaQW.png');
  335. $('.rightimg2').attr('src','https://i.imgur.com/rKghJXA.png');
  336. $('.leftimg').attr('src','https://i.imgur.com/qzaJYku.png');
  337. $("body").css('background-image', 'url(https://i.imgur.com/9ialJrR.png');
  338.  
  339. localStorage.setItem('theme', 'alec')
  340. }
  341.  
  342.  
  343. function setHankTheme() {
  344. console.log("hank")
  345. $('.rightimg1').attr('src','https://i.imgur.com/EPIl55H.png');
  346. $('.rightimg2').attr('src','https://i.imgur.com/0eIDzlh.png');
  347. $('.leftimg').attr('src','https://i.imgur.com/lYqXmvm.png');
  348. $("body").css('background-image', 'url(https://i.imgur.com/Uk12zdU.png');
  349.  
  350. localStorage.setItem('theme', 'hank')
  351. }
  352.  
  353.  
  354. function setPorthosTheme() {
  355. console.log("porthos")
  356. $('.rightimg1').attr('src','https://i.imgur.com/XqA12iy.png');
  357. $('.rightimg2').attr('src','https://i.imgur.com/QJ9vbCj.png');
  358. $('.leftimg').attr('src','https://i.imgur.com/02Yx6uZ.png');
  359. $("body").css('background-image', 'url(https://i.imgur.com/vne9jIn.png');
  360.  
  361. localStorage.setItem('theme', 'porthos')
  362. }
  363.  
  364. function setClaudiaTheme() {
  365. console.log("claudia")
  366. $('.rightimg1').attr('src','https://i.imgur.com/zk3w6J0.png');
  367. $('.rightimg2').attr('src','https://i.imgur.com/GuFyPFh.png');
  368. $('.leftimg').attr('src','https://i.imgur.com/8NeWD6B.png');
  369. $("body").css('background-image', 'url(https://i.imgur.com/FUNyvCr.png');
  370.  
  371. localStorage.setItem('theme', 'claudia')
  372. }
  373.  
  374.  
  375.  
  376.  
  377.  
  378. });
  379.  
  380. </script>
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389. <!-- CUSTOM FONTS -->
  390.  
  391. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
  392.  
  393. <link rel="stylesheet" href="https://static.tumblr.com/gjexvml/yTwpxxahr/stylesheet.css">
  394.  
  395. <link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@500&display=swap" rel="stylesheet">
  396.  
  397. <link href="https://fonts.googleapis.com/css2?family=Space+Mono&display=swap" rel="stylesheet">
  398.  
  399.  
  400.  
  401.  
  402.  
  403. <!-- META LINES -->
  404.  
  405. <meta name="image:Sidebar1" content=""/>
  406. <meta name="image:Sidebar2" content=""/>
  407. <meta name="image:Sidebar3" content=""/>
  408.  
  409. <meta name="color:Background" content=""/>
  410. <meta name="color:Border" content="{color:border}"/>
  411. <meta name="color:Text" content="#c6c6c6"/>
  412. <meta name="color:Title" content="#000000"/>
  413. <meta name="color:Title Shadow" content="{color:border}"/>
  414. <meta name="color:Links" content=""/>
  415. <meta name="color:Links Hover" content=""/>
  416. <meta name="color:Bold" content="#555555"/>
  417. <meta name="color:Headers" content ="#555555"/>
  418. <meta name="color:Italic" content="#ffffff"/>
  419. <meta name="color:Links" content="#ffffff"/>
  420.  
  421. <meta name="color:Top Title" content=""/>
  422. <meta name="color:Top Title border" content=""/>
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429. <style type="text/css">
  430.  
  431.  
  432.  
  433. .iframe-controls-container.iframe-controls-container--praeludio .iframe-controls-background {
  434. background-color: transparent!important;
  435. }
  436.  
  437.  
  438.  
  439.  
  440. /* SCROLLBAR */
  441.  
  442.  
  443. ::-webkit-scrollbar {
  444. scrollbar-width: none;
  445. background-color:transparent;
  446. height: 0px;
  447. display:none;
  448. width: 0px
  449. -ms-overflow-style: none; // IE 10+
  450. overflow: -moz-scrollbars-none; // Firefox
  451. }
  452.  
  453.  
  454. ::-webkit-scrollbar-thumb {
  455. background-color:transparent;
  456. }
  457.  
  458.  
  459.  
  460.  
  461. .tooltip {
  462. display:inline;
  463. position:relative;
  464. }
  465.  
  466.  
  467. #s-m-t-tooltip {
  468. max-width:250px;
  469. line-height:13px;
  470. margin-left:12.5px;
  471. margin-top:12.5px;
  472. font-weight:bold;
  473. background-color:{color:background};
  474. border:1px solid {color:border};
  475. padding-left:25px;
  476. padding-right:25px;
  477. padding-top:12px;
  478. padding-bottom:12px;
  479. font-family:calibri;
  480. font-size:8.5px;
  481. letter-spacing:0.3px;
  482. text-transform:uppercase;
  483. font-family: calibri, sans-serif;
  484. font-weight:bold!important;
  485. color:;
  486. text-shadow: 0px 0px 1px {color:bold};
  487. color: {color:italic};
  488. text-transform:uppercase;
  489. text-shadow: 0px 0px 1px {color:italic};
  490. }
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497. /* TOOLTIP */
  498.  
  499.  
  500. #s-m-t-tooltip {
  501. z-index:9999999999999999999999!important;
  502. }
  503.  
  504.  
  505. .tmblr-iframe-pushdown {
  506. padding-top: 0px!important;
  507. }
  508.  
  509.  
  510.  
  511.  
  512. /* FOUNDATION */
  513.  
  514.  
  515. body {
  516. background-image:url({image:background});
  517. background-attachment:fixed;
  518. background-repeat:no-repeat;
  519. background-position:top left;
  520. background-color:{color:background};
  521. font-family: 'Frank Ruhl Libre';
  522. font-size:10px;
  523. line-height:12px;
  524. color:{color:text};
  525. }
  526.  
  527.  
  528. body a {
  529. text-transform:uppercase;
  530. text-decoration:none!important;
  531. font-family:calibri;
  532. font-weight:bold!important;
  533. color:{color:text};
  534. -moz-transition-duration:1.5s;
  535. -webkit-transition-duration:1.5s;
  536. -o-transition-duration:1.5s;
  537. }
  538.  
  539.  
  540. body a:hover {
  541. color:{color:links hover}!important;
  542. text-shadow: 0px 0px 1px {color:links hover};
  543. -moz-transition-duration:1.5s;
  544. -webkit-transition-duration:1.5s;
  545. -o-transition-duration:1.5s;
  546. }
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553. /* FONT-RELATED */
  554.  
  555.  
  556. b, bold, strong {
  557. font-size:8.5px;
  558. letter-spacing:0.3px;
  559. text-transform:uppercase;
  560. font-family: calibri, sans-serif;
  561. font-weight:bold!important;
  562. color:{color:bold};
  563. text-shadow: 0px 0px 1px {color:bold};
  564. }
  565.  
  566.  
  567. b i, bold i {
  568. color:{color:bold}!important;
  569. text-shadow: 0px 0px 1px {color:bold};
  570. }
  571.  
  572.  
  573. em, i, italic {
  574. font-style:normal!important;
  575. font-size:8.5px;
  576. letter-spacing:0.3px;
  577. text-transform:uppercase;
  578. font-family: calibri, sans-serif;
  579. font-weight:bold!important;
  580. color:{color:italic}!important;
  581. text-shadow: 0px 0px 1px {color:italic};
  582. }
  583.  
  584.  
  585. small {
  586. font-size:10px;
  587. }
  588.  
  589.  
  590. sub, sup {
  591. font-size:10px;
  592. vertical-align: baseline!important;
  593. position: relative!important;
  594. top: 0em!important;
  595. line-height:14px;
  596. }
  597.  
  598.  
  599. big {
  600. font-size:125%;
  601. }
  602.  
  603.  
  604. ul, ol {
  605. padding:0px;
  606. margin-left:13px;
  607. }
  608.  
  609.  
  610. li {
  611. padding-left: 0px;
  612. }
  613.  
  614.  
  615. u, u a {
  616. background-color: #000000;
  617. outline: 1px solid {color:border};
  618. font-family:'Frank Ruhl Libre', serif;
  619. color:#000000!important;
  620. text-decoration:none!important;
  621. font-style:normal!important;
  622. font-weight:bold!important;
  623. text-transform:uppercase!important;
  624. float:left;
  625. margin-top:1px;
  626. margin-left:1px;
  627. height:60px;
  628. width:60px;
  629. font-size: 48px;
  630. margin-right: 13px;
  631. position: relative;
  632. text-align: center;
  633. vertical-align: middle;
  634. line-height: 60px;
  635. text-shadow:
  636. -1px -1px 0 {color:border},
  637. 1px -1px 0 {color:border},
  638. -1px 1px 0 {color:border},
  639. 1px 1px 0 {color:border};
  640. }
  641.  
  642.  
  643. pre {
  644. overflow: auto;
  645. position:relative;
  646. z-index:15;
  647. background-color: {color:background};
  648. outline:1px solid {color:border};
  649. margin-left:1px;
  650. margin-right:1px;
  651. font-weight:bold;
  652. padding-left:25px;
  653. padding-right:25px;
  654. margin-top:1px!important;
  655. margin-bottom:12px!important;
  656. font-family:monospace;
  657. letter-spacing:0.75px;
  658. word-spacing:-3px!important;
  659. font-size:8.4px;
  660. text-shadow: 0px 0px 1px {color:headers};
  661. text-transform:uppercase;
  662. text-align:left;
  663. padding-top:8px;
  664. padding-bottom:8px;
  665. text-align:justify;
  666. outline:1px solid {color:border};
  667. white-space: pre-wrap;
  668. white-space: -moz-pre-wrap;
  669. white-space: -pre-wrap;
  670. white-space: -o-pre-wrap;
  671. word-wrap: break-word;
  672. }
  673.  
  674.  
  675. pre b, pre strong {
  676. color:{color:body text}!important;
  677. font-family:monospace!important;
  678. font-weight:bold!important;
  679. letter-spacing:0.75px;
  680. margin-top:0px!important;
  681. font-size:8.4px;
  682. word-wrap: break-word;
  683. white-space: pre-wrap;
  684. white-space: -moz-pre-wrap;
  685. white-space: -pre-wrap;
  686. white-space: -o-pre-wrap;
  687. word-wrap: break-word;
  688. text-shadow: 0px 0px 1px {color:body text};
  689. -moz-transition-duration:1.5s;
  690. -webkit-transition-duration:1.5s;
  691. -o-transition-duration:1.5s;
  692. }
  693.  
  694.  
  695. pre a {
  696. font-family:monospace!important;
  697. font-weight:lighter!important;
  698. letter-spacing:0.5px;
  699. margin-top:0px!important;
  700. font-size:8.4px;
  701. word-wrap: break-word;
  702. white-space: pre-wrap;
  703. white-space: -moz-pre-wrap;
  704. white-space: -pre-wrap;
  705. white-space: -o-pre-wrap;
  706. word-wrap: break-word;
  707. color:{color:links};
  708. -moz-transition-duration:1.5s;
  709. -webkit-transition-duration:1.5s;
  710. -o-transition-duration:1.5s;
  711. }
  712.  
  713.  
  714.  
  715. /* HEADERS */
  716.  
  717.  
  718. h1 {
  719. outline: 1px solid {color:border};
  720. background-color:{color:background};
  721. overflow:hidden;
  722. margin-left:1px;
  723. margin-right:1px;
  724. margin-bottom:12px;
  725. padding-left:25px;
  726. padding-right:25px;
  727. height:25px;
  728. line-height:25px;
  729. text-align:left!important;
  730. font-family:calibri;
  731. font-weight:bold;
  732. font-size:9.6px!important;
  733. text-transform:uppercase;
  734. color:{color:bold}!important;
  735. text-shadow: 0px 0px 1px {color:bold};
  736. }
  737.  
  738.  
  739. h1 a {
  740. color: {color:links};
  741. font-size:10px!important;
  742. text-shadow: 0px 0px 1px {color:links};
  743. }
  744.  
  745.  
  746. h2 {
  747. line-height:16px;
  748. padding-left:25px;
  749. padding-right:25px;
  750. margin-bottom:12px;
  751. margin-left:1px;
  752. margin-right:1px;
  753. font-size:8.5px;
  754. padding-top:12px;
  755. padding-bottom:12px;
  756. letter-spacing:0.3px;
  757. text-transform:uppercase;
  758. font-family: calibri, sans-serif;
  759. outline:1px solid {color:border};
  760. font-weight:bold!important;
  761. text-align:left;
  762. text-shadow: 0px 0px 1px {color:text};
  763. }
  764.  
  765.  
  766. h2 a {
  767. font-family: calibri, sans-serif;
  768. font-size:11px!important;
  769. text-transform:uppercase!important;
  770. color:{color:links};
  771. letter-spacing:-0.4px;
  772. text-shadow: 0px 0px 1px {color:links};
  773. }
  774.  
  775.  
  776. h4 {
  777. outline:1px solid {color:border};
  778. margin-left:1px;
  779. margin-right:1px;
  780. margin-bottom:12px;
  781. margin-top:12px;
  782. padding-left:25px;
  783. padding-right:25px;
  784. height:25px;
  785. text-align:left;
  786. font-family:monospace;
  787. letter-spacing:0.6px;
  788. font-size:8.4px;
  789. font-style:normal;
  790. font-weight:bold;
  791. line-height:25px;
  792. color:{color:body text};
  793. text-transform:uppercase;
  794. text-shadow: 0px 0px 1px {color:headers};
  795. }
  796.  
  797.  
  798. h4:first-child {
  799. margin-top:1px;
  800. }
  801.  
  802.  
  803. h4 a {
  804. font-family:calibri;
  805. font-style:normal;
  806. font-weight:700;
  807. font-size:10px;
  808. line-height:10px;
  809. color: {color:links};
  810. text-shadow: 0px 0px 1px {color:links};
  811. }
  812.  
  813.  
  814.  
  815. hr {
  816. height:12px;
  817. outline:1px solid {color:border}!important;
  818. border:none!important;
  819. margin-top:18px;
  820. margin-bottom:18px!important;
  821. margin-left:1px;
  822. margin-right:1px;
  823. }
  824.  
  825.  
  826.  
  827.  
  828.  
  829. /* BLOCKQUOTES */
  830.  
  831.  
  832. blockquote {
  833. padding-left:25px;
  834. padding-right:25px;
  835. padding-top:12px;
  836. padding-bottom:12px;
  837. margin-top:12px;
  838. margin-bottom:12px;
  839. text-align:justify;
  840. margin-left:1px;
  841. margin-right:1px;
  842. outline:1px solid {color:border};
  843. word-wrap: break-word!important;
  844. }
  845.  
  846.  
  847. blockquote blockquote {
  848. outline:0px solid {color:border};
  849. border-left:1px solid {color:border}!important;
  850. border-top:0px!important;
  851. border-bottom:0px!important;
  852. border-right:0px!important;
  853. padding-top:0px!important;
  854. padding-bottom:0px!important;
  855. padding-left:25px;
  856. padding-right:0px;
  857. margin-top:12px!important;
  858. margin-bottom:0px!important;
  859. margin-left:0px;
  860. }
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867. /* CONTAINER */
  868.  
  869.  
  870. #container {
  871. position:absolute;
  872. left:150px;
  873. height:470px;
  874. width:1050px;
  875. margin-top:120px;
  876. outline:1px solid {color:border};
  877. padding:25px;
  878. background:rgba(0,0,0,.93);
  879. -webkit-box-shadow: 0px 0px 100px 30px {color:background};
  880. -moz-box-shadow: 0px 0px 100px 30px {color:background};
  881. box-shadow: 0px 0px 100px 30px {color:background};
  882. }
  883.  
  884.  
  885. #containertitle {
  886. z-index:9999999!important;
  887. position:absolute;
  888. font-family: 'janeaustennosecret';
  889. color:#000;
  890. font-weight:lighter!important;
  891. font-size:115px;
  892. width:1050px;
  893. margin-left:2px;
  894. margin-top:-25px;
  895. line-height:14px;
  896. letter-spacing:-6px;
  897. word-spacing:-1px;
  898. text-align:center!important;
  899. padding-left:0px;
  900. pointer-events:none;
  901. background-color:transparent;
  902. text-shadow:
  903. -1px -1px 0 {color:border},
  904. 1px -1px 0 {color:border},
  905. -1px 1px 0 {color:border},
  906. 1px 1px 0 {color:border};
  907. }
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916. /* SIDE */
  917.  
  918.  
  919. #side {
  920. position:absolute;
  921. margin-top:26px!important;
  922. left:284px;
  923. height:120px;
  924. width:231px;
  925. }
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932. /* SIDE LEFT */
  933.  
  934.  
  935. #left {
  936. position:absolute;
  937. left:26px;
  938. top:26px!important;
  939. height:240px;
  940. width:231px;
  941. }
  942.  
  943.  
  944. #leftboxheader {
  945. font-family:calibri, sans-serif;
  946. text-transform:uppercase;
  947. font-weight:bold;
  948. text-align:center;
  949. outline:1px solid {color:border};
  950. padding-left:25px;
  951. padding-right:25px;
  952. height:25px;
  953. color:{color:bold}!important;
  954. line-height:25px;
  955. overflow:hidden;
  956. text-shadow: 0px 0px 1px {color:bold};
  957. }
  958.  
  959.  
  960. #leftbox {
  961. position:absolute;
  962. margin-top:1px!important;
  963. height:241px;
  964. width:231px;
  965. box-sizing:border-box;
  966. border-top:25px solid {color:background};
  967. border-bottom:25px solid {color:background};
  968. padding-left:25px;
  969. padding-right:25px;
  970. text-align:justify;
  971. outline:1px solid {color:border};
  972. overflow-x:hidden;
  973. overflow-y:hidden;
  974. background:rgba(0,0,0,.75);
  975. }
  976.  
  977.  
  978. #leftbox b, bold, strong {
  979. font-size:8.8px;
  980. }
  981.  
  982.  
  983. .leftimg {
  984. position:absolute;
  985. position:relative;
  986. background-image:url('{Sidebar}');
  987. margin-top:269px!important;
  988. left:0px;
  989. height:120px;
  990. width:231px;
  991. outline:1px solid {color:border};
  992. overflow:hidden;
  993. pointer-events:none;
  994. }
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001. /* SIDE RIGHT */
  1002.  
  1003.  
  1004. .rightimg1 {
  1005. background-image:url('{Sidebar}');
  1006. margin-top:-25px!important;
  1007. height:120px;
  1008. width:231px;
  1009. outline:1px solid {color:border};
  1010. overflow:hidden;
  1011. pointer-events:none;
  1012. }
  1013.  
  1014.  
  1015. .rightimg2 {
  1016. background-image:url('{Sidebar}');
  1017. margin-top:24px!important;
  1018. left:0px;
  1019. height:120px;
  1020. width:231px;
  1021. outline:1px solid {color:border};
  1022. overflow:hidden;
  1023. pointer-events:none;
  1024. }
  1025.  
  1026.  
  1027. #rightboxheader {
  1028. position:relative;
  1029. box-sizing:border-box;
  1030. margin-top:50px!important;
  1031. height:120px;
  1032. width:231px;
  1033. font-family:calibri;
  1034. text-transform:uppercase;
  1035. font-weight:bold;
  1036. text-align:center;
  1037. border:1px solid {color:border};
  1038. padding-left:25px;
  1039. padding-right:25px;
  1040. height:25px;
  1041. line-height:25px;
  1042. text-shadow: 0px 0px 1px {color:text};
  1043. }
  1044.  
  1045.  
  1046. #rightbox {
  1047. position:relative;
  1048. box-sizing:border-box;
  1049. margin-top:0px!important;
  1050. height:95px;
  1051. width:231px;
  1052. outline:1px solid {color:border};
  1053. overflow:hidden;
  1054. text-align:justify;
  1055. border-top:24px solid {color:background};
  1056. border-bottom:24px solid {color:background};
  1057. padding-left:25px;
  1058. padding-right:25px;
  1059. overflow-x:hidden;
  1060. overflow-y:hidden;
  1061. background:rgba(0,0,0,0);
  1062. }
  1063.  
  1064.  
  1065. #rightbox a {
  1066. font-size:8.5px;
  1067. letter-spacing:0.3px;
  1068. text-transform:uppercase;
  1069. font-family: calibri, sans-serif;
  1070. font-weight:bold!important;
  1071. margin-right:0px;
  1072. margin-top:0px!important;
  1073. color:{color:links};
  1074. text-shadow: 0px 0px 1px {color:links};
  1075. -moz-transition-duration:1.5s;
  1076. -webkit-transition-duration:1.5s;
  1077. -o-transition-duration:1.5s;
  1078. }
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085. /* NAVIGATION BAR */
  1086.  
  1087.  
  1088. #bottombar {
  1089. position:absolute;
  1090. width:489px;
  1091. height:27px;
  1092. top:467px;
  1093. margin-left:1px;
  1094. line-height:25px;
  1095. overflow:hidden;
  1096. outline:1px solid {color:border};
  1097. }
  1098.  
  1099.  
  1100. #bottombar button {
  1101. box-sizing:border-box;
  1102. font-family:calibri;
  1103. text-transform:uppercase;
  1104. font-weight:bold;
  1105. display:block;
  1106. float:left;
  1107. font-size:9.6px;
  1108. width:125px!important;
  1109. outline:0px solid {color:border};
  1110. border-left:1px solid {color:border};
  1111. border-right:1px solid {color:border};
  1112. border-top:0px;
  1113. border-bottom:0px;
  1114. height:25px;
  1115. line-height:25px;
  1116. text-align:center;
  1117. margin-top:1px;
  1118. margin-left:-1px;
  1119. color:#303030!important;
  1120. background:rgba(0,0,0,.9);
  1121. text-shadow: 0px 0px 1px #424242;
  1122. }
  1123.  
  1124.  
  1125. #bottombar button:first-of-type {
  1126. width:125px!important;
  1127. }
  1128.  
  1129.  
  1130. #bottombar a {
  1131. box-sizing:border-box;
  1132. font-family:calibri;
  1133. text-transform:uppercase;
  1134. font-weight:bold;
  1135. display:block;
  1136. float:left;
  1137. font-size:9.6px;
  1138. width:125px!important;
  1139. border-right:0px solid {color:border};
  1140. border-left:0px;
  1141. border-top:0px;
  1142. border-bottom:0px;
  1143. height:25px;
  1144. line-height:25px;
  1145. text-align:center;
  1146. margin-top:1px;
  1147. margin-left:1px;
  1148. color:#303030!important;
  1149. background:rgba(0,0,0,.9);
  1150. text-shadow: 0px 0px 1px #424242;
  1151. }
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157. /* NAVIGATION LIST */
  1158.  
  1159.  
  1160. .nlist {
  1161. position:absolute;
  1162. overflow-x:hidden;
  1163. overflow-y:scroll;
  1164. scrollbar-width: none;
  1165. z-index:150!important;
  1166. left:434px;
  1167. margin-top:440px;
  1168. height:120px;
  1169. width:235px;
  1170. max-width:231px;
  1171. background-color:{color:background};
  1172. overflow-y:scroll;
  1173. padding-left:0px;
  1174. padding-right:0px;
  1175. outline:1px solid {color:border}!important;
  1176. }
  1177.  
  1178.  
  1179. .nlist::-webkit-scrollbar {
  1180. width: 12px;
  1181. border-left:1px solid {color:border};
  1182. }
  1183.  
  1184.  
  1185. .nlist::-webkit-scrollbar-track {
  1186. background-color:transparent;
  1187. border-left:1px solid {color:border};
  1188. }
  1189.  
  1190.  
  1191. .nlist::-webkit-scrollbar-thumb {
  1192. color:{color:background};
  1193. border-top:1px solid {color:border};
  1194. border-bottom:1px solid {color:border};
  1195. }
  1196.  
  1197.  
  1198. .nlinks, .nlinks1 {
  1199. margin-top:-1px;
  1200. padding-left:0px!important;
  1201. width:275px;
  1202. background-color:{color:background};
  1203. }
  1204.  
  1205.  
  1206. .nlinks a, .nlinks li {
  1207. display:inline-block;
  1208. box-sizing: border-box;
  1209. border-top:1px solid {color:border};
  1210. border-right:1px solid {color:border};
  1211. text-align:center!important;
  1212. margin-left:-1px;
  1213. margin-top:-1px!important;
  1214. width:118px;
  1215. height:32.9px!important;
  1216. line-height:32.9px!important;
  1217. overflow:hidden;
  1218. padding-left:25px;
  1219. padding-right:25px;
  1220. margin-left:-1px;
  1221. font-family:calibri;
  1222. font-style:normal;
  1223. font-weight:bold!important;
  1224. margin-right:0px;
  1225. margin-bottom:-3px;
  1226. font-size:9.6px;
  1227. letter-spacing:0px;
  1228. color:#424242;
  1229. text-shadow: 0px 0px 1px #303030!important;
  1230. text-transform:uppercase;
  1231. cursor:pointer;
  1232. -moz-transition-duration:1.5s;
  1233. -webkit-transition-duration:1.5s;
  1234. -o-transition-duration:1.5s;
  1235. }
  1236.  
  1237.  
  1238. .nlinks1 a, .nlinks1 li {
  1239. display:inline-block;
  1240. box-sizing: border-box;
  1241. border-top:1px solid {color:border};
  1242. border-right:1px solid {color:border};
  1243. text-align:center!important;
  1244. margin-left:-1px;
  1245. margin-top:-1px!important;
  1246. width:118px;
  1247. height:32.9px!important;
  1248. line-height:32.9px!important;
  1249. overflow:hidden;
  1250. padding-left:25px;
  1251. padding-right:25px;
  1252. margin-left:-1px;
  1253. font-family:calibri;
  1254. font-style:normal;
  1255. font-weight:bold!important;
  1256. margin-right:0px;
  1257. margin-bottom:-3px;
  1258. font-size:9.6px;
  1259. letter-spacing:0px;
  1260. color:{color:links};
  1261. text-shadow: 0px 0px 1px #303030!important;
  1262. text-transform:uppercase;
  1263. cursor:pointer;
  1264. -moz-transition-duration:1.5s;
  1265. -webkit-transition-duration:1.5s;
  1266. -o-transition-duration:1.5s;
  1267. }
  1268.  
  1269.  
  1270. .nlinks li:hover, .nlinks a:hover, .nlinks li:nth-of-type(even):hover {
  1271. color:#fff!important;
  1272. text-shadow: 0px 0px 1px {color:links};
  1273. -moz-transition-duration:1.5s;
  1274. -webkit-transition-duration:1.5s;
  1275. -o-transition-duration:1.5s;
  1276. }
  1277.  
  1278.  
  1279. .nlinksbutton, .nlinksbutton1, .nlinksbutton2, .nlinksbutton3 {
  1280. display:inline-block;
  1281. box-sizing: border-box;
  1282. border-top:1px solid {color:border};
  1283. border-bottom:1px solid {color:border};
  1284. background-color:{color:background};
  1285. width:230px;
  1286. overflow:hidden;
  1287. height:33px;
  1288. line-height:33px;
  1289. padding-left:25px;
  1290. padding-right:25px;
  1291. text-align:center;
  1292. font-size:8.5px;
  1293. letter-spacing:0.3px;
  1294. text-transform:uppercase;
  1295. font-family: calibri, sans-serif;
  1296. font-weight:bold!important;
  1297. margin-right:0px;
  1298. margin-top:-1px!important;
  1299. color:{color:links};
  1300. text-shadow: 0px 0px 1px {color:links};
  1301. margin-right:0px;
  1302. margin-bottom:-3px;
  1303. cursor:pointer;
  1304. -moz-transition-duration:1.5s;
  1305. -webkit-transition-duration:1.5s;
  1306. -o-transition-duration:1.5s;
  1307. }
  1308.  
  1309.  
  1310. .nlinkscontent, .nlinkscontent1, .nlinkscontent2, .nlinkscontent3 {
  1311. display:none;
  1312. max-width:484px;
  1313. background-color:#000000;
  1314. overflow:hidden;
  1315. outline:0px solid {color:border};
  1316. }
  1317.  
  1318.  
  1319. .nlinkscontent3 li:last-child {
  1320. border-bottom:none!important;
  1321. }
  1322.  
  1323.  
  1324. .nlinkscontent a {
  1325. outline:0px solid {color:border};
  1326. border:0px;
  1327. width:242.1px!important;
  1328. margin-top:-1px!important;
  1329. margin-left:0px!important;
  1330. margin-right:-1px!important;
  1331. }
  1332.  
  1333.  
  1334. .nlinkscontent li, .nlinkscontent1 li, .nlinkscontent2 li, .nlinkscontent3 li {
  1335. background:rgba(0,0,0,1);
  1336. text-align:center!important;
  1337. margin-left:-1px;
  1338. margin-top:-1px!important;
  1339. border-right:1px solid {color:border};
  1340. border-bottom:1px solid {color:border};
  1341. width:118px;
  1342. height:32.9px!important;
  1343. line-height:30px!important;
  1344. color:{color:links};!important;
  1345. }
  1346.  
  1347.  
  1348.  
  1349.  
  1350.  
  1351.  
  1352.  
  1353. /* POSTS: GENERAL */
  1354.  
  1355.  
  1356. #content {
  1357. position:absolute;
  1358. margin-top:1px;
  1359. margin-left:517px;
  1360. height:468px;
  1361. width:482px;
  1362. outline:1px solid {color:border};
  1363. overflow:scroll;
  1364. padding-left:25px;
  1365. padding-right:25px;
  1366. background:rgba(0,0,0,.25);
  1367. scrollbar-width: none;
  1368. }
  1369.  
  1370.  
  1371. #content2 {
  1372. position:absolute;
  1373. margin-top:1px;
  1374. margin-left:517px;
  1375. height:419px;
  1376. width:532px;
  1377. overflow-y:scroll;
  1378. margin-left:-25px;
  1379. margin-top:25px!important;
  1380. scrollbar-width: none;
  1381. }
  1382.  
  1383.  
  1384. .posts {
  1385. width:482px;
  1386. max-width:482px;
  1387. word-wrap: break-word!important;
  1388. text-align:justify;
  1389. line-height:12px;
  1390. margin-bottom:35px;
  1391. padding-left:25px;
  1392. scrollbar-width: none;
  1393. }
  1394.  
  1395.  
  1396. .posts:first-child, .posts:first-of-type {
  1397. margin-top:13px;
  1398. }
  1399.  
  1400.  
  1401. .posts:last-child {
  1402. margin-bottom:0px!important;
  1403. }
  1404.  
  1405.  
  1406. .posts li:first-letter {
  1407. text-transform:uppercase;
  1408. }
  1409.  
  1410.  
  1411. .posts a {
  1412. font-family:monospace;
  1413. letter-spacing:0.75px;
  1414. word-spacing:-3px!important;
  1415. font-size:8.4px;
  1416. text-shadow: 0px 0px 1px {color:headers};
  1417. text-transform:uppercase;
  1418. font-weight:bold!important;
  1419. margin-right:0px;
  1420. margin-top:0px!important;
  1421. color:{color:links};
  1422. text-shadow: 0px 0px 1px {color:links};
  1423. -moz-transition-duration:1.5s;
  1424. -webkit-transition-duration:1.5s;
  1425. -o-transition-duration:1.5s;
  1426. }
  1427.  
  1428.  
  1429. .posts a:hover {
  1430. color:{color:links hover};
  1431. -moz-transition-duration:1.5s;
  1432. -webkit-transition-duration:1.5s;
  1433. -o-transition-duration:1.5s;
  1434. }
  1435.  
  1436.  
  1437. .posts img {
  1438. max-width: -webkit-calc(100% - 22px);
  1439. max-width: -moz-calc(100% - 22px);
  1440. max-width: calc(100% - 22px);
  1441. height:auto;
  1442. }
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449. /* POSTS: GENERAL */
  1450.  
  1451.  
  1452. .pagination {
  1453. margin-left:25px;
  1454. margin-right:25px!important;
  1455. margin-top:-12px!important;
  1456. background-color:#000000;
  1457. margin-bottom:1px;
  1458. box-sizing: border-box;
  1459. outline:1px solid {color:border};
  1460. height:25px;
  1461. line-height:25px;
  1462. min-width:478px;
  1463. padding-left:25px;
  1464. padding-right:25px;
  1465. }
  1466.  
  1467.  
  1468. .pagination a {
  1469. min-width:235px;
  1470. color:#303030!important;
  1471. text-shadow: 0px 0px 1px #303030!important;
  1472.  
  1473. }
  1474.  
  1475.  
  1476.  
  1477. /* POSTS: TEXT */
  1478.  
  1479. #textbody {
  1480. margin-top:-8px!important;
  1481. {block:permalinkpage}
  1482. margin-top:-12px!important;
  1483. {/block:permalinkpage}
  1484. }
  1485.  
  1486.  
  1487. #textbody::after {
  1488. content: "";
  1489. clear: both;
  1490. display: table;
  1491. margin-top:-8px!important;
  1492. }
  1493.  
  1494.  
  1495.  
  1496. /* POSTS: PHOTO/PHOTOSETS */
  1497.  
  1498.  
  1499. #psingle {
  1500. width: 502px;
  1501. margin-top:-6px!important;
  1502. pointer-events:none;
  1503. -webkit-filter: brightness(.9) contrast(1.15) saturate(0.6);
  1504. -webkit-transition: all 1.5s ease-in-out;
  1505. -moz-transition: all 1.5s ease-in-out;
  1506. -o-transition: all 1.5s ease-in-out;
  1507. -ms-transition: all 1.5s ease-in-out;
  1508. transition: all 1.5s ease-in-out;
  1509. }
  1510.  
  1511.  
  1512. #psingle:hover {
  1513. -webkit-filter: brightness(.9) contrast(1.1) saturate(0.6);
  1514. -webkit-transition: all 1.5s ease-in-out;
  1515. -moz-transition: all 1.5s ease-in-out;
  1516. -o-transition: all 1.5s ease-in-out;
  1517. -ms-transition: all 1.5s ease-in-out;
  1518. transition: all 1.5s ease-in-out;
  1519. }
  1520.  
  1521.  
  1522. #pset {
  1523. margin-top:-6px!important;
  1524. {block:permalinkpage}
  1525. margin-top:0px;
  1526. {block:permalinkpage}
  1527. width: 485px;
  1528. pointer-events:none;
  1529. -webkit-filter: brightness(.6) contrast(1.1) saturate(0.6);
  1530. -webkit-transition: all 1.5s ease-in-out;
  1531. -moz-transition: all 1.5s ease-in-out;
  1532. -o-transition: all 1.5s ease-in-out;
  1533. -ms-transition: all 1.5s ease-in-out;
  1534. transition: all 1.5s ease-in-out;
  1535. }
  1536.  
  1537.  
  1538. #pset:hover {
  1539. -webkit-filter: brightness(.6) contrast(1.1) saturate(0.6);
  1540. -webkit-transition: all 1.5s ease-in-out;
  1541. -moz-transition: all 1.5s ease-in-out;
  1542. -o-transition: all 1.5s ease-in-out;
  1543. -ms-transition: all 1.5s ease-in-out;
  1544. transition: all 1.5s ease-in-out;
  1545. }
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551.  
  1552. /* POSTS: QUOTE */
  1553.  
  1554.  
  1555. #quote {
  1556. font-size:15px;
  1557. text-align:left;
  1558. padding-top:0px;
  1559. padding-bottom:0px;
  1560. letter-spacing:-1px;
  1561. line-height:15px;
  1562. margin-top:-6px!important;
  1563. }
  1564.  
  1565.  
  1566. .source {
  1567. border:1px solid {color:border};
  1568. font-family:calibri;
  1569. font-weight:bold;
  1570. text-align:left;
  1571. font-size:9.5px;
  1572. height:25px;
  1573. line-height:25px;
  1574. color: {color:bold};
  1575. text-transform:uppercase;
  1576. letter-spacing:0.2px;
  1577. margin-top:25px;
  1578. padding-right:25px;
  1579. padding-left:25px;
  1580. margin-top:25px;
  1581. text-shadow: 0px 0px 1px {color:bold};
  1582. }
  1583.  
  1584.  
  1585. .source a {
  1586. color: {color:bold};
  1587. text-shadow: 0px 0px 1px {color:bold};
  1588. }
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595. /* POSTS: LINK */
  1596.  
  1597.  
  1598. #link {
  1599. outline:1px solid {color:border};
  1600. padding:25px;
  1601. margin-top:-6px!important;
  1602. }
  1603.  
  1604.  
  1605. #link a {
  1606. font-size:12px;
  1607. }
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614. /* POSTS: CHAT */
  1615.  
  1616.  
  1617. #chat {
  1618. margin-top:-6px!important;
  1619. padding-left:0px;
  1620. padding-right:0px;
  1621. }
  1622.  
  1623.  
  1624.  
  1625.  
  1626.  
  1627.  
  1628. /* POSTS: AUDIO */
  1629.  
  1630.  
  1631. .audioplayer {
  1632. margin-left:12.5px;
  1633. margin-top:-10px!important;
  1634. width: 25px;
  1635. height: 25px;
  1636. overflow: hidden;
  1637. padding-top:0px;
  1638. }
  1639.  
  1640.  
  1641. .audioinfo {
  1642. outline:1px solid {color:border};
  1643. margin-right: 0px;
  1644. padding-left:60px;
  1645. padding-right:25px;
  1646. margin-top:-25px;
  1647. margin-bottom:12px;
  1648. height:25px;
  1649. line-height:25px;
  1650. display: block;
  1651. font-family:calibri;
  1652. font-weight:bold;
  1653. text-transform: uppercase;
  1654. text-align: left;
  1655. letter-spacing:0.2px;
  1656. word-spacing:-0.5px;
  1657. overflow:hidden;
  1658. font-size:9.5px;
  1659. color:{color:bold};
  1660. text-shadow: 0px 0px 1px {color:bold};
  1661. }
  1662.  
  1663.  
  1664.  
  1665.  
  1666.  
  1667.  
  1668. /* POSTS: VIDEO */
  1669.  
  1670.  
  1671. .video {
  1672. margin-top:0px!important;
  1673. }
  1674.  
  1675.  
  1676.  
  1677.  
  1678.  
  1679.  
  1680. /* POSTS: ASK */
  1681.  
  1682.  
  1683. #question {
  1684. position:relative;
  1685. width: 80%;
  1686. height:70px;
  1687. margin-left:1px;
  1688. margin-top:-10px!important;
  1689. background-color:{color:background};
  1690. }
  1691.  
  1692.  
  1693. #ask {
  1694. position:relative;
  1695. z-index:999999!important;
  1696. float:left;
  1697. font-family:calibri!important;
  1698. text-transform:uppercase;
  1699. font-weight:bold;
  1700. background-color:{color:background};
  1701. font-size:8.5px;
  1702. letter-spacing:0.3px;
  1703. line-height:12px!important;
  1704. width:368px;
  1705. min-height:22px;
  1706. max-height:22px;
  1707. overflow:scroll;
  1708. scrollbar-width: none;
  1709. margin-top:1px;
  1710. margin-left:0px;
  1711. margin-bottom:0px;
  1712. padding-left:24px;
  1713. padding-right:24px;
  1714. outline:solid 1px {color:border};
  1715. border-top:22px solid {color:background};
  1716. border-bottom:22px solid {color:background};
  1717. -moz-transition-duration:1.5s;
  1718. -webkit-transition-duration:1.5s;
  1719. -o-transition-duration:1.5s;
  1720. }
  1721.  
  1722.  
  1723. #ask p {
  1724. display:inline!important;
  1725. }
  1726.  
  1727.  
  1728. #ask:hover {
  1729. max-height:35px!important;
  1730. width:432px;
  1731. z-index:999999!important;
  1732. -moz-transition-duration:1.5s;
  1733. -webkit-transition-duration:1.5s;
  1734. -o-transition-duration:1.5s;
  1735. }
  1736.  
  1737.  
  1738. #ask a {
  1739. font-family:calibri!important;
  1740. text-transform:uppercase;
  1741. font-weight:bold;
  1742. font-size:8.5px;
  1743. letter-spacing:0.3px;
  1744. color:{color:bold};
  1745. text-shadow: 0px 0px 1px {color:bold};
  1746. }
  1747.  
  1748.  
  1749. #ask b {
  1750. color:{color:bold};
  1751. font-size:8.5px!important;
  1752. letter-spacing:0.6px!important;
  1753. line-height:11px;
  1754. text-shadow: 0px 0px 1px {color:bold};
  1755. }
  1756.  
  1757.  
  1758. .letterask {
  1759. font-family:'Frank Ruhl Libre', serif;
  1760. color:#000000!important;
  1761. text-decoration:none!important;
  1762. font-style:normal!important;
  1763. font-weight:bold!important;
  1764. text-transform:uppercase!important;
  1765. position:absolute;
  1766. z-index:9999!important;
  1767. text-align:center;
  1768. font-size:48px;
  1769. width:60px;
  1770. margin-left:417px;
  1771. outline:1px solid {color:border};
  1772. background-color:{color:background};
  1773. margin-top:1px;
  1774. padding-top:25px;
  1775. padding-bottom:29px;
  1776. padding-right:3px;
  1777. color:{color:title};
  1778. -webkit-user-select: none;
  1779. -moz-user-select: none;
  1780. -ms-user-select: none;
  1781. user-select: none;
  1782. text-shadow:
  1783. -1px -1px 0 {color:border},
  1784. 1px -1px 0 {color:border},
  1785. -1px 1px 0 {color:border},
  1786. 1px 1px 0 {color:border};
  1787. }
  1788.  
  1789.  
  1790. #response {
  1791. margin-top:25px!important;
  1792. }
  1793.  
  1794.  
  1795. #response strike {
  1796. background-color: #000000;
  1797. outline: 1px solid {color:border};
  1798. font-family:'Frank Ruhl Libre', serif;
  1799. color:#000000!important;
  1800. text-decoration:none!important;
  1801. font-style:normal!important;
  1802. font-weight:bold!important;
  1803. text-transform:uppercase!important;
  1804. float:left;
  1805. margin-top:1px;
  1806. margin-left:1px;
  1807. height:60px;
  1808. width:60px;
  1809. font-size: 48px;
  1810. margin-right: 13px;
  1811. position: relative;
  1812. text-align: center;
  1813. vertical-align: middle;
  1814. line-height: 60px;
  1815. text-shadow:
  1816. -1px -1px 0 {color:border},
  1817. 1px -1px 0 {color:border},
  1818. -1px 1px 0 {color:border},
  1819. 1px 1px 0 {color:border};
  1820. }
  1821.  
  1822.  
  1823. #response:first-letter {
  1824. font-size:200%;
  1825. }
  1826.  
  1827.  
  1828. #response blockquote {
  1829. margin-top:12px;
  1830. margin-bottom:12px!important;
  1831. padding-top:12px;
  1832. padding-bottom:12px;
  1833. }
  1834.  
  1835.  
  1836. #response pre {
  1837. margin-bottom:6px!important;
  1838. word-wrap: break-word;
  1839. white-space: pre-wrap;
  1840. white-space: -moz-pre-wrap;
  1841. white-space: -pre-wrap;
  1842. white-space: -o-pre-wrap;
  1843. word-wrap: break-word;
  1844. }
  1845.  
  1846.  
  1847. #response::after {
  1848. content: "";
  1849. clear: both;
  1850. display: table;
  1851. margin-top:-8px!important;
  1852. }
  1853.  
  1854.  
  1855.  
  1856.  
  1857.  
  1858. /* POST INFORMATION */
  1859.  
  1860.  
  1861. .permalink {
  1862. margin-top:25px!important;
  1863. margin-left:-27px;
  1864. margin-right:-27px;
  1865. margin-bottom:25px!important;
  1866. }
  1867.  
  1868.  
  1869.  
  1870. .permalinkbuttons {
  1871. height:25px;
  1872. background-color:{color:background};
  1873. font-weight:bold!important;
  1874. line-height:25px;
  1875. letter-spacing:-0.2px;
  1876. margin-left:0px!important;
  1877. margin-bottom:1px!important;
  1878. border:1px solid {color:border};
  1879. color:#303030!important;
  1880. }
  1881.  
  1882.  
  1883. .permalinkbuttons a {
  1884. letter-spacing:0px;
  1885. display:inline-block;
  1886. box-sizing: border-box;
  1887. font-size:9.6px!important;
  1888. text-align:center;
  1889. padding-left:25px;
  1890. padding-right:25px;
  1891. font-family: calibri, sans-serif;
  1892. text-transform:uppercase;
  1893. width:177px;
  1894. max-width:177px;
  1895. height:25px;
  1896. word-spacing:0px!important;
  1897. background-color:{color:background};
  1898. outline:1px solid {color:border};
  1899. line-height:25px;
  1900. color:#424242;!important;
  1901. font-weight:bold!important;
  1902. overflow:hidden;
  1903. text-shadow: 0px 0px 1px #424242;
  1904. }
  1905.  
  1906.  
  1907. .permalinkbuttons a:hover {
  1908. color:{color:links hover};
  1909. -moz-transition-duration:1.5s;
  1910. -webkit-transition-duration:1.5s;
  1911. -o-transition-duration:1.5s;
  1912. text-shadow: 0px 0px 1px {color:links hover};
  1913. }
  1914.  
  1915.  
  1916. .tags {
  1917. font-family: calibri!important;
  1918. font-weight:bold!important;
  1919. border:1px solid {color:border};
  1920. padding-top:12px;
  1921. padding-bottom:12px;
  1922. padding-left:24px;
  1923. padding-right:24px;
  1924. margin-top:-2px;
  1925. color:{color:border};
  1926. text-transform:uppercase!important;
  1927. font-style:normal;
  1928. line-height:150%;
  1929. font-size:8.5px;
  1930. text-align:justify;
  1931. -moz-text-align-last: center; /* Code for Firefox */
  1932. text-align-last: center;
  1933. }
  1934.  
  1935.  
  1936. .tags a {
  1937. text-decoration:none!important;
  1938. font-weight:lighter!important;
  1939. font-size:8.5px;
  1940. margin-right:0px;
  1941. letter-spacing:0px;
  1942. word-spacing:0px!important;
  1943. text-transform:uppercase!important;
  1944. font-family: calibri!important;
  1945. color:{color:border};
  1946. -moz-transition-duration:1.5s;
  1947. -webkit-transition-duration:1.5s;
  1948. -o-transition-duration:1.5s;
  1949. text-shadow: 0px 0px 1px {color:border};
  1950. }
  1951.  
  1952.  
  1953.  
  1954. .tags a:hover {
  1955. font-weight:bold;
  1956. color:{color:italic}!important;
  1957. -moz-transition-duration:1.5s;
  1958. -webkit-transition-duration:1.5s;
  1959. -o-transition-duration:1.5s;
  1960. text-shadow: 0px 0px 1px {color:italic};
  1961. {block:ifBiggerTagsonHover}
  1962. font-size:9px!important;
  1963. {block:ifBiggerTagsonHover}
  1964. }
  1965.  
  1966.  
  1967.  
  1968.  
  1969.  
  1970.  
  1971. /* PERMAPAGE NOTES */
  1972.  
  1973.  
  1974. #notes {
  1975. outline:1px solid {color:border};
  1976. font-family:calibri!important;
  1977. margin-bottom:1px!important;
  1978. margin-left:0px;
  1979. margin-right:0px;
  1980. margin-top:25px!important;
  1981. padding-top:16px;
  1982. padding-bottom:16px;
  1983. padding-left:15px;
  1984. padding-right:15px;
  1985. letter-spacing:-0.3px;
  1986. font-weight:bold;
  1987. font-size:9.4px!important;
  1988. color:{color:bold}!important;
  1989. background-color:#000000;
  1990. text-shadow: 0px 0px 1px {color:bold};
  1991. }
  1992.  
  1993.  
  1994.  
  1995. #notes span, .note span {
  1996. font-family:calibri;
  1997. color:{color:bold}!important;
  1998. text-shadow: 0px 0px 1px {color:bold};
  1999. }
  2000.  
  2001.  
  2002.  
  2003. .note li, .note {
  2004. font-family:calibri!important;
  2005. font-weight:bold!important;
  2006. font-family: monospace;
  2007. letter-spacing:0.6px;
  2008. text-transform:uppercase;
  2009. font-size:8.4px;
  2010. color:{color:bold};
  2011. text-shadow: 0px 0px 1px {color:bold};
  2012. -moz-transition-duration:1.5s;
  2013. -webkit-transition-duration:1.5s;
  2014. -o-transition-duration:1.5s;
  2015. list-style-type:none;
  2016. text-align:left!important;
  2017. }
  2018.  
  2019.  
  2020. .note li a {
  2021. font-weight:bold!important;
  2022. font-family: monospace;
  2023. letter-spacing:0.6px;
  2024. text-transform:uppercase;
  2025. font-size:8.4px;
  2026. text-shadow: 0px 0px 1px {color:links};
  2027. color:{color:links};
  2028. -moz-transition-duration:1.5s;
  2029. -webkit-transition-duration:1.5s;
  2030. -o-transition-duration:1.5s;
  2031. list-style-type:none;
  2032. text-align:left!important;
  2033. }
  2034.  
  2035.  
  2036. .more_notes_link, .more_notes_link a {
  2037. text-align:left!important;
  2038. margin-top:25px!important;
  2039. padding-top:25px!important;
  2040. color:{color:links}!important;
  2041. }
  2042.  
  2043.  
  2044. .note blockquote a {
  2045. padding-top:12px;
  2046. padding-bottom:12px;
  2047. padding-left:24px;
  2048. padding-right:24px;
  2049. margin-top:12px;
  2050. margin-bottom:12px;
  2051. margin-left:0px;
  2052. margin-right:0px;
  2053. color:{color:links}!important;
  2054. }
  2055.  
  2056.  
  2057. .note img.avatar {
  2058. display:none;
  2059. width: 0px;
  2060. height: 0px;
  2061. }
  2062.  
  2063.  
  2064.  
  2065.  
  2066.  
  2067.  
  2068.  
  2069.  
  2070. /* NAVIGATION PAGES */
  2071.  
  2072.  
  2073. .pageheader {
  2074. display:none;
  2075. margin-top:0px;
  2076. margin-left:-25px;
  2077. margin-bottom:0px!important;
  2078. height:75px;
  2079. width:538px;
  2080. overflow:hidden;
  2081. outline:1px solid {color:border};
  2082. -webkit-filter: brightness(1.1) contrast(1) saturate(1);
  2083. }
  2084.  
  2085.  
  2086. .pageheader1 {
  2087. margin-top:0px;
  2088. margin-left:-25px;
  2089. margin-bottom:0px!important;
  2090. height:75px;
  2091. width:538px;
  2092. overflow:hidden;
  2093. outline:1px solid {color:border};
  2094. -webkit-filter: brightness(1.1) contrast(1) saturate(1);
  2095. }
  2096.  
  2097.  
  2098. .pagenavi {
  2099. margin-top:0px!important;
  2100. margin-left:-26px!important;
  2101. margin-right:-25px!important;
  2102. margin-bottom:0px;
  2103. outline:0px;
  2104. }
  2105.  
  2106.  
  2107. .dropbtn {
  2108. display:inline-block;
  2109. box-sizing: border-box;
  2110. font-size:9.4px;
  2111. text-align:center;
  2112. min-width:492px!important;
  2113. padding-left:25px;
  2114. padding-right:25px;
  2115. margin-left:-1px;
  2116. margin-top:-1px;
  2117. margin-bottom:0px!important;
  2118. font-family: calibri, sans-serif;
  2119. text-transform:uppercase;
  2120. height:25px;
  2121. background-color:transparent;
  2122. outline:0px solid {color:border};
  2123. border:1px solid {color:border};
  2124. line-height:23px;
  2125. margin-right:0px;
  2126. color: #fff;
  2127. font-weight:bold!important;
  2128. overflow:hidden; /* older browsers */
  2129. }
  2130.  
  2131.  
  2132. .dropbtn:hover, .dropbtn:focus {
  2133. color:{color:links};
  2134. }
  2135.  
  2136.  
  2137. .dropdown {
  2138. position: relative;
  2139. display: inline-block;
  2140. }
  2141.  
  2142.  
  2143. .dropdown-content {
  2144. display: none;
  2145. position: absolute;
  2146. margin-top:-1px!important;
  2147. margin-left:1px;
  2148. margin-bottom:0px!important;
  2149. outline:0px solid {color:border};
  2150. border-top:1px solid {color:border};
  2151. border-bottom:0px solid {color:border};
  2152. background-color: {color:background};
  2153. width:537px;
  2154. z-index: 99;
  2155. -webkit-box-shadow: 0px 25px 0px -1px rgba(0,0,0,1);
  2156. -moz-box-shadow: 0px 25px 0px -1px rgba(0,0,0,1);
  2157. box-shadow: 0px 25px 0px -1px rgba(0,0,0,1);
  2158. }
  2159.  
  2160.  
  2161. .dropdown-content a {
  2162. color: black;
  2163. padding: 12px 16px;
  2164. text-decoration: none;
  2165. display: block;
  2166. }
  2167.  
  2168.  
  2169. .dropdown-content a:hover, .dropdown a:hover {
  2170. color:{color:links hover};!important;
  2171. }
  2172.  
  2173.  
  2174. .show {
  2175. display:block;
  2176. }
  2177.  
  2178.  
  2179. ul#tabs {
  2180. text-align: left;
  2181. Cursor:pointer;
  2182. }
  2183.  
  2184.  
  2185. ul#tabs li {
  2186. display:inline-block;
  2187. box-sizing: border-box;
  2188. font-size:9.6px;
  2189. text-align:center;
  2190. padding-left:24px;
  2191. padding-right:24px;
  2192. margin-bottom:-5px!important;
  2193. font-family: calibri, sans-serif;
  2194. text-transform:uppercase;
  2195. width:245.5px;
  2196. max-width:245.5px;
  2197. height:25px;
  2198. background-color:transparent;
  2199. border-bottom:1px solid {color:border};
  2200. border-left:0px solid {color:border};
  2201. border-right:1px solid {color:border};
  2202. line-height:25px;
  2203. margin-left:-1px;
  2204. margin-right:-1px;
  2205. color:{color:bold}!important;
  2206. text-shadow: 0px 0px 1px {color:bold}!important;
  2207. font-weight:bold!important;
  2208. overflow:hidden;
  2209. }
  2210.  
  2211.  
  2212. ul#tabs li.active {
  2213. color:{color:body text};
  2214. }
  2215.  
  2216.  
  2217. ul#tab, ul#tabs{
  2218. list-style-type:none;
  2219. margin:0px;
  2220. padding:0px;
  2221. }
  2222.  
  2223.  
  2224. ul#tab li.active {
  2225. display: block;
  2226. }
  2227.  
  2228.  
  2229. ul#tab li {
  2230. display: none;
  2231. }
  2232.  
  2233.  
  2234. .pageinfo {
  2235. margin-top:2px!important;
  2236. border-top:25px solid {color:background};
  2237. border-bottom:25px solid {color:background};
  2238. overflow-y:scroll!important;
  2239. scrollbar-width: none;
  2240. margin-left:1px;
  2241. margin-right:1px;
  2242. height:192px;
  2243. background-color:{color:background};
  2244. }
  2245.  
  2246.  
  2247. .pageinfo h4 {
  2248. margin-top:12px;
  2249. margin-bottom:12px;
  2250. }
  2251.  
  2252.  
  2253. .pageinfo h4:first-child {
  2254. margin-top:1px!important;
  2255. }
  2256.  
  2257.  
  2258. .pagelinks {
  2259. margin-top:0px!important;
  2260. margin-bottom:0px!important;
  2261. margin-left:0px;
  2262. margin-right:0px;
  2263. background-color:transparent!important;
  2264. width:444px;
  2265. }
  2266.  
  2267.  
  2268. .pagelinks h4 {
  2269. margin-bottom:12px;
  2270. max-width:386px!important;
  2271. }
  2272.  
  2273.  
  2274. .pagelinks a {
  2275. font-family:calibri;
  2276. text-align:center;
  2277. font-style:normal;
  2278. margin-right:0px;
  2279. margin-bottom:-3px;
  2280. font-size:9.6px;
  2281. letter-spacing:0px;
  2282. color:#303030!important;
  2283. text-transform:uppercase;
  2284. display:inline-block;
  2285. box-sizing: border-box;
  2286. width:214.5px;
  2287. height:25px!important;
  2288. padding-left:25px;
  2289. padding-right:25px;
  2290. line-height:25px;
  2291. margin-left:-0px;
  2292. margin-right:6px;
  2293. margin-bottom:8.4px;
  2294. text-align:left;
  2295. border: 1px solid {color:border};
  2296. color:{color:bold}!important;
  2297. text-shadow: 0px 0px 1px {color:bold}!important;
  2298. }
  2299.  
  2300.  
  2301.  
  2302. .pagelinks a:hover {
  2303. color:#fff!important;
  2304. -moz-transition-duration:1.5s;
  2305. -webkit-transition-duration:1.5s;
  2306. -o-transition-duration:1.5s;
  2307. text-shadow: 0px 0px 1px {color:links hover};
  2308. }
  2309.  
  2310.  
  2311. #pagecontainer {
  2312. z-index:99999999999999999999999999999999999999!important;
  2313. position:absolute;
  2314. height:267px;
  2315. width:489px;
  2316. background-color:#fff;
  2317. left:176px;
  2318. margin-top:146px;
  2319. overflow:hidden;
  2320. outline:1px solid {color:border};
  2321. }
  2322.  
  2323.  
  2324. #pagecontent {
  2325. z-index:20!important;
  2326. position:absolute;
  2327. overflow:hidden;
  2328. text-align:justify;
  2329. box-sizing: border-box;
  2330. height:300px;
  2331. width:491px;
  2332. padding-top:0px!important;
  2333. background-color:{color:background};
  2334. border-right:1px solid {color:border};
  2335. border-left:0px solid {color:border};
  2336. padding-left:25px;
  2337. padding-right:25px;
  2338. }
  2339.  
  2340.  
  2341. .pageimg {
  2342. display:none!important;
  2343. z-index:9999999999999999999999999!important;
  2344. position:absolute;
  2345. top:294px;
  2346. height:120px;
  2347. width:231px;
  2348. outline:1px solid {color:border};
  2349. overflow:hidden;
  2350. background-color:#fff;
  2351. }
  2352.  
  2353.  
  2354. .pageimg1 {
  2355. display:none!important;
  2356. z-index:9999999999999999999999999!important;
  2357. position:absolute;
  2358. top:294px;
  2359. height:120px;
  2360. width:231px;
  2361. outline:1px solid {color:border};
  2362. overflow:hidden;
  2363. background-color:#fff;
  2364. }
  2365.  
  2366.  
  2367.  
  2368.  
  2369.  
  2370. /* TEXT-WRAPPING AROUND ICONS/IMAGES */
  2371.  
  2372.  
  2373. #wrap img {
  2374. background-color:{color:background};
  2375. margin-top:1px!important;
  2376. margin-bottom:0px!important;
  2377. padding-right:3px;
  2378. padding-bottom:3px;
  2379. float:left;
  2380. margin-right:12px;
  2381. margin-left:1px;
  2382. padding:10px;
  2383. outline:1px solid {color:border};
  2384. -webkit-filter: brightness(1) contrast(1) saturate(1);
  2385. }
  2386.  
  2387.  
  2388. #wrap blockquote img {
  2389. background-color:{color:background};
  2390. margin-top:0px!important;
  2391. margin-bottom:12px!important;
  2392. margin-left:12px;
  2393. margin-right:1px!important;
  2394. float:right;
  2395. -webkit-filter: brightness(.8) contrast(1) saturate(1);
  2396. }
  2397.  
  2398.  
  2399.  
  2400. .dropdown-content3 {
  2401. display: none;
  2402. position: absolute;
  2403. margin-top:0px!important;
  2404. margin-left:0px;
  2405. outline:1px solid {color:border};
  2406. border-bottom:0px solid {color:border};
  2407. background:rgba(0,0,0,1);
  2408. width:231px!important;
  2409. min-height:95px;
  2410. height:95px;
  2411. max-height:95px;
  2412. overflow-y:scroll;
  2413. scrollbar-width: none;
  2414. z-index: 99;
  2415. }
  2416.  
  2417.  
  2418. .dropdown-content3 button {
  2419. background:rgba(0,0,0,1);
  2420. text-align:center!important;
  2421. margin-left:-1px;
  2422. margin-top:-1px!important;
  2423. width:118px;
  2424. height:32.9px!important;
  2425. line-height:32.9px!important;
  2426. color:{color:links};!important;
  2427. }
  2428.  
  2429.  
  2430. .dropdown-content3 button:nth-last-child(-n+2) {
  2431. border-bottom:none!important;
  2432. }
  2433.  
  2434.  
  2435. .dropdown-content3 button:focus, .dropdown-content3 button:active {
  2436. color: {color:links};
  2437. text-shadow: 0px 0px 1px {color:links};
  2438. }
  2439.  
  2440.  
  2441. .dropdown-content3 a {
  2442. text-decoration: none;
  2443. display: block;
  2444. color:{color:links};
  2445. text-shadow: 0px 0px 1px {color:links};
  2446. }
  2447.  
  2448.  
  2449. .dropdown-content3 a:hover, .dropdown3 a:hover {
  2450. color:{color:links hover};!important;
  2451. }
  2452.  
  2453.  
  2454. .dropbtn3 {
  2455. min-width:233px!important;
  2456. display:fixed;
  2457. letter-spacing:0px;
  2458. font-size:9.4px;
  2459. text-align:center;
  2460. padding-left:25px;
  2461. padding-right:25px;
  2462. margin-left:-1px;
  2463. margin-top:0px;
  2464. margin-bottom:0px!important;
  2465. font-family: calibri, sans-serif;
  2466. text-transform:uppercase;
  2467. height:25px;
  2468. background-color:{color:background};
  2469. outline:0px solid {color:border};
  2470. border:1px solid {color:border};
  2471. line-height:25px;
  2472. margin-right:0px;
  2473. font-weight:bold!important;
  2474. }
  2475.  
  2476.  
  2477. .dropbtn3:hover, .dropbtn3:focus {
  2478. color:{color:links};
  2479. }
  2480.  
  2481.  
  2482. button {
  2483. display:inline-block;
  2484. box-sizing: border-box;
  2485. text-align:center;
  2486. padding-left:25px;
  2487. padding-right:25px;
  2488. font-weight:bold!important;
  2489. font-family: calibri;
  2490. letter-spacing:0px;
  2491. text-transform:uppercase;
  2492. font-size:9px;
  2493. width:180px;
  2494. max-width:180px;
  2495. height:25px;
  2496. background-color:{color:background};
  2497. border:1px solid {color:border};
  2498. line-height:22px;
  2499. margin-left:0px;
  2500. margin-right:-4px;
  2501. color: {color:bold};
  2502. cursor:pointer;
  2503. font-weight:bold!important;
  2504. overflow:hidden;
  2505. text-shadow: 0px 0px 1px {color:bold};
  2506. -webkit-transition: all 1.5s ease-in-out;
  2507. -moz-transition: all 1.5s ease-in-out;
  2508. -o-transition: all 1.5s ease-in-out;
  2509. -ms-transition: all 1.5s ease-in-out;
  2510. transition: all 1.5s ease-in-out;
  2511. }
  2512.  
  2513.  
  2514. button:focus {
  2515. outline:none!important;
  2516. }
  2517.  
  2518.  
  2519. button:hover {
  2520. color:{color:links hover}!important;
  2521. -webkit-transition: all 1.5s ease-in-out;
  2522. -moz-transition: all 1.5s ease-in-out;
  2523. -o-transition: all 1.5s ease-in-out;
  2524. -ms-transition: all 1.5s ease-in-out;
  2525. transition: all 1.5s ease-in-out;
  2526. text-shadow: 0px 0px 1px {color:links hover};
  2527. }
  2528.  
  2529.  
  2530.  
  2531.  
  2532.  
  2533. </style>
  2534. </head>
  2535.  
  2536.  
  2537.  
  2538.  
  2539.  
  2540.  
  2541.  
  2542. <body>
  2543.  
  2544.  
  2545.  
  2546.  
  2547. <div id="container">
  2548.  
  2549. <div id="containertitle">
  2550. to begin
  2551. </div id="containertitle">
  2552.  
  2553.  
  2554.  
  2555.  
  2556.  
  2557. <div id="side">
  2558.  
  2559. <img class="rightimg1" src="{image:Sidebar1}"/>
  2560.  
  2561.  
  2562. <img class="rightimg2" src="{image:Sidebar2}"/>
  2563.  
  2564.  
  2565. <div class="rightboxheader">
  2566. <div class="dropdown3">
  2567.  
  2568. <button onclick="myFunction()" class="dropbtn3" style="color:{color:text}!important; text-align:center; text-shadow: 0px 0px 1px {color:text}!important; margin-top:24px!important;">
  2569. Click here to select a theme aesthetic
  2570. </button>
  2571. <div id="myDropdown" class="dropdown-content3">
  2572.  
  2573. <button class="steve">Steve</button>
  2574. <button class="dugan">Dugan</button>
  2575. <button class="dean">Dean</button>
  2576. <button class="sam">Sam</button>
  2577. <button class="alec">Alec</button>
  2578. <button class="hank">Hank</button>
  2579. <button class="porthos">Porthos</button>
  2580. <button class="claudia">Claudia</button>
  2581.  
  2582. </div id="myDropdown" class="dropdown-content3">
  2583.  
  2584. </div class="dropdown3">
  2585. </div class="rightboxheader">
  2586.  
  2587. <div id="rightbox">
  2588.  
  2589. <b>The resources:</b> The old are archived <a href="https://iniziarearchive.tumblr.com">here,</a> while any/all inquiries can be directed to this blog, as will new/updated themes be featured here. Don't hesitate to message!
  2590.  
  2591. </div id="rightbox">
  2592.  
  2593. </div id="side">
  2594.  
  2595.  
  2596. <div id="left">
  2597.  
  2598.  
  2599. <div id="leftboxheader">
  2600. A Multimuse; as authored by Sae
  2601. </div id="leftboxheader">
  2602.  
  2603.  
  2604.  
  2605. <div id="leftbox">
  2606.  
  2607. "While the truncheon may be used in lieu of conversation: words will always retain their power.</i> ——Words offer the means to meaning and for those who would listen: <i>THE ENUNCIATION OF TRUTH."</i>
  2608.  
  2609. <hr>
  2610.  
  2611. <i>Originally established in December of '18.</i>
  2612. <br><b>Franchise lineup:</b> Dragon Age:I, Tolkien's Legendarium, Detroit: Become Human, Ocean's Trilogy, Pirates of the Caribbean, How I Met Your Mother, Assassin's Creed, Supernatural, Marvel, World of Warcraft, Reign and The Vampire Diaries.
  2613.  
  2614. </div id="leftbox">
  2615.  
  2616.  
  2617.  
  2618. <img class="leftimg" src="{image:Sidebar3}"/>
  2619.  
  2620. </div id="left">
  2621.  
  2622.  
  2623.  
  2624.  
  2625.  
  2626.  
  2627.  
  2628. <div id="content">
  2629. <div id="content2">
  2630.  
  2631. {block:Posts}
  2632. <div class="posts">
  2633.  
  2634.  
  2635.  
  2636.  
  2637.  
  2638.  
  2639. <!-- POSTS: TEXT -->
  2640.  
  2641.  
  2642. {block:Text}
  2643. <div id="textbody">
  2644. {block:Title}
  2645. <h1>{Title}</h1>
  2646. {/block:Title}
  2647.  
  2648. <div id="wrap">
  2649. {Body}
  2650. </div id="wrap">
  2651. </div id="textbody">
  2652. {/block:Text}
  2653.  
  2654.  
  2655.  
  2656.  
  2657.  
  2658.  
  2659. <!-- POSTS: PHOTO/SET -->
  2660.  
  2661.  
  2662. {block:Photo}
  2663. <div id="psingle">
  2664. {LinkOpenTag}
  2665.  
  2666. <img src="{PhotoURL-HighRes}">
  2667. {LinkCloseTag}
  2668.  
  2669. </div id="psingle">
  2670.  
  2671.  
  2672. {block:Caption}
  2673.  
  2674. <div id="pcaption">
  2675. {Caption}
  2676. </div id="pcaption">
  2677.  
  2678. {/block:Caption}
  2679.  
  2680. {/block:Photo}
  2681.  
  2682.  
  2683.  
  2684.  
  2685. {block:Photoset}
  2686. <div id="pset">
  2687. {Photoset}
  2688. </div id="pset">
  2689.  
  2690. {block:Caption}
  2691. {Caption}
  2692. {/block:Caption}
  2693.  
  2694. {/block:Photoset}
  2695.  
  2696.  
  2697.  
  2698.  
  2699.  
  2700.  
  2701. <!-- POSTS: QUOTE -->
  2702.  
  2703.  
  2704. {block:Quote}
  2705. <div id="quote">
  2706. "{Quote}"
  2707.  
  2708. <div class="source">
  2709. Source: {Source}
  2710. </div class="source">
  2711.  
  2712. </div id="quote">
  2713. {/block:Quote}
  2714.  
  2715.  
  2716.  
  2717.  
  2718.  
  2719.  
  2720. <!-- POSTS: LINK -->
  2721.  
  2722.  
  2723. {block:Link}
  2724. <div id="link">
  2725.  
  2726. <a href="{URL}" {Target}>{Name}&nbsp;&nbsp; Next</a>
  2727.  
  2728. </div id="link">
  2729. {/block:Link}
  2730.  
  2731.  
  2732.  
  2733.  
  2734.  
  2735.  
  2736. <!-- POSTS: CHAT -->
  2737.  
  2738.  
  2739. {block:Chat}
  2740. <div id="chat">
  2741.  
  2742. {block:Lines}
  2743. <div id="{Alt}">
  2744.  
  2745. {block:Label}<b>{Label}</b>{/block:Label} {Line}
  2746.  
  2747. </div id="{Alt}">
  2748. {/block:Lines}
  2749.  
  2750. </div id="chat">
  2751. {/block:Chat}
  2752.  
  2753.  
  2754.  
  2755.  
  2756.  
  2757.  
  2758. <!-- POSTS: AUDIO -->
  2759.  
  2760.  
  2761. {block:Audio}
  2762. <div class="audioplayer">
  2763.  
  2764. {AudioPlayerWhite}
  2765.  
  2766. </div class="audioplayer">
  2767.  
  2768.  
  2769. <div class="audioinfo">
  2770. {block:TrackName}{TrackName}{/block:TrackName} — {block:Artist}{Artist}{/block:Artist}
  2771. </div class="audioinfo">
  2772.  
  2773. {block:Caption}
  2774. {Caption}
  2775. {/block:Caption}
  2776.  
  2777. {/block:Audio}
  2778.  
  2779.  
  2780.  
  2781.  
  2782.  
  2783.  
  2784. <!-- POSTS: VIDEO -->
  2785.  
  2786.  
  2787. {block:Video}
  2788. <div class="video">
  2789.  
  2790. {VideoEmbed-500}
  2791.  
  2792. </div class="video">
  2793.  
  2794. {block:Caption}
  2795. {Caption}
  2796. {/block:Caption}
  2797.  
  2798. {/block:Video}
  2799.  
  2800.  
  2801.  
  2802.  
  2803.  
  2804.  
  2805. <!-- POSTS: ASK -->
  2806.  
  2807.  
  2808. {block:Answer}
  2809.  
  2810. <div id="question">
  2811. <div id="ask">
  2812.  
  2813. <b>{Asker} is inquiring:</b> {Question}
  2814.  
  2815. </div id="ask">
  2816. <div class="letterask">Q</div class="letterask">
  2817.  
  2818. </div id="question">
  2819.  
  2820. <div id="response">
  2821. <div id="wrap"><span>{Answer}</span></div id="wrap">
  2822.  
  2823. </div id="response">
  2824.  
  2825. {/block:Answer}
  2826.  
  2827.  
  2828.  
  2829.  
  2830.  
  2831.  
  2832.  
  2833.  
  2834. <!-- POST INFORMATION -->
  2835.  
  2836.  
  2837.  
  2838. {block:Date}
  2839.  
  2840. {block:indexpage}
  2841.  
  2842. <div class="permalink">
  2843. <div class="permalinkbuttons">
  2844.  
  2845. <a href="{Permalink}" style="text-align:left;" title="{TimeAgo} / {NoteCountWithLabel}">
  2846. {Month} {DayOfMonth}{DayOfMonthSuffix} / {12Hour}:{Minutes}{CapitalAmPm}</a>
  2847.  
  2848. {block:RebloggedFrom}
  2849. <a href="{ReblogParentURL}" title="{ReblogParentName}: {ReblogParentTitle}" style="margin-left:-1px; min-width:178px!important;max-width:178px!important;">
  2850. REBLOGGED FROM / VIA
  2851. </a>
  2852. {/block:RebloggedFrom}
  2853.  
  2854. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; text-align:right;">
  2855. CLICK HERE TO REBLOG THIS POST
  2856. </a>
  2857.  
  2858. </div class="permalinkbuttons">
  2859.  
  2860.  
  2861. {block:HasTags}
  2862. <div class="tags">
  2863.  
  2864. {block:Tags}
  2865. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2866. {/block:Tags}
  2867.  
  2868. </div class="tags">
  2869. {/block:HasTags}
  2870.  
  2871.  
  2872. </div class="permalink">
  2873. {/block:indexpage}
  2874.  
  2875.  
  2876.  
  2877.  
  2878.  
  2879. {block:permalinkpage}
  2880. <div class="permalink">
  2881. <div class="permalinkbuttons">
  2882.  
  2883. {block:RebloggedFrom}
  2884. <a href="{ReblogParentName}" title="{ReblogParentName}" style="text-align:left;">
  2885. REBLOGGED FROM / VIA
  2886. </a>
  2887. {/block:RebloggedFrom}
  2888.  
  2889. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">
  2890. CLICK HERE TO REBLOG THIS POST
  2891. </a>
  2892.  
  2893. </div class="permalinkbuttons">
  2894.  
  2895. {block:HasTags}
  2896. <div class="tags">
  2897. {block:Tags}
  2898.  
  2899. <a href="{TagURL}">
  2900. {Tag}&nbsp;&nbsp;
  2901. </a>
  2902.  
  2903. {/block:Tags}
  2904. </div class="tags">
  2905. {/block:HasTags}
  2906.  
  2907. </div class="permalink">
  2908. {/block:permalinkpage}
  2909.  
  2910. {/block:Date}
  2911.  
  2912.  
  2913.  
  2914.  
  2915.  
  2916.  
  2917. <!-- NOTES -->
  2918.  
  2919. {block:PostNotes}
  2920. <div id="notes">
  2921.  
  2922. <div class="note">
  2923. {PostNotes}
  2924. </div class="note">
  2925.  
  2926. </div id="notes">
  2927. {/block:PostNotes}
  2928.  
  2929.  
  2930.  
  2931.  
  2932.  
  2933.  
  2934. <!-- HIDE VIA/SOURCE IN POSTS -->
  2935.  
  2936.  
  2937. {block:ContentSource}<!-- {SourceURL}
  2938. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  2939. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  2940. {/block:ContentSource}
  2941.  
  2942.  
  2943. <!-- {block:NoRebloggedFrom}
  2944. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  2945. {/block:NoRebloggedFrom} -->
  2946.  
  2947. </div class="posts">
  2948. {/block:Posts}
  2949.  
  2950.  
  2951. <div class="pagination">
  2952.  
  2953. {block:Indexpage}
  2954. {block:PreviousPage}<a href="{PreviousPage}">RETURN TO LAST PAGE</a>{/block:PreviousPage}
  2955. {block:NextPage}<a href="{NextPage}" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT PAGE</a>{/block:NextPage}
  2956. {/block:Indexpage}
  2957.  
  2958.  
  2959.  
  2960. {block:PermalinkPagination}
  2961. {block:PreviousPost}<a href="{PreviousPost}" title="Previous Post">RETURN TO LAST POST</a>{/block:PreviousPost}
  2962. {block:NextPost}<a href="{NextPost}" title="Next Post" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT POST</a>{/block:NextPost}
  2963. {/block:PermalinkPagination}
  2964.  
  2965. </div class="pagination">
  2966.  
  2967.  
  2968.  
  2969. </div id="content2">
  2970. </div id="content">
  2971.  
  2972.  
  2973.  
  2974.  
  2975.  
  2976.  
  2977. <div id="bottombar">
  2978.  
  2979. <a href="/">
  2980. Refresh / Index
  2981. </a>
  2982.  
  2983.  
  2984. <button class="w3-bar-item w3-button" onclick="openMuse('Muses')">
  2985. Current Muses
  2986. </button>
  2987.  
  2988.  
  2989. <button class="w3-bar-item w3-button" onclick="openMuse('Navigation')">
  2990. The Navigation
  2991. </button>
  2992.  
  2993.  
  2994. <button class="w3-bar-item w3-button" onclick="openPage('Index'); openNavi('Index'); openMuse('Index');" autofocus style="color:{color:button active};">
  2995. Close the Tabs
  2996. </button>
  2997.  
  2998.  
  2999. </div id="bottombar">
  3000.  
  3001.  
  3002. </div id="container">
  3003.  
  3004.  
  3005.  
  3006.  
  3007.  
  3008. <div id="Index" class="Muse; navi; page;" style="display:block">
  3009.  
  3010. </div id="Index" class="Muse; navi; page;">
  3011.  
  3012.  
  3013.  
  3014.  
  3015.  
  3016.  
  3017.  
  3018.  
  3019.  
  3020.  
  3021.  
  3022. <!-- NAVIGATIONAL LIST LINKS -->
  3023.  
  3024. <div id="Navigation" class="muse" style="display:none;">
  3025.  
  3026.  
  3027. <div class="nlist">
  3028. <div class="nlinks1">
  3029.  
  3030.  
  3031.  
  3032. <!-- COPY/PASTE THESE IF YOU WANT MORE LINKS -->
  3033.  
  3034. <div class="nlinksbutton" style="pointer-events:none; font-family:calibri; font-weight:bold!important; color:{color:bold}; text-shadow: 0px 0px 1px {color:bold}; font-size:8.5px;letter-spacing:0.3px; height:27px; line-height:27px;">Click the groups to expand them!</div>
  3035.  
  3036.  
  3037. <li onclick="openPage('Inquiries')">
  3038. Inquiries
  3039. </li>
  3040.  
  3041.  
  3042. <li onclick="openPage('Guidelines')">
  3043. Guidelines
  3044. </li>
  3045.  
  3046.  
  3047. <li onclick="openPage('Tags')">
  3048. Navigation
  3049. </li>
  3050.  
  3051. <a href="https://dyksa.tumblr.com">
  3052. Personal
  3053. </a>
  3054.  
  3055. <li onclick="openPage('Tags')">
  3056. Navigation
  3057. </li>
  3058.  
  3059. <a href="https://dyksa.tumblr.com">
  3060. Personal
  3061. </a>
  3062.  
  3063.  
  3064.  
  3065.  
  3066. <!-- / COPY/PASTE THESE IF YOU WANT MORE LINKS -->
  3067.  
  3068.  
  3069.  
  3070. </div class="nlinks">
  3071. </div class="nlist">
  3072.  
  3073. </div id="Navigation" class="muse">
  3074.  
  3075.  
  3076.  
  3077.  
  3078.  
  3079.  
  3080.  
  3081.  
  3082.  
  3083.  
  3084.  
  3085. <!-- NAVIGATIONAL LIST LINKS -->
  3086.  
  3087. <div id="Muses" class="muse" style="display:none;">
  3088.  
  3089.  
  3090. <div class="nlist">
  3091. <div class="nlinks">
  3092.  
  3093.  
  3094.  
  3095. <!-- COPY/PASTE THESE IF YOU WANT MORE LINKS -->
  3096.  
  3097. <div class="nlinksbutton" style="pointer-events:none; font-family:calibri; font-weight:bold!important; color:{color:bold}; text-shadow: 0px 0px 1px {color:bold}; font-size:8.5px;letter-spacing:0.3px; height:27px; line-height:27px;">Click the groups to expand them!</div>
  3098.  
  3099.  
  3100. <div class="nlinksbutton">Muses from literature</div>
  3101. <div class="nlinkscontent">
  3102.  
  3103. <li onclick="openPage('Alec')">
  3104. Alec
  3105. </li>
  3106.  
  3107. <li onclick="openPage('Will')">
  3108. Will
  3109. </li>
  3110.  
  3111. </div class="nlinkscontent">
  3112.  
  3113.  
  3114.  
  3115.  
  3116.  
  3117.  
  3118. <div class="nlinksbutton1">Muses from the screen</div>
  3119. <div class="nlinkscontent1">
  3120.  
  3121.  
  3122. <li onclick="openPage('Dean')">
  3123. Dean
  3124. </li>
  3125.  
  3126.  
  3127. <li onclick="openPage('Sam')">
  3128. Sam
  3129. </li>
  3130.  
  3131.  
  3132. <li onclick="openPage('Ethan')">
  3133. Ethan
  3134. </li>
  3135.  
  3136.  
  3137. <li onclick="openPage('Porthos')">
  3138. Porthos
  3139. </li>
  3140.  
  3141.  
  3142. <li onclick="openPage('Steve')">
  3143. Steve
  3144. </li>
  3145.  
  3146.  
  3147. <li onclick="openPage('Dugan')">
  3148. Dugan
  3149. </li>
  3150.  
  3151. <li onclick="openPage('Stefan')">
  3152. Stefan
  3153. </li>
  3154.  
  3155. </div class="nlinkscontent">
  3156.  
  3157.  
  3158.  
  3159.  
  3160.  
  3161.  
  3162. <div class="nlinksbutton2">Muses from video games</div>
  3163. <div class="nlinkscontent2">
  3164.  
  3165.  
  3166. <li onclick="openPage('Hank')">
  3167. Hank
  3168. </li>
  3169.  
  3170. <li onclick="openPage('Claudia')">
  3171. Claudia
  3172. </li>
  3173.  
  3174.  
  3175. </div class="nlinkscontent">
  3176.  
  3177.  
  3178.  
  3179.  
  3180. <!-- / COPY/PASTE THESE IF YOU WANT MORE LINKS -->
  3181.  
  3182.  
  3183.  
  3184. </div class="nlinks">
  3185. </div class="nlist">
  3186.  
  3187. </div id="Muses" class="muse">
  3188.  
  3189.  
  3190.  
  3191.  
  3192.  
  3193.  
  3194.  
  3195.  
  3196.  
  3197.  
  3198.  
  3199.  
  3200.  
  3201.  
  3202.  
  3203. <!-- PAGE: INQUIRIES -->
  3204.  
  3205. <div id="Inquiries" class="page" style="display:none;">
  3206. <div id="pagecontainer">
  3207. <div id="pagecontent">
  3208.  
  3209.  
  3210. <div class="pagenavi" style="margin-left:-25px;">
  3211. <div class="dropdown">
  3212.  
  3213. <button onclick="myFunction()" class="dropbtn">
  3214. Inquiries / Askbox / Curiosities</button>
  3215.  
  3216. </div class="dropdown">
  3217. </div class="pagenavi">
  3218.  
  3219.  
  3220. <!-- TAB ONE -->
  3221.  
  3222.  
  3223. <div class="pageinfo">
  3224.  
  3225. <iframe frameborder="0" scrolling="yes" width="418px" height="200px" src="https://www.tumblr.com/ask_form/loialte.tumblr.com" style="padding:8px;margin-top:px; background-color:transparent; border:1px solid {color:border}; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  3226.  
  3227. </div class="pageinfo">
  3228. </div id="pagecontent">
  3229.  
  3230. <img class="pageimg1" src="https://static.tumblr.com/m7qloac/Jhfq7zame/rustyside04.png"/>
  3231.  
  3232.  
  3233. </div id="pagecontainer">
  3234.  
  3235.  
  3236. </div id="Inquiries" class="page">
  3237.  
  3238.  
  3239.  
  3240.  
  3241.  
  3242.  
  3243.  
  3244.  
  3245.  
  3246.  
  3247.  
  3248.  
  3249.  
  3250.  
  3251.  
  3252.  
  3253.  
  3254.  
  3255.  
  3256.  
  3257. <!-- PAGE: GUIDELINES -->
  3258.  
  3259. <div id="Guidelines" class="page" style="display:none;">
  3260. <div id="pagecontainer">
  3261. <div id="pagecontent">
  3262.  
  3263.  
  3264. <div class="pagenavi" style="margin-left:-25px;">
  3265. <div class="dropdown">
  3266.  
  3267. <button onclick="myFunction()" class="dropbtn">
  3268. Guidelines / Regulations</button>
  3269.  
  3270. </div class="dropdown">
  3271. </div class="pagenavi">
  3272.  
  3273.  
  3274. <!-- TAB ONE -->
  3275.  
  3276.  
  3277. <div class="pageinfo">
  3278.  
  3279.  
  3280. <u>H</u><span style="color:{color:bold}; font-style:italic; font-weight:bold; line-height:15px; font-size:10.5px;">ush, don't speak; when you spit your venom, keep it shut, I hate it, when you hiss and preach, about your new Messiah, 'cause your theories catch fire. I can't find your silver lining, I don't mean to judge. But when you read your speech, it's tiring: enough is enough.</span>
  3281.  
  3282. <hr>
  3283.  
  3284.  
  3285. <h4>001: Cancel/Callout Culture</h4>
  3286.  
  3287. <i>I will unfollow you; zero exceptions.</i> I don't agree with this culture, I think it cultivates an extremely unhealthy mindset where it becomes one's belief that people cannot learn, grow or come back from their mistakes. If that's what you believe, then I can tell you that we will disagree and we will continue to disagree very intensely. And I have no intention of turning that disagreement into discussion. I will not follow you (or I will unfollow you if we're mutuals) if you're guilty of this. No, I don't think you're a good person if you post these things, and no, I definitely don't think that you're a good person if you believe that 'cancelling' or 'calling out' someone is ever a good approach. I don't want to see it and I don't want to see you if you post it. Nope, no 'but's, no 'if's, nothing other than <b>goodbye.</b>
  3288.  
  3289.  
  3290. <h4>002. Themes / Resources</h4>
  3291.  
  3292. Yes, I am the same Sae from the previous <a href="https://iniziarearchive.tumblr.com">iniziare</a> and <a href="https://invictusmanet-archived-blog.tumblr.com">invictusmanet</a> blog(s) before that on which I released themes styled similarly to the one you see active here. The themes that have been released thus far can be found on the archive, which is the former of the two links noted earlier and this blog will feature <b>any new themes and/or resources I release from hereon out.</b> I would also urge you to send any inquiries to this current blog, as I will no longer access the archive. When these new themes get released, they can be found under the 'The Navigation' button menu.
  3293.  
  3294.  
  3295. <h4>003. Shipping</h4>
  3296.  
  3297. <div class="pagelinks" style="margin-top:16px!important; margin-bottom:10px!important;">
  3298.  
  3299. <a href="https://sicsemper.tumblr.com">
  3300. Sicsemper
  3301. </a>
  3302.  
  3303. <a href="/">
  3304. &nbsp;
  3305. </a>
  3306.  
  3307. </div class="pagelinks">
  3308.  
  3309.  
  3310. Do you see that little link up there? That's Charlie, and he's the only person that I will be shipping any of my characters with. Yep, you read it right; <a href="https://iniziare.tumblr.com/post/633712543162089472/">let me refer you to this post over here.</a> In short, any muse that I write that has a romantic pairing that he writes the other half of, I will exclusively write that romantic dynamic with him and him alone. Ship partner of my dreams, guys and gals.
  3311.  
  3312.  
  3313. <h4>004. Behind the scenes</h4>
  3314.  
  3315. My name is Sae, I'm in my very early thirties, I'm a slow mess when it comes to answering/keeping up with IMs/asks, and while I may come across as a rather serious person at times, I'm a total goofball at heart. I'm over in western Europe, I'm a very proud (and typical) Frenchie living in the Netherlands. I love coding, writing, my pets and my chocolate cappuccinos, I'm incredibly easy to approach and I urge you to do so if you want to talk about puppies/kittens, donkeys chilling in hammocks, plotting or code-related topics! Never hesitate, I don't bite whatsoever.
  3316.  
  3317.  
  3318. <div class="pagelinks" style="margin-top:16px!important; margin-bottom:-12px!important;">
  3319.  
  3320. <a href="https://iniziarearchive.tumblr.com/themes">
  3321. My old themes / codes
  3322. </a>
  3323.  
  3324. <a href="https://dyksa.tumblr.com">
  3325. My personal blog
  3326. </a>
  3327.  
  3328. <a href="/">
  3329. Discord: Sae #3614
  3330. </a>
  3331.  
  3332. <a href="/">
  3333. Skype: littlemisswhoever
  3334. </a>
  3335.  
  3336.  
  3337.  
  3338. </div class="pagelinks">
  3339.  
  3340. </div class="pageinfo">
  3341. </div id="pagecontent">
  3342.  
  3343.  
  3344. <img class="pageimg1" src="https://static.tumblr.com/m7qloac/Jhfq7zame/rustyside04.png"/>
  3345.  
  3346.  
  3347.  
  3348. </div id="pagecontainer">
  3349. </div id="Guidelines" class="page">
  3350.  
  3351.  
  3352.  
  3353.  
  3354.  
  3355.  
  3356.  
  3357.  
  3358.  
  3359.  
  3360.  
  3361.  
  3362.  
  3363.  
  3364.  
  3365.  
  3366.  
  3367.  
  3368.  
  3369.  
  3370.  
  3371.  
  3372. <!-- PAGE: TAGS -->
  3373.  
  3374. <div id="Tags" class="page" style="display:none;">
  3375. <div id="pagecontainer">
  3376. <div id="pagecontent">
  3377.  
  3378.  
  3379. <div class="pagenavi" style="margin-left:-25px;">
  3380. <div class="dropdown">
  3381.  
  3382. <button onclick="myFunction()" class="dropbtn">
  3383. Guidelines / Regulations</button>
  3384.  
  3385. </div class="dropdown">
  3386. </div class="pagenavi">
  3387.  
  3388.  
  3389. <!-- TAB ONE -->
  3390.  
  3391.  
  3392. <div class="pageinfo">
  3393.  
  3394. <div class="pagelinks">
  3395.  
  3396. <h4>General / Informative</h4>
  3397.  
  3398.  
  3399. <a href="/tagged/%5B-out-of-character.-%5D-i%27m-not-questioning-your-powers-of-observation.-i%27m-merely-remarking-on-the-paradox-of-asking-a-masked-man-who-he-is.">
  3400. Out of character posts
  3401. </a>
  3402.  
  3403. <a href="/tagged/%5B-in-character.-%5D-you-got-this-right%3F-%2F-got-what%3F-i-don%27t-even-know-what-i%27m-supposed-to-get%21">
  3404. In character posts
  3405. </a>
  3406.  
  3407. <a href="/tagged/%5B-crack.-%5D-i%27m-going-to-get-you-a-dictionary-for-christmas-this-year-so-you-can-look-up-%27fun.%27-i%27m-not-sure-you-know-what-it-means.">
  3408. Crack / Humor
  3409. </a>
  3410.  
  3411. <a href="/tagged/%5B-salt.-%5D-there-once-was-a-man-named-duccio.-a-rat-with-lecherous-taste.-whenever-he-would-show-himself.-my-fist-would-find-his-face.">
  3412. Salt / Opinions
  3413. </a>
  3414.  
  3415. <a href="/tagged/%5B-my-resources-%2F-edits.-%5D-welcome-to-the-birthing-suite.-i%27m-pleased-to-announce-the-imminent-arrival-of-your-bouncing-badass-baby-brother.">
  3416. My Edits
  3417. </a>
  3418.  
  3419. <a href="/tagged/%5B-my-resources.-%5D-by-recruiting-enemies-of-the-state.-we-arm-those-who-have-been-disarmed-by-the-borgia.">
  3420. My Resources
  3421. </a>
  3422.  
  3423. <a href="/tagged/%5B-all-meta.-%5D-artists-use-lies-to-tell-the-truth.-yes-i-created-a-lie.-but-because-you-believed-it.-you-found-something-true-about-yourself.">
  3424. All written meta
  3425. </a>
  3426.  
  3427. <a href="/tagged/%5B-self-promotion.-%5D-have-you-fallen-in-love-with-the-wrong-person-yet%3F-%2F-unfortunately-lady-of-the-haven.-my-one-true-love-remains-myself.">
  3428. Self Promotions
  3429. </a>
  3430.  
  3431. <a href="/tagged/%5B-other-promotions.-%5D-i-told-you-i-don%27t-wanna-join-your-super-secret-boy-band.">
  3432. Other Promotions
  3433. </a>
  3434.  
  3435. <a href="/tagged/[%20et%20cetera.%20]%20what%20was%20done%20to%20me%20created%20me:%20a%20basic%20principle%20of%20the%20universe%20that%20every%20action%20causes%20an%20equal%20and%20opposing%20reaction.">
  3436. Et Cetera
  3437. </a>
  3438.  
  3439.  
  3440.  
  3441.  
  3442. <h4>Social Aspects</h4>
  3443.  
  3444.  
  3445. <a href="/tagged/%5B-saved.-%5D-i-don%27t-want-to-harp-on-this-but-did-you-like-the-custom-rabbit%3F-%2F-...-did-i-like-it%3F-%2F-nailed-it.-right%3F">
  3446. Saved messages / Treasures
  3447. </a>
  3448.  
  3449. <a href="/tagged/%5B-public-service-announcement.-%5D-obviously-you-can-quote-me-on-that.-%27cause-i-just-said-it.">
  3450. Public Service Announcements
  3451. </a>
  3452.  
  3453. <a href="/tagged/%5B-inquiries%3A-out-of-character.-%5D-you-can-call-me-anytime.-i%27ll-put-you-on-hold.-i-like-to-watch-the-line-blink.">
  3454. Inquiries: Out of character
  3455. </a>
  3456.  
  3457. <a href="/tagged/%5B-inquiries%3A-in-character.-%5D-so-you-came-here-to-torture-me-and-talk-about-yourself%3F-%2F-you-may-not-remember-but-that%27s-kind-of-our-thing.">
  3458. Inquiries: In character
  3459. </a>
  3460.  
  3461. <a href="/tagged/%5B-memes-%2F-prompts.-%5D-this-is-probably-a-bad-idea.-like-a-record-breakingly-bad-idea.-like-a-go-down-in-history-bad-idea.">
  3462. Inquiries: Memes / Prompts
  3463. </a>
  3464.  
  3465. <a href="/tagged/%5B-memes-%2F-prompts.-%5D-this-is-probably-a-bad-idea.-like-a-record-breakingly-bad-idea.-like-a-go-down-in-history-bad-idea.">
  3466. Memes / Prompts
  3467. </a>
  3468.  
  3469. <a href="/tagged/%5B-et-cetera.-%5D-what-was-done-to-me-created-me%3A-a-basic-principle-of-the-universe-that-every-action-causes-an-equal-and-opposing-reaction.">
  3470. Et cetera / Various
  3471. </a>
  3472.  
  3473.  
  3474. <h4>Contact</h4>
  3475.  
  3476. <a href="https://iniziare.tumblr.com">
  3477. My Theme Blog
  3478. </a>
  3479.  
  3480. <a href="https://dyksa.tumblr.com">
  3481. My Personal / My Edits
  3482. </a>
  3483.  
  3484. <a href="https://nl.pinterest.com/cantrous/">
  3485. My Pinterest Aesthetics
  3486. </a>
  3487.  
  3488. <a href="https://open.spotify.com/user/5z17pfywk5x5h11orutliixfo?si=mud-vGyzQwuvVwlH7v9KqA">
  3489. My Spotify Playlists
  3490. </a>
  3491.  
  3492. <a href="">
  3493. Discord: Sae#3614
  3494. </a>
  3495.  
  3496. <a href="">
  3497. Skype: Littlemisswhoever
  3498. </a>
  3499.  
  3500. </div class="pagelinks">
  3501.  
  3502. </div class="pageinfo">
  3503. </div id="pagecontent">
  3504.  
  3505.  
  3506. <img class="pageimg1" src="https://static.tumblr.com/m7qloac/Jhfq7zame/rustyside04.png"/>
  3507.  
  3508.  
  3509. </div id="pagecontainer">
  3510. </div id="Tags" class="page">
  3511.  
  3512.  
  3513.  
  3514.  
  3515.  
  3516.  
  3517.  
  3518.  
  3519.  
  3520.  
  3521.  
  3522.  
  3523.  
  3524.  
  3525. <!-- PAGE: ALEC -->
  3526.  
  3527. <div id="Alec" class="page" style="display:none;">
  3528. <div id="pagecontainer">
  3529. <div id="pagecontent">
  3530.  
  3531.  
  3532. <div class="pagenavi">
  3533. <div class="dropdown">
  3534.  
  3535. <button onclick="myFunction()" class="dropbtn">
  3536. Click here for additional Navigational Pages</button>
  3537. <div id="myDropdown" class="dropdown-content">
  3538.  
  3539. <ul id="tabs">
  3540. <li style="text-align:left;" autofocus>General Information</li>
  3541. <li style="text-align:right;">General Navigation</li>
  3542.  
  3543. </ul id="tabs">
  3544.  
  3545. </div id="myDropdown" class="dropdown-content">
  3546.  
  3547. </div class="dropdown">
  3548. </div class="pagenavi">
  3549.  
  3550.  
  3551. <!-- TAB ONE -->
  3552.  
  3553. <ul id="tab"><li class="active">
  3554.  
  3555. <div class="pageinfo">
  3556.  
  3557.  
  3558. <u>Y</u><span style="color:{color:bold}; text-shadow: 0px 0px 1px {color:bold}; font-style:italic; line-height:12px; font-size:10.5px;">ou start with something pure, something exciting. Then, come the mistakes, the compromises: we create our own demons. (...) —So, if I were to wrap this up, tie it with a bow, whatever, I guess I'd say, my armour, it was never a distraction or a hobby. It was a cocoon, and now, I'm a changed man. You can take away my house, all my tricks and toys; one thing you can't take away... I am Iron Man.</span>
  3559.  
  3560. <hr>
  3561.  
  3562. <h4>Introduction / Importances</h4>
  3563.  
  3564. My portrayal for Tony Stark/Iron Man is entirely based on the presentation and interpretation of his character as it was shown in the Marvel Cinematic Universe. I can safely say that I am wholly unfamiliar with his source material as contained in his runs within Marvel Comics. And while this may definitely change in the time to come, any decision made thereafter in terms of his character, will likely land him as a <i>separate muse on this blog.</i>
  3565.  
  3566.  
  3567.  
  3568. <div class="pagelinks" style="margin-top:12px!important;">
  3569.  
  3570.  
  3571. <h4>Mains</h4>
  3572.  
  3573. <a href="">
  3574.  
  3575. </a>
  3576.  
  3577.  
  3578. <a href="">
  3579.  
  3580. </a>
  3581.  
  3582.  
  3583. </div class="pagelinks">
  3584.  
  3585.  
  3586. </div class="pageinfo">
  3587.  
  3588.  
  3589. </li>
  3590.  
  3591.  
  3592.  
  3593. <!-- TAB TWO -->
  3594.  
  3595. <li>
  3596.  
  3597.  
  3598. <div class="pageinfo">
  3599.  
  3600.  
  3601. <div class="pagelinks">
  3602.  
  3603.  
  3604. <h4>General Links</h4>
  3605.  
  3606.  
  3607. <a href="">
  3608.  
  3609. </a>
  3610.  
  3611.  
  3612.  
  3613. <a href="">
  3614.  
  3615. </a>
  3616.  
  3617.  
  3618. </div class="pagelinks">
  3619.  
  3620. </div class="pageinfo">
  3621. </div id="pagecontent">
  3622.  
  3623. </li></ul>
  3624.  
  3625. <div class="pageimg">
  3626. <img src="https://i.imgur.com/XWu4T3Z.png">
  3627. </div>
  3628.  
  3629.  
  3630. </div id="pagecontainer">
  3631.  
  3632.  
  3633. </div id="tabcontent">
  3634. </div id="Alec" class="page">
  3635.  
  3636.  
  3637.  
  3638.  
  3639.  
  3640.  
  3641.  
  3642.  
  3643.  
  3644.  
  3645. </body>
  3646. </html>
Add Comment
Please, Sign In to add comment