Advertisement
quinnsrph

allie

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