niehauscosima

turquoise

Nov 11th, 2019
2,240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.65 KB | None | 0 0
  1. <!--
  2.  
  3. turquoise
  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="#eeeeee"/>
  46. <meta name="color:link" content="#888888"/>
  47. <meta name="color:accent" content="#55fff9"/>
  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:#222222;
  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:#111111; /* background color */
  146. }
  147.  
  148. ::-webkit-scrollbar-track {
  149. border:8px solid #111111; /* background color */
  150. background-color:#222222; /* light border color */
  151. }
  152.  
  153. ::-webkit-scrollbar-thumb {
  154. border:8px solid #222222; /* 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:#111111;
  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:#222222;
  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. height:30px;
  323. }
  324.  
  325. nav {
  326. padding:0 1em;
  327. margin-top:3em;
  328. display:block;
  329. text-align:center;
  330. }
  331.  
  332. nav a svg {
  333. width:14px;
  334. height:14px;
  335. margin-top:5px;
  336. stroke:{color:accent};
  337. stroke-width:2;
  338. position:absolute;
  339. margin-left:2em;
  340. }
  341.  
  342. nav a {
  343. color:{color:text};
  344. text-transform:lowercase;
  345. display:block;
  346. text-align:right;
  347. }
  348.  
  349. nav a:hover {
  350. color:{color:accent};
  351. }
  352.  
  353. nav a:not(:last-child) {
  354. padding-bottom:1px;
  355. }
  356.  
  357. * {
  358. box-sizing:border-box;
  359. }
  360.  
  361. /* Create two unequal columns that floats next to each other */
  362. .column {
  363. float:left;
  364. }
  365.  
  366. .left {
  367. width:70%;
  368. border-right:1px solid #222222;
  369. }
  370.  
  371. .right {
  372. width:30%;
  373. padding:0 1em;
  374. }
  375.  
  376. /* Clear floats after the columns */
  377. .row:after {
  378. content:"";
  379. display:table;
  380. clear:both;
  381. }
  382.  
  383. .entries {
  384. margin:100px 0;
  385. width:{select:post size}px;
  386. float:right;
  387. }
  388.  
  389. .posts {
  390. width:{select:post size}px;
  391. text-align:left;
  392. margin-bottom:100px;
  393. }
  394.  
  395. .posts:last-child {
  396. margin-bottom:0px;
  397. }
  398.  
  399. {block:Permalinkpage}
  400. .posts {
  401. margin-bottom:30px;
  402. }
  403. {/block:Permalinkpage}
  404.  
  405. .ph {
  406. position:relative;
  407. overflow:hidden;
  408. margin:0;
  409. }
  410.  
  411. .ph img {
  412. width:auto;
  413. display:block;
  414. }
  415.  
  416. iframe.tumblr_audio_player {
  417. width:{select:post size}px;
  418. margin-bottom:-5px;
  419. }
  420.  
  421. .comment {
  422. list-style:none;
  423. margin-bottom:1em;
  424. }
  425.  
  426. .comment:last-of-type {
  427. margin-bottom:1em;
  428. }
  429.  
  430. .user {
  431. line-height:18px;
  432. display:inline-block;
  433. vertical-align:middle;
  434. text-transform:lowercase;
  435. font-style:italic;
  436. margin-bottom:0.5em;
  437. }
  438.  
  439. .user:before {
  440. display:inline-block;
  441. content:"";
  442. border-top:1px solid #222222;
  443. width:1.5em;
  444. margin-right:0.5em;
  445. vertical-align:middle;
  446. padding-bottom:3px;
  447. }
  448.  
  449. a.user {
  450. color:{color:accent};
  451. }
  452.  
  453. .icon {
  454. margin-right:7px;
  455. display:inline-block;
  456. float:left;
  457. display:none;
  458. }
  459.  
  460. .icon img {
  461. width:18px;
  462. height:18px;
  463. border-radius:50px;
  464. }
  465.  
  466. .captioned .comment:first-of-type {margin-top:1em;}
  467.  
  468. .comment:last-of-type {
  469. margin-bottom:0;
  470. }
  471.  
  472. .tex li, .tex blockquote {text-align:left;}
  473.  
  474. .a {
  475. display:inline-block;
  476. width:540px;
  477. }
  478.  
  479. .q {
  480. background-color:#222222;
  481. padding:1em 1.5em;
  482. margin-bottom:10px;
  483. text-align:left;
  484. color:{color:text};
  485. }
  486.  
  487. .as {
  488. text-transform:lowercase;
  489. font-style:italic;
  490. color:{color:accent};
  491. }
  492.  
  493. .as a {
  494. text-transform:lowercase;
  495. font-style:italic;
  496. color:{color:accent};
  497. }
  498.  
  499. .chat {
  500. padding-left:0;
  501. margin-left:0;
  502. list-style:none;
  503. }
  504.  
  505. .label {
  506. position:relative;
  507. width:auto;
  508. margin-right:5px;
  509. font-weight:bold;
  510. color:{color:text};
  511. display:inline-block;
  512. }
  513.  
  514. .l.odd,
  515. .l.even {
  516. padding:0.50em 0;
  517. }
  518.  
  519. .l:first-of-type {
  520. padding-top:0;
  521. }
  522.  
  523. .l.even span {
  524. color:{color:accent};
  525. }
  526.  
  527. .permalink {
  528. margin-top:1em;
  529. border-bottom:1px solid #222222;
  530. padding-bottom:1em;
  531. }
  532.  
  533. .permalink a {
  534. display:inline-block;
  535. vertical-align:middle;
  536. color:{color:text};
  537. text-transform:lowercase;
  538. margin-right:1em;
  539. }
  540.  
  541. .permalink a:last-child {
  542. margin-right:0;
  543. }
  544.  
  545. /*svg icons tutorial by shythemes*/
  546.  
  547. .controls svg {
  548. width:14px;
  549. height:14px;
  550. stroke:{color:accent};
  551. stroke-width:2;
  552. height:auto;
  553. padding:0px;
  554. display:block;
  555. overflow:visible;
  556. }
  557.  
  558. .controls {
  559. float:right;
  560. display:inline-block;
  561. }
  562.  
  563. .controls a {
  564. vertical-align:middle;
  565. position:relative;
  566. display:inline-block;
  567. overflow:hidden;
  568. }
  569.  
  570. .controls .like .liked + svg path {
  571. stroke-width:1;
  572. stroke:#c93d12;
  573. fill:#fb4c16;
  574. }
  575.  
  576. .controls .like .like_button {
  577. position:relative;
  578. }
  579.  
  580. .controls .like .like_button iframe {
  581. position:absolute;
  582. top:-3px;
  583. left:-3px;
  584. bottom:0;
  585. right:0;
  586. z-index:2;
  587. opacity:0;
  588. }
  589.  
  590. .tags {
  591. margin:1em 0 0 0;
  592. width:{select:post size}px;
  593. text-align:left;
  594. }
  595.  
  596. .tags a {
  597. text-transform:none;
  598. color:{color:text};
  599. display:inline-block;
  600. margin:0 1em 0.50em 0;
  601. }
  602.  
  603. .tags a:hover {
  604. color:{color:text};
  605. }
  606.  
  607. .quote:before {
  608. content:'“';
  609. padding-right:0.5px;
  610. }
  611.  
  612. .quote:after {
  613. content:'”';
  614. padding-left:0.5px;
  615. }
  616.  
  617. .quote {
  618. font-style:italic;
  619. }
  620.  
  621. .source:before {
  622. content:'—';
  623. margin-right:5px;
  624. color:#ccc;
  625. }
  626.  
  627. .source {
  628. padding-top:0.5em;
  629. }
  630.  
  631. .pagenotes {
  632. padding:0;
  633. width:{select:post size}px;
  634. }
  635.  
  636. .pagenotes ol, .pagenotes ul {
  637. padding:0;
  638. margin:0;
  639. }
  640.  
  641. li.note {
  642. display:block;
  643. padding:0;
  644. }
  645.  
  646. li.note:not(:first-child):not(:last-child) {
  647. margin:8px 0;
  648. }
  649.  
  650. ol.notes li.note img.avatar {display:none;}
  651.  
  652. a.more_notes_link {
  653. display:block;
  654. text-align:center;
  655. }
  656.  
  657. .pagenotes blockquote {
  658. margin-left:2em;
  659. }
  660.  
  661. #pagination {
  662. width:{select:post size}px;
  663. text-align:center;
  664. text-transform:lowercase;
  665. margin:50px auto;
  666. }
  667.  
  668. #pagination a {
  669. margin:0 0.50em;
  670. color:{color:text};
  671. font-style:italic;
  672. }
  673.  
  674. .c {
  675. opacity:0.8;
  676. display:block;
  677. z-index:1;
  678. position:fixed;
  679. right:15px;
  680. bottom:20px;
  681. color:{color:text};
  682. }
  683.  
  684. {CustomCSS}
  685.  
  686. </style>
  687.  
  688. </head>
  689. <body>
  690. <script>document.body.className += ' fade-out';</script>
  691.  
  692. <div id="container">
  693.  
  694. <aside>
  695.  
  696. <div class="row">
  697. <div class="column left">
  698. {block:ifblogtitle}<div id="blogtitle"><a href="/">{Title}</a></div>{/block:ifblogtitle}
  699.  
  700. <div id="description">{Description}</div>
  701.  
  702. <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>
  703. </div>
  704. <div class="column right">
  705. <div class="sideimg">{block:ifsidebarimage}<img src="{image:sidebar}">{/block:ifsidebarimage} {block:ifnotsidebarimage}<img src="{PortraitURL-30}">{/block:ifnotsidebarimage}</div>
  706. </div>
  707. </div>
  708.  
  709. </aside><!--sidebar-->
  710.  
  711. <div class="entries">
  712. {block:Posts}
  713. <div class="posts {block:caption}captioned{/block:caption}" id="{PostID}">
  714.  
  715. {block:Quote}
  716. <div class="quote">{quote}</div>
  717. {block:Source}
  718. <div class="source">{source}</div>
  719. {/block:Source}
  720. {/block:Quote}
  721.  
  722. {block:Text}
  723. {block:Title}<h1>{title}</h1>{/block:Title}
  724. {block:RebloggedFrom}
  725. {block:Reblogs}
  726. <li class="comment {block:Title}ted{/block:Title}">
  727. <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>
  728. {/block:Reblogs}
  729. {/block:RebloggedFrom}
  730. {block:NotReblog}
  731. <li class="comment {block:Title}ted{/block:Title}"><div class="tex">{body}</div></li>
  732. {/block:NotReblog}
  733. {/block:Text}
  734.  
  735. {block:Link}<h1><a href="{URL}">{name}</a></h1>
  736. {block:Description}
  737. {block:NotReblog}
  738. <li class="comment ted"><div class="tex">{description}</div></li>
  739. {/block:NotReblog}
  740. {/block:Description}
  741. {block:RebloggedFrom}
  742. {block:Reblogs}
  743. <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>
  744. {/block:Reblogs}
  745. {/block:RebloggedFrom}
  746. {/block:Link}
  747.  
  748. {block:Chat}
  749. {block:Title}<h1>{title}</h1>{/block:Title}
  750. <ol class="chat {block:Title}ted{/block:Title}">
  751. {block:lines}<li class="l {Alt}">{block:label}<span class="label">{label}</span>{/block:label}{line}</li>{/block:lines}
  752. </ol>
  753. {/block:Chat}
  754.  
  755. <div class="ph">
  756.  
  757. {block:Photo}{linkopentag}<img src="{photoURL-HighRes}" alt="{PhotoAlt}"/>{linkclosetag}{/block:Photo}
  758.  
  759. {block:Photoset}
  760. <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>
  761. {/block:Photoset}
  762.  
  763. <div class="video">{Video-500}</div>
  764.  
  765. {block:Audio}
  766. <div class="audio">
  767. {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
  768. </div>
  769. {/block:Audio}
  770.  
  771. {block:caption}
  772. {block:Reblogs}
  773. <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>
  774. {/block:Reblogs}
  775. {block:NotReblog}
  776. <li class="comment"><div class="tex">{caption}</div></li>
  777. {/block:NotReblog}
  778. {/block:caption}
  779.  
  780. </div><!--ph-->
  781.  
  782. {block:Answer}
  783. <div class="a">
  784. <div class="q"><div class="as">{asker}</div> {question}</div>
  785. </div>
  786. {block:Answerer}
  787. <div class="a">
  788. <div class="q"><div class="as">{answerer}</div> {answer}</div>
  789. </div>
  790. {/block:Answerer}
  791. {block:NotReblog}
  792. <li class="comment"><div class="tex">{replies}</div></li>
  793. {/block:NotReblog}
  794. {block:RebloggedFrom}
  795. {block:Reblogs}
  796. <li class="comment"><div class="tex">{body}</div></li>
  797. {/block:Reblogs}
  798. {/block:RebloggedFrom}
  799. {/block:Answer}
  800.  
  801. {block:Date}
  802. <div class="permalink">
  803.  
  804. <a href="{Permalink}" target="_blank">{ShortMonth} {DayOfMonth}</a>
  805.  
  806. {block:Notecount}<a href="{permalink}">{NoteCountwithLabel}</a>{/block:Notecount}
  807.  
  808. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  809.  
  810. <div class="controls"><span><a href="#" class="like" title="like post">{LikeButton}<i data-feather="heart"></i></a></span></div>
  811. </div>
  812.  
  813. {block:hasTags}
  814. <div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>
  815. {/block:hasTags}
  816. {/block:Date}
  817. </div><!--posts-->
  818.  
  819. {block:PostNotes}
  820. <div class="pagenotes" tabindex="0">
  821. {PostNotes}
  822. </div>
  823. {/block:PostNotes}
  824.  
  825. {/block:Posts}
  826.  
  827. {block:Pagination}<div id="pagination">
  828. {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" class="next">older</a>{/block:NextPage}</div>
  829. {/block:Pagination}
  830. </div><!--entries-->
  831.  
  832. </div><!--container-->
  833.  
  834.  
  835. <script>
  836. feather.replace()
  837. $(document).ready(function() {
  838. $('body').tooltip({track:false});
  839. $('iframe.tumblr_audio_player').load( function() {
  840. $('iframe.tumblr_audio_player').contents().find("head")
  841. .append($("<style type='text/css'> .audio-player{background:{color:accent} !important} </style>"));
  842. });
  843. });
  844. $(function() {
  845. $('body').removeClass('fade-out');
  846. });
  847. $(document).ready(function(){
  848. $('.photo-slideshow').pxuPhotoset({
  849. lightbox:true,
  850. rounded:false,
  851. gutter:'4px',
  852. borderRadius:'2px',
  853. photoset:'.photo-slideshow',
  854. photoWrap:'.photo-data',
  855. photo:'.pxu-photo'
  856. });
  857. });
  858. </script>
  859.  
  860. {block:ContentSource}
  861. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  862. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}"/>
  863. {/block:SourceLogo}
  864. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  865. {/block:ContentSource}
  866.  
  867. <a class="c" href="https://florencespugh.tumblr.com">theme</a>
  868.  
  869. </body>
  870. </html>
Add Comment
Please, Sign In to add comment