littlemisswhoever

Theme: Viper (Update) (by iniziare)

Sep 15th, 2019
1,310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3.  
  4.  
  5. <!-- (BASE) THEME BY SAE (INIZIARE) -->
  6.  
  7.  
  8.  
  9.  
  10. <html>
  11. <head>
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}
  16. <meta name="description" content="{MetaDescription}" />
  17. {/block:Description}
  18. </head>
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. <!-- SCRIPT: TOOLTIP -->
  26.  
  27. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  28. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  29. <script>
  30. (function($){
  31. $(document).ready(function(){
  32. $("a[title]").style_my_tooltips({
  33. tip_follows_cursor:true,
  34. tip_delay_time:90,
  35. tip_fade_speed:600,
  36. attribute:"title"
  37. });
  38. });
  39. })(jQuery);
  40. </script>
  41.  
  42.  
  43.  
  44.  
  45.  
  46. <!-- SCRIPT: AUDIO PLAYER -->
  47.  
  48. <script>
  49. $(document).ready(function() {
  50. $('iframe.tumblr_audio_player').load( function() {
  51. $('iframe.tumblr_audio_player').contents().find("head")
  52. .append($("<style type='text/css'> .audio-player{background:transparent!important; color:{color:bold}!important;} </style>"));
  53. });
  54. });
  55. </script>
  56.  
  57.  
  58.  
  59.  
  60.  
  61. <!-- SCRIPT: CLICK MENU -->
  62.  
  63. <script>
  64. $(document).ready(function(){
  65. jQuery('.dropbtn').click( function() {
  66. $(this).next('.dropdown-content').fadeToggle();
  67. return false;
  68. });
  69. });
  70. </script>
  71.  
  72.  
  73.  
  74.  
  75. <!-- SCRIPT: NAVIGATION TABS -->
  76.  
  77. <script>
  78. function openNavi(naviName) {
  79. var i;
  80. var x = document.getElementsByClassName("navi");
  81. for (i = 0; i < x.length; i++) {
  82. x[i].style.display = "none";
  83. }
  84. document.getElementById(naviName).style.display = "block";
  85. }
  86. </script>
  87.  
  88.  
  89.  
  90. <script type="text/javascript" src="https://static.tumblr.com/8pnyeus/10hors8sn/themekid-popup.min.js">
  91. </script>
  92.  
  93. <script type="text/javascript">
  94. $(document).ready(function(){
  95. popUp(true);
  96. });
  97. </script>
  98.  
  99.  
  100.  
  101.  
  102.  
  103. <!-- SCRIPT: MUSE TABS -->
  104.  
  105.  
  106. <script>
  107. function openPage(pageName) {
  108. var i;
  109. var x = document.getElementsByClassName("page");
  110. for (i = 0; i < x.length; i++) {
  111. x[i].style.display = "none";
  112. }
  113. document.getElementById(pageName).style.display = "block";
  114. }
  115.  
  116. </script>
  117.  
  118.  
  119.  
  120.  
  121. <!-- SCRIPT: POPUP TABS -->
  122.  
  123. <script>$(document).ready(function(){
  124. $("ul#tabs li").click(function(e){
  125. if (!$(this).hasClass("active")) {
  126. var tabNum = $(this).index();
  127. var nthChild = tabNum+1;
  128. $("ul#tabs li.active").removeClass("active");
  129. $(this).addClass("active");
  130. $("ul#tab li.active").removeClass("active");
  131. $("ul#tab li:nth-child("+nthChild+")").addClass("active");}});});</script>
  132.  
  133.  
  134.  
  135. <!-- SCRIPT: VIDEO WIDTH (CREDIT: SHYTHEMES) -->
  136.  
  137. <script>
  138. $(document).ready(function(){
  139. resizeVideos();
  140. });
  141. function resizeVideos() {
  142. $('.video:not(.resized) iframe:not(.tumblr_video_iframe)').each(function(){
  143. var vw = $(this).width(482);
  144. var vh = $(this).height(auto);
  145. var scale = $(this).parents('.video').width() / vw;
  146. $(this).attr({
  147. width: Math.floor($(this).attr('width') * scale),
  148. height: Math.floor($(this).attr('height') * scale)
  149. });
  150. $(this).parents('.video').addClass('resized');
  151. });
  152. $('.video:not(.resized) .tumblr_video_iframe').each(function(){
  153. var vw = $(this).width();
  154. var vh = $(this).height();
  155. var scale = $(this).parents('.video').width() / vw;
  156. $(this).css({
  157. 'transform': 'scale(' + scale + ')',
  158. 'margin': vh * (scale - 1) / 2 + 'px ' + vw * (scale - 1) / 2 + 'px'
  159. });
  160. $(this).parents('.tumblr_video_container').css({
  161. width: Math.floor(vw * ( scale + 1 ) / 2),
  162. height: Math.floor(vh * ( scale + 1 ) / 2)
  163. });
  164. $(this).parents('.video').addClass('resized');
  165. });
  166. }
  167. </script>
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174. <!-- CUSTOM FONTS -->
  175.  
  176. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
  177.  
  178. <link rel="stylesheet" href="https://static.tumblr.com/gjexvml/yTwpxxahr/stylesheet.css">
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185. <!-- META LINES -->
  186.  
  187. <meta name="image:Background" content=""/>
  188. <meta name="image:Sidebar Background" content="https://static.tumblr.com/m7qloac/n2pq2qk4r/dimensions-side-bg.png"/>
  189. <meta name="image:Sidebar Image Top" content="https://static.tumblr.com/ebrrv1n/Byopp6kos/dimensions_side-small.png"/>
  190. <meta name="image:Sidebar Image Bottom" content="https://static.tumblr.com/ebrrv1n/Byopp6kos/dimensions_side-small.png"/>
  191.  
  192. <meta name="text:Custom Capitals Font" content="'customfonthere'">
  193. <meta name="text:Sidebar Title" content="Side"/>
  194. <meta name="text:Title" content="Title">
  195. <meta name="text:Title Font Size" content="111px">
  196.  
  197. <meta name="color:Background" content="#000000"/>
  198. <meta name="color:Border" content="#151515"/>
  199. <meta name="color:Body Text" content="#c6c6c6"/>
  200. <meta name="color:Button Active" content="#c6c6c6"/>
  201. <meta name="color:Button Inactive" content="#474747"/>
  202. <meta name="color:Bold" content="#555555"/>
  203. <meta name="color:Headers" content ="#555555"/>
  204. <meta name="color:Italic" content="#ffffff"/>
  205. <meta name="color:Links" content="#ffffff"/>
  206. <meta name="color:Navigation List Links" content="#555555"/>
  207. <meta name="color:links hover" content="#ffffff"/>
  208. <meta name="color:First Letter" content="#151515"/>
  209. <meta name="color:Title" content="#000000"/>
  210. <meta name="color:Title Shadow" content="#151515"/>
  211. <meta name="color:Permalink" content="#2f2f2f"/>
  212. <meta name="color:Tags" content="#151515"/>
  213.  
  214. <meta name="if:Text Wrapping" content="1"/>
  215. <meta name="if:Boxed Blockquotes" content="1"/>
  216. <meta name="if:Icon Borders" content="1"/>
  217. <meta name="if:Bigger Tags on Hover" content="0"/>
  218. <meta name="if:First Letter Styling" content="0"/>
  219. <meta name="if:Muses Page" content="0"/>
  220. <meta name="if:Calibri Font" content="0"/>
  221. <meta name="if:BlogTitle" content="1"/>
  222. <meta name="if:SidebarTitle" cotent="0"/>
  223.  
  224. <style type="text/css">
  225.  
  226.  
  227.  
  228.  
  229. /* SCROLLBAR */
  230.  
  231. ::-webkit-scrollbar {
  232. background-color:transparent;
  233. height: 0px;
  234. display:none;
  235. width: 0px
  236. -ms-overflow-style: none; // IE 10+
  237. overflow: -moz-scrollbars-none; // Firefox
  238. }
  239.  
  240.  
  241. ::-webkit-scrollbar-thumb {
  242. background-color:transparent;
  243. }
  244.  
  245.  
  246.  
  247. /* TEXT SELECTION */
  248.  
  249. ::selection {
  250. background: {color:background};
  251. color:{color:links};
  252. }
  253.  
  254.  
  255. ::-moz-selection {
  256. background: {color:background};
  257. color:{color:links};
  258. }
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265. /* TOOLTIP */
  266.  
  267.  
  268. #s-m-t-tooltip {
  269. z-index:999;
  270. height:40px;
  271. line-height:40px;
  272. max-width:350px;
  273. margin-left:12.5px;
  274. margin-top:12.5px;
  275. font-weight:bold;
  276. background-color:{color:background};
  277. border:1px solid {color:border};
  278. padding-left:25px;
  279. padding-right:25px;
  280. font-family:calibri;
  281. font-size:10px;
  282. color: {color:italic};
  283. text-transform:uppercase;
  284. text-shadow: 0px 0px 1px {color:italic};
  285. }
  286.  
  287.  
  288.  
  289.  
  290.  
  291. /* FOUNDATION */
  292.  
  293.  
  294. body {
  295. background-image:url({image:background});
  296. background-attachment:fixed;
  297. background-repeat:no-repeat;
  298. background-position:center top;
  299. background-color:{color:background};
  300. color:{color:Body Text};
  301. font-size:10px;
  302. line-height:14px;
  303. word-spacing:-1px;
  304. color:{color:Body Text};
  305. font-family: 'Frank Ruhl Libre', serif;
  306. {block:ifCalibriFont}
  307. font-family:calibri;
  308. {/block:ifCalibriFont}
  309. word-wrap: break-word;
  310. }
  311.  
  312.  
  313. body a {
  314. font-size:10px;
  315. font-weight:bold;
  316. color:{color:links};
  317. text-decoration:none!important;
  318. -moz-transition-duration:1.5s;
  319. -webkit-transition-duration:1.5s;
  320. -o-transition-duration:1.5s;
  321. text-shadow: 0px 0px 1px {color:links};
  322. }
  323.  
  324.  
  325. body a:hover {
  326. color:{color:links hover};
  327. -moz-transition-duration:1.5s;
  328. -webkit-transition-duration:1.5s;
  329. -o-transition-duration:1.5s;
  330. text-shadow: 0px 0px 1px {color:links hover};
  331. }
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343. /* BLOCKQUOTES */
  344.  
  345.  
  346. {block:IfBoxedBlockquotes}
  347.  
  348. blockquote {
  349. background-color:{color:background};
  350. padding-left:25px;
  351. padding-right:25px;
  352. padding-top:12px;
  353. padding-bottom:12px;
  354. margin-top:12px;
  355. margin-bottom:12px;
  356. text-align:justify;
  357. margin-left:0px;
  358. margin-right:0px;
  359. border:1px solid {color:border};
  360. word-wrap: break-word!important;
  361. }
  362.  
  363.  
  364.  
  365. blockquote blockquote {
  366. border-left:1px solid {color:border}!important;
  367. border-top:0px!important;
  368. border-bottom:0px!important;
  369. border-right:0px!important;
  370. padding-top:0px;
  371. padding-bottom:0px;
  372. padding-left:25px;
  373. padding-right:0px;
  374. margin-top:12px!important;
  375. margin-bottom:12px!important;
  376. }
  377. {/block:IfBoxedBlockquotes}
  378.  
  379.  
  380.  
  381.  
  382. {block:IfNotBoxedBlockquotes}
  383. blockquote {
  384. padding-left:25px;
  385. margin-top:12px;
  386. margin-left:0px;
  387. margin-right:0px;
  388. text-align:justify;
  389. margin-bottom:25px;
  390. border-left:1px solid {color:border};
  391. background-color:transparent;
  392. word-wrap: break-word!important;
  393. }
  394.  
  395.  
  396.  
  397. blockquote blockquote {
  398. margin-top:12px;
  399. margin-bottom:12px;
  400. }
  401.  
  402.  
  403.  
  404. blockquote img {
  405. max-width:386px!important;
  406. height:auto;
  407. }
  408. {/block:IfNotBoxedBlockquotes}
  409.  
  410.  
  411.  
  412.  
  413.  
  414. /* FONT-RELATED */
  415.  
  416.  
  417. small {
  418. font-size:10px;
  419. }
  420.  
  421.  
  422. sub, sup {
  423. font-size:10px;
  424. vertical-align: baseline!important;
  425. position: relative!important;
  426. top: 0em!important;
  427. line-height:14px;
  428. }
  429.  
  430.  
  431. big {
  432. font-size:125%;
  433. }
  434.  
  435.  
  436. ul, ol {
  437. padding:0;
  438. list-style: decimal outside;
  439. margin-left:8px;
  440. }
  441.  
  442.  
  443. li {
  444. padding-left:2px;
  445. }
  446.  
  447.  
  448. b, bold, strong {
  449. font-size:9.5px;
  450. text-transform:uppercase;
  451. font-family: calibri, sans-serif;
  452. font-weight:bold!important;
  453. color:{color:bold};
  454. text-shadow: 0px 0px 1px {color:bold};
  455.  
  456. }
  457.  
  458.  
  459. em, i, italic {
  460. color: {color:italic};
  461. margin-right:1px;
  462. }
  463.  
  464.  
  465. {block:ifFirstLetterStyling}
  466. u, u a {
  467. background-color: transparent;
  468. font-family: 'janeaustennosecret';
  469. color:{color:title};
  470. text-decoration:none!important;
  471. font-weight:bold!important;
  472. text-transform:uppercase!important;
  473. float:left;
  474. font-size:40px;
  475. margin-left:0px;
  476. margin-top:25px;
  477. margin-bottom:12px;
  478. margin-right:25px!important;
  479. vertical-align: middle;
  480. text-shadow:
  481. -1px -1px 0 {color:title shadow},
  482. 1px -1px 0 {color:title shadow},
  483. -1px 1px 0 {color:title shadow},
  484. 1px 1px 0 {color:title shadow};
  485. }
  486. {/block:ifFirstLetterStyling}
  487.  
  488.  
  489. pre {
  490. text-transform:uppercase;
  491. line-height:155%;
  492. font-weight:lighter!important;
  493. color:{color:body text};
  494. font-size:8.4px;
  495. letter-spacing:0.6px;
  496. white-space: pre-wrap;
  497. white-space: -moz-pre-wrap;
  498. white-space: -pre-wrap;
  499. white-space: -o-pre-wrap;
  500. word-wrap: break-word;
  501. }
  502.  
  503.  
  504. pre a {
  505. color:{color:links};
  506. -moz-transition-duration:1.5s;
  507. -webkit-transition-duration:1.5s;
  508. -o-transition-duration:1.5s;
  509. }
  510.  
  511.  
  512. h1 {
  513. border: 1px solid {color:border};
  514. background-color: transparent;
  515. line-height:24px;
  516. overflow:hidden;
  517. margin-top:12px;
  518. margin-bottom:12px;
  519. padding-left:25px;
  520. padding-right:25px;
  521. height:25px;
  522. line-height:25px;
  523. text-align:left!important;
  524. font-family:calibri;
  525. font-weight:bold;
  526. font-size:10px!important;
  527. text-transform:uppercase;
  528. color: {color:headers};
  529. text-shadow: 0px 0px 1px {color:headers};
  530. }
  531.  
  532.  
  533. h1 a {
  534. color: {color:links};
  535. font-size:10px!important;
  536. text-shadow: 0px 0px 1px {color:links};
  537. }
  538.  
  539.  
  540. h2 {
  541. font-family: calibri, sans-serif;
  542. font-size:12.5px!important;
  543. text-transform:uppercase!important;
  544. color:{color:headers};
  545. letter-spacing:-0.4px;
  546. text-shadow: 0px 0px 1px {color:headers};
  547. }
  548.  
  549.  
  550. h2 a {
  551. font-family: calibri, sans-serif;
  552. font-size:12.5px!important;
  553. text-transform:uppercase!important;
  554. color:{color:links};
  555. letter-spacing:-0.4px;
  556. text-shadow: 0px 0px 1px {color:links};
  557. }
  558.  
  559.  
  560. h4 {
  561. border:1px solid {color:border};
  562. margin-bottom:12.5px;
  563. margin-top:12.5px;
  564. padding-left:25px;
  565. padding-right:25px;
  566. height:25px;
  567. text-align:left;
  568. font-family:calibri;
  569. font-style:normal;
  570. font-weight:bold;
  571. font-size:10px;
  572. line-height:25px;
  573. color: {color:headers};
  574. text-transform:uppercase;
  575. text-shadow: 0px 0px 1px {color:headers};
  576. }
  577.  
  578.  
  579. h4:first-child {
  580. margin-top:0px;
  581. }
  582.  
  583.  
  584. h4 a {
  585. font-family:calibri;
  586. font-style:normal;
  587. font-weight:700;
  588. font-size:10px;
  589. line-height:10px;
  590. color: {color:links};
  591. text-shadow: 0px 0px 1px {color:links};
  592. }
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599. /* CONTAINER */
  600.  
  601.  
  602. #container {
  603. z-index:9999;
  604. left: 50%;
  605. margin-left:-448px;
  606. margin-top:88px;
  607. position:fixed;
  608. width:896px;
  609. height:475px;
  610. overflow:hidden;
  611. outline:1px solid {color:border};
  612. background-color:{color:background};
  613. -webkit-box-shadow: 0px 0px 48px 20px {color:background};
  614. -moz-box-shadow: 0px 0px 48px 20px {color:background};
  615. box-shadow: 0px 0px 48px 20px {color:background};
  616. }
  617.  
  618.  
  619. .sidebar {
  620. position:absolute;
  621. width:284px;
  622. height:423px;
  623. left:26px;
  624. top:26px;
  625. overflow-y:hidden;
  626. outline:1px solid {color:border};
  627. }
  628.  
  629.  
  630. {block:ifSidebarTitle}
  631. .sidebartitle {
  632. position:absolute;
  633. font-family: 'janeaustennosecret';
  634. color:{color:title};
  635. font-weight:bold!important;
  636. text-transform:none;
  637. padding-left:4px;
  638. padding-right:4px;
  639. font-size:55px;
  640. width:222px;
  641. left:26px;
  642. top:133px;
  643. line-height:14px;
  644. letter-spacing:-2px;
  645. text-align:right!important;
  646. z-index:999;
  647. pointer-events:none;
  648. background-color:transparent;
  649. text-shadow:
  650. -1px -1px 0 {color:title shadow},
  651. 1px -1px 0 {color:title shadow},
  652. -1px 1px 0 {color:title shadow},
  653. 1px 1px 0 {color:title shadow};
  654. }
  655. {/block:ifSidebarTitle}
  656.  
  657.  
  658. .sidebarbg {
  659. background-image:url('{Sidebar Background}');
  660. background-position:top left;
  661. position:absolute;
  662. width:284px;
  663. height:423px;
  664. -webkit-filter: brightness(1) contrast(1) saturate(1);
  665. }
  666.  
  667.  
  668. .inner {
  669. position:absolute;
  670. width:231px;
  671. margin-left:26px;
  672. margin-top:26px;
  673. outline:1px solid {color:border};
  674. background-color:{color:background};
  675. -webkit-box-shadow: 0px 0px 48px 4px {color:background};
  676. -moz-box-shadow: 0px 0px 48px 4px {color:background};
  677. box-shadow: 0px 0px 48px 4px {color:background};
  678. }
  679.  
  680.  
  681. .sidebarimgtop {
  682. background-image:url('{Sidebar Image Top}');
  683. background-position:top left;
  684. outline:1px solid {color:border};
  685. overflow:hidden;
  686. width:231px;
  687. height:120px!important;
  688. -webkit-filter: brightness(1) contrast(1) saturate(1);
  689. }
  690.  
  691.  
  692. .sidebarimgbottom {
  693. background-image:url('{Sidebar Image Bottom}');
  694. background-position:top left;
  695. margin-top:1px;
  696. outline:1px solid {color:border};
  697. overflow:hidden;
  698. width:231px;
  699. height:120px;
  700. -webkit-filter: brightness(1) contrast(1) saturate(1);
  701. }
  702.  
  703.  
  704. {block:ifBlogTitle}
  705. .title {
  706. position:fixed;
  707. font-family: 'janeaustennosecret';
  708. color:{color:title};
  709. font-weight:lighter!important;
  710. text-transform:none;
  711. padding-left:8px;
  712. padding-right:8px;
  713. font-size:{text:title font size};
  714. width:490px;
  715. margin-left:340px;
  716. margin-top:400px;
  717. line-height:14px;
  718. letter-spacing:-4px;
  719. word-spacing:-1px;
  720. text-align:right!important;
  721. z-index:88!important;
  722. padding-right:25px;
  723. pointer-events:none;
  724. background-color:transparent;
  725. text-shadow:
  726. -1px -1px 0 {color:title shadow},
  727. 1px -1px 0 {color:title shadow},
  728. -1px 1px 0 {color:title shadow},
  729. 1px 1px 0 {color:title shadow};
  730. }
  731. {/block:ifBlogTitle}
  732.  
  733.  
  734. .description {
  735. width:181px;
  736. height:80px;
  737. padding-left:25px;
  738. padding-right:25px;
  739. outline:1px solid {color:border};
  740. border-top:25px solid {color:background};
  741. border-bottom:25px solid {color:background};
  742. background-color:{color:background};
  743. line-height:13px;
  744. text-align:justify;
  745. overflow-y:scroll;
  746. -moz-transition-duration:1.5s;
  747. -webkit-transition-duration:1.5s;
  748. -o-transition-duration:1.5s;
  749. }
  750.  
  751.  
  752. .description a {
  753. color:{color:links};
  754. font-family: calibri;
  755. text-transform:uppercase;
  756. font-size:10px;
  757. font-weight:bold!important;
  758. -moz-transition-duration:1.5s;
  759. -webkit-transition-duration:1.5s;
  760. -o-transition-duration:1.5s;
  761. text-shadow: 0px 0px 1px {color:links};
  762. }
  763.  
  764.  
  765. {block:ifFirstLetterStyling}
  766. .description:first-letter {
  767. background-color: transparent;
  768. font-family: 'janeaustennosecret';
  769. color:{color:title};
  770. font-weight:bold!important;
  771. text-transform:uppercase!important;
  772. float:left;
  773. padding-left:0px;
  774. padding-right:9px;
  775. font-size:44px;
  776. margin-left:0px;
  777. margin-right: 12.5px;
  778. margin-top:25px;
  779. margin-bottom:12px;
  780. vertical-align: middle;
  781. text-shadow:
  782. -1px -1px 0 {color:title shadow},
  783. 1px -1px 0 {color:title shadow},
  784. -1px 1px 0 {color:title shadow},
  785. 1px 1px 0 {color:title shadow};
  786. }
  787. {/block:ifFirstLetterStyling}
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799. /* POSTS: GENERAL */
  800.  
  801.  
  802. #content {
  803. position:absolute;
  804. text-align:justify;
  805. height:320px;
  806. width:533px;
  807. left:337px;
  808. top:76px;
  809. background-color:transparent;
  810. overflow-y:scroll;
  811. overflow-x:hidden;
  812. z-index:9;
  813. outline:1px solid {color:border}!important;
  814. }
  815.  
  816.  
  817. #content2 {
  818. width:485px;
  819. height:270px;
  820. overflow-y:scroll;
  821. padding-left:25px;
  822. padding-right:25px;
  823. margin-left:-1px;
  824. margin-top:25px!important;
  825. }
  826.  
  827.  
  828. .posts {
  829. width:485px;
  830. word-wrap: break-word;
  831. text-align:justify;
  832. line-height:14px;
  833. margin-bottom:36px;
  834. }
  835.  
  836.  
  837. .posts:first-child, .posts:first-of-type {
  838. margin-top:15px;
  839. }
  840.  
  841.  
  842. .posts:last-child {
  843. margin-bottom:0px!important;
  844. }
  845.  
  846.  
  847. .posts a {
  848. font-family: calibri;
  849. text-transform:uppercase;
  850. font-size:9.5px;
  851. font-weight:bold!important;
  852. color:{color:links};
  853. -moz-transition-duration:1.5s;
  854. -webkit-transition-duration:1.5s;
  855. -o-transition-duration:1.5s;
  856. text-shadow: 0px 0px 1px {color:links};
  857. }
  858.  
  859.  
  860. .posts a:hover {
  861. color:{color:links hover};
  862. -moz-transition-duration:1.5s;
  863. -webkit-transition-duration:1.5s;
  864. -o-transition-duration:1.5s;
  865. text-shadow: 0px 0px 1px {color:links hover};
  866. }
  867.  
  868.  
  869. .posts img {
  870. max-width: -webkit-calc(100% - 22px);
  871. max-width: -moz-calc(100% - 22px);
  872. max-width: calc(100% - 22px);
  873. height:auto;
  874. }
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881. /* TEXT-WRAPPING AROUND ICONS/IMAGES */
  882.  
  883.  
  884. #wrap {
  885. margin-top:12px;
  886. margin-bottom: 12px;
  887. }
  888.  
  889.  
  890. #wrap img {
  891. overflow: hidden;
  892. background-color:{color:background};
  893. margin-top:0px!important;
  894. margin-bottom:12px!important;
  895. padding-right:3px;
  896. padding-bottom:3px;
  897. {block:IfTextWrapping}
  898. float:left;
  899. margin-right:14px;
  900. {/block:IfTextWrapping}
  901. {block:ificonborders}
  902. padding:12px;
  903. border:1px solid {color:border};
  904. {/block:ificonborders}
  905. -webkit-filter: brightness(1) contrast(1) saturate(1);
  906. }
  907.  
  908.  
  909. {block:IfTextWrapping}
  910. #wrap blockquote img {
  911. background-color:{color:background};
  912. margin-top:12px!important;
  913. margin-bottom:10px!important;
  914. margin-left:12px;
  915. margin-right:0px!important;
  916. float:right;
  917. -webkit-filter: brightness(.88) contrast(1) saturate(1);
  918. }
  919. {/block:IfTextWrapping}
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926. /* NAVIGATION BAR */
  927.  
  928.  
  929. .navigation {
  930. top:25px;
  931. left:336px;
  932. width:600px;
  933. position:absolute;
  934. border:0px!important;
  935. height:25px;
  936. }
  937.  
  938.  
  939. button {
  940. display:inline-block;
  941. box-sizing: border-box;
  942. font-size:9.5px;
  943. text-align:center;
  944. padding-left:25px;
  945. padding-right:25px;
  946. font-family: calibri, sans-serif;
  947. text-transform:uppercase;
  948. width:180px;
  949. max-width:180px;
  950. height:25px;
  951. background-color:{color:background};
  952. border:1px solid {color:border};
  953. line-height:22px;
  954. margin-left:0px;
  955. margin-right:-4px;
  956. color: {color:button inactive};
  957. cursor:pointer;
  958. font-weight:bold!important;
  959. overflow:hidden;
  960. text-shadow: 0px 0px 1px {color:button inactive};
  961. -webkit-transition: all 1.5s ease-in-out;
  962. -moz-transition: all 1.5s ease-in-out;
  963. -o-transition: all 1.5s ease-in-out;
  964. -ms-transition: all 1.5s ease-in-out;
  965. transition: all 1.5s ease-in-out;
  966. }
  967.  
  968.  
  969. button:focus, button:active {
  970. border:1px solid {color:border}!important;
  971. outline:0px!important;
  972. color:{color:button active}!important;
  973. text-shadow: 0px 0px 1px {color:button active};
  974. }
  975.  
  976.  
  977. button:hover {
  978. color:{color:links hover}!important;
  979. -webkit-transition: all 1.5s ease-in-out;
  980. -moz-transition: all 1.5s ease-in-out;
  981. -o-transition: all 1.5s ease-in-out;
  982. -ms-transition: all 1.5s ease-in-out;
  983. transition: all 1.5s ease-in-out;
  984. text-shadow: 0px 0px 1px {color:links hover};
  985. }
  986.  
  987.  
  988. #tabcontent {
  989. position:absolute;
  990. text-align:justify;
  991. height:348px;
  992. width:483px;
  993. left:337px;
  994. top:76px;
  995. overflow:hidden;
  996. padding-top:0px!important;
  997. background-color:{color:background}!important;
  998. border-top:0px solid {color:background};
  999. border-bottom:25px solid {color:background};
  1000. overflow-y:scroll;
  1001. padding-left:25px;
  1002. padding-right:25px;
  1003. z-index:999;
  1004. outline:1px solid {color:border}!important;
  1005. }
  1006.  
  1007.  
  1008. #tabcontent a {
  1009. font-family:calibri;
  1010. font-size:9.5px;
  1011. color:{color:links};
  1012. text-transform:uppercase;
  1013. text-shadow: 0px 0px 1px {color:links};
  1014. }
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021. /* POSTS: TEXT */
  1022.  
  1023. #textbody {
  1024. margin-top:-12px!important;
  1025. {block:permalinkpage}
  1026. margin-top:-12px!important;
  1027. {/block:permalinkpage}
  1028. }
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035. /* POSTS: PHOTO/PHOTOSETS */
  1036.  
  1037.  
  1038. #psingle {
  1039. width: 505px;
  1040. margin-top:-12px!important;
  1041. pointer-events:none;
  1042. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.9);
  1043. -webkit-transition: all 1.5s ease-in-out;
  1044. -moz-transition: all 1.5s ease-in-out;
  1045. -o-transition: all 1.5s ease-in-out;
  1046. -ms-transition: all 1.5s ease-in-out;
  1047. transition: all 1.5s ease-in-out;
  1048. }
  1049.  
  1050.  
  1051. #psingle:hover {
  1052. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.9);
  1053. -webkit-transition: all 1.5s ease-in-out;
  1054. -moz-transition: all 1.5s ease-in-out;
  1055. -o-transition: all 1.5s ease-in-out;
  1056. -ms-transition: all 1.5s ease-in-out;
  1057. transition: all 1.5s ease-in-out;
  1058. }
  1059.  
  1060.  
  1061. #pset {
  1062. margin-top:-12px!important;
  1063. {block:permalinkpage}
  1064. margin-top:0px;
  1065. {block:permalinkpage}
  1066. width: 484px;
  1067. pointer-events:none;
  1068. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.85);
  1069. -webkit-transition: all 1.5s ease-in-out;
  1070. -moz-transition: all 1.5s ease-in-out;
  1071. -o-transition: all 1.5s ease-in-out;
  1072. -ms-transition: all 1.5s ease-in-out;
  1073. transition: all 1.5s ease-in-out;
  1074. }
  1075.  
  1076.  
  1077. #pset:hover {
  1078. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.85);
  1079. -webkit-transition: all 1.5s ease-in-out;
  1080. -moz-transition: all 1.5s ease-in-out;
  1081. -o-transition: all 1.5s ease-in-out;
  1082. -ms-transition: all 1.5s ease-in-out;
  1083. transition: all 1.5s ease-in-out;
  1084. }
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091. /* POSTS: QUOTE */
  1092.  
  1093.  
  1094. #quote {
  1095. font-size:15px;
  1096. text-align:left;
  1097. padding-top:0px;
  1098. padding-bottom:0px;
  1099. letter-spacing:-1px;
  1100. line-height:15px;
  1101. margin-top:-12px;
  1102. }
  1103.  
  1104.  
  1105. .source {
  1106. border:1px solid {color:border};
  1107. font-family:calibri;
  1108. font-weight:bold;
  1109. text-align:left;
  1110. font-size:9.5px;
  1111. height:25px;
  1112. line-height:25px;
  1113. color: {color:bold};
  1114. text-transform:uppercase;
  1115. letter-spacing:0.2px;
  1116. margin-top:25px;
  1117. padding-right:25px;
  1118. padding-left:25px;
  1119. margin-top:25px;
  1120. text-shadow: 0px 0px 1px {color:bold};
  1121. }
  1122.  
  1123.  
  1124. .source a {
  1125. color: {color:bold};
  1126. text-shadow: 0px 0px 1px {color:bold};
  1127. }
  1128.  
  1129.  
  1130. .source:first-letter {
  1131. position:relative;
  1132. z-index:50;
  1133. background-color: transparent;
  1134. font-family: 'janeaustennosecret';
  1135. color:{color:title}!important;
  1136. font-weight:bold!important;
  1137. text-transform:uppercase!important;
  1138. float:left;
  1139. padding-left:0px;
  1140. padding-right:9px;
  1141. font-size:44px;
  1142. margin-left:-6px;
  1143. margin-right: 12.5px;
  1144. margin-top:12px;
  1145. margin-bottom:12px;
  1146. vertical-align: middle;
  1147. text-shadow:
  1148. -1px -1px 0 {color:title shadow},
  1149. 1px -1px 0 {color:title shadow},
  1150. -1px 1px 0 {color:title shadow},
  1151. 1px 1px 0 {color:title shadow};
  1152. }
  1153.  
  1154.  
  1155.  
  1156.  
  1157. /* POSTS: LINK */
  1158.  
  1159.  
  1160. #link {
  1161. outline:1px solid {color:border};
  1162. padding:25px;
  1163. margin-top:-12px;
  1164. }
  1165.  
  1166.  
  1167. #link a {
  1168. font-size:12px;
  1169. }
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176. /* POSTS: CHAT */
  1177.  
  1178.  
  1179. #chat {
  1180. margin-top:-16px!important;
  1181. padding-left:0px;
  1182. padding-right:0px;
  1183. }
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190. /* POSTS: AUDIO */
  1191.  
  1192.  
  1193. .audioplayer {
  1194. margin-left:12.5px;
  1195. margin-top:-12px;
  1196. width: 25px;
  1197. height: 25px;
  1198. overflow: hidden;
  1199. }
  1200.  
  1201.  
  1202. .audioinfo {
  1203. outline:1px solid {color:border};
  1204. margin-right: 0px;
  1205. padding-left:60px;
  1206. padding-right:25px;
  1207. margin-top:-24px;
  1208. margin-bottom:12px;
  1209. height:25px;
  1210. line-height:25px;
  1211. display: block;
  1212. font-family:calibri;
  1213. font-weight:bold;
  1214. text-transform: uppercase;
  1215. text-align: left;
  1216. letter-spacing:0.2px;
  1217. word-spacing:-0.5px;
  1218. overflow:hidden;
  1219. font-size:9.5px;
  1220. color:{color:bold};
  1221. text-shadow: 0px 0px 1px {color:bold};
  1222. }
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229. /* POSTS: VIDEO */
  1230.  
  1231.  
  1232. .video {
  1233. margin-top:-15px;
  1234. }
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241. /* POSTS: ASK */
  1242.  
  1243.  
  1244. #question {
  1245. position:relative;
  1246. width: 80%;
  1247. height:70px;
  1248. margin-left:1px;
  1249. margin-top:-12px!important;
  1250. background-color:{color:background};
  1251. }
  1252.  
  1253.  
  1254. #ask {
  1255. position:relative;
  1256. z-index:999999!important;
  1257. float:left;
  1258. font-family:calibri, sans-serif;
  1259. text-transform:uppercase;
  1260. font-weight:bold;
  1261. background-color:{color:background};
  1262. font-size:9px;
  1263. line-height:12px!important;
  1264. width:368px;
  1265. min-height:21px;
  1266. max-height:21px;
  1267. overflow:scroll;
  1268. margin-top:0px;
  1269. margin-left:0px;
  1270. margin-bottom:0px;
  1271. padding-left:24px;
  1272. padding-right:24px;
  1273. outline:solid 1px {color:border};
  1274. border-top:22px solid {color:background};
  1275. border-bottom:22px solid {color:background};
  1276. -moz-transition-duration:1.5s;
  1277. -webkit-transition-duration:1.5s;
  1278. -o-transition-duration:1.5s;
  1279. }
  1280.  
  1281.  
  1282. #ask:hover {
  1283. max-height:35px!important;
  1284. width:434px;
  1285. z-index:999999!important;
  1286. -moz-transition-duration:1.5s;
  1287. -webkit-transition-duration:1.5s;
  1288. -o-transition-duration:1.5s;
  1289. }
  1290.  
  1291.  
  1292. #ask a {
  1293. font-weight:bold;
  1294. color:{color:bold};
  1295. font-size:9.5px;
  1296. text-decoration:none;
  1297. text-shadow: 0px 0px 1px {color:bold};
  1298. }
  1299.  
  1300.  
  1301. #ask b {
  1302. color:{color:bold};
  1303. font-size:9.5px;
  1304. line-height:11px;
  1305. font-family:calibri!important;
  1306. text-shadow: 0px 0px 1px {color:bold};
  1307. }
  1308.  
  1309.  
  1310. .letterask {
  1311. font-family: 'janeaustennosecret';
  1312. position:relative;
  1313. font-weight:bold;
  1314. z-index:9999!important;
  1315. font-style:normal!important;
  1316. position:absolute;
  1317. text-align:center;
  1318. font-size:36px;
  1319. margin-left:417px;
  1320. outline:1px solid {color:border};
  1321. background-color:{color:background};
  1322. padding-top:35px;
  1323. padding-bottom:16px;
  1324. padding-left:11px;
  1325. padding-right:18px;
  1326. color:{color:title};
  1327. -webkit-user-select: none;
  1328. -moz-user-select: none;
  1329. -ms-user-select: none;
  1330. user-select: none;
  1331. text-shadow:
  1332. -1px -1px 0 {color:title shadow},
  1333. 1px -1px 0 {color:title shadow},
  1334. -1px 1px 0 {color:title shadow},
  1335. 1px 1px 0 {color:title shadow};
  1336. }
  1337.  
  1338.  
  1339. #response {
  1340. margin-bottom:0px!important;
  1341. margin-top:20px;
  1342. }
  1343.  
  1344.  
  1345. #response blockquote {
  1346. margin-top:12px;
  1347. margin-bottom:12px!important;
  1348. padding-top:12px;
  1349. padding-bottom:12px;
  1350. }
  1351.  
  1352.  
  1353.  
  1354.  
  1355.  
  1356.  
  1357. /* POST INFORMATION */
  1358.  
  1359.  
  1360. .permalink {
  1361. margin-top:25px!important;
  1362. margin-left:-25px;
  1363. margin-right:-25px;
  1364. margin-bottom:25px!important;
  1365. }
  1366.  
  1367.  
  1368. .permalinkbuttons {
  1369. height:25px;
  1370. background-color:{color:background};
  1371. font-weight:bold!important;
  1372. line-height:25px;
  1373. letter-spacing:-0.2px;
  1374. margin-left:0px!important;
  1375. margin-bottom:1px!important;
  1376. border:1px solid {color:border};
  1377. color:{color:border};
  1378. }
  1379.  
  1380.  
  1381. .permalinkbuttons a {
  1382. display:inline-block;
  1383. box-sizing: border-box;
  1384. font-size:9.5px;
  1385. text-align:center;
  1386. padding-left:25px;
  1387. padding-right:25px;
  1388. font-family: calibri, sans-serif;
  1389. text-transform:uppercase;
  1390. width:177px;
  1391. max-width:177px;
  1392. height:25px;
  1393. background-color:{color:background};
  1394. outline:1px solid {color:border};
  1395. line-height:25px;
  1396. color: {color:permalink};
  1397. font-weight:bold!important;
  1398. overflow:hidden;
  1399. text-shadow: 0px 0px 1px {color:permalink};
  1400. }
  1401.  
  1402.  
  1403. .permalinkbuttons a:hover {
  1404. color:{color:links hover};
  1405. -moz-transition-duration:1.5s;
  1406. -webkit-transition-duration:1.5s;
  1407. -o-transition-duration:1.5s;
  1408. text-shadow: 0px 0px 1px {color:links hover};
  1409. }
  1410.  
  1411.  
  1412. .tags {
  1413. font-family: calibri!important;
  1414. font-weight:bold!important;
  1415. background-color:{color:background};
  1416. border:1px solid {color:border};
  1417. padding-top:12px;
  1418. padding-bottom:12px;
  1419. padding-left:24px;
  1420. padding-right:24px;
  1421. margin-top:-2px;
  1422. color:{color:border};
  1423. text-transform:uppercase!important;
  1424. font-style:normal;
  1425. line-height:150%;
  1426. font-size:8.5px;
  1427. text-align:justify;
  1428. -moz-text-align-last: center; /* Code for Firefox */
  1429. text-align-last: center;
  1430.  
  1431. }
  1432.  
  1433.  
  1434.  
  1435. .tags a {
  1436. text-decoration:none!important;
  1437. font-weight:bold!important;
  1438. font-size:8.5px;
  1439. margin-right:0px;
  1440. text-transform:uppercase!important;
  1441. font-family: calibri!important;
  1442. color:{color:border};
  1443. -moz-transition-duration:1.5s;
  1444. -webkit-transition-duration:1.5s;
  1445. -o-transition-duration:1.5s;
  1446. text-shadow: 0px 0px 1px {color:border};
  1447. }
  1448.  
  1449.  
  1450. .tags a:hover {
  1451. color:{color:italic}!important;
  1452. -moz-transition-duration:1.5s;
  1453. -webkit-transition-duration:1.5s;
  1454. -o-transition-duration:1.5s;
  1455. text-shadow: 0px 0px 1px {color:links hover};
  1456. {block:ifBiggerTagsonHover}
  1457. font-size:9px!important;
  1458. {block:ifBiggerTagsonHover}
  1459. }
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465.  
  1466. /* PERMAPAGE NOTES */
  1467.  
  1468.  
  1469. #notes {
  1470. outline:1px solid {color:border};
  1471. margin-bottom:1px!important;
  1472. margin-left:1px;
  1473. margin-right:1px;
  1474. margin-top:25px!important;
  1475. padding-top:16px;
  1476. padding-bottom:16px;
  1477. padding-left:16px;
  1478. padding-right:16px;
  1479. color:{color:body text}!important;
  1480. }
  1481.  
  1482.  
  1483. #notes span, .note span {
  1484. color:{color:body text}!important;
  1485. }
  1486.  
  1487.  
  1488.  
  1489. .note li, .note, .note a {
  1490. list-style-type:none;
  1491. padding-top:0px;
  1492. line-height:14px;
  1493. padding-bottom:0px;
  1494. padding-left:0px;
  1495. padding-right:0px;
  1496. text-align:left!important;
  1497. -moz-transition-duration:0.5s;
  1498. -webkit-transition-duration:0.5s;
  1499. -o-transition-duration:0.5s;
  1500. font-family:calibri!important;
  1501. font-size:9.5px!important;
  1502. font-weight:bold;
  1503. text-transform:uppercase;
  1504. color:{color:body text}!important;
  1505. text-shadow: 0px 0px 1px {color:body text};
  1506. }
  1507.  
  1508.  
  1509. .note li a {
  1510. text-align:left!important;
  1511. font-family:calibri!important;
  1512. font-size:9.5px!important;
  1513. padding-right:0px;
  1514. font-weight:bold;
  1515. text-transform:uppercase;
  1516. letter-spacing:0px;
  1517. color: {color:italic}!important;
  1518. text-shadow: 0px 0px 1px {color:italic};
  1519. }
  1520.  
  1521.  
  1522. .more_notes_link, .more_notes_link a {
  1523. text-align:left!important;
  1524. margin-top:25px!important;
  1525. padding-top:25px!important;
  1526. color:{color:italic}!important;
  1527. text-shadow: 0px 0px 1px {color:italic};
  1528. }
  1529.  
  1530.  
  1531. .note blockquote a {
  1532. padding-top:12px;
  1533. padding-bottom:12px;
  1534. padding-left:24px;
  1535. padding-right:24px;
  1536. margin-top:12px;
  1537. margin-bottom:12px;
  1538. margin-left:0px;
  1539. margin-right:0px;
  1540. color:{color:body text}!important;
  1541. text-shadow: 0px 0px 1px {color:body text};
  1542. }
  1543.  
  1544.  
  1545. .note img.avatar {
  1546. display:none;
  1547. width: 0px;
  1548. height: 0px;
  1549. }
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556. /* PAGINATION */
  1557.  
  1558.  
  1559. .navigationbottom {
  1560. left:337px;
  1561. top:424px;
  1562. position:absolute;
  1563. width: 533px;
  1564. outline:1px solid {color:border};
  1565. height:25px;
  1566. line-height:25px;
  1567. z-index:80;
  1568. }
  1569.  
  1570.  
  1571. .pagination {
  1572. height:25px;
  1573. line-height:25px;
  1574. }
  1575.  
  1576.  
  1577. .pagination b {
  1578. color:{color:button inactive}!important;
  1579. text-shadow: 0px 0px 1px {color:button inactive};
  1580. }
  1581.  
  1582.  
  1583. .pagination a {
  1584. display:inline-block;
  1585. box-sizing: border-box;
  1586. font-size:10px;
  1587. text-align:center;
  1588. padding-left:25px;
  1589. padding-right:25px;
  1590. font-family: calibri, sans-serif;
  1591. text-transform:uppercase;
  1592. width:177px;
  1593. max-width:177px;
  1594. height:25px;
  1595. background-color:{color:background};
  1596. outline:1px solid {color:border};
  1597. line-height:25px;
  1598. margin-right:0px;
  1599. color: {color:button inactive};
  1600. font-weight:bold!important;
  1601. overflow:hidden;
  1602. text-shadow: 0px 0px 1px {color:button inactive};
  1603. }
  1604.  
  1605.  
  1606. .pagination a:first-child {
  1607. margin-left:0px!important;
  1608. }
  1609.  
  1610.  
  1611. .pagination a:last-child {
  1612. margin-right:0px!important;
  1613. }
  1614.  
  1615.  
  1616. .navigationbottom a:hover, .pagination a:hover, .pagination:hover {
  1617. font-weight:bold!important;
  1618. color:{color:links hover}!important;
  1619. -moz-transition-duration:1.5s;
  1620. -webkit-transition-duration:1.5s;
  1621. -o-transition-duration:1.5s;
  1622. text-shadow: 0px 0px 1px {color:links hover};
  1623. }
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630. /* POPUPS: GENERAL */
  1631.  
  1632.  
  1633. .popup_block {
  1634. box-sizing: border-box;
  1635. width:400px;
  1636. height:388px;
  1637. max-height:388px;
  1638. margin-top:76px!important;
  1639. margin-left:337px!important;
  1640. display:none;
  1641. background-color:{color:background}!important;
  1642. outline:1px solid {color:border};
  1643. border-bottom:24px solid {color:background};
  1644. padding-left:24px;
  1645. padding-right:24px;
  1646. position:absolute;
  1647. z-index:99999999;
  1648. opacity:1;
  1649. overflow-y:hidden;
  1650. text-align:justify;
  1651. overflow-x:hidden;
  1652. }
  1653.  
  1654.  
  1655. .popup_block a {
  1656. margin-right:0px;
  1657. vertical-align:top;
  1658. font-family: calibri, sans-serif;
  1659. font-size:9.5px;
  1660. color:{color:links};
  1661. font-weight:bold!important;
  1662. position: relative;
  1663. text-decoration:none;
  1664. text-transform:uppercase;
  1665. text-shadow: 0px 0px 1px {color:links};
  1666. }
  1667.  
  1668.  
  1669. *html #fade {
  1670. position: absolute;
  1671. }
  1672.  
  1673.  
  1674. *html .popup_block {
  1675. position: absolute;
  1676. }
  1677.  
  1678.  
  1679. #fade {
  1680. display:none;
  1681. position:fixed;
  1682. left:0px;
  1683. top:0px;
  1684. width:100%;
  1685. height:100%;
  1686. z-index:9;
  1687. background:transparent;
  1688. opacity:0;
  1689. }
  1690.  
  1691.  
  1692.  
  1693.  
  1694.  
  1695.  
  1696. /* NAVIGATION LIST */
  1697.  
  1698.  
  1699. .nlist {
  1700. position:absolute;
  1701. left:52px;
  1702. margin-top:173px;
  1703. height:129px;
  1704. max-height:129px;
  1705. width:231px;
  1706. max-width:231px;
  1707. border-bottom:0px solid {color:background}!important;
  1708. border-top:0px solid {color:background}!important;
  1709. background-color:{color:background};
  1710. overflow-y:scroll;
  1711. padding-left:0px;
  1712. padding-right:0px;
  1713. outline:1px solid {color:border}!important;
  1714. opacity:1!important;
  1715. }
  1716.  
  1717.  
  1718. .nlinks {
  1719. margin-top:0px;
  1720. padding-left:0px!important;
  1721. width:275px;
  1722. background-color:{color:background};
  1723. }
  1724.  
  1725.  
  1726. .nlinks a, .nlinks li {
  1727. display:inline-block;
  1728. box-sizing: border-box;
  1729. padding-right:24px;
  1730. outline:1px solid {color:border};
  1731. background-color:{color:background};
  1732. width:275px;
  1733. overflow:hidden;
  1734. height:31.5px;
  1735. padding-left:24px;
  1736. padding-right:24px;
  1737. font-family:calibri;
  1738. text-align:left;
  1739. font-style:normal;
  1740. font-weight:bold!important;
  1741. margin-right:0px;
  1742. margin-bottom:-3px;
  1743. font-size:9.5px;
  1744. letter-spacing:0px;
  1745. line-height:31.5px;
  1746. color: {color:Navigation List Links};
  1747. text-transform:uppercase;
  1748. cursor:pointer;
  1749. text-shadow: 0px 0px 1px {color:Navigation List Links};
  1750. }
  1751.  
  1752.  
  1753. .nlinks li:hover, .nlinks li:nth-of-type(even):hover {
  1754. color:{color:links}!important;
  1755. text-shadow: 0px 0px 1px {color:links};
  1756. -moz-transition-duration:1.5s;
  1757. -webkit-transition-duration:1.5s;
  1758. -o-transition-duration:1.5s;
  1759. }
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766. /* NAVIGATION PAGES */
  1767.  
  1768.  
  1769. .npheader {
  1770. margin-top:0px;
  1771. margin-left:-25px;
  1772. margin-bottom:0px!important;
  1773. height:90px;
  1774. width:538px;
  1775. overflow:hidden;
  1776. outline:1px solid {color:border};
  1777. -webkit-filter: brightness(1.1) contrast(1) saturate(1);
  1778. }
  1779.  
  1780.  
  1781. .npnavi {
  1782. margin-top:1px;
  1783. margin-left:-25px!important;
  1784. margin-right:-25px!important;
  1785. margin-bottom:0px;
  1786. outline:0px;
  1787. }
  1788.  
  1789.  
  1790. .dropbtn {
  1791. display:inline-block;
  1792. box-sizing: border-box;
  1793. font-size:9.5px;
  1794. text-align:center;
  1795. padding-left:25px;
  1796. padding-right:25px;
  1797. margin-top:-1px;
  1798. margin-left:-1px;
  1799. margin-bottom:0px!important;
  1800. font-family: calibri, sans-serif;
  1801. text-transform:uppercase;
  1802. width:537px;
  1803. max-width:537px;
  1804. height:25px;
  1805. background-color:transparent;
  1806. border:1px solid {color:border};
  1807. line-height:21px;
  1808. margin-right:0px;
  1809. color: {color:links};
  1810. font-weight:bold!important;
  1811. overflow:hidden;
  1812. text-shadow: 0px 0px 1px {color:links};
  1813. }
  1814.  
  1815.  
  1816. .dropbtn:hover, .dropbtn:focus {
  1817. color:{color:button active};
  1818. text-shadow: 0px 0px 1px {color:button active};
  1819. }
  1820.  
  1821.  
  1822. .dropbtn2 {
  1823. pointer-events:none;
  1824. display:inline-block;
  1825. box-sizing: border-box;
  1826. font-size:9.5px;
  1827. text-align:center;
  1828. padding-left:25px;
  1829. padding-right:25px;
  1830. margin-left:-1px;
  1831. margin-top:-1px;
  1832. margin-bottom:0px!important;
  1833. font-family: calibri, sans-serif;
  1834. text-transform:uppercase;
  1835. height:26px;
  1836. min-width:540px;
  1837. background-color:transparent;
  1838. outline:0px solid {color:border};
  1839. border:1px solid {color:border};
  1840. line-height:23px;
  1841. margin-right:0px;
  1842. color: {color:bold};
  1843. font-weight:lighter;
  1844. overflow:hidden; /* older browsers */
  1845. cursor:normal!important;
  1846. }
  1847.  
  1848.  
  1849. .dropdown {
  1850. position: relative;
  1851. display: inline-block;
  1852. }
  1853.  
  1854.  
  1855. .dropdown-content {
  1856. display: none;
  1857. position: absolute;
  1858. margin-top:-1px!important;
  1859. margin-left:-1px;
  1860. background-color: {color:background};
  1861. min-width: 160px;
  1862. box-shadow:0px 18px 0px 5px {color:background};
  1863. z-index: 999999999999999999999999;
  1864. }
  1865.  
  1866.  
  1867. .dropdown-content a {
  1868. color: black;
  1869. padding: 12px 16px;
  1870. text-decoration: none;
  1871. display: block;
  1872. }
  1873.  
  1874.  
  1875. .dropdown-content a:hover, .dropdown a:hover {
  1876. color:{color:links hover};!important;
  1877. }
  1878.  
  1879.  
  1880. .show {
  1881. display:block;
  1882. }
  1883.  
  1884.  
  1885. ul#tabs {
  1886. text-align: left;
  1887. Cursor:pointer;
  1888. }
  1889.  
  1890.  
  1891. ul#tabs li {
  1892. display:inline-block;
  1893. box-sizing: border-box;
  1894. font-size:9.5px;
  1895. text-align:center;
  1896. padding-left:24px;
  1897. padding-right:24px;
  1898. margin-bottom:-5px!important;
  1899. font-family: calibri, sans-serif;
  1900. text-transform:uppercase;
  1901. width:269px;
  1902. max-width:269px;
  1903. height:25px;
  1904. background-color:transparent;
  1905. border:1px solid {color:border};
  1906. line-height:25px;
  1907. margin-left:0px;
  1908. margin-right:-2px;
  1909. color: {color:navigation list links};
  1910. font-weight:bold!important;
  1911. overflow:hidden;
  1912. text-shadow: 0px 0px 1px {color:navigation list links};
  1913. }
  1914.  
  1915.  
  1916. ul#tabs li.active {
  1917. display:inline-block;
  1918. box-sizing: border-box;
  1919. font-size:9.5px;
  1920. text-align:center;
  1921. padding-left:24px;
  1922. padding-right:24px;
  1923. font-family: calibri, sans-serif;
  1924. text-transform:uppercase;
  1925. background-color:transparent;
  1926. border:1px solid {color:border};
  1927. margin-left:0px;
  1928. margin-right:-2px;
  1929. color:{color:button active};
  1930. font-weight:bold!important;
  1931. overflow:hidden;
  1932. text-shadow: 0px 0px 1px {color:button active};
  1933. }
  1934.  
  1935.  
  1936. ul#tab, ul#tabs{
  1937. list-style-type:none;
  1938. margin:0px;
  1939. padding:0px;
  1940. }
  1941.  
  1942.  
  1943. ul#tab li.active {
  1944. display: block;
  1945. }
  1946.  
  1947.  
  1948. ul#tab li {
  1949. display: none;
  1950. }
  1951.  
  1952.  
  1953. .npcontent {
  1954. margin-top:2px!important;
  1955. border-top:24px solid {color:background};
  1956. border-bottom:24px solid {color:background};
  1957. overflow-y:scroll!important;
  1958. height:215px;
  1959. background-color:transparent;
  1960. }
  1961.  
  1962.  
  1963. .npcontent a {
  1964. color:{color:button inactive}!important;
  1965. text-shadow: 0px 0px 1px {color:button inactive}!important;
  1966. }
  1967.  
  1968.  
  1969. .nplinks {
  1970. margin-top:0px!important;
  1971. margin-bottom:0px!important;
  1972. padding-top:0px!important;
  1973. padding-bottom:0px;
  1974. background-color:{color:background};
  1975. width:490px;
  1976. }
  1977.  
  1978.  
  1979. .nplinks h4 {
  1980. color:{color:headers}!important;
  1981. width:432px!important;
  1982. text-shadow: 0px 0px 1px {color:headers};
  1983. }
  1984.  
  1985.  
  1986. .nplinks a {
  1987. font-family:calibri!important;
  1988. font-weight:bold!important;
  1989. display:inline-block;
  1990. box-sizing: border-box;
  1991. width:238px;
  1992. height:25px!important;
  1993. padding-left:24px;
  1994. line-height:25px;
  1995. margin-left:-0px;
  1996. margin-right:6px;
  1997. margin-bottom:8.4px;
  1998. text-align:left;
  1999. border: 1px solid {color:border};
  2000. font-size:9.5px;
  2001. }
  2002.  
  2003.  
  2004. .nplinks a:hover, .nplinks:hover {
  2005. color:{color:links hover}!important;
  2006. -moz-transition-duration:1.5s;
  2007. -webkit-transition-duration:1.5s;
  2008. -o-transition-duration:1.5s;
  2009. text-shadow: 0px 0px 1px {color:links hover};
  2010. }
  2011.  
  2012.  
  2013.  
  2014.  
  2015.  
  2016.  
  2017. /* CREDIT */
  2018.  
  2019.  
  2020. #credit {
  2021. background-color:{color:background};
  2022. border:1px solid {color:border};
  2023. padding:6px 10px;
  2024. z-index:999;
  2025. position:absolute;
  2026. bottom:44px;
  2027. right:44px;
  2028. width:6px;
  2029. height:14px;
  2030. word-wrap:break-word;
  2031. font-family:calibri;
  2032. overflow:hidden;
  2033. -webkit-transition:all 1.5s ease;
  2034. -moz-transition:all 1.5s ease;
  2035. -o-transition:all 1.5s ease;
  2036. transition:all 1.5s ease-in-out;
  2037. }
  2038.  
  2039.  
  2040. #credit a {
  2041. color:{color:links};
  2042. text-transform:uppercase;
  2043. font-size:9.5px;
  2044. text-shadow: 0px 0px 1px {color:links};
  2045. }
  2046.  
  2047.  
  2048. #credit:hover {
  2049. width:73px;
  2050. }
  2051.  
  2052.  
  2053. #credit span {
  2054. color:{color:bold};
  2055. font-family:calibri;
  2056. margin-right:10px;
  2057. font-size:10.5px;
  2058. text-shadow: 0px 0px 1px {color:bold};
  2059. }
  2060.  
  2061.  
  2062. </style>
  2063. </head>
  2064.  
  2065.  
  2066.  
  2067.  
  2068. <body>
  2069.  
  2070.  
  2071. <!-- CONTAINER -->
  2072.  
  2073. <div id="container">
  2074.  
  2075.  
  2076. <!-- SIDEBAR -->
  2077.  
  2078. <div class="sidebar">
  2079.  
  2080. {block:ifSidebarTitle}
  2081. <div class="sidebartitle">
  2082. {text:Sidebar Title}
  2083. </div class="sidebartitle">
  2084. {/block:ifSidebarTitle}
  2085.  
  2086. <div class="sidebarbg">
  2087. <img src="{image:Sidebar Background}">
  2088. </div class="sidebarbg">
  2089.  
  2090.  
  2091. <div class="inner">
  2092.  
  2093. <div class="sidebarimgtop">
  2094. <img src="{image:Sidebar Image Top}">
  2095. </div class="sidebarimgtop">
  2096.  
  2097.  
  2098. <div class="description">
  2099. {Description}
  2100. </div class="description">
  2101.  
  2102.  
  2103. <div class="sidebarimgbottom">
  2104. <img src="{image:Sidebar Image Bottom}">
  2105. </div class="sidebarimgbottom">
  2106.  
  2107.  
  2108. </div class="inner">
  2109.  
  2110. </div class="sidebar">
  2111.  
  2112.  
  2113.  
  2114.  
  2115.  
  2116.  
  2117. <!-- NAVIGATION: TOP -->
  2118.  
  2119.  
  2120. <div class="navigation">
  2121.  
  2122. <button class="w3-bar-item w3-button" onclick="openPage('Index'); openNavi('Index')" autofocus style="text-align:left; color:{color:button active}; text-shadow: 0px 0px 1px {color:button active};">
  2123. Close the pages
  2124. </button>
  2125.  
  2126. <button class="w3-bar-item w3-button" onclick="openPage('Inquiries')">
  2127. Inquiries / Askbox
  2128. </button>
  2129.  
  2130. <button class="w3-bar-item w3-button" onclick="openNavi('Navigation')" style="text-align:right;">
  2131. The Navigation
  2132. </button>
  2133.  
  2134. </div class="navigation">
  2135.  
  2136.  
  2137.  
  2138.  
  2139.  
  2140.  
  2141.  
  2142. <!-- POSTS -->
  2143.  
  2144.  
  2145. <div id="content">
  2146. <div id="content2">
  2147.  
  2148.  
  2149. {block:Posts}
  2150. <div class="posts">
  2151.  
  2152.  
  2153.  
  2154.  
  2155.  
  2156.  
  2157. <!-- POSTS: TEXT -->
  2158.  
  2159.  
  2160. {block:Text}
  2161. <div id="textbody">
  2162. <div id="wrap">
  2163.  
  2164. {block:Title}
  2165. <h1>{Title}</h1>
  2166. {/block:Title}
  2167.  
  2168. {Body}
  2169.  
  2170. <div style="clear:both;">
  2171. </div style="clear:both">
  2172.  
  2173. </div id="wrap">
  2174. </div id="textbody">
  2175. {/block:Text}
  2176.  
  2177.  
  2178.  
  2179.  
  2180.  
  2181.  
  2182. <!-- POSTS: PHOTO/SET -->
  2183.  
  2184.  
  2185. {block:Photo}
  2186. <div id="psingle">
  2187. {LinkOpenTag}
  2188.  
  2189. <img src="{PhotoURL-HighRes}">
  2190. {LinkCloseTag}
  2191.  
  2192. </div id="psingle">
  2193.  
  2194.  
  2195. {block:Caption}
  2196.  
  2197. <div id="pcaption">
  2198. {Caption}
  2199. </div id="pcaption">
  2200.  
  2201. {/block:Caption}
  2202.  
  2203. {/block:Photo}
  2204.  
  2205.  
  2206.  
  2207.  
  2208. {block:Photoset}
  2209. <div id="pset">
  2210. {Photoset}
  2211. </div id="pset">
  2212.  
  2213. {block:Caption}
  2214. {Caption}
  2215. {/block:Caption}
  2216.  
  2217. {/block:Photoset}
  2218.  
  2219.  
  2220.  
  2221.  
  2222.  
  2223.  
  2224. <!-- POSTS: QUOTE -->
  2225.  
  2226.  
  2227. {block:Quote}
  2228. <div id="quote">
  2229. "{Quote}"
  2230.  
  2231. <div class="source">
  2232. Source: {Source}
  2233. </div class="source">
  2234.  
  2235. </div id="quote">
  2236. {/block:Quote}
  2237.  
  2238.  
  2239.  
  2240.  
  2241.  
  2242.  
  2243. <!-- POSTS: LINK -->
  2244.  
  2245.  
  2246. {block:Link}
  2247. <div id="link">
  2248.  
  2249. <a href="{URL}" {Target}>{Name}&nbsp;&nbsp; ►</a>
  2250.  
  2251. </div id="link">
  2252. {/block:Link}
  2253.  
  2254.  
  2255.  
  2256.  
  2257.  
  2258.  
  2259. <!-- POSTS: CHAT -->
  2260.  
  2261.  
  2262. {block:Chat}
  2263. <div id="chat">
  2264.  
  2265. {block:Lines}
  2266. <div id="{Alt}">
  2267.  
  2268. {block:Label}<b>{Label}</b>{/block:Label} {Line}
  2269.  
  2270. </div id="{Alt}">
  2271. {/block:Lines}
  2272.  
  2273. </div id="chat">
  2274. {/block:Chat}
  2275.  
  2276.  
  2277.  
  2278.  
  2279.  
  2280.  
  2281. <!-- POSTS: AUDIO -->
  2282.  
  2283.  
  2284. {block:Audio}
  2285. <div class="audioplayer">
  2286.  
  2287. {AudioPlayerWhite}
  2288.  
  2289. </div class="audioplayer">
  2290.  
  2291.  
  2292. <div class="audioinfo">
  2293. {block:TrackName}{TrackName}{/block:TrackName} — {block:Artist}{Artist}{/block:Artist}
  2294. </div class="audioinfo">
  2295.  
  2296. {block:Caption}
  2297. {Caption}
  2298. {/block:Caption}
  2299.  
  2300. {/block:Audio}
  2301.  
  2302.  
  2303.  
  2304.  
  2305.  
  2306.  
  2307. <!-- POSTS: VIDEO -->
  2308.  
  2309.  
  2310. {block:Video}
  2311. <div class="video">
  2312.  
  2313. {VideoEmbed-500}
  2314.  
  2315. </div class="video">
  2316.  
  2317. {block:Caption}
  2318. {Caption}
  2319. {/block:Caption}
  2320.  
  2321. {/block:Video}
  2322.  
  2323.  
  2324.  
  2325.  
  2326.  
  2327.  
  2328. <!-- POSTS: ASK -->
  2329.  
  2330.  
  2331. {block:Answer}
  2332.  
  2333. <div id="question">
  2334. <div id="ask">
  2335.  
  2336. <b>{Asker} is inquiring for information:</b>
  2337. {Question}
  2338.  
  2339. </div id="ask">
  2340. <div class="letterask">Q</div class="letterask">
  2341.  
  2342. </div id="question">
  2343.  
  2344. <div id="response">
  2345. <div id="wrap">{Answer}</div id="wrap">
  2346.  
  2347. <div style="clear:both; margin-bottom:-5px;">
  2348. </div style="clear:both">
  2349.  
  2350. </div id="response">
  2351.  
  2352. {/block:Answer}
  2353.  
  2354.  
  2355.  
  2356.  
  2357.  
  2358.  
  2359.  
  2360.  
  2361. <!-- POST INFORMATION -->
  2362.  
  2363.  
  2364.  
  2365. {block:Date}
  2366.  
  2367. {block:indexpage}
  2368.  
  2369. <div class="permalink">
  2370. <div class="permalinkbuttons">
  2371.  
  2372. <a href="{Permalink}" style="text-align:left;">
  2373. {Month} {DayOfMonth}{DayOfMonthSuffix} / {12Hour}:{Minutes}{CapitalAmPm} / {NoteCountWithLabel}
  2374. </a>
  2375.  
  2376. {block:RebloggedFrom}
  2377. <a href="{ReblogParentURL}" title="{ReblogParentName}: {ReblogParentTitle}">
  2378. REBLOGGED FROM / VIA
  2379. </a>
  2380. {/block:RebloggedFrom}
  2381.  
  2382. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; text-align:right;">
  2383. CLICK HERE TO REBLOG THIS POST
  2384. </a>
  2385.  
  2386. </div class="permalinkbuttons">
  2387.  
  2388.  
  2389. {block:HasTags}
  2390. <div class="tags">
  2391.  
  2392. {block:Tags}
  2393. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2394. {/block:Tags}
  2395.  
  2396. </div class="tags">
  2397. {/block:HasTags}
  2398.  
  2399.  
  2400. </div class="permalink">
  2401. {/block:indexpage}
  2402.  
  2403.  
  2404.  
  2405.  
  2406.  
  2407.  
  2408. {block:permalinkpage}
  2409. <div class="permalink">
  2410. <div class="permalinkbuttons">
  2411.  
  2412. {block:RebloggedFrom}
  2413. <a href="{ReblogParentName}" title="{ReblogParentName}" style="text-align:left;">
  2414. REBLOGGED FROM / VIA
  2415. </a>
  2416. {/block:RebloggedFrom}
  2417.  
  2418. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">
  2419. CLICK HERE TO REBLOG THIS POST
  2420. </a>
  2421.  
  2422. </div class="permalinkbuttons">
  2423.  
  2424. {block:HasTags}
  2425. <div class="tags">
  2426. {block:Tags}
  2427.  
  2428. <a href="{TagURL}">
  2429. {Tag}&nbsp;&nbsp;
  2430. </a>
  2431.  
  2432. {/block:Tags}
  2433. </div class="tags">
  2434. {/block:HasTags}
  2435.  
  2436. </div class="permalink">
  2437. {/block:permalinkpage}
  2438.  
  2439. {/block:Date}
  2440.  
  2441.  
  2442.  
  2443.  
  2444.  
  2445.  
  2446. <!-- NOTES -->
  2447.  
  2448. {block:PostNotes}
  2449. <div id="notes">
  2450.  
  2451. <div class="note">
  2452. {PostNotes}
  2453. </div class="note">
  2454.  
  2455. </div id="notes">
  2456. {/block:PostNotes}
  2457.  
  2458.  
  2459.  
  2460.  
  2461.  
  2462.  
  2463. <!-- HIDE VIA/SOURCE IN POSTS -->
  2464.  
  2465.  
  2466. {block:ContentSource}<!-- {SourceURL}
  2467. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  2468. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  2469. {/block:ContentSource}
  2470.  
  2471.  
  2472. <!-- {block:NoRebloggedFrom}
  2473. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  2474. {/block:NoRebloggedFrom} -->
  2475.  
  2476.  
  2477. </div class="posts">
  2478. {/block:Posts}
  2479.  
  2480.  
  2481. </div id="content2">
  2482. </div id="content">
  2483.  
  2484.  
  2485.  
  2486.  
  2487.  
  2488. {block:ifBlogTitle}
  2489. <div class="title">
  2490. {text:Title}
  2491. </div class="title">
  2492. {/block:ifBlogTitle}
  2493.  
  2494.  
  2495.  
  2496.  
  2497.  
  2498.  
  2499. <!-- NAVIGATION: BOTTOM -->
  2500.  
  2501.  
  2502. <div class="navigationbottom">
  2503. <div class="pagination">
  2504.  
  2505. <a href="/" title="Refresh the page" autofocus style="text-align:left; color:{color:button active}; text-shadow: 0px 0px 1px {color:button active};">RETURN TO MAIN PAGE</a>
  2506.  
  2507. {block:Indexpage}
  2508. {block:PreviousPage}<a href="{PreviousPage}">RETURN TO LAST PAGE</a>{/block:PreviousPage}
  2509. {block:NextPage}<a href="{NextPage}" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT PAGE</a>{/block:NextPage}
  2510. {/block:Indexpage}
  2511.  
  2512.  
  2513.  
  2514. {block:PermalinkPagination}
  2515. {block:PreviousPost}<a href="{PreviousPost}" title="Previous Post">RETURN TO LAST POST</a>{/block:PreviousPost}
  2516. {block:NextPost}<a href="{NextPost}" title="Next Post" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT POST</a>{/block:NextPost}
  2517. {/block:PermalinkPagination}
  2518.  
  2519.  
  2520. </div class="pagination">
  2521. </div class="navigationbottom">
  2522.  
  2523.  
  2524.  
  2525.  
  2526. <div id="Index" class="navi; page" style="display:block">
  2527.  
  2528. </div id="Index" class="navi; page">
  2529.  
  2530.  
  2531.  
  2532.  
  2533.  
  2534.  
  2535.  
  2536.  
  2537.  
  2538.  
  2539.  
  2540.  
  2541.  
  2542. <!-- POPUP: INQUIRIES -->
  2543.  
  2544.  
  2545. <div id="Inquiries" class="page" style="display:none;">
  2546. <div id="tabcontent" style="overflow:hidden!important;">
  2547.  
  2548. <div class="npnavi" style="margin-top:-1px;">
  2549. <ul id="tabs">
  2550.  
  2551. <div class="dropdown">
  2552. <button onclick="myFunction()" class="dropbtn">
  2553.  
  2554. Inquiries / Askbox
  2555.  
  2556. </button>
  2557. </div class="dropdown">
  2558.  
  2559. </ul id="tabs">
  2560. </div class="npnavi">
  2561.  
  2562.  
  2563.  
  2564. <div id="npcontent">
  2565.  
  2566. <iframe frameborder="0" scrolling="yes" width="465px" height="190px" src="https://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com" style="padding:8px;margin-top:24px; 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>
  2567.  
  2568. </div id="npcontent">
  2569.  
  2570.  
  2571. </div id="tabcontent">
  2572. </div id="Inquiries" class="page">
  2573.  
  2574.  
  2575.  
  2576.  
  2577.  
  2578.  
  2579.  
  2580.  
  2581.  
  2582.  
  2583.  
  2584.  
  2585.  
  2586.  
  2587.  
  2588.  
  2589. <!-- NAVIGATIONAL LIST LINKS -->
  2590.  
  2591. <div id="Navigation" class="navi" style="display:none;">
  2592.  
  2593.  
  2594. <div class="nlist">
  2595. <div class="nlinks">
  2596.  
  2597.  
  2598.  
  2599. <!-- COPY/PASTE THESE IF YOU WANT MORE LINKS -->
  2600.  
  2601. <li onclick="openPage('Page01')">
  2602. Page01
  2603. </li>
  2604.  
  2605.  
  2606. <li onclick="openPage('Page02')">
  2607. Page02
  2608. </li>
  2609.  
  2610.  
  2611. <li onclick="openPage('Page03')">
  2612. Page03
  2613. </li>
  2614.  
  2615.  
  2616. <li onclick="openPage('Page04')">
  2617. Page04
  2618. </li>
  2619.  
  2620. <!-- / COPY/PASTE THESE IF YOU WANT MORE LINKS -->
  2621.  
  2622.  
  2623.  
  2624. </div class="nlinks">
  2625. </div class="nlist">
  2626.  
  2627. </div id="Navigation" class="navi">
  2628.  
  2629.  
  2630.  
  2631.  
  2632.  
  2633.  
  2634.  
  2635.  
  2636.  
  2637.  
  2638.  
  2639.  
  2640.  
  2641.  
  2642.  
  2643.  
  2644.  
  2645. <!-- POPUP PAGE: PAGE01 -->
  2646.  
  2647. <div id="Page01" class="page" style="display:none;">
  2648. <div id="tabcontent" style="overflow:hidden!important;">
  2649.  
  2650. <div class="npheader">
  2651.  
  2652.  
  2653.  
  2654.  
  2655. <!-- YOUR HEADER IMAGE -->
  2656.  
  2657. <img src="https://static.tumblr.com/gjexvml/Xzcpxvuvk/exampleheader.png">
  2658.  
  2659. <!-- / YOUR HEADER IMAGE -->
  2660.  
  2661.  
  2662.  
  2663.  
  2664. </div class="npheader">
  2665.  
  2666. <div class="npnavi">
  2667. <ul id="tabs">
  2668.  
  2669. <div class="dropdown">
  2670. <button class="dropbtn2">
  2671.  
  2672.  
  2673.  
  2674.  
  2675. <!-- YOUR PAGE'S TITLE -->
  2676.  
  2677. Title 01
  2678.  
  2679. <!-- / YOUR PAGE'S TITLE -->
  2680.  
  2681.  
  2682.  
  2683.  
  2684. </button>
  2685. </div class="dropdown">
  2686. </ul id="tabs">
  2687. </div class="npnavi">
  2688.  
  2689. <div class="npcontent">
  2690.  
  2691.  
  2692.  
  2693.  
  2694. <!-- YOUR CONTENT PAGE. FILL THIS UP AS YOU WILL, <H4> </H4> IS WHAT YOU USE TO ADD EXTRA HEADERS WHEREVER YOU WANT -->
  2695.  
  2696.  
  2697. <h4>Header01</h4>
  2698.  
  2699. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed feugiat orci sit amet ornare mollis. Cras gravida libero vitae leo placerat sollicitudin. Donec sit amet est felis. Cras non eros et orci consectetur iaculis. Sed imperdiet sollicitudin felis ut fermentum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In semper condimentum libero, sed tincidunt ex blandit in. Aenean blandit gravida scelerisque. Donec lacinia id mauris a pellentesque. Maecenas non diam porttitor, ultrices dui quis, pharetra lorem. Aenean nec turpis neque. Phasellus maximus, massa at vestibulum vehicula, eros purus sollicitudin dui, vel pretium eros dolor in ligula. Aliquam eget dignissim nisi, posuere sollicitudin mi. Aenean nec luctus leo. Donec hendrerit augue in urna dignissim finibus.
  2700.  
  2701. <p>Maecenas non diam porttitor, ultrices dui quis, pharetra lorem. Aenean nec turpis neque. Phasellus maximus, massa at vestibulum vehicula, eros purus sollicitudin dui, vel pretium eros dolor in ligula. Aliquam eget dignissim nisi, posuere sollicitudin mi. Aenean nec luctus leo. Donec hendrerit augue in urna dignissim finibus.
  2702.  
  2703.  
  2704. <!-- / YOUR CONTENT PAGE. FILL THIS UP AS YOU WILL, <H4> </H4> IS WHAT YOU USE TO ADD EXTRA HEADERS WHEREVER YOU WANT -->
  2705.  
  2706.  
  2707.  
  2708.  
  2709. </div class="npcontent">
  2710.  
  2711. </div id="tabcontent" style="overflow:hidden!important;">
  2712. </div id="Page01" class="page">
  2713.  
  2714. <!-- / POPUP PAGE: PAGE01 -->
  2715.  
  2716.  
  2717.  
  2718.  
  2719.  
  2720.  
  2721.  
  2722.  
  2723.  
  2724.  
  2725.  
  2726.  
  2727.  
  2728.  
  2729.  
  2730.  
  2731.  
  2732.  
  2733.  
  2734. <!-- POPUP PAGE: PAGE02 -->
  2735.  
  2736. <div id="Page02" class="page" style="display:none;">
  2737. <div id="tabcontent" style="overflow:hidden!important;">
  2738.  
  2739.  
  2740. <div class="npheader">
  2741.  
  2742.  
  2743.  
  2744.  
  2745. <!-- YOUR HEADER IMAGE -->
  2746.  
  2747. <img src="https://static.tumblr.com/gjexvml/Xzcpxvuvk/exampleheader.png">
  2748.  
  2749. <!-- / YOUR HEADER IMAGE -->
  2750.  
  2751.  
  2752.  
  2753.  
  2754. </div class="npheader">
  2755. <div class="npnavi">
  2756. <ul id="tabs">
  2757.  
  2758. <div class="dropdown">
  2759. <button class="dropbtn2">
  2760.  
  2761.  
  2762.  
  2763.  
  2764. <!-- YOUR PAGE'S TITLE -->
  2765.  
  2766. Title 02
  2767.  
  2768. <!-- / YOUR PAGE'S TITLE -->
  2769.  
  2770.  
  2771.  
  2772.  
  2773. </button>
  2774. </div class="dropdown">
  2775. </ul id="tabs">
  2776. </div class="npnavi">
  2777.  
  2778. <div class="npcontent">
  2779.  
  2780.  
  2781.  
  2782.  
  2783. <!-- YOUR CONTENT PAGE. FILL THIS UP AS YOU WILL, <H4> </H4> IS WHAT YOU USE TO ADD EXTRA HEADERS WHEREVER YOU WANT -->
  2784.  
  2785.  
  2786. <h4>Header02</h4>
  2787.  
  2788. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed feugiat orci sit amet ornare mollis. Cras gravida libero vitae leo placerat sollicitudin. Donec sit amet est felis. Cras non eros et orci consectetur iaculis. Sed imperdiet sollicitudin felis ut fermentum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In semper condimentum libero, sed tincidunt ex blandit in. Aenean blandit gravida scelerisque. Donec lacinia id mauris a pellentesque. Maecenas non diam porttitor, ultrices dui quis, pharetra lorem. Aenean nec turpis neque. Phasellus maximus, massa at vestibulum vehicula, eros purus sollicitudin dui, vel pretium eros dolor in ligula. Aliquam eget dignissim nisi, posuere sollicitudin mi. Aenean nec luctus leo. Donec hendrerit augue in urna dignissim finibus.
  2789.  
  2790. <p>Maecenas non diam porttitor, ultrices dui quis, pharetra lorem. Aenean nec turpis neque. Phasellus maximus, massa at vestibulum vehicula, eros purus sollicitudin dui, vel pretium eros dolor in ligula. Aliquam eget dignissim nisi, posuere sollicitudin mi. Aenean nec luctus leo. Donec hendrerit augue in urna dignissim finibus.
  2791.  
  2792.  
  2793. <!-- / YOUR CONTENT PAGE. FILL THIS UP AS YOU WILL, <H4> </H4> IS WHAT YOU USE TO ADD EXTRA HEADERS WHEREVER YOU WANT -->
  2794.  
  2795.  
  2796.  
  2797.  
  2798. </div class="npcontent">
  2799.  
  2800. </div id="tabcontent" style="overflow:hidden!important;">
  2801. </div id="Page02" class="page">
  2802.  
  2803. <!-- / POPUP PAGE: PAGE02 -->
  2804.  
  2805.  
  2806.  
  2807.  
  2808.  
  2809.  
  2810.  
  2811.  
  2812.  
  2813.  
  2814.  
  2815.  
  2816.  
  2817.  
  2818.  
  2819.  
  2820.  
  2821.  
  2822.  
  2823.  
  2824.  
  2825.  
  2826.  
  2827.  
  2828.  
  2829. <!-- POPUP PAGE: PAGE03 -->
  2830.  
  2831. <div id="Page03" class="page" style="display:none;">
  2832. <div id="tabcontent" style="overflow:hidden!important;">
  2833.  
  2834.  
  2835. <div class="npheader">
  2836.  
  2837.  
  2838.  
  2839.  
  2840. <!-- YOUR HEADER IMAGE -->
  2841.  
  2842. <img src="https://static.tumblr.com/gjexvml/Xzcpxvuvk/exampleheader.png">
  2843.  
  2844. <!-- / YOUR HEADER IMAGE -->
  2845.  
  2846.  
  2847.  
  2848.  
  2849. </div class="npheader">
  2850. <div class="npnavi">
  2851. <ul id="tabs">
  2852.  
  2853. <div class="dropdown">
  2854. <button class="dropbtn2">
  2855.  
  2856.  
  2857.  
  2858.  
  2859. <!-- YOUR PAGE'S TITLE -->
  2860.  
  2861. Title 03
  2862.  
  2863. <!-- / YOUR PAGE'S TITLE -->
  2864.  
  2865.  
  2866.  
  2867.  
  2868. </button>
  2869. </div class="dropdown">
  2870. </ul id="tabs">
  2871. </div class="npnavi">
  2872.  
  2873. <div class="npcontent">
  2874.  
  2875.  
  2876.  
  2877.  
  2878. <!-- YOUR CONTENT PAGE. FILL THIS UP AS YOU WILL, <H4> </H4> IS WHAT YOU USE TO ADD EXTRA HEADERS WHEREVER YOU WANT -->
  2879.  
  2880.  
  2881. <h4>Header03</h4>
  2882.  
  2883. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed feugiat orci sit amet ornare mollis. Cras gravida libero vitae leo placerat sollicitudin. Donec sit amet est felis. Cras non eros et orci consectetur iaculis. Sed imperdiet sollicitudin felis ut fermentum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In semper condimentum libero, sed tincidunt ex blandit in. Aenean blandit gravida scelerisque. Donec lacinia id mauris a pellentesque. Maecenas non diam porttitor, ultrices dui quis, pharetra lorem. Aenean nec turpis neque. Phasellus maximus, massa at vestibulum vehicula, eros purus sollicitudin dui, vel pretium eros dolor in ligula. Aliquam eget dignissim nisi, posuere sollicitudin mi. Aenean nec luctus leo. Donec hendrerit augue in urna dignissim finibus.
  2884.  
  2885. <p>Maecenas non diam porttitor, ultrices dui quis, pharetra lorem. Aenean nec turpis neque. Phasellus maximus, massa at vestibulum vehicula, eros purus sollicitudin dui, vel pretium eros dolor in ligula. Aliquam eget dignissim nisi, posuere sollicitudin mi. Aenean nec luctus leo. Donec hendrerit augue in urna dignissim finibus.
  2886.  
  2887.  
  2888. <!-- / YOUR CONTENT PAGE. FILL THIS UP AS YOU WILL, <H4> </H4> IS WHAT YOU USE TO ADD EXTRA HEADERS WHEREVER YOU WANT -->
  2889.  
  2890.  
  2891.  
  2892.  
  2893. </div class="npcontent">
  2894.  
  2895. </div id="tabcontent" style="overflow:hidden!important;">
  2896. </div id="Page03" class="page">
  2897.  
  2898. <!-- / POPUP PAGE: PAGE03 -->
  2899.  
  2900.  
  2901.  
  2902.  
  2903.  
  2904.  
  2905.  
  2906.  
  2907.  
  2908.  
  2909.  
  2910.  
  2911.  
  2912.  
  2913.  
  2914.  
  2915.  
  2916.  
  2917.  
  2918.  
  2919.  
  2920.  
  2921.  
  2922. <!-- POPUP PAGE: PAGE04 -->
  2923.  
  2924. <div id="Page04" class="page" style="display:none;">
  2925. <div id="tabcontent" style="overflow:hidden!important;">
  2926.  
  2927.  
  2928. <div class="npheader">
  2929.  
  2930.  
  2931.  
  2932.  
  2933. <!-- YOUR HEADER IMAGE -->
  2934.  
  2935. <img src="https://static.tumblr.com/gjexvml/Xzcpxvuvk/exampleheader.png">
  2936.  
  2937. <!-- / YOUR HEADER IMAGE -->
  2938.  
  2939.  
  2940.  
  2941.  
  2942. </div class="npheader">
  2943. <div class="npnavi">
  2944. <ul id="tabs">
  2945.  
  2946. <div class="dropdown">
  2947. <button class="dropbtn2">
  2948.  
  2949.  
  2950.  
  2951.  
  2952. <!-- YOUR PAGE'S TITLE -->
  2953.  
  2954. Title 04
  2955.  
  2956. <!-- / YOUR PAGE'S TITLE -->
  2957.  
  2958.  
  2959.  
  2960.  
  2961. </button>
  2962. </div class="dropdown">
  2963. </ul id="tabs">
  2964. </div class="npnavi">
  2965.  
  2966. <div class="npcontent">
  2967.  
  2968. <div class="nplinks">
  2969.  
  2970.  
  2971.  
  2972.  
  2973. <!-- NAVIGATION LINKS -->
  2974.  
  2975. <h4>Navigation Title</h4>
  2976.  
  2977. <a href="/">
  2978. Navigation link 01
  2979. </a>
  2980.  
  2981. <a href="/">
  2982. Navigation link 02
  2983. </a>
  2984.  
  2985. <a href="/">
  2986. Navigation link 03
  2987. </a>
  2988.  
  2989. <a href="/">
  2990. Navigation link 04
  2991. </a>
  2992.  
  2993. <a href="/">
  2994. Navigation link 05
  2995. </a>
  2996.  
  2997. <a href="/">
  2998. Navigation link 06
  2999. </a>
  3000.  
  3001. <a href="/">
  3002. Navigation link 07
  3003. </a>
  3004.  
  3005. <a href="/">
  3006. Navigation link 08
  3007. </a>
  3008.  
  3009. <a href="/">
  3010. Navigation link 09
  3011. </a>
  3012.  
  3013. <a href="/">
  3014. Navigation link 10
  3015. </a>
  3016.  
  3017. <!-- NAVIGATION LINKS -->
  3018.  
  3019.  
  3020.  
  3021.  
  3022. </div class="nplinks">
  3023.  
  3024. </div class="npcontent">
  3025.  
  3026. </div id="tabcontent" style="overflow:hidden!important;">
  3027. </div id="Page04" class="page">
  3028.  
  3029. <!-- / POPUP PAGE: PAGE04 -->
  3030.  
  3031.  
  3032.  
  3033.  
  3034.  
  3035.  
  3036.  
  3037.  
  3038.  
  3039.  
  3040.  
  3041. <!-- PASTE ADDITIONAL PAGES HERE -->
  3042.  
  3043.  
  3044.  
  3045.  
  3046.  
  3047.  
  3048.  
  3049.  
  3050.  
  3051.  
  3052.  
  3053.  
  3054.  
  3055.  
  3056.  
  3057.  
  3058. </div id="container">
  3059.  
  3060.  
  3061. <!-- CREDIT -->
  3062.  
  3063. <div id="credit">
  3064. <div style="width:105px;margin-right:10px;">
  3065.  
  3066.  
  3067. <a href="http://iniziarearchive.tumblr.com/post/183826974792/base-theme-viper-preview-download-code" target="blank">
  3068. <span>S.</span>MADE BY SAE.</a>
  3069.  
  3070.  
  3071. </div style>
  3072. </div id="credit">
  3073.  
  3074. </body>
  3075. </html>
Advertisement
Add Comment
Please, Sign In to add comment