niehauscosima

amethyst

Nov 11th, 2019
2,452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.63 KB | None | 0 0
  1. <!--
  2.  
  3. amethyst
  4. coded by ananda
  5. ________________________________________
  6.  
  7. base code
  8. © sorrism
  9.  
  10. pxu photosets
  11. the MIT license (MIT) copyright (c) 2013
  12. © pixel union, modified by bychloethemes
  13.  
  14. feather icons
  15. © cole bemis
  16. ________________________________________
  17.  
  18. sidebar customization instructions
  19.  
  20. • if you want other icons for the nav links, read the following:
  21.  
  22. a) go to https://feathericons.com choose an icon you like.
  23. b) click ctrl + f here on the theme editor and search for <nav> and hit enter. there you'll find the code for the sidebar links. say you want to change the clock in the archive link to a different icon. just change the word "clock" to the name of the icon you found in the site above.
  24.  
  25. -->
  26.  
  27. <!DOCTYPE html>
  28. <head>
  29.  
  30. <title>{block:TagPage}#{Tag} : {/block:TagPage} {block:PostSummary}{PostSummary} : {/block:PostSummary}{Title}</title>
  31.  
  32. <link rel="shortcut icon" href="{favicon}">
  33.  
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36.  
  37. <!--default variables-->
  38.  
  39. <meta name="if:blogtitle" content="1"/>
  40.  
  41. <meta name="select:post size" content="540" title="540"/>
  42. <meta name="select:post size" content="450" title="450"/>
  43. <meta name="select:post size" content="350" title="350"/>
  44.  
  45. <meta name="color:text" content="#666666"/>
  46. <meta name="color:link" content="#888888"/>
  47. <meta name="color:accent" content="#8d619a"/>
  48.  
  49. <meta name="text:home title" content="index"/>
  50. <meta name="text:ask title" content="message"/>
  51. <meta name="text:archive title" content="history"/>
  52. <meta name="text:link 1 url" content="" />
  53. <meta name="text:link 1 name" content="" />
  54. <meta name="text:link 2 url" content="" />
  55. <meta name="text:link 2 name" content="" />
  56. <meta name="text:link 3 url" content="" />
  57. <meta name="text:link 3 name" content="" />
  58.  
  59. <meta name="image:sidebar" content=""/>
  60.  
  61. <!--fonts-->
  62.  
  63. <link href="https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Barlow:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap" rel="stylesheet">
  64.  
  65. <!--scripts-->
  66.  
  67. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  68. <!--feather icons by -->
  69. <script src="https://unpkg.com/feather-icons"></script>
  70. <!--video resizing by shythemes-->
  71. <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script><script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  72. <!--pxu photosets by pixel union and bychloethemes-->
  73. <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script> <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  74.  
  75. <!--css customization-->
  76.  
  77. <style type="text/css">
  78.  
  79.  
  80. .tmblr-full img {
  81. max-width:100%;
  82. }
  83.  
  84. .vignette, #vignette {
  85. opacity:0;
  86. }
  87.  
  88. .lightbox-image, #tumblr_lightbox img {
  89. box-shadow:none !important;
  90. border-radius:0 !important;
  91. max-width:none;
  92. }
  93.  
  94. .tmblr-lightbox, #tumblr_lightbox {
  95. background-color:rgba(255,255,255,.8) !important;
  96. }
  97.  
  98. #tumblr_lightbox img {
  99. padding:5px;
  100. -moz-box-sizing:border-box;
  101. box-sizing:border-box;
  102. }
  103.  
  104. .lightbox-image {
  105. padding:0px;
  106. background-color:rgba(255,255,255,1) !important;
  107. }
  108.  
  109. .ui-tooltip {
  110. font-style:italic;
  111. position:absolute;
  112. z-index:9999;
  113. padding-top:10px;
  114. }
  115.  
  116. .ui-tooltip-content {
  117. color:{color:accent};
  118. background-color:#f6f6f6;
  119. border-radius:2px;
  120. padding:0.25em 0.50em;
  121. }
  122.  
  123. ::selection {
  124. background:{color:caption};
  125. color:{color:text};
  126. padding:3px;
  127. }
  128.  
  129. ::-moz-selection {
  130. background:{color:caption};
  131. color:{color:caption};
  132. }
  133.  
  134. ::-webkit-selection {
  135. background:{color:caption};
  136. color:{color:caption};
  137. }
  138.  
  139. ::-webkit-scrollbar {
  140. width:17px;
  141. height:17px;
  142. }
  143.  
  144. ::-webkit-scrollbar {
  145. background-color:#ffffff; /* background color */
  146. }
  147.  
  148. ::-webkit-scrollbar-track {
  149. border:8px solid #ffffff; /* background color */
  150. background-color:#f6f6f6; /* light border color */
  151. }
  152.  
  153. ::-webkit-scrollbar-thumb {
  154. border:8px solid #f6f6f6; /* background color */
  155. background-color:{color:accent}; /* dark border color */
  156. min-height:24px;
  157. min-width:24px;
  158. }
  159.  
  160. body {
  161. font-family:'Barlow', sans-serif;
  162. font-size:12px;
  163. letter-spacing:0.4px;
  164. background:#ffffff;
  165. color:{color:text};
  166. line-height:1.8em;
  167. font-style:normal;
  168. word-wrap:break-word;
  169. text-align:left;
  170. opacity:1;
  171. transition:1s opacity;
  172. }
  173.  
  174. body.fade-out {
  175. opacity:0;
  176. transition: none;
  177. }
  178.  
  179. a {
  180. color:{color:link};
  181. text-decoration:none;
  182. transition:all .2s linear;
  183. -webkit-transition:all .2s linear;
  184. -o-transition:all .2s linear;
  185. -moz-transition:all .2s linear;
  186. }
  187.  
  188. a:hover {
  189. color:{color:text};
  190. }
  191.  
  192. a, a img {cursor:pointer;}
  193.  
  194. img {
  195. opacity:1;
  196. border:0;
  197. text-decoration:none;
  198. max-width:100%;
  199. height:auto;
  200. display:block;
  201. }
  202.  
  203. b, strong, b a, strong a {
  204. font-weight:400;
  205. text-decoration:underline;
  206. color:{color:accent};
  207. }
  208.  
  209. small, big, sub, pre {
  210. margin:0;
  211. font-size:1em!important;
  212. vertical-align:baseline!important;
  213. }
  214.  
  215. i {
  216. font-style:italic;
  217. color:{color:text};
  218. }
  219.  
  220. h1, h2, h3, h4 {
  221. font-style:italic;
  222. font-weight:400;
  223. font-size:13px;
  224. margin:1em 0;
  225. font-size:15px;
  226. color:{color:accent};
  227. }
  228.  
  229. p {margin:1em 0;}
  230.  
  231. ul:first-of-type,
  232. ol:first-of-type,
  233. p:first-of-type {margin-top:0;}
  234.  
  235. ul:last-of-type,
  236. ol:last-of-type,
  237. p:last-of-type {margin-bottom:0;}
  238.  
  239. blockquote, ol, ul, pre, figure {margin:1em 0;}
  240.  
  241. .posts h1:first-child,
  242. .posts h2:first-child,
  243. .posts h3:first-child,
  244. .posts h4:first-child {margin-top:0;}
  245.  
  246. hr {
  247. border:none;
  248. box-shadow:0;
  249. margin:2em auto;
  250. width:75px;
  251. }
  252.  
  253. ul, ol {
  254. list-style-type:circle;
  255. }
  256.  
  257. blockquote {
  258. padding:0;
  259. margin:0;
  260. border:0;
  261. }
  262.  
  263. pre {
  264. padding:0;
  265. margin:0;
  266. line-height:inherit!important;
  267. background:transparent;
  268. font-family:inherit!Important;
  269. font-size:inherit!important;
  270. white-space:pre-wrap;
  271. white-space:-moz-pre-wrap;
  272. white-space:-pre-wrap;
  273. white-space:-o-pre-wrap;
  274. word-wrap:break-word;
  275. }
  276.  
  277. #container {
  278. width:calc({select:post size}px + 200px + 100px);
  279. margin:0 auto 0 200px;
  280. }
  281.  
  282. aside {
  283. margin:104px 0 0 0;
  284. display:block;
  285. width:200px;
  286. position:fixed;
  287. z-index:1;
  288. }
  289.  
  290. #blogtitle {
  291. margin:0;
  292. display:block;
  293. text-align:right;
  294. }
  295.  
  296. #blogtitle a {
  297. margin-right:-1px;
  298. font-style:italic;
  299. text-transform:lowercase;
  300. color:{color:accent};
  301. background-color:#f6f6f6;
  302. padding:0.70em;
  303. }
  304.  
  305. #blogtitle a:hover {
  306. color:{color:accent};
  307. }
  308.  
  309. #description {
  310. padding:0 1em;
  311. margin-top:1em;
  312. text-align:right;
  313. }
  314.  
  315. .sideimg {
  316. vertical-align:top;
  317. margin-top:-4px;
  318. }
  319.  
  320. img.sideimg {
  321. width:30px;
  322. }
  323.  
  324. nav {
  325. padding:0 1em;
  326. margin-top:3em;
  327. display:block;
  328. text-align:center;
  329. }
  330.  
  331. nav a svg {
  332. width:14px;
  333. height:14px;
  334. margin-top:5px;
  335. stroke:{color:accent};
  336. stroke-width:2;
  337. position:absolute;
  338. margin-left:2em;
  339. }
  340.  
  341. nav a {
  342. color:{color:text};
  343. text-transform:lowercase;
  344. display:block;
  345. text-align:right;
  346. }
  347.  
  348. nav a:hover {
  349. color:{color:accent};
  350. }
  351.  
  352. nav a:not(:last-child) {
  353. padding-bottom:1px;
  354. }
  355.  
  356. * {
  357. box-sizing:border-box;
  358. }
  359.  
  360. /* Create two unequal columns that floats next to each other */
  361. .column {
  362. float:left;
  363. }
  364.  
  365. .left {
  366. width:70%;
  367. border-right:1px solid #f6f6f6;
  368. }
  369.  
  370. .right {
  371. width:30%;
  372. padding:0 1em;
  373. }
  374.  
  375. /* Clear floats after the columns */
  376. .row:after {
  377. content:"";
  378. display:table;
  379. clear:both;
  380. }
  381.  
  382. .entries {
  383. margin:100px 0;
  384. width:{select:post size}px;
  385. float:right;
  386. }
  387.  
  388. .posts {
  389. width:{select:post size}px;
  390. text-align:left;
  391. margin-bottom:100px;
  392. }
  393.  
  394. .posts:last-child {
  395. margin-bottom:0px;
  396. }
  397.  
  398. {block:Permalinkpage}
  399. .posts {
  400. margin-bottom:30px;
  401. }
  402. {/block:Permalinkpage}
  403.  
  404. .ph {
  405. position:relative;
  406. overflow:hidden;
  407. margin:0;
  408. }
  409.  
  410. .ph img {
  411. width:auto;
  412. display:block;
  413. }
  414.  
  415. iframe.tumblr_audio_player {
  416. width:{select:post size}px;
  417. margin-bottom:-5px;
  418. }
  419.  
  420. .comment {
  421. list-style:none;
  422. margin-bottom:1em;
  423. }
  424.  
  425. .comment:last-of-type {
  426. margin-bottom:1em;
  427. }
  428.  
  429. .user {
  430. line-height:18px;
  431. display:inline-block;
  432. vertical-align:middle;
  433. text-transform:lowercase;
  434. font-style:italic;
  435. margin-bottom:0.5em;
  436. }
  437.  
  438. .user:before {
  439. display:inline-block;
  440. content:"";
  441. border-top:1px solid #f6f6f6;
  442. width:1.5em;
  443. margin-right:0.5em;
  444. vertical-align:middle;
  445. padding-bottom:3px;
  446. }
  447.  
  448. a.user {
  449. color:{color:accent};
  450. }
  451.  
  452. .icon {
  453. margin-right:7px;
  454. display:inline-block;
  455. float:left;
  456. display:none;
  457. }
  458.  
  459. .icon img {
  460. width:18px;
  461. height:18px;
  462. border-radius:50px;
  463. }
  464.  
  465. .captioned .comment:first-of-type {margin-top:1em;}
  466.  
  467. .comment:last-of-type {
  468. margin-bottom:0;
  469. }
  470.  
  471. .tex li, .tex blockquote {text-align:left;}
  472.  
  473. .a {
  474. display:inline-block;
  475. width:540px;
  476. }
  477.  
  478. .q {
  479. background-color:#f6f6f6;
  480. padding:1em 1.5em;
  481. margin-bottom:10px;
  482. text-align:left;
  483. color:{color:text};
  484. }
  485.  
  486. .as {
  487. text-transform:lowercase;
  488. font-style:italic;
  489. color:{color:accent};
  490. }
  491.  
  492. .as a {
  493. text-transform:lowercase;
  494. font-style:italic;
  495. color:{color:accent};
  496. }
  497.  
  498. .chat {
  499. padding-left:0;
  500. margin-left:0;
  501. list-style:none;
  502. }
  503.  
  504. .label {
  505. position:relative;
  506. width:auto;
  507. margin-right:5px;
  508. font-weight:bold;
  509. color:{color:text};
  510. display:inline-block;
  511. }
  512.  
  513. .l.odd,
  514. .l.even {
  515. padding:0.50em 0;
  516. }
  517.  
  518. .l:first-of-type {
  519. padding-top:0;
  520. }
  521.  
  522. .l.even span {
  523. color:{color:accent};
  524. }
  525.  
  526. .permalink {
  527. margin-top:1em;
  528. border-bottom:1px solid #f6f6f6;
  529. padding-bottom:1em;
  530. }
  531.  
  532. .permalink a {
  533. display:inline-block;
  534. vertical-align:middle;
  535. color:{color:text};
  536. text-transform:lowercase;
  537. margin-right:1em;
  538. }
  539.  
  540. .permalink a:last-child {
  541. margin-right:0;
  542. }
  543.  
  544. /*svg icons tutorial by shythemes*/
  545.  
  546. .controls svg {
  547. width:14px;
  548. height:14px;
  549. stroke:{color:accent};
  550. stroke-width:2;
  551. height:auto;
  552. padding:0px;
  553. display:block;
  554. overflow:visible;
  555. }
  556.  
  557. .controls {
  558. float:right;
  559. display:inline-block;
  560. }
  561.  
  562. .controls a {
  563. vertical-align:middle;
  564. position:relative;
  565. display:inline-block;
  566. overflow:hidden;
  567. }
  568.  
  569. .controls .like .liked + svg path {
  570. stroke-width:1;
  571. stroke:#c93d12;
  572. fill:#fb4c16;
  573. }
  574.  
  575. .controls .like .like_button {
  576. position:relative;
  577. }
  578.  
  579. .controls .like .like_button iframe {
  580. position:absolute;
  581. top:-3px;
  582. left:-3px;
  583. bottom:0;
  584. right:0;
  585. z-index:2;
  586. opacity:0;
  587. }
  588.  
  589. .tags {
  590. margin:1em 0 0 0;
  591. width:{select:post size}px;
  592. text-align:left;
  593. }
  594.  
  595. .tags a {
  596. text-transform:none;
  597. color:{color:text};
  598. display:inline-block;
  599. margin:0 1em 0.50em 0;
  600. }
  601.  
  602. .tags a:hover {
  603. color:{color:text};
  604. }
  605.  
  606. .quote:before {
  607. content:'“';
  608. padding-right:0.5px;
  609. }
  610.  
  611. .quote:after {
  612. content:'”';
  613. padding-left:0.5px;
  614. }
  615.  
  616. .quote {
  617. font-style:italic;
  618. }
  619.  
  620. .source:before {
  621. content:'—';
  622. margin-right:5px;
  623. color:#ccc;
  624. }
  625.  
  626. .source {
  627. padding-top:0.5em;
  628. }
  629.  
  630. .pagenotes {
  631. padding:0;
  632. width:{select:post size}px;
  633. }
  634.  
  635. .pagenotes ol, .pagenotes ul {
  636. padding:0;
  637. margin:0;
  638. }
  639.  
  640. li.note {
  641. display:block;
  642. padding:0;
  643. }
  644.  
  645. li.note:not(:first-child):not(:last-child) {
  646. margin:8px 0;
  647. }
  648.  
  649. ol.notes li.note img.avatar {display:none;}
  650.  
  651. a.more_notes_link {
  652. display:block;
  653. text-align:center;
  654. }
  655.  
  656. .pagenotes blockquote {
  657. margin-left:2em;
  658. }
  659.  
  660. #pagination {
  661. width:{select:post size}px;
  662. text-align:center;
  663. text-transform:lowercase;
  664. margin:50px auto;
  665. }
  666.  
  667. #pagination a {
  668. margin:0 0.50em;
  669. color:{color:text};
  670. font-style:italic;
  671. }
  672.  
  673. .c {
  674. opacity:0.8;
  675. display:block;
  676. z-index:1;
  677. position:fixed;
  678. right:15px;
  679. bottom:20px;
  680. color:{color:text};
  681. }
  682.  
  683. {CustomCSS}
  684.  
  685. </style>
  686.  
  687. </head>
  688. <body>
  689. <script>document.body.className += ' fade-out';</script>
  690.  
  691. <div id="container">
  692.  
  693. <aside>
  694.  
  695. <div class="row">
  696. <div class="column left">
  697. {block:ifblogtitle}<div id="blogtitle"><a href="/">{Title}</a></div>{/block:ifblogtitle}
  698.  
  699. <div id="description">{Description}</div>
  700.  
  701. <nav>{block:ifasktitle}<a href="/ask">{text:ask title}<i data-feather="mail"></i></a>{/block:ifasktitle}{block:ifarchivetitle}<a href="/archive">{text:archive title}<i data-feather="clock"></i></a>{/block:ifarchivetitle}{block:iflink1url}<a href="{text:link 1 url}">{text:link 1 name}<i data-feather="edit-2"></i></a>{/block:iflink1url}{block:iflink2url}<a href="{text:link 2 url}">{text:link 2 name}<i data-feather="user"></i></a>{/block:iflink2url}{block:iflink3url}<a href="{text:link 3 url}">{text:link 3 name}<i data-feather="code"></i></a>{/block:iflink3url}</nav>
  702. </div>
  703. <div class="column right">
  704. <div class="sideimg">{block:ifsidebarimage}<img src="{image:sidebar}">{/block:ifsidebarimage} {block:ifnotsidebarimage}<img src="{PortraitURL-30}">{/block:ifnotsidebarimage}</div>
  705. </div>
  706. </div>
  707.  
  708. </aside><!--sidebar-->
  709.  
  710. <div class="entries">
  711. {block:Posts}
  712. <div class="posts {block:caption}captioned{/block:caption}" id="{PostID}">
  713.  
  714. {block:Quote}
  715. <div class="quote">{quote}</div>
  716. {block:Source}
  717. <div class="source">{source}</div>
  718. {/block:Source}
  719. {/block:Quote}
  720.  
  721. {block:Text}
  722. {block:Title}<h1>{title}</h1>{/block:Title}
  723. {block:RebloggedFrom}
  724. {block:Reblogs}
  725. <li class="comment {block:Title}ted{/block:Title}">
  726. <a href="{Permalink}" class="icon"><img src="{PortraitURL-64}"></a> <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a><div class="tex">{body}</div></li>
  727. {/block:Reblogs}
  728. {/block:RebloggedFrom}
  729. {block:NotReblog}
  730. <li class="comment {block:Title}ted{/block:Title}"><div class="tex">{body}</div></li>
  731. {/block:NotReblog}
  732. {/block:Text}
  733.  
  734. {block:Link}<h1><a href="{URL}">{name}</a></h1>
  735. {block:Description}
  736. {block:NotReblog}
  737. <li class="comment ted"><div class="tex">{description}</div></li>
  738. {/block:NotReblog}
  739. {/block:Description}
  740. {block:RebloggedFrom}
  741. {block:Reblogs}
  742. <li class="comment"><a href="{Permalink}" class="icon"><img src="{PortraitURL-64}"></a> <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a><div class="tex">{body}</div></li>
  743. {/block:Reblogs}
  744. {/block:RebloggedFrom}
  745. {/block:Link}
  746.  
  747. {block:Chat}
  748. {block:Title}<h1>{title}</h1>{/block:Title}
  749. <ol class="chat {block:Title}ted{/block:Title}">
  750. {block:lines}<li class="l {Alt}">{block:label}<span class="label">{label}</span>{/block:label}{line}</li>{/block:lines}
  751. </ol>
  752. {/block:Chat}
  753.  
  754. <div class="ph">
  755.  
  756. {block:Photo}{linkopentag}<img src="{photoURL-HighRes}" alt="{PhotoAlt}"/>{linkclosetag}{/block:Photo}
  757.  
  758. {block:Photoset}
  759. <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>
  760. {/block:Photoset}
  761.  
  762. <div class="video">{Video-500}</div>
  763.  
  764. {block:Audio}
  765. <div class="audio">
  766. {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
  767. </div>
  768. {/block:Audio}
  769.  
  770. {block:caption}
  771. {block:Reblogs}
  772. <li class="comment"><a href="{Permalink}" class="icon"><img src="{PortraitURL-64}"></a> <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a><div class="tex">{body}</div></li>
  773. {/block:Reblogs}
  774. {block:NotReblog}
  775. <li class="comment"><div class="tex">{caption}</div></li>
  776. {/block:NotReblog}
  777. {/block:caption}
  778.  
  779. </div><!--ph-->
  780.  
  781. {block:Answer}
  782. <div class="a">
  783. <div class="q"><div class="as">{asker}</div> {question}</div>
  784. </div>
  785. {block:Answerer}
  786. <div class="a">
  787. <div class="q"><div class="as">{answerer}</div> {answer}</div>
  788. </div>
  789. {/block:Answerer}
  790. {block:NotReblog}
  791. <li class="comment"><div class="tex">{replies}</div></li>
  792. {/block:NotReblog}
  793. {block:RebloggedFrom}
  794. {block:Reblogs}
  795. <li class="comment"><div class="tex">{body}</div></li>
  796. {/block:Reblogs}
  797. {/block:RebloggedFrom}
  798. {/block:Answer}
  799.  
  800. {block:Date}
  801. <div class="permalink">
  802.  
  803. <a href="{Permalink}" target="_blank">{ShortMonth} {DayOfMonth}</a>
  804.  
  805. {block:Notecount}<a href="{permalink}">{NoteCountwithLabel}</a>{/block:Notecount}
  806.  
  807. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  808.  
  809. <div class="controls"><span><a href="#" class="like" title="like post">{LikeButton}<i data-feather="heart"></i></a></span></div>
  810. </div>
  811.  
  812. {block:hasTags}
  813. <div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>
  814. {/block:hasTags}
  815. {/block:Date}
  816. </div><!--posts-->
  817.  
  818. {block:PostNotes}
  819. <div class="pagenotes" tabindex="0">
  820. {PostNotes}
  821. </div>
  822. {/block:PostNotes}
  823.  
  824. {/block:Posts}
  825.  
  826. {block:Pagination}<div id="pagination">
  827. {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" class="next">older</a>{/block:NextPage}</div>
  828. {/block:Pagination}
  829. </div><!--entries-->
  830.  
  831. </div><!--container-->
  832.  
  833.  
  834. <script>
  835. feather.replace()
  836. $(document).ready(function() {
  837. $('body').tooltip({track:false});
  838. $('iframe.tumblr_audio_player').load( function() {
  839. $('iframe.tumblr_audio_player').contents().find("head")
  840. .append($("<style type='text/css'> .audio-player{background:{color:accent} !important} </style>"));
  841. });
  842. });
  843. $(function() {
  844. $('body').removeClass('fade-out');
  845. });
  846. $(document).ready(function(){
  847. $('.photo-slideshow').pxuPhotoset({
  848. lightbox:true,
  849. rounded:false,
  850. gutter:'4px',
  851. borderRadius:'2px',
  852. photoset:'.photo-slideshow',
  853. photoWrap:'.photo-data',
  854. photo:'.pxu-photo'
  855. });
  856. });
  857. </script>
  858.  
  859. {block:ContentSource}
  860. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  861. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}"/>
  862. {/block:SourceLogo}
  863. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  864. {/block:ContentSource}
  865.  
  866. <a class="c" href="https://florencespugh.tumblr.com">theme</a>
  867.  
  868. </body>
  869. </html>
Add Comment
Please, Sign In to add comment