littlemisswhoever

Theme: Viper (Mini) (by iniziare)

Sep 19th, 2019
477
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.32 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/gjexvml/dzApxw30c/examplesidebg.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="1"/>
  219. <meta name="if:Calibri Font" content="0"/>
  220. <meta name="if:BlogTitle" content="1"/>
  221. <meta name="if:SidebarTitle" cotent="0"/>
  222.  
  223. <meta name="text:Popup Navigation 1 Title" content="Title 1"/>
  224. <meta name="text:Popup Navigation 1 Link" content="Link/URL 1"/>
  225.  
  226. <meta name="text:Popup Navigation 2 Title" content="Title 2"/>
  227. <meta name="text:Popup Navigation 2 Link" content="Link/URL 2"/>
  228.  
  229. <meta name="text:Popup Navigation 3 Title" content="Title 3"/>
  230. <meta name="text:Popup Navigation 3 Link" content="Link/URL 3"/>
  231.  
  232. <meta name="text:Popup Navigation 4 Title" content="Title 4"/>
  233. <meta name="text:Popup Navigation 4 Link" content="Link/URL 4"/>
  234.  
  235. <meta name="text:Popup Page GUIDELINES Content" content="This is a popup page that appears as 'GUIDELINES' in the navigation at the bottom of the description box on the left-hand side. Recommendation would be to use this for your rules/guidelines, but it's entirely up to you as to how you want to use this. Go wild! <3"/>
  236.  
  237. <style type="text/css">
  238.  
  239.  
  240.  
  241.  
  242. /* SCROLLBAR */
  243.  
  244. ::-webkit-scrollbar {
  245. background-color:transparent;
  246. height: 0px;
  247. display:none;
  248. width: 0px
  249. -ms-overflow-style: none; // IE 10+
  250. overflow: -moz-scrollbars-none; // Firefox
  251. }
  252.  
  253.  
  254. ::-webkit-scrollbar-thumb {
  255. background-color:transparent;
  256. }
  257.  
  258.  
  259.  
  260. /* TEXT SELECTION */
  261.  
  262. ::selection {
  263. background: {color:background};
  264. color:{color:links};
  265. }
  266.  
  267.  
  268. ::-moz-selection {
  269. background: {color:background};
  270. color:{color:links};
  271. }
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278. /* TOOLTIP */
  279.  
  280.  
  281. #s-m-t-tooltip {
  282. z-index:999;
  283. height:40px;
  284. line-height:40px;
  285. max-width:350px;
  286. margin-left:12.5px;
  287. margin-top:12.5px;
  288. font-weight:bold;
  289. background-color:{color:background};
  290. border:1px solid {color:border};
  291. padding-left:25px;
  292. padding-right:25px;
  293. font-family:calibri;
  294. font-size:10px;
  295. color: {color:italic};
  296. text-transform:uppercase;
  297. text-shadow: 0px 0px 1px {color:italic};
  298. }
  299.  
  300.  
  301.  
  302.  
  303.  
  304. /* FOUNDATION */
  305.  
  306.  
  307. body {
  308. background-image:url({image:background});
  309. background-attachment:fixed;
  310. background-repeat:no-repeat;
  311. background-position:center top;
  312. background-color:{color:background};
  313. color:{color:Body Text};
  314. font-size:10px;
  315. line-height:14px;
  316. word-spacing:-1px;
  317. color:{color:Body Text};
  318. font-family: 'Frank Ruhl Libre', serif;
  319. {block:ifCalibriFont}
  320. font-family:calibri;
  321. {/block:ifCalibriFont}
  322. word-wrap: break-word;
  323. }
  324.  
  325.  
  326. body a {
  327. font-size:10px;
  328. font-weight:bold;
  329. color:{color:links};
  330. text-decoration:none!important;
  331. -moz-transition-duration:1.5s;
  332. -webkit-transition-duration:1.5s;
  333. -o-transition-duration:1.5s;
  334. text-shadow: 0px 0px 1px {color:links};
  335. }
  336.  
  337.  
  338. body a:hover {
  339. color:{color:links hover};
  340. -moz-transition-duration:1.5s;
  341. -webkit-transition-duration:1.5s;
  342. -o-transition-duration:1.5s;
  343. text-shadow: 0px 0px 1px {color:links hover};
  344. }
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356. /* BLOCKQUOTES */
  357.  
  358.  
  359. {block:IfBoxedBlockquotes}
  360.  
  361. blockquote {
  362. background-color:{color:background};
  363. padding-left:25px;
  364. padding-right:25px;
  365. padding-top:12px;
  366. padding-bottom:12px;
  367. margin-top:12px;
  368. margin-bottom:12px;
  369. text-align:justify;
  370. margin-left:0px;
  371. margin-right:0px;
  372. outline:1px solid {color:border};
  373. word-wrap: break-word!important;
  374. }
  375.  
  376.  
  377.  
  378. blockquote blockquote {
  379. border-left:1px solid {color:border}!important;
  380. border-top:0px!important;
  381. border-bottom:0px!important;
  382. border-right:0px!important;
  383. padding-left:25px;
  384. padding-right:0px;
  385. padding-top:0px;
  386. padding-bottom:0px;
  387. margin-top:12px!important;
  388. margin-bottom:0px!important;
  389. }
  390. {/block:IfBoxedBlockquotes}
  391.  
  392.  
  393.  
  394.  
  395. {block:IfNotBoxedBlockquotes}
  396. blockquote {
  397. padding-left:25px;
  398. margin-top:12px;
  399. margin-left:0px;
  400. margin-right:0px;
  401. text-align:justify;
  402. margin-bottom:25px;
  403. border-left:1px solid {color:border};
  404. background-color:transparent;
  405. word-wrap: break-word!important;
  406. }
  407.  
  408.  
  409.  
  410. blockquote blockquote {
  411. margin-top:12px;
  412. margin-bottom:12px;
  413. }
  414.  
  415.  
  416.  
  417. blockquote img {
  418. max-width:386px!important;
  419. height:auto;
  420. }
  421. {/block:IfNotBoxedBlockquotes}
  422.  
  423.  
  424.  
  425.  
  426.  
  427. /* FONT-RELATED */
  428.  
  429.  
  430. small {
  431. font-size:10px;
  432. }
  433.  
  434.  
  435. sub, sup {
  436. font-size:10px;
  437. vertical-align: baseline!important;
  438. position: relative!important;
  439. top: 0em!important;
  440. line-height:14px;
  441. }
  442.  
  443.  
  444. big {
  445. font-size:125%;
  446. }
  447.  
  448.  
  449. ul, ol {
  450. padding:0;
  451. list-style: decimal outside;
  452. margin-left:8px;
  453. }
  454.  
  455.  
  456. li {
  457. padding-left:2px;
  458. }
  459.  
  460.  
  461. b, bold, strong {
  462. font-size:9.5px;
  463. text-transform:uppercase;
  464. font-family: calibri, sans-serif;
  465. font-weight:bold!important;
  466. color:{color:bold};
  467. text-shadow: 0px 0px 1px {color:bold};
  468.  
  469. }
  470.  
  471.  
  472. em, i, italic {
  473. color: {color:italic};
  474. margin-right:1px;
  475. }
  476.  
  477.  
  478. {block:ifFirstLetterStyling}
  479. u, u a {
  480. background-color: transparent;
  481. font-family: 'janeaustennosecret';
  482. color:{color:title};
  483. text-decoration:none!important;
  484. font-weight:bold!important;
  485. text-transform:uppercase!important;
  486. float:left;
  487. font-size:40px;
  488. margin-left:0px;
  489. margin-top:25px;
  490. margin-bottom:12px;
  491. margin-right:25px!important;
  492. vertical-align: middle;
  493. text-shadow:
  494. -1px -1px 0 {color:title shadow},
  495. 1px -1px 0 {color:title shadow},
  496. -1px 1px 0 {color:title shadow},
  497. 1px 1px 0 {color:title shadow};
  498. }
  499. {/block:ifFirstLetterStyling}
  500.  
  501.  
  502. pre {
  503. text-transform:uppercase;
  504. line-height:155%;
  505. font-weight:lighter!important;
  506. color:{color:body text};
  507. font-size:8.4px;
  508. letter-spacing:0.6px;
  509. white-space: pre-wrap;
  510. white-space: -moz-pre-wrap;
  511. white-space: -pre-wrap;
  512. white-space: -o-pre-wrap;
  513. word-wrap: break-word;
  514. }
  515.  
  516.  
  517. pre a {
  518. color:{color:links};
  519. -moz-transition-duration:1.5s;
  520. -webkit-transition-duration:1.5s;
  521. -o-transition-duration:1.5s;
  522. }
  523.  
  524.  
  525. h1 {
  526. border: 1px solid {color:border};
  527. background-color: transparent;
  528. line-height:24px;
  529. overflow:hidden;
  530. margin-top:12px;
  531. margin-bottom:12px;
  532. padding-left:25px;
  533. padding-right:25px;
  534. height:25px;
  535. line-height:25px;
  536. text-align:left!important;
  537. font-family:calibri;
  538. font-weight:bold;
  539. font-size:10px!important;
  540. text-transform:uppercase;
  541. color: {color:headers};
  542. text-shadow: 0px 0px 1px {color:headers};
  543. }
  544.  
  545.  
  546. h1 a {
  547. color: {color:links};
  548. font-size:10px!important;
  549. text-shadow: 0px 0px 1px {color:links};
  550. }
  551.  
  552.  
  553. h2 {
  554. font-family: calibri, sans-serif;
  555. font-size:12.5px!important;
  556. text-transform:uppercase!important;
  557. color:{color:headers};
  558. letter-spacing:-0.4px;
  559. text-shadow: 0px 0px 1px {color:headers};
  560. }
  561.  
  562.  
  563. h2 a {
  564. font-family: calibri, sans-serif;
  565. font-size:12.5px!important;
  566. text-transform:uppercase!important;
  567. color:{color:links};
  568. letter-spacing:-0.4px;
  569. text-shadow: 0px 0px 1px {color:links};
  570. }
  571.  
  572.  
  573. h4 {
  574. border:1px solid {color:border};
  575. margin-bottom:12.5px;
  576. margin-top:12.5px;
  577. padding-left:25px;
  578. padding-right:25px;
  579. height:25px;
  580. text-align:left;
  581. font-family:calibri;
  582. font-style:normal;
  583. font-weight:bold;
  584. font-size:10px;
  585. line-height:25px;
  586. color: {color:headers};
  587. text-transform:uppercase;
  588. text-shadow: 0px 0px 1px {color:headers};
  589. }
  590.  
  591.  
  592. h4:first-child {
  593. margin-top:0px;
  594. }
  595.  
  596.  
  597. h4 a {
  598. font-family:calibri;
  599. font-style:normal;
  600. font-weight:700;
  601. font-size:10px;
  602. line-height:10px;
  603. color: {color:links};
  604. text-shadow: 0px 0px 1px {color:links};
  605. }
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612. /* CONTAINER */
  613.  
  614.  
  615. #container {
  616. z-index:9999;
  617. left: 50%;
  618. margin-left:-448px;
  619. margin-top:88px;
  620. position:fixed;
  621. width:896px;
  622. height:475px;
  623. overflow:hidden;
  624. outline:1px solid {color:border};
  625. background-color:{color:background};
  626. -webkit-box-shadow: 0px 0px 48px 20px {color:background};
  627. -moz-box-shadow: 0px 0px 48px 20px {color:background};
  628. box-shadow: 0px 0px 48px 20px {color:background};
  629. }
  630.  
  631.  
  632. .sidebar {
  633. position:absolute;
  634. width:284px;
  635. height:423px;
  636. left:26px;
  637. top:26px;
  638. overflow-y:hidden;
  639. outline:1px solid {color:border};
  640. }
  641.  
  642.  
  643. {block:ifSidebarTitle}
  644. .sidebartitle {
  645. position:absolute;
  646. font-family: 'janeaustennosecret';
  647. color:{color:title};
  648. font-weight:bold!important;
  649. text-transform:none;
  650. padding-left:4px;
  651. padding-right:4px;
  652. font-size:55px;
  653. width:222px;
  654. left:26px;
  655. top:133px;
  656. line-height:14px;
  657. letter-spacing:-2px;
  658. text-align:right!important;
  659. z-index:999;
  660. pointer-events:none;
  661. background-color:transparent;
  662. text-shadow:
  663. -1px -1px 0 {color:title shadow},
  664. 1px -1px 0 {color:title shadow},
  665. -1px 1px 0 {color:title shadow},
  666. 1px 1px 0 {color:title shadow};
  667. }
  668. {/block:ifSidebarTitle}
  669.  
  670.  
  671. .sidebarbg {
  672. background-image:url('{Sidebar Background}');
  673. background-position:top left;
  674. position:absolute;
  675. width:284px;
  676. height:423px;
  677. -webkit-filter: brightness(1) contrast(1) saturate(1);
  678. }
  679.  
  680.  
  681. .inner {
  682. position:absolute;
  683. width:231px;
  684. margin-left:26px;
  685. margin-top:26px;
  686. outline:1px solid {color:border};
  687. background-color:{color:background};
  688. -webkit-box-shadow: 0px 0px 48px 4px {color:background};
  689. -moz-box-shadow: 0px 0px 48px 4px {color:background};
  690. box-shadow: 0px 0px 48px 4px {color:background};
  691. }
  692.  
  693.  
  694. .sidebarimgtop {
  695. background-image:url('{Sidebar Image Top}');
  696. background-position:top left;
  697. outline:1px solid {color:border};
  698. overflow:hidden;
  699. width:231px;
  700. height:120px!important;
  701. -webkit-filter: brightness(1) contrast(1) saturate(1);
  702. }
  703.  
  704.  
  705. .sidebarimgbottom {
  706. background-image:url('{Sidebar Image Bottom}');
  707. background-position:top left;
  708. margin-top:1px;
  709. outline:1px solid {color:border};
  710. overflow:hidden;
  711. width:231px;
  712. height:120px;
  713. -webkit-filter: brightness(1) contrast(1) saturate(1);
  714. }
  715.  
  716.  
  717. {block:ifBlogTitle}
  718. .title {
  719. position:fixed;
  720. font-family: 'janeaustennosecret';
  721. color:{color:title};
  722. font-weight:lighter!important;
  723. text-transform:none;
  724. padding-left:8px;
  725. padding-right:8px;
  726. font-size:{text:title font size};
  727. width:490px;
  728. margin-left:340px;
  729. margin-top:400px;
  730. line-height:14px;
  731. letter-spacing:-4px;
  732. word-spacing:-1px;
  733. text-align:right!important;
  734. z-index:88!important;
  735. padding-right:25px;
  736. pointer-events:none;
  737. background-color:transparent;
  738. text-shadow:
  739. -1px -1px 0 {color:title shadow},
  740. 1px -1px 0 {color:title shadow},
  741. -1px 1px 0 {color:title shadow},
  742. 1px 1px 0 {color:title shadow};
  743. }
  744. {/block:ifBlogTitle}
  745.  
  746.  
  747. .description {
  748. width:181px;
  749. height:80px;
  750. padding-left:25px;
  751. padding-right:25px;
  752. outline:1px solid {color:border};
  753. border-top:25px solid {color:background};
  754. border-bottom:25px solid {color:background};
  755. background-color:{color:background};
  756. line-height:13px;
  757. text-align:justify;
  758. overflow-y:scroll;
  759. -moz-transition-duration:1.5s;
  760. -webkit-transition-duration:1.5s;
  761. -o-transition-duration:1.5s;
  762. }
  763.  
  764.  
  765. .description a {
  766. color:{color:links};
  767. font-family: calibri;
  768. text-transform:uppercase;
  769. font-size:10px;
  770. font-weight:bold!important;
  771. -moz-transition-duration:1.5s;
  772. -webkit-transition-duration:1.5s;
  773. -o-transition-duration:1.5s;
  774. text-shadow: 0px 0px 1px {color:links};
  775. }
  776.  
  777.  
  778. {block:ifFirstLetterStyling}
  779. .description:first-letter {
  780. background-color: transparent;
  781. font-family: 'janeaustennosecret';
  782. color:{color:title};
  783. font-weight:bold!important;
  784. text-transform:uppercase!important;
  785. float:left;
  786. padding-left:0px;
  787. padding-right:9px;
  788. font-size:44px;
  789. margin-left:0px;
  790. margin-right: 12.5px;
  791. margin-top:25px;
  792. margin-bottom:12px;
  793. vertical-align: middle;
  794. text-shadow:
  795. -1px -1px 0 {color:title shadow},
  796. 1px -1px 0 {color:title shadow},
  797. -1px 1px 0 {color:title shadow},
  798. 1px 1px 0 {color:title shadow};
  799. }
  800. {/block:ifFirstLetterStyling}
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812. /* POSTS: GENERAL */
  813.  
  814.  
  815. #content {
  816. position:absolute;
  817. text-align:justify;
  818. height:320px;
  819. width:533px;
  820. left:337px;
  821. top:76px;
  822. background-color:transparent;
  823. overflow-y:scroll;
  824. overflow-x:hidden;
  825. z-index:9;
  826. outline:1px solid {color:border}!important;
  827. }
  828.  
  829.  
  830. #content2 {
  831. width:485px;
  832. height:270px;
  833. overflow-y:scroll;
  834. padding-left:25px;
  835. padding-right:25px;
  836. margin-left:-1px;
  837. margin-top:25px!important;
  838. }
  839.  
  840.  
  841. .posts {
  842. width:485px;
  843. word-wrap: break-word;
  844. text-align:justify;
  845. line-height:14px;
  846. margin-bottom:36px;
  847. }
  848.  
  849.  
  850. .posts:first-child, .posts:first-of-type {
  851. margin-top:15px;
  852. }
  853.  
  854.  
  855. .posts:last-child {
  856. margin-bottom:0px!important;
  857. }
  858.  
  859.  
  860. .posts a {
  861. font-family: calibri;
  862. text-transform:uppercase;
  863. font-size:9.5px;
  864. font-weight:bold!important;
  865. color:{color:links};
  866. -moz-transition-duration:1.5s;
  867. -webkit-transition-duration:1.5s;
  868. -o-transition-duration:1.5s;
  869. text-shadow: 0px 0px 1px {color:links};
  870. }
  871.  
  872.  
  873. .posts a:hover {
  874. color:{color:links hover};
  875. -moz-transition-duration:1.5s;
  876. -webkit-transition-duration:1.5s;
  877. -o-transition-duration:1.5s;
  878. text-shadow: 0px 0px 1px {color:links hover};
  879. }
  880.  
  881.  
  882. .posts img {
  883. max-width: -webkit-calc(100% - 22px);
  884. max-width: -moz-calc(100% - 22px);
  885. max-width: calc(100% - 22px);
  886. height:auto;
  887. }
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894. /* TEXT-WRAPPING AROUND ICONS/IMAGES */
  895.  
  896.  
  897. #wrap {
  898. margin-top:12px;
  899. margin-bottom: 12px;
  900. }
  901.  
  902.  
  903. #wrap img {
  904. overflow: hidden;
  905. background-color:{color:background};
  906. margin-top:0px!important;
  907. margin-bottom:12px!important;
  908. padding-right:3px;
  909. padding-bottom:3px;
  910. {block:IfTextWrapping}
  911. float:left;
  912. margin-right:14px;
  913. {/block:IfTextWrapping}
  914. {block:ificonborders}
  915. padding:12px;
  916. border:1px solid {color:border};
  917. {/block:ificonborders}
  918. -webkit-filter: brightness(1) contrast(1) saturate(1);
  919. }
  920.  
  921.  
  922. {block:IfTextWrapping}
  923. #wrap blockquote img {
  924. background-color:{color:background};
  925. margin-top:12px!important;
  926. margin-bottom:10px!important;
  927. margin-left:12px;
  928. margin-right:0px!important;
  929. float:right;
  930. -webkit-filter: brightness(.88) contrast(1) saturate(1);
  931. }
  932. {/block:IfTextWrapping}
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939. /* NAVIGATION BAR */
  940.  
  941.  
  942. .navigation {
  943. top:25px;
  944. left:336px;
  945. width:600px;
  946. position:absolute;
  947. border:0px!important;
  948. height:25px;
  949. }
  950.  
  951.  
  952. button {
  953. display:inline-block;
  954. box-sizing: border-box;
  955. font-size:9.5px;
  956. text-align:center;
  957. padding-left:25px;
  958. padding-right:25px;
  959. font-family: calibri, sans-serif;
  960. text-transform:uppercase;
  961. width:180px;
  962. max-width:180px;
  963. height:25px;
  964. background-color:{color:background};
  965. border:1px solid {color:border};
  966. line-height:22px;
  967. margin-left:0px;
  968. margin-right:-4px;
  969. color: {color:button inactive};
  970. cursor:pointer;
  971. font-weight:bold!important;
  972. overflow:hidden;
  973. text-shadow: 0px 0px 1px {color:button inactive};
  974. -webkit-transition: all 1.5s ease-in-out;
  975. -moz-transition: all 1.5s ease-in-out;
  976. -o-transition: all 1.5s ease-in-out;
  977. -ms-transition: all 1.5s ease-in-out;
  978. transition: all 1.5s ease-in-out;
  979. }
  980.  
  981.  
  982. button:focus, button:active {
  983. border:1px solid {color:border}!important;
  984. outline:0px!important;
  985. color:{color:button active}!important;
  986. text-shadow: 0px 0px 1px {color:button active};
  987. }
  988.  
  989.  
  990. button:hover {
  991. color:{color:links hover}!important;
  992. -webkit-transition: all 1.5s ease-in-out;
  993. -moz-transition: all 1.5s ease-in-out;
  994. -o-transition: all 1.5s ease-in-out;
  995. -ms-transition: all 1.5s ease-in-out;
  996. transition: all 1.5s ease-in-out;
  997. text-shadow: 0px 0px 1px {color:links hover};
  998. }
  999.  
  1000.  
  1001. #tabcontent {
  1002. position:absolute;
  1003. text-align:justify;
  1004. height:348px;
  1005. width:183px;
  1006. left:50px;
  1007. top:50px;
  1008. overflow-y:hidden;
  1009. padding-top:0px!important;
  1010. background-color:{color:background}!important;
  1011. border-top:0px solid {color:background};
  1012. border-bottom:25px solid {color:background};
  1013. overflow-y:scroll;
  1014. padding-left:25px;
  1015. padding-right:25px;
  1016. z-index:999;
  1017. outline:1px solid {color:border}!important;
  1018. }
  1019.  
  1020.  
  1021. #tabcontent a {
  1022. font-family:calibri;
  1023. font-size:9.5px;
  1024. color:{color:links};
  1025. text-transform:uppercase;
  1026. text-shadow: 0px 0px 1px {color:links};
  1027. }
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034. /* POSTS: TEXT */
  1035.  
  1036. #textbody {
  1037. margin-top:-12px!important;
  1038. {block:permalinkpage}
  1039. margin-top:-12px!important;
  1040. {/block:permalinkpage}
  1041. }
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048. /* POSTS: PHOTO/PHOTOSETS */
  1049.  
  1050.  
  1051. #psingle {
  1052. width: 505px;
  1053. margin-top:-12px!important;
  1054. pointer-events:none;
  1055. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.9);
  1056. -webkit-transition: all 1.5s ease-in-out;
  1057. -moz-transition: all 1.5s ease-in-out;
  1058. -o-transition: all 1.5s ease-in-out;
  1059. -ms-transition: all 1.5s ease-in-out;
  1060. transition: all 1.5s ease-in-out;
  1061. }
  1062.  
  1063.  
  1064. #psingle:hover {
  1065. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.9);
  1066. -webkit-transition: all 1.5s ease-in-out;
  1067. -moz-transition: all 1.5s ease-in-out;
  1068. -o-transition: all 1.5s ease-in-out;
  1069. -ms-transition: all 1.5s ease-in-out;
  1070. transition: all 1.5s ease-in-out;
  1071. }
  1072.  
  1073.  
  1074. #pset {
  1075. margin-top:-12px!important;
  1076. {block:permalinkpage}
  1077. margin-top:0px;
  1078. {block:permalinkpage}
  1079. width: 484px;
  1080. pointer-events:none;
  1081. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.85);
  1082. -webkit-transition: all 1.5s ease-in-out;
  1083. -moz-transition: all 1.5s ease-in-out;
  1084. -o-transition: all 1.5s ease-in-out;
  1085. -ms-transition: all 1.5s ease-in-out;
  1086. transition: all 1.5s ease-in-out;
  1087. }
  1088.  
  1089.  
  1090. #pset:hover {
  1091. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.85);
  1092. -webkit-transition: all 1.5s ease-in-out;
  1093. -moz-transition: all 1.5s ease-in-out;
  1094. -o-transition: all 1.5s ease-in-out;
  1095. -ms-transition: all 1.5s ease-in-out;
  1096. transition: all 1.5s ease-in-out;
  1097. }
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104. /* POSTS: QUOTE */
  1105.  
  1106.  
  1107. #quote {
  1108. font-size:15px;
  1109. text-align:left;
  1110. padding-top:0px;
  1111. padding-bottom:0px;
  1112. letter-spacing:-1px;
  1113. line-height:15px;
  1114. margin-top:-12px;
  1115. }
  1116.  
  1117.  
  1118. .source {
  1119. border:1px solid {color:border};
  1120. font-family:calibri;
  1121. font-weight:bold;
  1122. text-align:left;
  1123. font-size:9.5px;
  1124. height:25px;
  1125. line-height:25px;
  1126. color: {color:bold};
  1127. text-transform:uppercase;
  1128. letter-spacing:0.2px;
  1129. margin-top:25px;
  1130. padding-right:25px;
  1131. padding-left:25px;
  1132. margin-top:25px;
  1133. text-shadow: 0px 0px 1px {color:bold};
  1134. }
  1135.  
  1136.  
  1137. .source a {
  1138. color: {color:bold};
  1139. text-shadow: 0px 0px 1px {color:bold};
  1140. }
  1141.  
  1142.  
  1143. .source:first-letter {
  1144. position:relative;
  1145. z-index:50;
  1146. background-color: transparent;
  1147. font-family: 'janeaustennosecret';
  1148. color:{color:title}!important;
  1149. font-weight:bold!important;
  1150. text-transform:uppercase!important;
  1151. float:left;
  1152. padding-left:0px;
  1153. padding-right:9px;
  1154. font-size:44px;
  1155. margin-left:-6px;
  1156. margin-right: 12.5px;
  1157. margin-top:12px;
  1158. margin-bottom:12px;
  1159. vertical-align: middle;
  1160. text-shadow:
  1161. -1px -1px 0 {color:title shadow},
  1162. 1px -1px 0 {color:title shadow},
  1163. -1px 1px 0 {color:title shadow},
  1164. 1px 1px 0 {color:title shadow};
  1165. }
  1166.  
  1167.  
  1168.  
  1169.  
  1170. /* POSTS: LINK */
  1171.  
  1172.  
  1173. #link {
  1174. outline:1px solid {color:border};
  1175. padding:25px;
  1176. margin-top:-12px;
  1177. }
  1178.  
  1179.  
  1180. #link a {
  1181. font-size:12px;
  1182. }
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189. /* POSTS: CHAT */
  1190.  
  1191.  
  1192. #chat {
  1193. margin-top:-16px!important;
  1194. padding-left:0px;
  1195. padding-right:0px;
  1196. }
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203. /* POSTS: AUDIO */
  1204.  
  1205.  
  1206. .audioplayer {
  1207. margin-left:12.5px;
  1208. margin-top:-12px;
  1209. width: 25px;
  1210. height: 25px;
  1211. overflow: hidden;
  1212. }
  1213.  
  1214.  
  1215. .audioinfo {
  1216. outline:1px solid {color:border};
  1217. margin-right: 0px;
  1218. padding-left:60px;
  1219. padding-right:25px;
  1220. margin-top:-24px;
  1221. margin-bottom:12px;
  1222. height:25px;
  1223. line-height:25px;
  1224. display: block;
  1225. font-family:calibri;
  1226. font-weight:bold;
  1227. text-transform: uppercase;
  1228. text-align: left;
  1229. letter-spacing:0.2px;
  1230. word-spacing:-0.5px;
  1231. overflow:hidden;
  1232. font-size:9.5px;
  1233. color:{color:bold};
  1234. text-shadow: 0px 0px 1px {color:bold};
  1235. }
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242. /* POSTS: VIDEO */
  1243.  
  1244.  
  1245. .video {
  1246. margin-top:-15px;
  1247. }
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254. /* POSTS: ASK */
  1255.  
  1256.  
  1257. #question {
  1258. position:relative;
  1259. width: 80%;
  1260. height:70px;
  1261. margin-left:1px;
  1262. margin-top:-12px!important;
  1263. background-color:{color:background};
  1264. }
  1265.  
  1266.  
  1267. #ask {
  1268. position:relative;
  1269. z-index:999999!important;
  1270. float:left;
  1271. font-family:calibri, sans-serif;
  1272. text-transform:uppercase;
  1273. font-weight:bold;
  1274. background-color:{color:background};
  1275. font-size:9px;
  1276. line-height:12px!important;
  1277. width:368px;
  1278. min-height:21px;
  1279. max-height:21px;
  1280. overflow:scroll;
  1281. margin-top:0px;
  1282. margin-left:0px;
  1283. margin-bottom:0px;
  1284. padding-left:24px;
  1285. padding-right:24px;
  1286. outline:solid 1px {color:border};
  1287. border-top:22px solid {color:background};
  1288. border-bottom:22px solid {color:background};
  1289. -moz-transition-duration:1.5s;
  1290. -webkit-transition-duration:1.5s;
  1291. -o-transition-duration:1.5s;
  1292. }
  1293.  
  1294.  
  1295. #ask:hover {
  1296. max-height:35px!important;
  1297. width:434px;
  1298. z-index:999999!important;
  1299. -moz-transition-duration:1.5s;
  1300. -webkit-transition-duration:1.5s;
  1301. -o-transition-duration:1.5s;
  1302. }
  1303.  
  1304.  
  1305. #ask a {
  1306. font-weight:bold;
  1307. color:{color:bold};
  1308. font-size:9.5px;
  1309. text-decoration:none;
  1310. text-shadow: 0px 0px 1px {color:bold};
  1311. }
  1312.  
  1313.  
  1314. #ask b {
  1315. color:{color:bold};
  1316. font-size:9.5px;
  1317. line-height:11px;
  1318. font-family:calibri!important;
  1319. text-shadow: 0px 0px 1px {color:bold};
  1320. }
  1321.  
  1322.  
  1323. .letterask {
  1324. font-family: 'janeaustennosecret';
  1325. position:relative;
  1326. font-weight:bold;
  1327. z-index:9999!important;
  1328. font-style:normal!important;
  1329. position:absolute;
  1330. text-align:center;
  1331. font-size:36px;
  1332. margin-left:417px;
  1333. outline:1px solid {color:border};
  1334. background-color:{color:background};
  1335. padding-top:35px;
  1336. padding-bottom:16px;
  1337. padding-left:11px;
  1338. padding-right:18px;
  1339. color:{color:title};
  1340. -webkit-user-select: none;
  1341. -moz-user-select: none;
  1342. -ms-user-select: none;
  1343. user-select: none;
  1344. text-shadow:
  1345. -1px -1px 0 {color:title shadow},
  1346. 1px -1px 0 {color:title shadow},
  1347. -1px 1px 0 {color:title shadow},
  1348. 1px 1px 0 {color:title shadow};
  1349. }
  1350.  
  1351.  
  1352. #response {
  1353. margin-bottom:0px!important;
  1354. margin-top:20px;
  1355. }
  1356.  
  1357.  
  1358. #response blockquote {
  1359. margin-top:12px;
  1360. margin-bottom:12px!important;
  1361. padding-top:12px;
  1362. padding-bottom:12px;
  1363. }
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369.  
  1370. /* POST INFORMATION */
  1371.  
  1372.  
  1373. .permalink {
  1374. margin-top:25px!important;
  1375. margin-left:-25px;
  1376. margin-right:-25px;
  1377. margin-bottom:25px!important;
  1378. }
  1379.  
  1380.  
  1381. .permalinkbuttons {
  1382. height:25px;
  1383. background-color:{color:background};
  1384. font-weight:bold!important;
  1385. line-height:25px;
  1386. letter-spacing:-0.2px;
  1387. margin-left:0px!important;
  1388. margin-bottom:1px!important;
  1389. border:1px solid {color:border};
  1390. color:{color:border};
  1391. }
  1392.  
  1393.  
  1394. .permalinkbuttons a {
  1395. display:inline-block;
  1396. box-sizing: border-box;
  1397. font-size:9.5px;
  1398. text-align:center;
  1399. padding-left:25px;
  1400. padding-right:25px;
  1401. font-family: calibri, sans-serif;
  1402. text-transform:uppercase;
  1403. width:177px;
  1404. max-width:177px;
  1405. height:25px;
  1406. background-color:{color:background};
  1407. outline:1px solid {color:border};
  1408. line-height:25px;
  1409. color: {color:permalink};
  1410. font-weight:bold!important;
  1411. overflow:hidden;
  1412. text-shadow: 0px 0px 1px {color:permalink};
  1413. }
  1414.  
  1415.  
  1416. .permalinkbuttons a:hover {
  1417. color:{color:links hover};
  1418. -moz-transition-duration:1.5s;
  1419. -webkit-transition-duration:1.5s;
  1420. -o-transition-duration:1.5s;
  1421. text-shadow: 0px 0px 1px {color:links hover};
  1422. }
  1423.  
  1424.  
  1425. .tags {
  1426. font-family: calibri!important;
  1427. font-weight:bold!important;
  1428. background-color:{color:background};
  1429. border:1px solid {color:border};
  1430. padding-top:12px;
  1431. padding-bottom:12px;
  1432. padding-left:24px;
  1433. padding-right:24px;
  1434. margin-top:-2px;
  1435. color:{color:border};
  1436. text-transform:uppercase!important;
  1437. font-style:normal;
  1438. line-height:150%;
  1439. font-size:8.5px;
  1440. text-align:justify;
  1441. -moz-text-align-last: center; /* Code for Firefox */
  1442. text-align-last: center;
  1443.  
  1444. }
  1445.  
  1446.  
  1447.  
  1448. .tags a {
  1449. text-decoration:none!important;
  1450. font-weight:bold!important;
  1451. font-size:8.5px;
  1452. margin-right:0px;
  1453. text-transform:uppercase!important;
  1454. font-family: calibri!important;
  1455. color:{color:border};
  1456. -moz-transition-duration:1.5s;
  1457. -webkit-transition-duration:1.5s;
  1458. -o-transition-duration:1.5s;
  1459. text-shadow: 0px 0px 1px {color:border};
  1460. }
  1461.  
  1462.  
  1463. .tags a:hover {
  1464. color:{color:italic}!important;
  1465. -moz-transition-duration:1.5s;
  1466. -webkit-transition-duration:1.5s;
  1467. -o-transition-duration:1.5s;
  1468. text-shadow: 0px 0px 1px {color:links hover};
  1469. {block:ifBiggerTagsonHover}
  1470. font-size:9px!important;
  1471. {block:ifBiggerTagsonHover}
  1472. }
  1473.  
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479. /* PERMAPAGE NOTES */
  1480.  
  1481.  
  1482. #notes {
  1483. outline:1px solid {color:border};
  1484. margin-bottom:1px!important;
  1485. margin-left:1px;
  1486. margin-right:1px;
  1487. margin-top:25px!important;
  1488. padding-top:16px;
  1489. padding-bottom:16px;
  1490. padding-left:16px;
  1491. padding-right:16px;
  1492. color:{color:body text}!important;
  1493. }
  1494.  
  1495.  
  1496. #notes span, .note span {
  1497. color:{color:body text}!important;
  1498. }
  1499.  
  1500.  
  1501.  
  1502. .note li, .note, .note a {
  1503. list-style-type:none;
  1504. padding-top:0px;
  1505. line-height:14px;
  1506. padding-bottom:0px;
  1507. padding-left:0px;
  1508. padding-right:0px;
  1509. text-align:left!important;
  1510. -moz-transition-duration:0.5s;
  1511. -webkit-transition-duration:0.5s;
  1512. -o-transition-duration:0.5s;
  1513. font-family:calibri!important;
  1514. font-size:9.5px!important;
  1515. font-weight:bold;
  1516. text-transform:uppercase;
  1517. color:{color:body text}!important;
  1518. text-shadow: 0px 0px 1px {color:body text};
  1519. }
  1520.  
  1521.  
  1522. .note li a {
  1523. text-align:left!important;
  1524. font-family:calibri!important;
  1525. font-size:9.5px!important;
  1526. padding-right:0px;
  1527. font-weight:bold;
  1528. text-transform:uppercase;
  1529. letter-spacing:0px;
  1530. color: {color:italic}!important;
  1531. text-shadow: 0px 0px 1px {color:italic};
  1532. }
  1533.  
  1534.  
  1535. .more_notes_link, .more_notes_link a {
  1536. text-align:left!important;
  1537. margin-top:25px!important;
  1538. padding-top:25px!important;
  1539. color:{color:italic}!important;
  1540. text-shadow: 0px 0px 1px {color:italic};
  1541. }
  1542.  
  1543.  
  1544. .note blockquote a {
  1545. padding-top:12px;
  1546. padding-bottom:12px;
  1547. padding-left:24px;
  1548. padding-right:24px;
  1549. margin-top:12px;
  1550. margin-bottom:12px;
  1551. margin-left:0px;
  1552. margin-right:0px;
  1553. color:{color:body text}!important;
  1554. text-shadow: 0px 0px 1px {color:body text};
  1555. }
  1556.  
  1557.  
  1558. .note img.avatar {
  1559. display:none;
  1560. width: 0px;
  1561. height: 0px;
  1562. }
  1563.  
  1564.  
  1565.  
  1566.  
  1567.  
  1568.  
  1569. /* PAGINATION */
  1570.  
  1571.  
  1572. .navigationbottom {
  1573. left:337px;
  1574. top:424px;
  1575. position:absolute;
  1576. width: 533px;
  1577. outline:1px solid {color:border};
  1578. height:25px;
  1579. line-height:25px;
  1580. z-index:80;
  1581. }
  1582.  
  1583.  
  1584. .pagination {
  1585. height:25px;
  1586. line-height:25px;
  1587. }
  1588.  
  1589.  
  1590. .pagination b {
  1591. color:{color:button inactive}!important;
  1592. text-shadow: 0px 0px 1px {color:button inactive};
  1593. }
  1594.  
  1595.  
  1596. .pagination a {
  1597. display:inline-block;
  1598. box-sizing: border-box;
  1599. font-size:10px;
  1600. text-align:center;
  1601. padding-left:25px;
  1602. padding-right:25px;
  1603. font-family: calibri, sans-serif;
  1604. text-transform:uppercase;
  1605. width:177px;
  1606. max-width:177px;
  1607. height:25px;
  1608. background-color:{color:background};
  1609. outline:1px solid {color:border};
  1610. line-height:25px;
  1611. margin-right:0px;
  1612. color: {color:button inactive};
  1613. font-weight:bold!important;
  1614. overflow:hidden;
  1615. text-shadow: 0px 0px 1px {color:button inactive};
  1616. }
  1617.  
  1618.  
  1619. .pagination a:first-child {
  1620. margin-left:0px!important;
  1621. }
  1622.  
  1623.  
  1624. .pagination a:last-child {
  1625. margin-right:0px!important;
  1626. }
  1627.  
  1628.  
  1629. .navigationbottom a:hover, .pagination a:hover, .pagination:hover {
  1630. font-weight:bold!important;
  1631. color:{color:links hover}!important;
  1632. -moz-transition-duration:1.5s;
  1633. -webkit-transition-duration:1.5s;
  1634. -o-transition-duration:1.5s;
  1635. text-shadow: 0px 0px 1px {color:links hover};
  1636. }
  1637.  
  1638.  
  1639.  
  1640.  
  1641.  
  1642.  
  1643. /* POPUPS: GENERAL */
  1644.  
  1645.  
  1646. .popup_block {
  1647. box-sizing: border-box;
  1648. width:400px;
  1649. height:388px;
  1650. max-height:388px;
  1651. margin-top:76px!important;
  1652. margin-left:337px!important;
  1653. display:none;
  1654. background-color:{color:background}!important;
  1655. outline:1px solid {color:border};
  1656. border-bottom:24px solid {color:background};
  1657. padding-left:24px;
  1658. padding-right:24px;
  1659. position:absolute;
  1660. z-index:99999999;
  1661. opacity:1;
  1662. overflow-y:hidden;
  1663. text-align:justify;
  1664. overflow-x:hidden;
  1665. }
  1666.  
  1667.  
  1668. .popup_block a {
  1669. margin-right:0px;
  1670. vertical-align:top;
  1671. font-family: calibri, sans-serif;
  1672. font-size:9.5px;
  1673. color:{color:links};
  1674. font-weight:bold!important;
  1675. position: relative;
  1676. text-decoration:none;
  1677. text-transform:uppercase;
  1678. text-shadow: 0px 0px 1px {color:links};
  1679. }
  1680.  
  1681.  
  1682. *html #fade {
  1683. position: absolute;
  1684. }
  1685.  
  1686.  
  1687. *html .popup_block {
  1688. position: absolute;
  1689. }
  1690.  
  1691.  
  1692. #fade {
  1693. display:none;
  1694. position:fixed;
  1695. left:0px;
  1696. top:0px;
  1697. width:100%;
  1698. height:100%;
  1699. z-index:9;
  1700. background:transparent;
  1701. opacity:0;
  1702. }
  1703.  
  1704.  
  1705.  
  1706.  
  1707.  
  1708.  
  1709. /* NAVIGATION LIST */
  1710.  
  1711.  
  1712. .nlist {
  1713. position:absolute;
  1714. left:52px;
  1715. margin-top:173px;
  1716. height:129px;
  1717. max-height:129px;
  1718. width:231px;
  1719. max-width:231px;
  1720. border-bottom:0px solid {color:background}!important;
  1721. border-top:0px solid {color:background}!important;
  1722. background-color:{color:background};
  1723. overflow-y:scroll;
  1724. padding-left:0px;
  1725. padding-right:0px;
  1726. outline:1px solid {color:border}!important;
  1727. opacity:1!important;
  1728. }
  1729.  
  1730.  
  1731. .nlinks {
  1732. margin-top:0px;
  1733. padding-left:0px!important;
  1734. width:275px;
  1735. background-color:{color:background};
  1736. }
  1737.  
  1738.  
  1739. .nlinks a, .nlinks li {
  1740. display:inline-block;
  1741. box-sizing: border-box;
  1742. padding-right:24px;
  1743. outline:1px solid {color:border};
  1744. background-color:{color:background};
  1745. width:275px;
  1746. overflow:hidden;
  1747. height:31.5px;
  1748. padding-left:24px;
  1749. padding-right:24px;
  1750. font-family:calibri;
  1751. text-align:left;
  1752. font-style:normal;
  1753. font-weight:bold!important;
  1754. margin-right:0px;
  1755. margin-bottom:-3px;
  1756. font-size:9.5px;
  1757. letter-spacing:0px;
  1758. line-height:31.5px;
  1759. color: {color:Navigation List Links};
  1760. text-transform:uppercase;
  1761. cursor:pointer;
  1762. text-shadow: 0px 0px 1px {color:Navigation List Links};
  1763. }
  1764.  
  1765.  
  1766. .nlinks li:hover, .nlinks li:nth-of-type(even):hover {
  1767. color:{color:links}!important;
  1768. text-shadow: 0px 0px 1px {color:links};
  1769. -moz-transition-duration:1.5s;
  1770. -webkit-transition-duration:1.5s;
  1771. -o-transition-duration:1.5s;
  1772. }
  1773.  
  1774.  
  1775.  
  1776.  
  1777.  
  1778.  
  1779. /* NAVIGATION PAGES */
  1780.  
  1781.  
  1782. .npheader {
  1783. margin-top:0px;
  1784. margin-left:-25px;
  1785. margin-bottom:0px!important;
  1786. height:90px;
  1787. width:538px;
  1788. overflow:hidden;
  1789. outline:1px solid {color:border};
  1790. -webkit-filter: brightness(1.1) contrast(1) saturate(1);
  1791. }
  1792.  
  1793.  
  1794. .npnavi {
  1795. margin-top:1px;
  1796. margin-left:-25px!important;
  1797. margin-right:-25px!important;
  1798. margin-bottom:0px;
  1799. outline:0px;
  1800. }
  1801.  
  1802.  
  1803. .dropbtn {
  1804. display:inline-block;
  1805. box-sizing: border-box;
  1806. font-size:9.5px;
  1807. text-align:center;
  1808. padding-left:25px;
  1809. padding-right:25px;
  1810. margin-top:-1px;
  1811. margin-left:-1px;
  1812. margin-bottom:0px!important;
  1813. font-family: calibri, sans-serif;
  1814. text-transform:uppercase;
  1815. width:537px;
  1816. max-width:537px;
  1817. height:25px;
  1818. background-color:transparent;
  1819. border:1px solid {color:border};
  1820. line-height:21px;
  1821. margin-right:0px;
  1822. color: {color:links};
  1823. font-weight:bold!important;
  1824. overflow:hidden;
  1825. text-shadow: 0px 0px 1px {color:links};
  1826. }
  1827.  
  1828.  
  1829. .dropbtn:hover, .dropbtn:focus {
  1830. color:{color:button active};
  1831. text-shadow: 0px 0px 1px {color:button active};
  1832. }
  1833.  
  1834.  
  1835. .dropbtn2 {
  1836. pointer-events:none;
  1837. display:inline-block;
  1838. box-sizing: border-box;
  1839. font-size:9.5px;
  1840. text-align:center;
  1841. padding-left:25px;
  1842. padding-right:25px;
  1843. margin-left:-1px;
  1844. margin-top:-1px;
  1845. margin-bottom:0px!important;
  1846. font-family: calibri, sans-serif;
  1847. text-transform:uppercase;
  1848. height:26px;
  1849. min-width:540px;
  1850. background-color:transparent;
  1851. outline:0px solid {color:border};
  1852. border:1px solid {color:border};
  1853. line-height:23px;
  1854. margin-right:0px;
  1855. color: {color:bold};
  1856. font-weight:lighter;
  1857. overflow:hidden; /* older browsers */
  1858. cursor:normal!important;
  1859. }
  1860.  
  1861.  
  1862. .dropdown {
  1863. position: relative;
  1864. display: inline-block;
  1865. }
  1866.  
  1867.  
  1868. .dropdown-content {
  1869. display: none;
  1870. position: absolute;
  1871. margin-top:-1px!important;
  1872. margin-left:-1px;
  1873. background-color: {color:background};
  1874. min-width: 160px;
  1875. box-shadow:0px 18px 0px 5px {color:background};
  1876. z-index: 999999999999999999999999;
  1877. }
  1878.  
  1879.  
  1880. .dropdown-content a {
  1881. color: black;
  1882. padding: 12px 16px;
  1883. text-decoration: none;
  1884. display: block;
  1885. }
  1886.  
  1887.  
  1888. .dropdown-content a:hover, .dropdown a:hover {
  1889. color:{color:links hover};!important;
  1890. }
  1891.  
  1892.  
  1893. .show {
  1894. display:block;
  1895. }
  1896.  
  1897.  
  1898. ul#tabs {
  1899. text-align: left;
  1900. Cursor:pointer;
  1901. }
  1902.  
  1903.  
  1904. ul#tabs li {
  1905. display:inline-block;
  1906. box-sizing: border-box;
  1907. font-size:9.5px;
  1908. text-align:center;
  1909. padding-left:24px;
  1910. padding-right:24px;
  1911. margin-bottom:-5px!important;
  1912. font-family: calibri, sans-serif;
  1913. text-transform:uppercase;
  1914. width:269px;
  1915. max-width:269px;
  1916. height:25px;
  1917. background-color:transparent;
  1918. border:1px solid {color:border};
  1919. line-height:25px;
  1920. margin-left:0px;
  1921. margin-right:-2px;
  1922. color: {color:navigation list links};
  1923. font-weight:bold!important;
  1924. overflow:hidden;
  1925. text-shadow: 0px 0px 1px {color:navigation list links};
  1926. }
  1927.  
  1928.  
  1929. ul#tabs li.active {
  1930. display:inline-block;
  1931. box-sizing: border-box;
  1932. font-size:9.5px;
  1933. text-align:center;
  1934. padding-left:24px;
  1935. padding-right:24px;
  1936. font-family: calibri, sans-serif;
  1937. text-transform:uppercase;
  1938. background-color:transparent;
  1939. border:1px solid {color:border};
  1940. margin-left:0px;
  1941. margin-right:-2px;
  1942. color:{color:button active};
  1943. font-weight:bold!important;
  1944. overflow:hidden;
  1945. text-shadow: 0px 0px 1px {color:button active};
  1946. }
  1947.  
  1948.  
  1949. ul#tab, ul#tabs{
  1950. list-style-type:none;
  1951. margin:0px;
  1952. padding:0px;
  1953. }
  1954.  
  1955.  
  1956. ul#tab li.active {
  1957. display: block;
  1958. }
  1959.  
  1960.  
  1961. ul#tab li {
  1962. display: none;
  1963. }
  1964.  
  1965.  
  1966. .npcontent {
  1967. margin-top:2px!important;
  1968. border-top:24px solid {color:background};
  1969. border-bottom:24px solid {color:background};
  1970. overflow-y:scroll!important;
  1971. height:325px;
  1972. background-color:transparent;
  1973. }
  1974.  
  1975.  
  1976. .npcontent a {
  1977. color:{color:button inactive}!important;
  1978. text-shadow: 0px 0px 1px {color:button inactive}!important;
  1979. }
  1980.  
  1981.  
  1982. .nplinks {
  1983. margin-top:25px!important;
  1984. margin-bottom:0px!important;
  1985. padding-top:0px!important;
  1986. padding-bottom:0px;
  1987. background-color:{color:background};
  1988. }
  1989.  
  1990.  
  1991. .nplinks h4 {
  1992. color:{color:headers}!important;
  1993. width:432px!important;
  1994. text-shadow: 0px 0px 1px {color:headers};
  1995. }
  1996.  
  1997.  
  1998. .nplinks a {
  1999. font-family:calibri!important;
  2000. font-weight:bold!important;
  2001. display:inline-block;
  2002. box-sizing: border-box;
  2003. width:183px;
  2004. height:25px!important;
  2005. padding-left:24px;
  2006. line-height:25px;
  2007. margin-left:-0px;
  2008. margin-right:6px;
  2009. margin-bottom:8.4px;
  2010. text-align:left;
  2011. border: 1px solid {color:border};
  2012. font-size:9.5px;
  2013. }
  2014.  
  2015.  
  2016. .nplinks a:hover, .nplinks:hover {
  2017. color:{color:links hover}!important;
  2018. -moz-transition-duration:1.5s;
  2019. -webkit-transition-duration:1.5s;
  2020. -o-transition-duration:1.5s;
  2021. text-shadow: 0px 0px 1px {color:links hover};
  2022. }
  2023.  
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029. /* CREDIT */
  2030.  
  2031.  
  2032. #credit {
  2033. background-color:{color:background};
  2034. border:1px solid {color:border};
  2035. padding:6px 10px;
  2036. z-index:999;
  2037. position:absolute;
  2038. bottom:44px;
  2039. right:44px;
  2040. width:6px;
  2041. height:14px;
  2042. word-wrap:break-word;
  2043. font-family:calibri;
  2044. overflow:hidden;
  2045. -webkit-transition:all 1.5s ease;
  2046. -moz-transition:all 1.5s ease;
  2047. -o-transition:all 1.5s ease;
  2048. transition:all 1.5s ease-in-out;
  2049. }
  2050.  
  2051.  
  2052. #credit a {
  2053. color:{color:links};
  2054. text-transform:uppercase;
  2055. font-size:9.5px;
  2056. text-shadow: 0px 0px 1px {color:links};
  2057. }
  2058.  
  2059.  
  2060. #credit:hover {
  2061. width:73px;
  2062. }
  2063.  
  2064.  
  2065. #credit span {
  2066. color:{color:bold};
  2067. font-family:calibri;
  2068. margin-right:10px;
  2069. font-size:10.5px;
  2070. text-shadow: 0px 0px 1px {color:bold};
  2071. }
  2072.  
  2073.  
  2074. </style>
  2075. </head>
  2076.  
  2077.  
  2078.  
  2079.  
  2080. <body>
  2081.  
  2082.  
  2083. <!-- CONTAINER -->
  2084.  
  2085. <div id="container">
  2086.  
  2087.  
  2088. <!-- SIDEBAR -->
  2089.  
  2090. <div class="sidebar">
  2091.  
  2092. {block:ifSidebarTitle}
  2093. <div class="sidebartitle">
  2094. {text:Sidebar Title}
  2095. </div class="sidebartitle">
  2096. {/block:ifSidebarTitle}
  2097.  
  2098. <div class="sidebarbg">
  2099. <img src="{image:Sidebar Background}">
  2100. </div class="sidebarbg">
  2101.  
  2102.  
  2103. <div class="inner">
  2104.  
  2105. <div class="sidebarimgtop">
  2106. <img src="{image:Sidebar Image Top}">
  2107. </div class="sidebarimgtop">
  2108.  
  2109.  
  2110. <div class="description">
  2111. {Description}
  2112. </div class="description">
  2113.  
  2114.  
  2115. <div class="sidebarimgbottom">
  2116. <img src="{image:Sidebar Image Bottom}">
  2117. </div class="sidebarimgbottom">
  2118.  
  2119.  
  2120. </div class="inner">
  2121.  
  2122. </div class="sidebar">
  2123.  
  2124.  
  2125.  
  2126.  
  2127.  
  2128.  
  2129. <!-- NAVIGATION: TOP -->
  2130.  
  2131.  
  2132. <div class="navigation">
  2133.  
  2134. <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};">
  2135. Close the pages
  2136. </button>
  2137.  
  2138. <button class="w3-bar-item w3-button" onclick="openPage('Inquiries')">
  2139. Inquiries / Askbox
  2140. </button>
  2141.  
  2142. <button class="w3-bar-item w3-button" onclick="openNavi('Guidelines')" style="text-align:right;">
  2143. The Guidelines
  2144. </button>
  2145.  
  2146. </div class="navigation">
  2147.  
  2148.  
  2149.  
  2150.  
  2151.  
  2152.  
  2153.  
  2154. <!-- POSTS -->
  2155.  
  2156.  
  2157. <div id="content">
  2158. <div id="content2">
  2159.  
  2160.  
  2161. {block:Posts}
  2162. <div class="posts">
  2163.  
  2164.  
  2165.  
  2166.  
  2167.  
  2168.  
  2169. <!-- POSTS: TEXT -->
  2170.  
  2171.  
  2172. {block:Text}
  2173. <div id="textbody">
  2174. <div id="wrap">
  2175.  
  2176. {block:Title}
  2177. <h1>{Title}</h1>
  2178. {/block:Title}
  2179.  
  2180. {Body}
  2181.  
  2182. <div style="clear:both;">
  2183. </div style="clear:both">
  2184.  
  2185. </div id="wrap">
  2186. </div id="textbody">
  2187. {/block:Text}
  2188.  
  2189.  
  2190.  
  2191.  
  2192.  
  2193.  
  2194. <!-- POSTS: PHOTO/SET -->
  2195.  
  2196.  
  2197. {block:Photo}
  2198. <div id="psingle">
  2199. {LinkOpenTag}
  2200.  
  2201. <img src="{PhotoURL-HighRes}">
  2202. {LinkCloseTag}
  2203.  
  2204. </div id="psingle">
  2205.  
  2206.  
  2207. {block:Caption}
  2208.  
  2209. <div id="pcaption">
  2210. {Caption}
  2211. </div id="pcaption">
  2212.  
  2213. {/block:Caption}
  2214.  
  2215. {/block:Photo}
  2216.  
  2217.  
  2218.  
  2219.  
  2220. {block:Photoset}
  2221. <div id="pset">
  2222. {Photoset}
  2223. </div id="pset">
  2224.  
  2225. {block:Caption}
  2226. {Caption}
  2227. {/block:Caption}
  2228.  
  2229. {/block:Photoset}
  2230.  
  2231.  
  2232.  
  2233.  
  2234.  
  2235.  
  2236. <!-- POSTS: QUOTE -->
  2237.  
  2238.  
  2239. {block:Quote}
  2240. <div id="quote">
  2241. "{Quote}"
  2242.  
  2243. <div class="source">
  2244. Source: {Source}
  2245. </div class="source">
  2246.  
  2247. </div id="quote">
  2248. {/block:Quote}
  2249.  
  2250.  
  2251.  
  2252.  
  2253.  
  2254.  
  2255. <!-- POSTS: LINK -->
  2256.  
  2257.  
  2258. {block:Link}
  2259. <div id="link">
  2260.  
  2261. <a href="{URL}" {Target}>{Name}&nbsp;&nbsp; ►</a>
  2262.  
  2263. </div id="link">
  2264. {/block:Link}
  2265.  
  2266.  
  2267.  
  2268.  
  2269.  
  2270.  
  2271. <!-- POSTS: CHAT -->
  2272.  
  2273.  
  2274. {block:Chat}
  2275. <div id="chat">
  2276.  
  2277. {block:Lines}
  2278. <div id="{Alt}">
  2279.  
  2280. {block:Label}<b>{Label}</b>{/block:Label} {Line}
  2281.  
  2282. </div id="{Alt}">
  2283. {/block:Lines}
  2284.  
  2285. </div id="chat">
  2286. {/block:Chat}
  2287.  
  2288.  
  2289.  
  2290.  
  2291.  
  2292.  
  2293. <!-- POSTS: AUDIO -->
  2294.  
  2295.  
  2296. {block:Audio}
  2297. <div class="audioplayer">
  2298.  
  2299. {AudioPlayerWhite}
  2300.  
  2301. </div class="audioplayer">
  2302.  
  2303.  
  2304. <div class="audioinfo">
  2305. {block:TrackName}{TrackName}{/block:TrackName} — {block:Artist}{Artist}{/block:Artist}
  2306. </div class="audioinfo">
  2307.  
  2308. {block:Caption}
  2309. {Caption}
  2310. {/block:Caption}
  2311.  
  2312. {/block:Audio}
  2313.  
  2314.  
  2315.  
  2316.  
  2317.  
  2318.  
  2319. <!-- POSTS: VIDEO -->
  2320.  
  2321.  
  2322. {block:Video}
  2323. <div class="video">
  2324.  
  2325. {VideoEmbed-500}
  2326.  
  2327. </div class="video">
  2328.  
  2329. {block:Caption}
  2330. {Caption}
  2331. {/block:Caption}
  2332.  
  2333. {/block:Video}
  2334.  
  2335.  
  2336.  
  2337.  
  2338.  
  2339.  
  2340. <!-- POSTS: ASK -->
  2341.  
  2342.  
  2343. {block:Answer}
  2344.  
  2345. <div id="question">
  2346. <div id="ask">
  2347.  
  2348. <b>{Asker} is inquiring for information:</b>
  2349. {Question}
  2350.  
  2351. </div id="ask">
  2352. <div class="letterask">Q</div class="letterask">
  2353.  
  2354. </div id="question">
  2355.  
  2356. <div id="response">
  2357. <div id="wrap">{Answer}</div id="wrap">
  2358.  
  2359. <div style="clear:both; margin-bottom:-5px;">
  2360. </div style="clear:both">
  2361.  
  2362. </div id="response">
  2363.  
  2364. {/block:Answer}
  2365.  
  2366.  
  2367.  
  2368.  
  2369.  
  2370.  
  2371.  
  2372.  
  2373. <!-- POST INFORMATION -->
  2374.  
  2375.  
  2376.  
  2377. {block:Date}
  2378.  
  2379. {block:indexpage}
  2380.  
  2381. <div class="permalink">
  2382. <div class="permalinkbuttons">
  2383.  
  2384. <a href="{Permalink}" style="text-align:left;">
  2385. {Month} {DayOfMonth}{DayOfMonthSuffix} / {12Hour}:{Minutes}{CapitalAmPm} / {NoteCountWithLabel}
  2386. </a>
  2387.  
  2388. {block:RebloggedFrom}
  2389. <a href="{ReblogParentURL}" title="{ReblogParentName}: {ReblogParentTitle}">
  2390. REBLOGGED FROM / VIA
  2391. </a>
  2392. {/block:RebloggedFrom}
  2393.  
  2394. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; text-align:right;">
  2395. CLICK HERE TO REBLOG THIS POST
  2396. </a>
  2397.  
  2398. </div class="permalinkbuttons">
  2399.  
  2400.  
  2401. {block:HasTags}
  2402. <div class="tags">
  2403.  
  2404. {block:Tags}
  2405. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2406. {/block:Tags}
  2407.  
  2408. </div class="tags">
  2409. {/block:HasTags}
  2410.  
  2411.  
  2412. </div class="permalink">
  2413. {/block:indexpage}
  2414.  
  2415.  
  2416.  
  2417.  
  2418.  
  2419.  
  2420. {block:permalinkpage}
  2421. <div class="permalink">
  2422. <div class="permalinkbuttons">
  2423.  
  2424. {block:RebloggedFrom}
  2425. <a href="{ReblogParentName}" title="{ReblogParentName}" style="text-align:left;">
  2426. REBLOGGED FROM / VIA
  2427. </a>
  2428. {/block:RebloggedFrom}
  2429.  
  2430. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">
  2431. CLICK HERE TO REBLOG THIS POST
  2432. </a>
  2433.  
  2434. </div class="permalinkbuttons">
  2435.  
  2436. {block:HasTags}
  2437. <div class="tags">
  2438. {block:Tags}
  2439.  
  2440. <a href="{TagURL}">
  2441. {Tag}&nbsp;&nbsp;
  2442. </a>
  2443.  
  2444. {/block:Tags}
  2445. </div class="tags">
  2446. {/block:HasTags}
  2447.  
  2448. </div class="permalink">
  2449. {/block:permalinkpage}
  2450.  
  2451. {/block:Date}
  2452.  
  2453.  
  2454.  
  2455.  
  2456.  
  2457.  
  2458. <!-- NOTES -->
  2459.  
  2460. {block:PostNotes}
  2461. <div id="notes">
  2462.  
  2463. <div class="note">
  2464. {PostNotes}
  2465. </div class="note">
  2466.  
  2467. </div id="notes">
  2468. {/block:PostNotes}
  2469.  
  2470.  
  2471.  
  2472.  
  2473.  
  2474.  
  2475. <!-- HIDE VIA/SOURCE IN POSTS -->
  2476.  
  2477.  
  2478. {block:ContentSource}<!-- {SourceURL}
  2479. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  2480. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  2481. {/block:ContentSource}
  2482.  
  2483.  
  2484. <!-- {block:NoRebloggedFrom}
  2485. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  2486. {/block:NoRebloggedFrom} -->
  2487.  
  2488.  
  2489. </div class="posts">
  2490. {/block:Posts}
  2491.  
  2492.  
  2493. </div id="content2">
  2494. </div id="content">
  2495.  
  2496.  
  2497.  
  2498.  
  2499.  
  2500. {block:ifBlogTitle}
  2501. <div class="title">
  2502. {text:Title}
  2503. </div class="title">
  2504. {/block:ifBlogTitle}
  2505.  
  2506.  
  2507.  
  2508.  
  2509.  
  2510.  
  2511. <!-- NAVIGATION: BOTTOM -->
  2512.  
  2513.  
  2514. <div class="navigationbottom">
  2515. <div class="pagination">
  2516.  
  2517. <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>
  2518.  
  2519. {block:Indexpage}
  2520. {block:PreviousPage}<a href="{PreviousPage}">RETURN TO LAST PAGE</a>{/block:PreviousPage}
  2521. {block:NextPage}<a href="{NextPage}" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT PAGE</a>{/block:NextPage}
  2522. {/block:Indexpage}
  2523.  
  2524.  
  2525.  
  2526. {block:PermalinkPagination}
  2527. {block:PreviousPost}<a href="{PreviousPost}" title="Previous Post">RETURN TO LAST POST</a>{/block:PreviousPost}
  2528. {block:NextPost}<a href="{NextPost}" title="Next Post" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT POST</a>{/block:NextPost}
  2529. {/block:PermalinkPagination}
  2530.  
  2531.  
  2532. </div class="pagination">
  2533. </div class="navigationbottom">
  2534.  
  2535.  
  2536.  
  2537.  
  2538. <div id="Index" class="navi; page" style="display:block">
  2539.  
  2540. </div id="Index" class="navi; page">
  2541.  
  2542.  
  2543.  
  2544.  
  2545.  
  2546.  
  2547.  
  2548.  
  2549.  
  2550.  
  2551.  
  2552.  
  2553.  
  2554. <!-- POPUP: INQUIRIES -->
  2555.  
  2556.  
  2557. <div id="Inquiries" class="page" style="display:none;">
  2558. <div id="tabcontent" style="overflow:hidden!important;">
  2559.  
  2560.  
  2561.  
  2562.  
  2563. <div class="npcontent">
  2564.  
  2565.  
  2566.  
  2567. <h4>Inquiries / Askbox</h4>
  2568.  
  2569.  
  2570. <iframe frameborder="0" scrolling="yes" width="165px" height="225px" src="https://www.tumblr.com/ask_form/YOURURLHERE.com" style="padding:8px;margin-top:0px; 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>
  2571.  
  2572. </div id="npcontent">
  2573.  
  2574.  
  2575. </div id="tabcontent">
  2576. </div id="Inquiries" class="page">
  2577.  
  2578.  
  2579.  
  2580.  
  2581.  
  2582.  
  2583.  
  2584.  
  2585.  
  2586.  
  2587.  
  2588.  
  2589.  
  2590.  
  2591.  
  2592.  
  2593. <!-- POPUP PAGE: GUIDELINES -->
  2594.  
  2595. <div id="Guidelines" class="page" style="display:none;">
  2596. <div id="tabcontent" style="overflow:hidden!important;">
  2597.  
  2598.  
  2599.  
  2600.  
  2601. <div class="npcontent">
  2602.  
  2603.  
  2604. <!-- YOUR CONTENT PAGE. FILL THIS UP AS YOU WILL, <H4> </H4> IS WHAT YOU USE TO ADD EXTRA HEADERS WHEREVER YOU WANT -->
  2605.  
  2606. <h4>The Guidelines</h4>
  2607.  
  2608. {text:Popup Page GUIDELINES Content}
  2609.  
  2610.  
  2611. <div class="nplinks">
  2612.  
  2613. <a href="{text:Popup Navigation 1 Link}">{text:Popup Navigation 1 Title}</a>
  2614. <a href="{text:Popup Navigation 2 Link}">{text:Popup Navigation 2 Title}</a>
  2615. <a href="{text:Popup Navigation 3 Link}">{text:Popup Navigation 3 Title}</a>
  2616. <a href="{text:Popup Navigation 4 Link}">{text:Popup Navigation 4 Title}</a>
  2617.  
  2618. </div class="nplinks">
  2619.  
  2620.  
  2621. <!-- / YOUR CONTENT PAGE. FILL THIS UP AS YOU WILL, <H4> </H4> IS WHAT YOU USE TO ADD EXTRA HEADERS WHEREVER YOU WANT -->
  2622.  
  2623.  
  2624.  
  2625. </div class="npcontent">
  2626.  
  2627. </div id="tabcontent" style="overflow:hidden!important;">
  2628. </div id="Guidelines" class="page">
  2629.  
  2630. <!-- / POPUP PAGE: GUIDELINES -->
  2631.  
  2632.  
  2633.  
  2634.  
  2635.  
  2636.  
  2637.  
  2638.  
  2639.  
  2640.  
  2641.  
  2642.  
  2643.  
  2644.  
  2645.  
  2646.  
  2647.  
  2648. </div id="container">
  2649.  
  2650.  
  2651. <!-- CREDIT -->
  2652.  
  2653. <div id="credit">
  2654. <div style="width:105px;margin-right:10px;">
  2655.  
  2656.  
  2657. <a href="http://iniziarearchive.tumblr.com/post/183826974792/base-theme-viper-preview-download-code" target="blank">
  2658. <span>S.</span>MADE BY SAE.</a>
  2659.  
  2660.  
  2661. </div style>
  2662. </div id="credit">
  2663.  
  2664. </body>
  2665. </html>
Advertisement
Add Comment
Please, Sign In to add comment