Advertisement
themesbydoori

Monumental

Feb 20th, 2021 (edited)
1,435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 57.55 KB | None | 0 0
  1. <!--
  2.  
  3. ╭━━━┳╮╱╭┳━━━┳━━━┳━━━━┳╮╱╭┳━━━┳━╮╭━┳━━━┳━━━╮
  4. ┃╭━╮┃┃╱┃┃╭━━┫╭━╮┃╭╮╭╮┃┃╱┃┃╭━━┫┃╰╯┃┃╭━━┫╭━╮┃
  5. ┃╰━━┫╰━╯┃╰━━┫┃╱┃┣╯┃┃╰┫╰━╯┃╰━━┫╭╮╭╮┃╰━━┫╰━━╮
  6. ╰━━╮┃╭━╮┃╭━━┫╰━╯┃╱┃┃╱┃╭━╮┃╭━━┫┃┃┃┃┃╭━━┻━━╮┃
  7. ┃╰━╯┃┃╱┃┃╰━━┫╭━╮┃╱┃┃╱┃┃╱┃┃╰━━┫┃┃┃┃┃╰━━┫╰━╯┃
  8. ╰━━━┻╯╱╰┻━━━┻╯╱╰╯╱╰╯╱╰╯╱╰┻━━━┻╯╰╯╰┻━━━┻━━━╯
  9.  
  10. Theme ⎾MONUMENTAL⏌ by sheathemes @ tumblr
  11.  
  12. - TERMS -
  13.  
  14. I. Do NOT remove my credit from the index page. Keep it exactly where it is
  15. II. Do NOT take any part of my code to use for your personal designs
  16. III. Do NOT claim any part of my code as your own
  17. IV. NO redistrubuting of any of my code
  18. V. Editing is alFowed. As long as it's NOT being claimed as your own
  19.  
  20. CREDITS
  21.  
  22. > PixelUnion/Extended-Tumblr-Photoset: https://github.com/PixelUnion/Extended-Tumblr-Photoset | Modified PXU photoset script tutorial by bychloethemes @ tumblr: http://bychloethemes.tumblr.com/post/155956945114/modified-pxu-photoset-script-modified-by
  23.  
  24. > Masonry: https://masonry.desandro.com/
  25.  
  26. > Video resize script: http://shythemes.tumblr.com/post/134536748863/tutorial-resizing-videos
  27.  
  28. > Audio player fix: https://shudesigns.tumblr.com/post/158812662057/tutorial-change-the-color-of-tumblrs-new-audio
  29.  
  30. > Inline images resizing script: https://gukthemes.com/post/169692012691/inline-images-resizing-script
  31.  
  32. > Tippy.js: https://atomiks.github.io/tippyjs/
  33.  
  34. > Custom Tumblr lightbox: http://shythemes.tumblr.com/post/140444996328/tutorial-lightboxes
  35.  
  36. > Icons: https://themify.me/themify-icons || https://feathericons.com/
  37.  
  38. > Smoothscroll script: https://cdnjs.com/libraries/smoothscroll
  39.  
  40. > NPF Photoset Fix: https://annalogs.tumblr.com/photosets
  41.  
  42. > Search Suggestions Script: https://shythemes.tumblr.com/post/138692201618/tutorial-search-tags
  43.  
  44. !-->
  45.  
  46. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  47. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  48.  
  49. <head>
  50.  
  51. <!------------Smooth Scroll Script------------>
  52. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  53. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.6/SmoothScroll.min.js"></script>
  54. <!------------Smooth Scroll Script------------>
  55.  
  56. <!--Custom Fonts-->
  57. <link rel="preconnect" href="https://fonts.gstatic.com">
  58. <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Lato:wght@400;700&family=Merriweather:wght@400;700&family=Noto+Sans+JP:wght@400;700&family=Open+Sans:wght@400;700&family=Playfair+Display&family=Poppins:wght@400;700&family=Roboto:wght@400;700&family=Epilogue:wght@400;700&display=swap" rel="stylesheet">
  59. <!--Custom Fonts-->
  60.  
  61. <!--Homelinks Icons -->
  62. <link href="https://rawgit.com/lykmapipo/themify-icons/master/css/themify-icons.css" rel="stylesheet">
  63. <link href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css" rel="stylesheet">
  64. <!--Homelinks Icons-->
  65.  
  66.     <title>{Title}</title>
  67.     <link rel="shortcut icon" href="{Favicon}">
  68.     <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  69.     <meta charset="utf-8">
  70.     {block:Description}
  71.     <meta name="description" content="{MetaDescription}" />
  72.     {/block:Description}
  73.     <meta http-equiv="x-dns-prefetch-control" content="off"/>
  74.     <meta name="viewport" content="width=device-width, initial-scale=1">
  75.  
  76. <!--Custom Options-->
  77. <meta name="color:background" content="#f8f8f8" />
  78. <meta name="color:accent" content="#79533d" />
  79. <meta name="color:accented text" content="#ffffff" />
  80. <meta name="color:Text" content="#888888" />    
  81. <meta name="color:bold" content="#857a4b"/>
  82. <meta name="color:italic" content="#857a4b"/>
  83. <meta name="color:underline" content="#857a4b"/>
  84. <meta name="color:Links" content="#000000" />
  85. <meta name="color:Link Hover" content="#74746c" />
  86. <meta name="color:text selection" content="#ffffff" />
  87. <meta name="color:text selection background" content="#c54730" />
  88. <meta name="color:tooltip" content="#ffffff" />
  89. <meta name="color:tooltip background" content="#74746c" />
  90. <meta name="color:Blockquote" content="#857a4b" />
  91. <meta name="color:banner text" content="#ffffff" />
  92. <meta name="color:banner background" content="#2a2312" />
  93. <meta name="color:navigation hover" content="#cccccc" />
  94. <meta name="color:Posts" content="#ffffff" />
  95. <meta name="color:Post Title" content="#000000" />
  96. <meta name="color:Post Borders" content="#f0f0f0" />
  97. <meta name="color:question" content="#000000" />
  98. <meta name="color:question background" content="#fafafa" />
  99. <meta name="color:chat odd" content="#00000"/>
  100. <meta name="color:chat even" content="#857a4b"/>
  101. <meta name="color:pagination" content="#ffffff" />
  102. <meta name="color:pagination background" content="#0f0f0f" />
  103. <meta name="color:permalink" content="#ffffff" />
  104. <meta name="color:permalink background" content="#2a2312" />
  105. <meta name="color:permalink hover" content="#cccccc" />
  106.  
  107. <meta name="select:Background Attachment" content="fixed" title="fixed">
  108. <meta name="select:Background Attachment" content="scroll" title="scroll">
  109. <meta name="select:Background Repeat" content="repeat" title="repeat">
  110. <meta name="select:Background Repeat" content="no-repeat" title="no repeat">
  111.  
  112. <meta name="select:Body Font" content="Open Sans" title="Open Sans">
  113. <meta name="select:Body Font" content="Lato" title="Lato">
  114. <meta name="select:Body Font" content="Epilogue" title="Epilogue">
  115. <meta name="select:Body Font" content="Noto Sans JP" title="Noto Sans JP">
  116. <meta name="select:Body Font" content="Roboto" title="Roboto">
  117. <meta name="select:Body Font" content="Inter" title="Inter">
  118. <meta name="select:Body Font" content="Poppins" title="Poppins">
  119.  
  120. <meta name="select:font size" content="11" title="11px">
  121. <meta name="select:font size" content="12" title="12px">
  122. <meta name="select:font size" content="13" title="13px">
  123. <meta name="select:font size" content="14" title="14px">
  124. <meta name="select:font size" content="15" title="15px">
  125.  
  126. <meta name="select:text align" content="left" title="left">
  127. <meta name="select:text align" content="justify" title="justify">
  128. <meta name="select:desc text align" content="center" title="center">
  129. <meta name="select:desc text align" content="justify" title="justify">
  130.  
  131. <meta name="select:Post Size" content="300" title="300px">
  132. <meta name="select:Post Size" content="350" title="350px">
  133. <meta name="select:Post Size" content="375" title="375px">
  134. <meta name="select:Post Size" content="400" title="400px">
  135. <meta name="select:Post Size" content="450" title="450px">
  136. <meta name="select:Post Size" content="475" title="475px">
  137. <meta name="select:Post Size" content="500" title="500px">
  138. <meta name="select:Post Size" content="525" title="525px">
  139. <meta name="select:Post Size" content="540" title="540px">
  140.  
  141. <meta name="select:Post Padding" content="0" title="0px">
  142. <meta name="select:Post Padding" content="2" title="2px">
  143. <meta name="select:Post Padding" content="5" title="5px">
  144. <meta name="select:Post Padding" content="10" title="10px">
  145. <meta name="select:Post Padding" content="15" title="15px">
  146. <meta name="select:Post Padding" content="20" title="20px">
  147.  
  148. <meta name="select:Photoset gutter" content="1" title="1px">
  149. <meta name="select:Photoset gutter" content="2" title="2px">
  150. <meta name="select:Photoset gutter" content="4" title="4px">
  151. <meta name="select:Photoset gutter" content="6" title="6px">
  152. <meta name="select:Photoset gutter" content="8" title="8px">
  153. <meta name="select:Photoset gutter" content="10" title="10px">
  154.  
  155. <meta name="select:Number of Columns" content="1" title="1">
  156. <meta name="select:Number of Columns" content="2" title="2">
  157. <meta name="select:Number of Columns" content="3" title="3">
  158.  
  159. <meta name="select:header content position" content="0" title="left">
  160. <meta name="select:header content position" content="2" title="right">
  161.  
  162. <meta name="if:Link1" content="1" />
  163. <meta name="if:Link2" content="1" />
  164. <meta name="if:Link3" content="1" />
  165. <meta name="if:Link4" content="1" />
  166.  
  167. <meta name="text:CustomLink1URL" content="Link 1 URL" />
  168. <meta name="text:CustomLink1Name" content="Link 1" />
  169. <meta name="text:CustomLink2URL" content="Link 2 URL" />
  170. <meta name="text:CustomLink2Name" content="Link 2" />
  171. <meta name="text:CustomLink3URL" content="Link 3 URL" />
  172. <meta name="text:CustomLink3Name" content="Link 3" />
  173. <meta name="text:CustomLink4URL" content="Link 4 URL" />
  174. <meta name="text:CustomLink4Name" content="Link 4" />
  175.  
  176. <meta name="image:background" content=""/>
  177. <meta name="image:header" content="" />
  178.  
  179. <meta name="if:inverted tumblr controls" content="1" />
  180. <meta name="if:Small Cursor" content="0" />
  181. <meta name="if:Custom Text Selection" content="0"/>
  182. <meta name="if:Faded Images" content="0"/>
  183. <meta name="if:Grayscale Images" content="0"/>
  184. <meta name="if:Show Captions" content="1"/>
  185. <!--Custom Options-->
  186.  
  187. <style type="text/css">
  188.  
  189. /*----------FADE-IN ANIMATION----------*/
  190.  
  191. @keyframes fadein {
  192.     from {opacity:0;}
  193.     to {opacity:1;}
  194. }
  195.  
  196. @-moz-keyframes fadein { /* Firefox */
  197.     from {opacity:0;}
  198.     to {opacity:1;}
  199. }
  200.  
  201. @-webkit-keyframes fadein { /* Safari and Chrome */
  202.     from {opacity:0;}
  203.     to {opacity:1;}
  204. }
  205.  
  206. @-o-keyframes fadein { /* Opera */
  207.     from {opacity:0;}
  208.     to {opacity: 1;}
  209. }
  210.  
  211. /*----------TUMBLR CONTROLS----------*/
  212.  
  213. iframe.tmblr-iframe {
  214.     position:fixed!important;
  215.     z-index: 300!important;
  216.     top: 8px!important;
  217.     right:20px!important;
  218.     opacity:0.8!important;
  219.     {block:ifinvertedtumblrcontrols}
  220.     filter:invert(1);
  221.     -webkit-filter:invert(1);
  222.     -o-filter:invert(1);
  223.     -moz-filter:invert(1);
  224.     -ms-filter:invert(1);
  225.     filter:invert(100%) hue-rotate(180deg);
  226.     -webkit-filter:invert(100%) hue-rotate(180deg);
  227.     -moz-filter:invert(100%) hue-rotate(180deg);
  228.     -o-filter:invert(100%) hue-rotate(180deg);
  229.     -ms-filter:invert(100%) hue-rotate(180deg);
  230.     {/block:ifinvertedtumblrcontrols}
  231.     transform:scale(0.6);
  232.     transform-origin:100% 0;
  233.     -webkit-transform:scale(0.6);
  234.     -webkit-transform-origin:100% 0;
  235.     -o-transform:scale(0.6);
  236.     -o-transform-origin:100% 0;
  237.     -moz-transform:scale(0.6);
  238.     -moz-transform-origin:100% 0;
  239.     -ms-transform:scale(0.6);
  240.     -ms-transform-origin:100% 0;
  241.     -webkit-transition: 0.8s ease;
  242.     -moz-transition: 0.8s ease;
  243.     -o-transition: 0.8s ease;
  244.     transition: 0.8s ease;
  245. }
  246.  
  247. iframe.tmblr-iframe:hover {
  248.     opacity: 1.0!important;
  249.     -webkit-transition: 0.8s ease;
  250.     -moz-transition: 0.8s ease;
  251.     -o-transition: 0.8s ease;
  252.     transition: 0.8s ease;
  253. }
  254.  
  255. /*--------CUSTOM TUMBLR LIGHTBOX--------*/
  256.  
  257. .vignette, #vignette {
  258.     opacity:0;
  259. }
  260. .lightbox-image, #tumblr_lightbox img {
  261.     box-shadow:none !important;
  262.     border-radius:0 !important;
  263.     max-width:none;
  264. }
  265.  
  266. .tmblr-lightbox, #tumblr_lightbox {
  267.     background-color:rgba({RGBcolor:Background}, 0.6) !important;
  268. }
  269.  
  270. .lightbox-image, #tumblr_lightbox img {
  271.     background-color: {color:posts} !important;
  272.     padding: 10px !important;
  273.     -moz-box-sizing:border-box;
  274.     box-sizing:border-box;
  275. }
  276.  
  277. /*----------SCROLLBAR----------*/
  278.  
  279. ::-webkit-scrollbar {
  280.     width: 10px;
  281.     height: 6px;
  282. }
  283. ::-webkit-scrollbar-button {
  284.     width: 0px;
  285.     height: 0px;
  286. }
  287. ::-webkit-scrollbar-thumb {
  288.     background-color: {color:accent};
  289.     border-radius: 20px;
  290.     border: 2px solid {color:Background};
  291. }
  292.  
  293. ::-webkit-scrollbar-track {
  294.     background: {color:posts};
  295.     border: 8px solid {color:posts};
  296.     border-radius: 20px;
  297. }
  298.  
  299. ::-webkit-scrollbar-corner {
  300.     background: transparent;
  301. }
  302.  
  303. /*----------TOOLTIPS----------*/
  304.  
  305. .tippy-tooltip.custom-theme {
  306.     background-color: {color:tooltip background};
  307.     color: {color:tooltip};
  308.     text-align:center;
  309.     font-size: 12px;
  310. }
  311.  
  312. .tippy-tooltip.custom-theme .tippy-svg-arrow {
  313.   fill: {color:tooltip background};
  314. }
  315.  
  316. /*----------TEXT SELECTION----------*/
  317.  
  318. {block:ifCustomTextSelection}
  319. ::selection {
  320.     background: {color:text selection background};
  321.     color: {color:text selection};
  322. }
  323.  
  324. ::-moz-selection {
  325.     background: {color:text selection background};
  326.     color: {color:text selection};
  327. }
  328.  
  329. ::-webkit-selection {
  330.     background: {color:text selection background};
  331.     color: {color:text selection};
  332. }
  333. {/block:ifCustomTextSelection}
  334.  
  335. /*----------THEME BASICS----------*/
  336.  
  337. html, body {
  338.     color: {color:text};
  339.     font-family: {select:Body Font}, helvetica, sans-serif;
  340.     font-weight: 400;
  341.     font-size: {select:font size}px;
  342.     line-height:180%;
  343.     margin:0;
  344.     padding: 0;
  345.     text-align:left;
  346.     background: {color:background} url({image:Background}) center;
  347.     background-attachment: {select:Background Attachment};
  348.     background-repeat: {select:Background Repeat};
  349.     -webkit-font-smoothing: antialiased;
  350.     -moz-osx-font-smoothing: grayscale;
  351.     animation: fadein 2.5s;
  352.     -moz-animation: fadein 2.5s; /* Firefox */
  353.     -webkit-animation: fadein 2.5s; /* Safari and Chrome */
  354.     -o-animation: fadein  2.5s; /* Opera */
  355. }
  356.  
  357. p:empty {
  358.     display: none;
  359. }
  360.  
  361. b,strong {
  362.     color:{color:bold};
  363.     font-weight: 700;
  364. }
  365.  
  366. i,em {
  367.     color:{color:italic};
  368. }
  369.  
  370. u {
  371.     color:{color:underline};
  372. }
  373.  
  374. hr {
  375.     width: 30%;
  376.     height: 1px;
  377.     background-color: {color:post borders};
  378.     color: {color:post borders};
  379.     border: 0px solid transparent;
  380. }
  381.  
  382. small,sub,sup {
  383.     font-size: calc({select:font size}px - 0.5px);
  384. }
  385.  
  386. h1,h2,h3 {
  387.     font-weight: 700;
  388.     font-size: 1.4em;
  389.     color: {color:bold};
  390. }
  391.  
  392. h4,h5,h6 {
  393.     font-weight: 700;
  394.     font-size: 1.2em;
  395.     color: {color:bold};
  396. }
  397.  
  398. pre {
  399.     white-space: pre-wrap;
  400.     white-space: -moz-pre-wrap;
  401.     white-space: -pre-wrap;
  402.     white-space: -o-pre-wrap;
  403.     word-wrap: break-word;
  404.     padding: 5px 10px;
  405.     font-family: inherit;
  406.     font-weight: 400;
  407.     line-height: 150%;
  408.     color: {color:question};
  409.     background-color: {color:question background};
  410. }
  411.  
  412. blockquote:not(.tumblr_parent) {
  413.     padding-left:10px;
  414.     margin: 10px;
  415.     border-left: 2px solid {color:blockquote};
  416. }
  417.  
  418. blockquote img {
  419.     max-width: 100%;
  420.     height: auto;
  421. }
  422.  
  423. figure {
  424.   margin: 1em 3px;
  425. }
  426.  
  427. a {
  428.     color:{color:links};
  429.     text-decoration:none;
  430.     -moz-transition-duration: 0.8s;
  431.     -o-transition-duration: 0.8s;
  432.     -webkit-transition-duration: 0.8s;
  433.     transition-duration: 0.8s;
  434. }
  435.  
  436. a:hover {
  437.     color:{color:link hover};
  438.     -moz-transition-duration: 0.8s;
  439.     -o-transition-duration: 0.8s;
  440.     -webkit-transition-duration: 0.8s;
  441.     transition-duration: 0.8s;
  442. }
  443.  
  444. {block:ifSmallCursor}
  445. html, body, a { cursor:url("https://i.imgur.com/2qleX.jpg"), auto !important; }
  446. a:hover{cursor:url("https://i.imgur.com/IepP2.jpg"), auto !important;}
  447. {/block:ifSmallCursor}
  448.  
  449. /*----------PAGINATION----------*/
  450.  
  451. #pagination {
  452.     width:auto;
  453.     letter-spacing:1px;
  454.     margin-top: 20px;
  455.     margin-bottom: 100px;
  456.     z-index:4;
  457.     text-align:center;
  458.     background:transparent;
  459. }
  460.  
  461. .la-angle-double-left, .la-angle-double-right {
  462.     font-size: 30px;
  463.     margin: 0 15px;
  464. }
  465.  
  466. #pagination a {
  467.     margin: 0 5px;
  468.     background-color: {color:pagination background};
  469.     padding: 10px;
  470.     color: {color:pagination};
  471.     text-decoration:none;
  472.     -webkit-transition:all 0.8s ease-out;
  473.     -moz-transition:all 0.8s ease-out;
  474.     transition:all 0.8s ease-out;
  475. }
  476.  
  477. #pagination a:hover {
  478.     background-color: {color:accent};
  479.     color: {color:accented text};
  480.     -webkit-transition:all 0.8s ease-out;
  481.     -moz-transition:all 0.8s ease-out;
  482.     transition:all 0.8s ease-out;
  483. }
  484.  
  485. /*----------POSIS----------*/
  486.  
  487. .wrap {
  488.     position: relative;
  489.     width:calc(({select:Post Size}px + 29px * 2.1) * ({select:Number of Columns}));
  490.     margin: auto;
  491.     {block:PermalinkPage}
  492.     width: calc(540px + 470px);
  493.     {/block:PermalinkPage}
  494. }
  495.  
  496. #content {
  497.     margin: 80px auto;
  498.     padding-top: 35px;
  499.     {block:IndexPage}
  500.     width: calc({select:post size}px * {select:Number of Columns} + 200px);
  501.     {/block:IndexPage}
  502.     {block:PermalinkPage}
  503.     margin-top: 150px;
  504.     width: 540px;
  505.     {/block:PermalinkPage}
  506. }
  507.  
  508. .posts {
  509.     position: relative;
  510.     width: {select:post size}px;
  511.     background-color: {color:posts};
  512.     {block:IndexPage}
  513.     opacity: 1;
  514.     z-index:-1;
  515.     margin: 30px;
  516.     {/block:IndexPage}
  517.     {block:PermalinkPage}
  518.     margin-bottom: 50px;
  519.     width: 540px;
  520.     {/block:PermalinkPage}
  521. }
  522.  
  523. .posts ul li {
  524.     list-style: none;
  525.     margin-left: -25px;
  526.     padding-left: 10;
  527. }
  528.  
  529. .posts ul li:before {
  530.     content: "―";
  531.     padding-right: 5px;
  532.     color: {color:accent};
  533. }
  534.  
  535. .posts ol {
  536.     list-style-type: upper-roman;
  537.     text-transform: justify;
  538.     margin-left: -10px;
  539. }
  540.  
  541. .posts iframe {
  542.     max-width:100%;
  543.     display: block;
  544.     padding: 0;
  545.     margin: 0
  546. }
  547.  
  548. .posts img {
  549.     max-width: 100%;
  550.     display: block;
  551.     border: 0;
  552. }
  553.  
  554. .tumblr_video_container {
  555.     width: auto !important;
  556.     height: auto !important;
  557. }
  558.  
  559. .posts .photo img {
  560.     {block:ifFadedImages}
  561.     {block:IndexPage}
  562.     opacity: 0.6;
  563.     -moz-transition: all 0.8s ease-in;
  564.     -o-transition: all 0.8s ease-in;
  565.     -webkit-transition: all 0.8s ease-in;
  566.     transition: all 0.8s ease-in;
  567. }
  568.  
  569. .posts:hover .photo img {
  570.     opacity: 1.0;
  571.     -moz-transition: all 0.8s ease-in;
  572.     -o-transition: all 0.8s ease-in;
  573.     -webkit-transition: all 0.8s ease-in;
  574.     transition: all 0.8s ease-in;
  575.     {/block:IndexPage}
  576.     {/block:ifFadedImages}
  577. }
  578.  
  579. {block:ifGrayscaleImages}
  580. {block:IndexPage}
  581. .posts .photo img {
  582.     z-index: -9999999999999999999999999px;
  583.     -webkit-filter: grayscale(100%);
  584.     filter: grayscale(100%);
  585.     filter: gray;
  586.     /* IE 6-9 */
  587.     -moz-transition: all 0.8s ease-in;
  588.     -o-transition: all 0.8s ease-in;
  589.     -webkit-transition: all 0.8s ease-in;
  590.     transition: all 0.8s ease-in;
  591. }
  592.  
  593. .posts:hover .photo img {
  594.     -webkit-filter: none;
  595.     filter: none;
  596.     -moz-transition: all 0.8s ease-in;
  597.     -o-transition: all 0.8s ease-in;
  598.     -webkit-transition: all 0.8s ease-in;
  599.     transition: all 0.8s ease-in;
  600. }
  601. {/block:IndexPage}
  602. {/block:ifGrayscaleImages}
  603.  
  604. /*----------TEXT/CAPTION CONTAINER----------*/
  605.  
  606. .photo, .video, .photo-slideshow {
  607.     padding: {select:Post Padding}px;
  608. }
  609.  
  610. .caption {
  611.     text-align: {select:text align};
  612. }
  613.  
  614. .caption figcaption {
  615.     padding: 15px;
  616. }
  617.  
  618. figcaption p {
  619.     margin: 5px 0 0;
  620. }
  621.  
  622. .caption img {
  623.     max-width: 100%;
  624.     height: auto;
  625. }
  626.  
  627. .reblog-list {
  628.     padding: 0 10px;
  629. }
  630.  
  631. .reblog-header {
  632.     padding: 20px 15px 0 15px;
  633. }
  634.  
  635. .reblog-header img {
  636.     width: 25px;
  637.     height: 25px;
  638.     display: inline-block;
  639.     vertical-align: middle;
  640.     margin-right: 10px;
  641.     border-radius: 100%;
  642. }
  643.  
  644. .inactive, .user, .deactivated {
  645.     font-weight: 700;
  646.     color: {color:links};
  647.     text-align: center;
  648. }
  649.  
  650. .user:hover {
  651.     color: {color:link hover};
  652. }
  653.  
  654. .reblog-content {
  655.     padding: 5px 15px;
  656. }
  657.  
  658. .read_more {
  659.     position: relative;
  660.     width: 100%;
  661.     -webkit-transition: all 0.9s ease;
  662.     -moz-transition: all 0.9s ease;
  663.     -o-transition: all 0.9s ease;
  664.     transition: all 0.9s ease;
  665.     position: relative;
  666.     left: calc(50% - 40px);
  667.     color: {color:links};
  668.     border-bottom: 2px solid {color:accent};
  669.     padding-bottom: 5px;
  670. }
  671.  
  672. .read_more:hover {
  673.     color: {color:link hover};
  674.     border-bottom: 2px solid transparent;
  675.     -webkit-transition: all 0.9s ease;
  676.     -moz-transition: all 0.9s ease;
  677.     -o-transition: all 0.9s ease;
  678.     transition: all 0.9s ease;
  679. }
  680.  
  681. /*----------POST INFO & PERMALINKS----------*/
  682.  
  683. .time {
  684.    color: {color:permalink};
  685.     background-color: {color:permalink background};
  686.     display: flex;
  687.     flex-direction: row;
  688.     padding: 10px;
  689.     justify-content: space-between;
  690.     align-items: center;
  691. }
  692.  
  693. .timestamp a {
  694.     color: {color:permalink};
  695. }
  696.  
  697. .timestamp a:hover {
  698.     color: {color:permalink hover};
  699. }
  700.  
  701. .la-user {
  702.     color: {color:permalink};
  703.     font-size: 22px;
  704.     display: inline-block;
  705.     vertical-align: middle;
  706.     margin-right: 5px;
  707. }
  708.  
  709. .pinned {
  710.     position: absolute;
  711.     top: 43px;
  712.     right: 0;
  713.     z-index: 2;
  714. }
  715.  
  716. .la-thumbtack {
  717.     font-size: 22px;
  718.     background-color: {color:permalink background};
  719.     color: {color:permalink};
  720.     padding: 5px;
  721. }
  722.  
  723. /*----------LIKE/REBLOG----------*/
  724.  
  725. .controls {
  726.     height: 21px;
  727. }
  728.  
  729. .controls a {
  730.     position:relative;
  731.     display:inline-block;
  732.     margin: 0 2px;
  733.     vertical-align: middle;
  734. }
  735.  
  736. .controls a:hover {
  737.     color: {color:permalink hover};
  738. }
  739.  
  740. .la-redo-alt {
  741.     font-size: 19px;
  742.     color: {color:permalink};
  743.     -moz-transition-duration: 0.5s;
  744.     -o-transition-duration: 0.5s;
  745.     -webkit-transition-duration: 0.5s;
  746.     transition-duration: 0.5s;
  747. }
  748.  
  749. .la-redo-alt:hover {
  750.     color: {color:permalink hover};
  751.     -moz-transition-duration: 0.5s;
  752.     -o-transition-duration: 0.5s;
  753.     -webkit-transition-duration: 0.5s;
  754.     transition-duration: 0.5s;
  755. }
  756.  
  757. .la-thumbs-up {
  758.     color: {color:permalink};
  759.     font-size: 22px;
  760.     -moz-transition-duration: 0.5s;
  761.     -o-transition-duration: 0.5s;
  762.     -webkit-transition-duration: 0.5s;
  763.     transition-duration: 0.5s;
  764. }
  765.  
  766. .la-thumbs-up:hover {
  767.     color: {color:permalink};
  768. }
  769.  
  770. .controls .like .liked + .la-thumbs-up {
  771.    opacity: 1;
  772. }
  773.  
  774. .controls .like .liked + .la-thumbs-up {
  775.      color: #FB0C06;
  776. }
  777.  
  778. .controls .like .like_button iframe {
  779.    position:absolute;
  780.    top: -1px;
  781.    left:0;
  782.    bottom:0;
  783.    right:0;
  784.    width:100%;
  785.    height:100%;
  786.    z-index:2;
  787.    opacity:0.000001;
  788. }
  789.  
  790. /*--------POST TAGS--------*/
  791.  
  792. .post_tags {
  793.     padding: 10px;
  794.     white-space: nowrap;
  795.     overflow: hidden;
  796.     background-color: {color:permalink background};
  797. }
  798.  
  799. .post_tags.draggable .post_tags_inner {
  800.     cursor: col-resize;
  801.     -webkit-touch-callout: none;
  802.     -webkit-user-select: none;
  803.     -khtml-user-select: none;
  804.     -moz-user-select: none;
  805.     -ms-user-select: none;
  806.     user-select: none;
  807. }
  808.  
  809. .post_tags_inner {
  810.     float: left;
  811.     position: relative;
  812.     padding: 0px 20px 0px 0;
  813. }
  814.  
  815. .post_tags a,
  816. .post_tags .post_tag {
  817.     display: inline-block;
  818.     margin-left: 3px;
  819.     color: {color:permalink};
  820. }
  821.  
  822. .post_tags:after {
  823.     content: '';
  824.     position: absolute;
  825.     right: 0;
  826.     bottom: 0;
  827.     width: 50px;
  828.     height: 40px;
  829.     background: -moz-linear-gradient(left, rgba({RGBcolor:permalink background},0)0, rgba({RGBcolor:permalink background},1)100%);
  830.   background: -webkit-gradient(linear,left top,right top, color-stop(0%, rgba({RGBcolor:permalink background},0)), color-stop(100%,{color:permalink background}));
  831.   background: -webkit-linear-gradient(left, rgba({RGBcolor:permalink background},0)0,{color:permalink background} 100%);
  832.   background: -o-linear-gradient(left, rgba({RGBcolor:permalink background},0)0, rgba({RGBcolor:permalink background},1)100%);
  833.   background: -ms-linear-gradient(left, rgba({RGBcolor:permalink background},0)0, rgba({RGBcolor:permalink background},1)100%);
  834.   background: linear-gradient(toright, rgba({RGBcolor:permalink background},0)0,{color:permalink background} 100%);
  835. }
  836.  
  837. .post_tags a:hover,
  838. .post_tags .post_tag:hover,
  839. .post_tags a:focus,
  840. .post_tags .post_tag:focus,
  841. .post_tags a:active,
  842. .post_tags .post_tag:active {color:{color:permalink hover};}
  843.  
  844. /*----------PERMALINK PAGE----------*/
  845.  
  846. #perma {
  847.     width: 540px;
  848.     padding: 10px 5px;
  849.     margin: 0 auto;
  850.     background-color: {color:posts};
  851.     text-align: center;
  852.     text-transform: lowercase;
  853.     box-sizing: border-box;
  854.     position: relative;
  855. }
  856.  
  857. #perma span {
  858.     font-weight: 700;
  859. }
  860.  
  861. #permatg {
  862.     width: 540px;
  863.     padding: 10px;
  864.     margin: 10px auto 10px;
  865.     background-color: {color:posts};
  866.     text-align: center;
  867.     text-transform: lowercase;
  868.     box-sizing: border-box;
  869.     position: relative;
  870. }
  871.  
  872. #permatg a {
  873.     display: inline-block;
  874.     margin: 0 5px;
  875.     color: {color:links};
  876. }
  877.  
  878. #permatg a:hover {
  879.     color: {color:link hover};
  880. }
  881.  
  882. .rb {
  883.     position: absolute;
  884.     left: calc(50% - 25px);
  885.     margin-top: 27px;
  886.     display: inline-block;
  887.     z-index: 1;
  888. }
  889.  
  890. .root img, .via img {
  891.     border-radius: 100%;
  892.     padding: 3px;
  893.     margin-right: 2px;
  894.     background-color: {color:accent};
  895. }
  896.  
  897. #notecontainer {
  898.     margin: 50px auto 10px;
  899.     width: 540px;
  900.     background-color: {color:posts};
  901.     color: {color:text};
  902.     position: relative;
  903. }
  904.  
  905. #notecontainer a {
  906.     font-weight: 700;
  907. }
  908.  
  909. #notecontainer ol.notes {
  910.     list-style-type: none;
  911.     margin: 0;
  912.     padding: 0;
  913.     font-size: {text:body font}px;
  914. }
  915.  
  916. #notecontainer ol.notes li.note {
  917.     padding: 15px;
  918. }
  919.  
  920. #notecontainer img.avatar {
  921.     margin-right: 10px;
  922.     vertical-align: middle;
  923.     width: 25px;
  924.     height: 25px;
  925.     border-radius: 100%;
  926. }
  927.  
  928. #permpage {
  929.     text-align: center;
  930.     margin-top: 20px;
  931.     margin-top: 90px;
  932. }
  933.  
  934. .la-angle-double-left, .la-angle-double-right {
  935.     background-color: {color:accent};
  936.     color: {color:accented text};
  937.     padding: 5px;
  938.     border-radius: 50px;
  939.     font-size: 18px;
  940.     -moz-transition-duration: 0.8s;
  941.     -o-transition-duration: 0.8s;
  942.     -webkit-transition-duration: 0.8s;
  943.     transition-duration: 0.8s;
  944. }
  945.  
  946. .la-angle-double-left:hover, .la-angle-double-right:hover {
  947.     color: {color:links};
  948.     background-color: transparent;
  949.     -moz-transition-duration: 0.8s;
  950.     -o-transition-duration: 0.8s;
  951.     -webkit-transition-duration: 0.8s;
  952.     transition-duration: 0.8s;
  953. }
  954.  
  955. /*----------TUMBLR TEXT/LINKS----------*/  
  956.  
  957. .posts .title, .posts .link {
  958.     color: {color:post title};
  959.     padding: 10px 20px 0;
  960.     font-size: 1.2em;
  961.     line-height: 200%;
  962.     text-align: center;
  963.     position: relative;
  964.     font-weight: 700;
  965. }
  966.  
  967. .posts .title:before, .posts .link:before {
  968.     content: '';
  969.     position: absolute;
  970.     top: 110%;
  971.     left: calc(50% - 32px);
  972.     width: 60px;
  973.     height: 2px;
  974.     background-color: {color:accent};
  975. }
  976.  
  977. .posts .link a {
  978.     color: {color:post title};
  979.     -webkit-transition: 0.8s ease;
  980.     -moz-transition: 0.8s ease;
  981.     -o-transition: 0.8s ease;
  982.     transition: 0.8s ease;
  983. }
  984.  
  985. .posts .link a:hover {
  986.     color: {color:link hover};
  987. }
  988.  
  989. /*----------TUMBLR QUOTES----------*/  
  990.  
  991. .qt {
  992.     padding: 20px 20px 0;
  993.     display: flex;
  994.     flex-direction: row;
  995.     justify-content: space-between;
  996. }
  997.  
  998. .quote {
  999.     font-weight: 700;
  1000.     line-height: 150%;
  1001.     font-size: 1.3em;
  1002.     padding: 20px;
  1003.     color: {color:question};
  1004.     padding-left: 20px;
  1005.     border-left: 1px solid {color:post borders};
  1006. }
  1007.  
  1008. .la-quote-left {
  1009.     border: 2px dashed {color:accent};
  1010.     color: {color:links};
  1011.     padding: 5px;
  1012.     font-size: 1.4em;
  1013.     align-self: center;
  1014.     border-radius: 5px;
  1015. }
  1016.  
  1017. .quote-box {
  1018.     font-size: 20px;
  1019.     align-self: center;
  1020.     color: {color:text};
  1021.     margin-right: 20px;
  1022. }
  1023.  
  1024. .qtsource {
  1025.     padding: 0 20px 20px;
  1026. }
  1027.  
  1028. /*----------TUMBLR AUDIO----------*/
  1029.  
  1030. .audiowrapper {
  1031.     display: flex;
  1032.     flex-direction: row;
  1033.     width: 100%;
  1034.     box-sizing: border-box;
  1035.     padding: 20px;
  1036. }
  1037.  
  1038. iframe.tumblr_audio_player {
  1039.   height: 85px;
  1040. }
  1041.  
  1042. /*----------TUMBLR QUESTION/ANSWER----------*/
  1043.  
  1044. #askcont, #replycont {
  1045.     padding: 15px;
  1046.     display: flex;
  1047.     flex-direction: column;
  1048. }
  1049.  
  1050. #askcont img {
  1051.     float:left;
  1052.     display: inline-block;
  1053.     vertical-align: middle;
  1054.     margin-right: 20px;
  1055.     width: 40px;
  1056.     height: 40px;
  1057.     border-radius: 100%;
  1058. }
  1059.  
  1060.  
  1061. #asker {
  1062.     text-transform: lowercase;
  1063.     color: {color:links};
  1064.     margin-bottom: 20px;
  1065.     display: flex;
  1066. }
  1067.  
  1068. #asking, #replying {
  1069.     align-self: center;
  1070.     line-height: 18px;
  1071. }
  1072.  
  1073. #replier {
  1074.     text-transform: lowercase;
  1075.     color: {color:links};
  1076.     margin-bottom: 20px;
  1077.     display: flex;
  1078.     justify-content: flex-end;
  1079. }
  1080.  
  1081. #replying {
  1082.     text-align: right;
  1083. }
  1084.  
  1085. .asker-link, .replier-link {
  1086.     font-weight: 700;
  1087. }
  1088.  
  1089. #asker a, #replier a {
  1090.     color: {color:links};
  1091.     font-weight: 700;
  1092.     text-align: capitalize;
  1093.     font-size: 1.1em;
  1094. }
  1095.  
  1096. #asker a:hover, #replier a:hover {
  1097.     color: {color:link hover};
  1098. }
  1099.  
  1100. #replycont img {
  1101.     float: right;
  1102.     display: inline-block;
  1103.     vertical-align: middle;
  1104.     margin-left: 20px;
  1105.     width: 40px;
  1106.     height: 40px;
  1107.     border-radius: 100%;
  1108. }
  1109.  
  1110. .question {
  1111.     display: block;
  1112.     text-align: justify;
  1113.     padding: 10px 15px;
  1114.     background-color: {color:question background};
  1115.     color: {color:question};
  1116. }
  1117.  
  1118. .question p {
  1119.     margin: 0;
  1120. }
  1121.  
  1122. .answer {
  1123.     padding: 0 15px;
  1124.     background-color: {color:question background};
  1125.     color: {color:question};
  1126. }
  1127.  
  1128. /*----------TUMBLR CHAT----------*/
  1129.  
  1130. .chatp {
  1131.     padding: 20px;
  1132. }
  1133.  
  1134. .chat .line {
  1135.     margin-top: 0px;
  1136.     padding: 20px;
  1137.     border-bottom: 1px solid {color:post borders};
  1138. }
  1139.  
  1140. .chat .line:last-of-type {
  1141.     margin-bottom: 0px;
  1142.     border-bottom: none;
  1143. }
  1144.  
  1145. .chat .label {
  1146.     text-transform: capitalize;
  1147. }
  1148.  
  1149. .line:nth-child(odd) .label b {
  1150.     color: {color:chat odd};
  1151.     font-weight: 700;
  1152.     margin-right: 5px;
  1153.     font-size: 1.1em;
  1154. }
  1155.  
  1156. .line:nth-child(even) .label b {
  1157.     color: {color:chat even};
  1158.     font-weight: 700;
  1159.     margin-right: 5px;
  1160.     font-size: 1.1em;
  1161. }
  1162.  
  1163. /*---------LINK BAR----------*/
  1164.  
  1165. #link-bar {
  1166.     width: 100%;
  1167.     height: 50px;
  1168.     position: fixed;
  1169.     top: 0;
  1170.     left: 0;
  1171.     right: 0;
  1172.     background-color: {color:banner background};
  1173.     z-index: 5;
  1174. }
  1175.  
  1176. #ghost-bar {
  1177.     width: 100%;
  1178.     height: 50px;
  1179.     position: fixed;
  1180.     top: 0px;
  1181.     left: 0;
  1182.     right: 0;
  1183.     background-color: {color:accent};
  1184.     z-index: 5;
  1185.      display: flex;
  1186.     justify-content: center;
  1187.     align-items: center;
  1188.     z-index: 2;
  1189.     -webkit-transition: all 0.3s ease;
  1190.     -moz-transition: all 0.3s ease;
  1191.     -o-transition: all 0.3s ease;
  1192.     transition: all 0.3s ease;
  1193.     {block:PermalinkPage}
  1194.     top: 50px;
  1195.     {/block:PermalinkPage}
  1196. }
  1197.  
  1198. #ghost-bar.ghost {
  1199.     top: 50px;
  1200.     -webkit-transition: all 0.3s ease;
  1201.     -moz-transition: all 0.3s ease;
  1202.     -o-transition: all 0.3s ease;
  1203.     transition: all 0.3s ease;
  1204. }
  1205.  
  1206. /*---------HEADER----------*/
  1207.  
  1208. #header {
  1209.     position: relative;
  1210.     margin: 50px auto 10px;
  1211.     background-color: {color:posts};
  1212.     width: 1170px;
  1213.     height: 350px;
  1214.     display: flex;
  1215.     flex-direction: row;
  1216.     align-items: center;
  1217.     {block:PermalinkPage}
  1218.     display: none;
  1219.     {/block:PermalinkPage}
  1220. }
  1221.  
  1222. .header-content {
  1223.     width: 50%;
  1224.     padding: 30px 20px;
  1225.     box-sizing: border-box;
  1226.     text-align: {select:desc text align};
  1227.     order: {select:header content position};
  1228. }
  1229.  
  1230. .header-content img {
  1231.     width: 35px;
  1232.     height: 35px;
  1233.     margin-bottom: 10px;
  1234.     border-radius: 100%;
  1235.     border: 5px solid {color:accent};
  1236. }
  1237.  
  1238. #header-title {
  1239.     font-size: 1.3em;
  1240.     font-weight: 700;
  1241.     text-align: center;
  1242.     margin-bottom: 20px;
  1243.     border-bottom: 1px solid {color:post borders};
  1244.     padding-bottom: 10px;
  1245. }
  1246.  
  1247. #header-description {
  1248.     padding: 0 10px;
  1249.     height: 150px;
  1250.     overflow: auto;
  1251.     box-sizing: border-box;
  1252. }
  1253.  
  1254. .header-image {
  1255.     width: 50%;
  1256.     height: 350px;
  1257.     background-color: {color:accent};
  1258. }
  1259.  
  1260. .header-image img {
  1261.     width: 100%;
  1262.     height: auto;
  1263. }
  1264.  
  1265. /*---------NAVIGATION LINKS----------*/
  1266.  
  1267. .navi-bar {
  1268.     width: 900px;
  1269.     height: 50px;
  1270.     background-color: {color:accent};
  1271.     position: absolute;
  1272.     bottom: -25px;
  1273.     left: 50%;
  1274.     transform: translateX(-50%);
  1275.     display: flex;
  1276.     justify-content: center;
  1277.     align-items: center;
  1278. }
  1279.  
  1280. .homelinks {
  1281.     position: relative;
  1282.     overflow: hidden;
  1283. }
  1284.  
  1285. .homelinks:before {
  1286.     content: '';
  1287.     position: absolute;
  1288.     top: 50%;
  1289.     transform: translateY(-50%);
  1290.     width: 100%;
  1291.     height: 1px;
  1292.     background-color: {color:accented text};
  1293.     left: -100%;
  1294.     transition: .5s;
  1295. }
  1296.  
  1297. .homelinks:hover:before {
  1298.     left: 100%;
  1299. }
  1300.  
  1301. .homelinks a {
  1302.     position: relative;
  1303.     display: inline-block;
  1304.     margin: 0 20px;
  1305.     color: transparent;
  1306.     transform: 0.5s;
  1307. }
  1308.  
  1309. .homelinks a:before, .homelinks a:after {
  1310.     content: attr(data-text);
  1311.     position: absolute;
  1312.     top: 0;
  1313.     left: 0;
  1314.     width: 100%;
  1315.     margin: 0;
  1316.     color: {color:accented text};
  1317.     transition: 0.5s;
  1318.     transition-delay: 0.25s;
  1319. }
  1320.  
  1321. .homelinks a:before {
  1322.     -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  1323.     clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  1324. }
  1325.  
  1326. .homelinks a:hover:before {
  1327.     color: {color:navigation hover};
  1328.     transform: translate(10px, -2px);
  1329. }
  1330.  
  1331. .homelinks a:after {
  1332.     -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
  1333.     clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
  1334. }
  1335.  
  1336. .homelinks a:hover:after {
  1337.     color: {color:navigation hover};
  1338.     transform: translate(-10px, 2px);
  1339. }
  1340.  
  1341. /*----------THEME CREDIT/DO NOT REMOVE!!!---------*/
  1342.  
  1343. #bottom {
  1344.     bottom: 14px;
  1345.     position: fixed;
  1346.     right: 55px;
  1347.     z-index: 9;
  1348. }
  1349.  
  1350. .cred {
  1351.     padding: 5px;
  1352.     width: 12px;
  1353.     height: 12px;
  1354.     font-size: 15px;
  1355.     line-height: 12px;
  1356.     display: inline-block;
  1357.     background-color: {color:accent};
  1358.     color: {color:accented text};
  1359. }
  1360.  
  1361. .la-arrow-circle-up {
  1362.     padding: 5px;
  1363.     width: 12px;
  1364.     height: 12px;
  1365.     font-size: 14px;
  1366.     line-height: 13px;
  1367.     display: block;
  1368.     background-color: {color:accent};
  1369.     color: {color:accented text};
  1370. }
  1371.  
  1372. /*----------SCROLL TO TOP---------*/
  1373.  
  1374. #scrollToTop:link,
  1375. #scrollToTop:visited {
  1376.     display: none;
  1377.     position: fixed;
  1378.     font-size: 12px;
  1379.     bottom: 15px;
  1380.     right: 20px;
  1381.     color: {color:links};
  1382.     padding: 0px 5px;
  1383.     width: auto;
  1384.     z-index: 900;
  1385.     font-weight: 700;
  1386. }
  1387.  
  1388. {CustomCSS}
  1389. </style>
  1390.  
  1391. <!-------------------SCRIPTS/JQUERY (PART ONE)------------------->
  1392.  
  1393. <!-----------Scroll To Top Script----------->
  1394. <script type="text/javascript" src="https://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  1395. <!-----------Scroll To Top Script----------->
  1396.  
  1397. <!-------appear/disappear links script ---------->
  1398. {block:IndexPage}
  1399. <script>
  1400.  $(document).ready(function(){
  1401.     var ghostLinks = 310;
  1402.         $(window).scroll(function() {
  1403.         var scroll = getCurrentScroll();
  1404.         if ( scroll >= ghostLinks ) {
  1405.             $('#ghost-bar').addClass('ghost');
  1406.         }
  1407.         else {
  1408.             $('#ghost-bar').removeClass('ghost');
  1409.         }
  1410.  });
  1411.     function getCurrentScroll() {
  1412.         return window.pageYOffset;
  1413.     }
  1414. });
  1415. </script>
  1416. {/block:IndexPage}
  1417. <!-------Appear/disappear links script ---------->
  1418.  
  1419. <!-------------------SCRIPTS/JQUERY (PART ONE)------------------->
  1420.  
  1421. </head>
  1422.  
  1423. <body>
  1424.  
  1425. <footer id="bottom">
  1426. <!-----------SCROLL TO TOP----------->
  1427. <a href="javascript:;" id="scrollToTop" rel="nofollow" title="scroll to top"><i class="las la-arrow-circle-up"></i></a>
  1428. <!-----------SCROLL TO TOP ----------->
  1429. <!-------------------DO NOT REMOVE THEME CREDIT!!!------------------->
  1430.  <a href="https://sheathemes.tumblr.com" class="cred" title="theme by sheathemes">&#169;</a>  
  1431. <!-------------------DO NOT REMOVE THEME CREDIT!!!------------------->
  1432. </footer>
  1433.  
  1434. <header id="link-bar"></header> <!-----------LINK BAR----------->
  1435.  
  1436. <header id="ghost-bar">
  1437.     <div class="homelinks"> <!-----------TUMBLR LINKS----------->
  1438.         <a href="/" title="home" data-text="home">home</a>
  1439.         <a href="/ask" title="inbox" data-text="inbox">inbox</a>
  1440.         <a href="/submit" title="submit" data-text="submit">submit</a>
  1441.         <a href="/archive" title="archive" data-text="archive">archive</a>
  1442.     {block:ifLink1}
  1443.     <a href="{text:CustomLink1URL}" title="{text:CustomLink1Name}" data-text="{text:CustomLink1Name}">{text:CustomLink1Name}</a>
  1444.     {/block:ifLink1}
  1445.     {block:ifLink2}<a href="{text:CustomLink2URL}" title="{text:CustomLink2Name}" data-text="{text:CustomLink2Name}">{text:CustomLink2Name}</a>{/block:ifLink2}
  1446.     {block:ifLink3}<a href="{text:CustomLink3URL}" title="{text:CustomLink3Name}" data-text="{text:CustomLink3Name}">{text:CustomLink3Name}</a>{/block:ifLink3}
  1447.     {block:ifLink4}<a href="{text:CustomLink4URL}" title="{text:CustomLink4Name}" data-text="{text:CustomLink4Name}">{text:CustomLink4Name}</a>{/block:ifLink4}
  1448.     </div> <!-----------TUMBLR LINKS----------->
  1449. </header>
  1450.  
  1451. <header id="header"> <!-----------HEADER----------->
  1452.     <div class="header-content"> <!-----------HEADER CONTENT----------->
  1453.         <center><img src="{PortraitURL-96}"></center>
  1454.         <div id="header-title">{Title}</div>
  1455.         <div id="header-description">{Description}</div>
  1456.     </div> <!-----------HEADER CONTENT----------->
  1457.    
  1458.     <div class="header-image"> <!-----------HEADER IMAGE----------->
  1459.         <img src="{image:header}">
  1460.     </div> <!-----------HEADER IMAGE----------->
  1461.    
  1462.     <div class="navi-bar">
  1463.         <div class="homelinks"> <!-----------TUMBLR LINKS----------->
  1464.             <a href="/" data-text="home">home</a>
  1465.             <a href="/ask" data-text="inbox">inbox</a>
  1466.             <a href="/submit" data-text="submit">submit</a>
  1467.             <a href="/archive" data-text="archive">archive</a>
  1468.         </div> <!-----------TUMBLR LINKS----------->
  1469.     </div>
  1470. </header> <!-----------HEADER----------->
  1471.  
  1472. <div class="wrap"> <!-----------POST CONTAINER----------->
  1473.  
  1474. <section id="content"> <!-----------POST WRAPPER----------->
  1475.  
  1476. {block:Posts}
  1477.  
  1478. <article class="posts"> <!-----------POSTS----------->
  1479.  
  1480. {block:IndexPage} <!-----------POST INFO/PERMALINKS----------->
  1481. {block:Date}
  1482. <div class="time">
  1483. <div class="timestamp">
  1484. <i class="las la-user"></i> Posted
  1485. <a href="{Permalink}" title="{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}"> {ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a>
  1486. </div>
  1487. {/block:Date}
  1488.  
  1489. <div class="likereblog">
  1490. <div class="controls">
  1491. <a href="{ReblogURL}" target="_blank" title="reblog this post" class="reblog"><i class="las la-redo-alt"></i></a>
  1492. <a title="like this post" class="like">{LikeButton size="15"}
  1493. <i class="las la-thumbs-up"></i></a>
  1494. </div>
  1495. </div>
  1496. </div>
  1497. {/block:IndexPage} <!-----------POST INFO/PERMALINKS----------->
  1498.  
  1499. {block:ContentSource}
  1500. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1501. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1502. {/block:SourceLogo}
  1503. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1504. {/block:ContentSource}
  1505.  
  1506. <!-- {block:NoRebloggedFrom}
  1507. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1508. {/block:NoRebloggedFrom} -->
  1509.  
  1510.  
  1511. {block:IndexPage}{block:PinnedPostLabel} <div class="pinned"><a href="{Permalink}" title="{PinnedPostLabel}"><i class="las la-thumbtack"></i></a></div> {/block:PinnedPostLabel}{/block:IndexPage}
  1512.  
  1513. {block:Text}
  1514. <div class="text">
  1515. {block:Title}<div class="title">{Title}</div>{/block:Title}
  1516. <div class="caption">{block:NotReblog} <figcaption> {Body} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
  1517.  
  1518. {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
  1519.  
  1520. {block:IsActive} <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank"> <img src="{PortraitURL-64}"> </a> {/block:IsActive}
  1521.  
  1522. {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}"> </span> {/block:IsDeactivated} {block:IsActive} <a target="_blank" href="{Permalink}" class="user"> {Username} </a> {/block:IsActive}
  1523.  
  1524. {block:IsDeactivated} <span class="inactive deactivated">{Username} </span> {/block:IsDeactivated} </div> <div class="reblog-content"> {Body} </div> </div> {/block:Reblogs} </div> {/block:RebloggedFrom} </div>
  1525. </div>
  1526. {/block:Text}
  1527.  
  1528. {block:Photo}
  1529. <div class="photo">
  1530. {LinkOpenTag}
  1531. <a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false">
  1532. <center><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"></center>
  1533. </a>
  1534. {LinkCloseTag}
  1535. </div>
  1536. {block:IfShowCaptions}
  1537. {block:Caption} <div class="caption"> {block:NotReblog} <figcaption> {Caption} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
  1538.  
  1539. {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
  1540.  
  1541. {block:IsActive} <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank"> <img src="{PortraitURL-64}"> </a> {/block:IsActive}
  1542.  
  1543. {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}"> </span> {/block:IsDeactivated}
  1544.  
  1545. {block:IsActive} <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
  1546.  
  1547. {block:IsDeactivated} <span class="inactive deactivated">{Username} </span> {/block:IsDeactivated} </div> <div class="reblog-content"> {Body} </div> </div> {/block:Reblogs} </div> {/block:RebloggedFrom} </div> {/block:Caption}
  1548. {/block:IfShowCaptions}
  1549.  
  1550. {block:IfnotShowCaptions}
  1551. {block:PermalinkPage}
  1552. {block:Caption} <div class="caption"> {block:NotReblog} <figcaption> {Caption} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
  1553.  
  1554. {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
  1555.  
  1556. {block:IsActive} <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank"> <img src="{PortraitURL-64}"> </a> {/block:IsActive}
  1557.  
  1558. {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}"> </span> {/block:IsDeactivated}
  1559.  
  1560. {block:IsActive} <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
  1561.  
  1562. {block:IsDeactivated} <span class="inactive deactivated">{Username} </span> {/block:IsDeactivated} </div> <div class="reblog-content"> {Body} </div> </div> {/block:Reblogs} </div> {/block:RebloggedFrom} </div> {/block:Caption}
  1563. {/block:PermalinkPage}
  1564. {/block:IfnotShowCaptions}
  1565. {/block:Photo}
  1566.  
  1567. {block:Photoset}
  1568. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  1569. {block:IfShowCaptions}
  1570. {block:Caption}
  1571. <div class="caption"> {block:NotReblog} <figcaption> {Caption} </figcaption> {/block:NotReblog} {block:RebloggedFrom}
  1572. <div class="reblog-list">
  1573.  
  1574. {block:Reblogs}
  1575. <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
  1576. {block:IsActive} <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank"> <img src="{PortraitURL-64}"> </a> {/block:IsActive}
  1577.  
  1578. {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}"> </span> {/block:IsDeactivated}
  1579.  
  1580. {block:IsActive}
  1581. <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
  1582.  
  1583. {block:IsDeactivated}
  1584. <span class="inactive deactivated">{Username} </span> {/block:IsDeactivated}
  1585. </div>
  1586. <div class="reblog-content"> {Body}</div></div> {/block:Reblogs} </div>
  1587. {/block:RebloggedFrom} </div>
  1588. {/block:Caption}
  1589. {/block:IfShowCaptions}
  1590.  
  1591. {block:IfnotShowCaptions}
  1592. {block:PermalinkPage}
  1593. {block:Caption}
  1594. <div class="caption"> {block:NotReblog} <figcaption> {Caption} </figcaption> {/block:NotReblog} {block:RebloggedFrom}
  1595. <div class="reblog-list">
  1596.  
  1597. {block:Reblogs}
  1598. <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
  1599. {block:IsActive} <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank"> <img src="{PortraitURL-64}"> </a> {/block:IsActive}
  1600.  
  1601. {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}"> </span> {/block:IsDeactivated}
  1602.  
  1603. {block:IsActive}
  1604. <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
  1605.  
  1606. {block:IsDeactivated}
  1607. <span class="inactive deactivated">{Username} </span> {/block:IsDeactivated}
  1608. </div>
  1609. <div class="reblog-content"> {Body}</div></div> {/block:Reblogs} </div>
  1610. {/block:RebloggedFrom} </div>
  1611. {/block:Caption}
  1612. {/block:PermalinkPage}
  1613. {/block:IfnotShowCaptions}
  1614. {/block:Photoset}
  1615.  
  1616. {block:Quote}
  1617. <div class="qt">
  1618. <div class="quote-box"><i class="las la-quote-left"></i></div>
  1619. <div class="quote">
  1620. {Quote}
  1621. </div>
  1622. </div>
  1623. {block:Source}<div class="qtsource"><br><center>{Source}</center></div>{/block:Source}
  1624. {/block:Quote}
  1625.  
  1626. {block:Link}
  1627. <div class="link"><a href="{URL}">{Name} »</a></div>
  1628. {block:Description}
  1629. <div class="caption">
  1630. <figcaption>{Description}</figcaption>
  1631. </div>
  1632. {/block:Description}
  1633. {/block:Link}
  1634.  
  1635. {block:Audio}
  1636. <div class="audiowrapper">
  1637. {AudioEmbed-640}
  1638. </div>
  1639. {block:IfShowCaptions}
  1640. {block:Caption} <div class="caption"> {block:NotReblog} <figcaption> {Caption} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
  1641.  
  1642. {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
  1643.  
  1644. {block:IsActive} <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank"> <img src="{PortraitURL-64}"> </a> {/block:IsActive}
  1645.  
  1646. {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}"> </span> {/block:IsDeactivated}
  1647.  
  1648. {block:IsActive} <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
  1649.  
  1650. {block:IsDeactivated} <span class="inactive deactivated">{Username} </span> {/block:IsDeactivated} </div> <div class="reblog-content"> {Body} </div> </div> {/block:Reblogs} </div> {/block:RebloggedFrom} </div> {/block:Caption}
  1651. {/block:IfShowCaptions}
  1652.  
  1653. {block:IfnotShowCaptions}
  1654. {block:PermalinkPage}
  1655. {block:Caption} <div class="caption"> {block:NotReblog} <figcaption> {Caption} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
  1656.  
  1657. {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
  1658.  
  1659. {block:IsActive} <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank"> <img src="{PortraitURL-64}"> </a> {/block:IsActive}
  1660.  
  1661. {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}"> </span> {/block:IsDeactivated}
  1662.  
  1663. {block:IsActive} <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
  1664.  
  1665. {block:IsDeactivated} <span class="inactive deactivated">{Username} </span> {/block:IsDeactivated} </div> <div class="reblog-content"> {Body} </div> </div> {/block:Reblogs} </div> {/block:RebloggedFrom} </div> {/block:Caption}
  1666. {/block:PermalinkPage}
  1667. {/block:IfnotShowCaptions}
  1668. {/block:Audio}
  1669.  
  1670. {block:Video}
  1671. <div class="video">{Video-500}</div>
  1672. {block:IfShowCaptions}
  1673. {block:Caption} <div class="caption"> {block:NotReblog} <figcaption> {Caption} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
  1674.  
  1675. {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
  1676.  
  1677. {block:IsActive} <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank"> <img src="{PortraitURL-64}"> </a> {/block:IsActive}
  1678.  
  1679. {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}"> </span> {/block:IsDeactivated}
  1680.  
  1681. {block:IsActive} <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
  1682.  
  1683. {block:IsDeactivated} <span class="inactive deactivated">{Username} </span> {/block:IsDeactivated}
  1684.  
  1685. </div> <div class="reblog-content"> {Body} </div> </div> {/block:Reblogs} </div> {/block:RebloggedFrom} </div> {/block:Caption}
  1686. {/block:IfShowCaptions}
  1687.  
  1688. {block:IfnotShowCaptions}
  1689. {block:PermalinkPage}
  1690. {block:Caption} <div class="caption"> {block:NotReblog} <figcaption> {Caption} </figcaption> {/block:NotReblog} {block:RebloggedFrom} <div class="reblog-list">
  1691.  
  1692. {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
  1693.  
  1694. {block:IsActive} <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank"> <img src="{PortraitURL-64}"> </a> {/block:IsActive}
  1695.  
  1696. {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}"> </span> {/block:IsDeactivated}
  1697.  
  1698. {block:IsActive} <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
  1699.  
  1700. {block:IsDeactivated} <span class="inactive deactivated">{Username} </span> {/block:IsDeactivated}
  1701.  
  1702. </div> <div class="reblog-content"> {Body} </div> </div> {/block:Reblogs} </div> {/block:RebloggedFrom} </div> {/block:Caption}
  1703. {/block:PermalinkPage}
  1704. {/block:IfnotShowCaptions}
  1705. {/block:Video}
  1706.  
  1707. {block:Chat}
  1708. {block:Title}<div class="title">{Title}</div>{/block:Title}
  1709. <div class="chatp">
  1710. <div class="chat">{block:Lines}<div class="line">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}
  1711. {Line}</div>{/block:Lines}</div>
  1712. </div>
  1713. {/block:Chat}
  1714.  
  1715. {block:Answer}
  1716. <div id="askcont">
  1717. <div id="asker">
  1718. <img src="{AskerPortraitURL-128}">
  1719. <div id="asking">
  1720. <div class="asker-link">{Asker}</div>
  1721. <div class="asker-text">asked a question</div>
  1722. </div>
  1723. </div>
  1724. <div class="question">{Question}</div>
  1725. </div>
  1726.  
  1727. {block:Answerer}
  1728. <div id="replycont">
  1729. <div id="replier">
  1730. <div id="replying">
  1731. <div class="replier-link">{Answerer}</div>
  1732. <div class="replier-text">replied to your question</div>
  1733. </div>
  1734. <img src="{AnswererPortraitURL-128}">
  1735. </div>
  1736. <div class="answer">{Answer}</div>
  1737. </div>
  1738. {/block:Answerer}
  1739.  
  1740. {block:NotReblog}  <div class="caption"><figcaption> {Answer} </figcaption> </div> {/block:NotReblog}
  1741. {block:RebloggedFrom} <div class="reblog-list">
  1742. {block:Reblogs} <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}"> <div class="reblog-header">
  1743.  
  1744. {block:IsActive} <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank"> <img src="{PortraitURL-64}"> </a> {/block:IsActive}
  1745.  
  1746. {block:IsDeactivated} <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}"> <img src="{PortraitURL-64}"> </span> {/block:IsDeactivated}
  1747.  
  1748. {block:IsActive} <a target="_blank" href="{Permalink}" class="user">{Username} </a> {/block:IsActive}
  1749.  
  1750. {block:IsDeactivated} <span class="inactive deactivated">{Username} </span> {/block:IsDeactivated} </div>
  1751.  
  1752. <div class="reblog-content">{Body} </div> </div> {/block:Reblogs} </div> {/block:RebloggedFrom}
  1753. {/block:Answer}
  1754.  
  1755. <!-----------POST TAGS----------->
  1756. {block:IndexPage}
  1757.  {block:HasTags}
  1758. <div class="post_tags draggable">
  1759. <div class="post_tags_inner">{block:Tags}
  1760. <a href="{TagURL}"><i class="las la-tag" style="margin-right: 3px; color:{color:permalink}; font-size:15px; display:inline-block; vertical-align:middle;"></i>{Tag}</a>{/block:Tags}</div></div>
  1761. {/block:HasTags}
  1762. {/block:IndexPage}
  1763. <!-----------POST TAGS----------->
  1764.  
  1765. </article> <!-----------POSTS----------->
  1766.  
  1767. <!-----------PERMALINK PAGE----------->
  1768. {block:PermalinkPage}
  1769. {block:Date}
  1770. <div id="perma">
  1771. <span>
  1772. Posted {ShortMonth} {DayOfMonthWithZero}, {Year} @ {12Hour} {AmPm}
  1773. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  1774. </span>
  1775.  
  1776. {block:RebloggedFrom}
  1777. <div class="rb">
  1778. <a class="via" href="{ReblogParentURL}" title="{ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a>
  1779. <a class="root" href="{ReblogRootURL}" title="{ReblogRootName}"><img src="{ReblogRootPortraitURL-16}"></a>
  1780. </div>
  1781. {/block:RebloggedFrom}
  1782. </div>
  1783.  
  1784. {block:HasTags}
  1785. <div id="permatg">
  1786. {block:Tags}<a href="{TagURL}" title="Tagged as">#{Tag}</a> {/block:Tags}
  1787. </div>
  1788. {/block:HasTags}
  1789.  
  1790. {block:PostNotes}
  1791. <div id="notecontainer">{PostNotes}</div>
  1792. {/block:PostNotes}
  1793.  
  1794. {block:PermalinkPagination}
  1795. <div id="permpage">
  1796.     {block:NextPost}
  1797.         <a href="{NextPost}" title="Previous Post"><i class="las la-angle-double-left"></i></a>
  1798.     {/block:NextPost}
  1799.    
  1800.     {block:PreviousPost}
  1801.         <a href="{PreviousPost}" title="Next Post"><i class="las la-angle-double-right"></i></a>
  1802.     {/block:PreviousPost}
  1803. </div>
  1804. {/block:PermalinkPagination}
  1805. {/block:Date}
  1806. {/block:PermalinkPage}
  1807. <!-----------PERMALINK PAGE----------->
  1808. {/block:Posts}
  1809.  
  1810. </section><!------------------POSTS WRAPPER----------------------->
  1811.  
  1812. <footer id="pagination"> <!-----------PAGINATION----------->
  1813. {block:Pagination}
  1814. {block:PreviousPage}
  1815. <a href="{PreviousPage}">Prev</a>
  1816. {/block:PreviousPage}
  1817. {block:JumpPagination length="5"}
  1818. {block:CurrentPage}
  1819. <a href="#" style="color:{color:pagination}; background-color:{color:accent};color:{color:accented text};"><span class="current_page">{CurrentPage}</a></span></a>
  1820. {/block:CurrentPage}
  1821. {block:JumpPage}
  1822. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1823. {/block:JumpPage}
  1824. {/block:JumpPagination}
  1825. {block:NextPage}
  1826. <a href="{NextPage}">Next</a>
  1827. {/block:NextPage}
  1828. {/block:Pagination}
  1829. </footer> <!-----------PAGINATION----------->
  1830.  
  1831. </div>  <!--------- POSTS CONTAINER ----------->
  1832.  
  1833. <!-------------------SCRIPTS/JQUERY (PART TWO)------------------->
  1834.  
  1835. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  1836.  
  1837. <!--Pixel Union photosets script-->
  1838. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  1839. <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  1840. <!--Pixel Union photosets script-->
  1841.  
  1842. {block:IndexPage}
  1843. <script src="https://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  1844. <script src="https://static.tumblr.com/pbhn8p5/PH4oshh3z/imagesloaded.pkgd.min.js"></script>
  1845. {/block:IndexPage}
  1846.  
  1847. <!--Video resizing script-->
  1848. <script src="https://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  1849. <!--Video resizing script-->
  1850.  
  1851. <!---------- inline images resizing script ---------->
  1852. <script src="//dl.dropbox.com/s/1mztc6y7i6ry9ri/gtresizing.js"> </script>
  1853. <!---------- inline images resizing script ---------->
  1854.  
  1855. <!-----------Tooltips Script----------->
  1856. <script src="https://unpkg.com/popper.js@1"></script> <script src="https://unpkg.com/tippy.js@5/dist/tippy-bundle.iife.js"></script> <link rel="stylesheet" href="https://unpkg.com/tippy.js@5/dist/svg-arrow.css" />
  1857. <!-----------Tooltips Script----------->
  1858.  
  1859. <!-----------NPF photosets script by annasthms @ tumblr----------->
  1860. <script src="https://static.tumblr.com/0podkko/qWqq8va08/photosets.js"></script>
  1861. <!-----------NPF photosets script by annasthms @ tumblr----------->
  1862.  
  1863. <script>
  1864. $(document).ready(function(){
  1865.     //NPF photosets script by annasthms
  1866.     undoPhotoset({
  1867.         'posts': '.text',
  1868.         'text class': 'caption',
  1869.         'photoset class': 'photoset'
  1870.     },true);
  1871.     //pxu photosets by @ shythemes & bychloethemes
  1872.    $('.photo-slideshow').pxuPhotoset({
  1873.        lightbox: true,
  1874.        rounded: false,
  1875.        gutter: '{select:photoset gutter}px',
  1876.        photoset: '.photo-slideshow',
  1877.        photoWrap: '.photo-data',
  1878.        photo: '.pxu-photo'
  1879.    });
  1880.     {block:IndexPage}
  1881.     var $container = $('#content');
  1882.         $container.masonry({ itemSelector: '.posts', isFitWidth: true});
  1883.         $container.imagesLoaded(function(){
  1884.         $container.masonry();
  1885.         $container.find('.posts').animate({ opacity: 1, zIndex: 1 });
  1886.     });
  1887.     {/block:IndexPage}
  1888.         tippy('a[title]', {
  1889.             theme: 'custom',
  1890.             arrow: tippy.roundArrow,
  1891.             zIndex: 9999999999,
  1892.             placement: 'auto',
  1893.             maxWidth: 300,
  1894.             content(reference) {
  1895.                 const title = reference.getAttribute('title');
  1896.                 reference.removeAttribute('title'); return title; },
  1897.            
  1898.         });
  1899.           // audio player fix by @ shudesigns
  1900.         var $audio = $('iframe.tumblr_audio_player');
  1901.         $audio.load(function() {
  1902.         $(this).contents().find('head').append('<style type="text/css">' +
  1903.       '.audio-player { background: {color:question background}; color: {color:question} !important; }' +
  1904.       '.audio-player .audio-info .track-artist { color: {color:question} !important; }' +
  1905.     '</style>');
  1906.   });
  1907.      //search suggestions script    
  1908.     $('.search').submit(function(event){
  1909.        var value = $('input:first').val();
  1910.        location.replace('https://{Name}.tumblr.com/tagged/' + value);
  1911.     });
  1912.    
  1913. });
  1914. </script>
  1915.  
  1916. <!--Draggable Tags Script-->
  1917. <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
  1918. <script src="https://static.tumblr.com/pbhn8p5/OSRos9gz8/draggabletags.js"></script>
  1919. <!--Draggable Tags Script-->
  1920.  
  1921. <!-------------------SCRIPTS/JQUERY (PART TWO)------------------->
  1922.  
  1923. </body>
  1924. </html> <!---------------------------END--------------------------->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement