niehauscosima

amo

Feb 3rd, 2019
8,378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.22 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:268px;
  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:268px;
  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:100px 0;
  352. width:{select:post size}px;
  353. float:right;
  354. }
  355.  
  356. .posts {
  357. width:{select:post size}px;
  358. text-align:left;
  359. margin-bottom:100px;
  360. padding:1.5em;
  361. }
  362.  
  363. .posts:last-child {
  364. margin-bottom:0px;
  365. }
  366.  
  367. {block:Permalinkpage}
  368. .posts {
  369. margin-bottom:30px;
  370. }
  371. {/block:Permalinkpage}
  372.  
  373. .ph {
  374. position:relative;
  375. overflow:hidden;
  376. margin:0;
  377. }
  378.  
  379. .ph img {
  380. width:auto;
  381. display:block;
  382. }
  383.  
  384. .player {
  385. width:25px;
  386. height:24px;
  387. position:absolute;
  388. left:10px;
  389. top:calc(50% - 15px);
  390. display:block;
  391. overflow:hidden;
  392. }
  393.  
  394. .hold {
  395. text-align:left;
  396. background:{color:caption};
  397. box-shadow:0 1px 1px #eaeaea;
  398. -webkit-box-shadow:0 1px 1px #eaeaea;
  399. position:relative;
  400. border-radius:4px;
  401. display:block;
  402. min-height:24px;
  403. padding:15px;
  404. }
  405.  
  406. .audio_info {
  407. vertical-align:middle;
  408. line-height:12px;
  409. margin-left:35px;
  410. max-width:calc(100% - 35px);
  411. }
  412.  
  413. .audio_info span {
  414. white-space:nowrap;
  415. overflow:hidden;
  416. text-overflow:ellipsis;
  417. display:block;
  418. }
  419.  
  420. .hold .track {color:{color:accent};}
  421.  
  422. .comment {
  423. background-color:{color:caption};
  424. padding:25px;
  425. list-style:none;
  426. }
  427.  
  428. .user {
  429. display:inline-block;
  430. vertical-align:middle;
  431. text-transform:lowercase;
  432. font-weight:700;
  433. color:{color:text};
  434. margin-bottom:1em;
  435. }
  436.  
  437. .icon {
  438. margin-right:7px;
  439. display:inline-block;
  440. float:left;
  441. }
  442.  
  443. .icon img {
  444. width:18px;
  445. height:18px;
  446. border-radius:3px;
  447. }
  448.  
  449. .captioned .comment:first-of-type {margin-top:1em;}
  450.  
  451. .tex li, .tex blockquote {text-align:left;}
  452.  
  453. .a {
  454. display:inline-block;
  455. width:540px;
  456. }
  457.  
  458. .q {
  459. margin-bottom:0.9em;
  460. background-color:#f8f8f8;
  461. padding:25px;
  462. text-align:left;
  463. }
  464.  
  465. .as b {
  466. color:{color:link};
  467. text-transform:uppercase;
  468. }
  469.  
  470. .chat {
  471. margin:0;
  472. padding:0;
  473. text-align:left;
  474. list-style:none;
  475. }
  476.  
  477. .label {
  478. position:relative;
  479. width:auto;
  480. margin-right:5px;
  481. font-weight:600;
  482. color:{color:text};
  483. display:inline-block;
  484. }
  485.  
  486. .l.odd,
  487. .l.even {
  488. padding:0.85em;
  489. }
  490.  
  491. .l.odd {
  492. background:{color:caption};
  493. border-radius:6px 1px 6px 6px;
  494. box-shadow:0 1px 1px #eaeaea;
  495. -webkit-box-shadow:0 1px 1px #eaeaea;
  496. }
  497.  
  498. .l.even span {
  499. color:{color:accent};
  500. }
  501.  
  502. .permalink {
  503. margin-top:1em;
  504. text-align:left;
  505. }
  506.  
  507. .permas a {
  508. margin-right:0px;
  509. }
  510.  
  511. .permalink a {
  512. font-family: 'rubik', arial sans-serif;
  513. letter-spacing:0.2px;
  514. color:{color:text};
  515. font-weight:600;
  516. text-transform:uppercase;
  517. margin-right:20px;
  518. }
  519.  
  520. .permalink a:last-child {
  521. margin-right:0;
  522. }
  523.  
  524. .permalink svg {
  525. width: 13px;
  526. height: 13px;
  527. stroke: currentColor;
  528. stroke-width: 3;
  529. stroke-linecap: round;
  530. stroke-linejoin: round;
  531. fill: none;
  532. }
  533.  
  534. .tags {
  535. margin:0.5em 0 0 0;
  536. width:{select:post size}px;
  537. text-align:left;
  538. }
  539.  
  540. .tags a {
  541. font-weight:normal;
  542. text-transform:none;
  543. color:{color:link};
  544. display:inline;
  545. margin-right:1em;
  546. }
  547.  
  548. .tags a:after {
  549. content:',';
  550. }
  551.  
  552. .tags a:last-child:after {
  553. content:'.';
  554. }
  555.  
  556. .quote:before {
  557. content:'“';
  558. padding-right:0.5px;
  559. }
  560.  
  561. .quote:after {
  562. content:'”';
  563. padding-left:0.5px;
  564. }
  565.  
  566. .quote {
  567. font-size:12px;
  568. font-style:italic;
  569. }
  570.  
  571. .source:before {
  572. content:'—';
  573. margin-right:5px;
  574. color:#ccc;
  575. }
  576.  
  577. .source {
  578. padding-top:0.5em;
  579. }
  580.  
  581. .pagenotes {
  582. padding:0 20px;
  583. width:{select:post size}px;
  584. }
  585.  
  586. .pagenotes ol, .pagenotes ul {
  587. padding:0;
  588. margin:0;
  589. }
  590.  
  591. li.note {
  592. display:block;
  593. padding:0;
  594. }
  595.  
  596. li.note:not(:first-child):not(:last-child) {
  597. margin:8px 0;
  598. }
  599.  
  600. ol.notes li.note img.avatar {display:none;}
  601.  
  602. a.more_notes_link {
  603. display:block;
  604. text-align:center;
  605. }
  606.  
  607. .pagenotes blockquote {
  608. margin-left:2em;
  609. }
  610.  
  611. #pagination {
  612. width:{select:post size}px;
  613. text-align:center;
  614. text-transform:lowercase;
  615. margin:50px auto;
  616. }
  617.  
  618. #pagination a {
  619. padding-left:05px;
  620. padding-right:05px;
  621. }
  622.  
  623. .c {
  624. opacity:0.8;
  625. font-weight:{select:bold weight};;
  626. display:block;
  627. font-size:13px;
  628. z-index:1;
  629. position:fixed;
  630. right:15px;
  631. bottom:20px;
  632. color:{color:text};
  633. }
  634.  
  635. {CustomCSS}
  636.  
  637. </style>
  638.  
  639. </head>
  640. <body>
  641. <script>document.body.className += ' fade-out';</script>
  642.  
  643. <div id="container">
  644.  
  645. <aside>
  646.  
  647. <div class="sb"><a href="/">{block:ifsidebarimage}<img src="{image:sidebar}">{/block:ifsidebarimage}</a></div>
  648.  
  649. {block:ifblogtitle}<div id="blogtitle"><a href="/">{Title}</a></div>{/block:ifblogtitle}
  650.  
  651. <div id="description">{Description}</div>
  652.  
  653. <nav>{block:ifhometitle}<a href="/">{text:home title}</a>{/block:ifhometitle}{block:ifasktitle}<a href="/ask">{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>
  654.  
  655. </aside><!--sidebar-->
  656.  
  657. <div class="entries">
  658. {block:Posts}
  659. <div class="posts {block:caption}captioned{/block:caption}" id="{PostID}">
  660.  
  661. {block:Quote}
  662. <div class="quote">{quote}</div>
  663. {block:Source}
  664. <div class="source">{source}</div>
  665. {/block:Source}
  666. {/block:Quote}
  667.  
  668. {block:Text}
  669. {block:Title}<h1>{title}</h1>{/block:Title}
  670. {block:RebloggedFrom}
  671. {block:Reblogs}
  672. <li class="comment {block:Title}ted{/block:Title}">
  673. <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>
  674. {/block:Reblogs}
  675. {/block:RebloggedFrom}
  676. {block:NotReblog}
  677. <li class="comment {block:Title}ted{/block:Title}"><div class="tex">{body}</div></li>
  678. {/block:NotReblog}
  679. {/block:Text}
  680.  
  681. {block:Link}<h1><a href="{URL}">{name}</a></h1>
  682. {block:Description}
  683. {block:NotReblog}
  684. <li class="comment ted"><div class="tex">{description}</div></li>
  685. {/block:NotReblog}
  686. {/block:Description}
  687. {block:RebloggedFrom}
  688. {block:Reblogs}
  689. <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>
  690. {/block:Reblogs}
  691. {/block:RebloggedFrom}
  692. {/block:Link}
  693.  
  694. {block:Chat}
  695. {block:Title}<h1>{title}</h1>{/block:Title}
  696. <ol class="chat {block:Title}ted{/block:Title}">
  697. {block:lines}<li class="l {Alt}">{block:label}<span class="label">{label}</span>{/block:label}{line}</li>{/block:lines}
  698. </ol>
  699. {/block:Chat}
  700.  
  701. <div class="ph">
  702.  
  703. {block:Photo}{linkopentag}<img src="{photoURL-HighRes}" alt="{PhotoAlt}"/>{linkclosetag}{/block:Photo}
  704.  
  705. {block:Photoset}
  706. <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>
  707. {/block:Photoset}
  708.  
  709. <div class="video">{Video-500}</div>
  710.  
  711. {block:Audio}
  712. {block:audioplayer}
  713. <div class="hold">
  714. <div class="player">{audioplayerwhite}</div>
  715. <div class="audio_info">{block:trackname}<span class="track">{trackname}</span>{/block:trackname} {block:artist}<span class="artist">{artist}</span>{/block:artist}</div>
  716. </div>
  717. {/block:audioplayer}
  718. {/block:Audio}
  719.  
  720. {block:caption}
  721. {block:Reblogs}
  722. <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>
  723. {/block:Reblogs}
  724. {block:NotReblog}
  725. <li class="comment"><div class="tex">{caption}</div></li>
  726. {/block:NotReblog}
  727. {/block:caption}
  728.  
  729. </div><!--ph-->
  730.  
  731. {block:Answer}
  732. <div class="a">
  733. <div class="q"><div class="as"><b>{asker}</b></div> {question}</div>
  734. </div>
  735. {block:Answerer}
  736. <div class="a">
  737. <div class="q"><div class="as"><b>{answerer}</b></div> {answer}</div>
  738. </div>
  739. {/block:Answerer}
  740. {block:NotReblog}
  741. <li class="comment"><div class="tex">{replies}</div></li>
  742. {/block:NotReblog}
  743. {block:RebloggedFrom}
  744. {block:Reblogs}
  745. <li class="comment"><div class="tex">{body}</div></li>
  746. {/block:Reblogs}
  747. {/block:RebloggedFrom}
  748. {/block:Answer}
  749.  
  750. {block:Date}
  751. <div class="permalink">
  752.  
  753. {block:NoteCount}<a href="{permalink}">{NoteCount}</a>{/block:NoteCount}
  754.  
  755. <a href="{ReblogURL}" target="_blank">reblog</a>
  756.  
  757. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> {block:ContentSource}<a href="{ReblogRootURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  758.  
  759. <div style="float:right">
  760. <a href="{Permalink}"><i data-feather="more-vertical"></i></a>
  761. </div>
  762. </div>
  763.  
  764. {block:hasTags}
  765. <div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>
  766. {/block:hasTags}
  767. {/block:Date}
  768. </div><!--posts-->
  769.  
  770. {block:PostNotes}
  771. <div class="pagenotes" tabindex="0">
  772. {PostNotes}
  773. </div>
  774. {/block:PostNotes}
  775.  
  776. {/block:Posts}
  777.  
  778. {block:Pagination}<div id="pagination">
  779. {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}
  780.  
  781. {block:NextPage}<a href="{NextPage}" class="next">older</a>{/block:NextPage}</div>
  782. {/block:Pagination}
  783. </div><!--entries-->
  784.  
  785. </div><!--container-->
  786.  
  787.  
  788. <script>
  789. feather.replace()
  790. $(document).ready(function() {
  791. $('body').tooltip({track:false});
  792. $('iframe.tumblr_audio_player').load( function() {
  793. $('iframe.tumblr_audio_player').contents().find("head")
  794. .append($("<style type='text/css'> .audio-player{background:{color:accent} !important} </style>"));
  795. });
  796. });
  797. $(function() {
  798. $('body').removeClass('fade-out');
  799. });
  800. $(document).ready(function(){
  801. $('.photo-slideshow').pxuPhotoset({
  802. lightbox:true,
  803. rounded:false,
  804. gutter:'4px',
  805. borderRadius:'2px',
  806. photoset:'.photo-slideshow',
  807. photoWrap:'.photo-data',
  808. photo:'.pxu-photo'
  809. });
  810. });
  811. </script>
  812.  
  813. {block:ContentSource}
  814. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  815. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}"/>
  816. {/block:SourceLogo}
  817. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  818. {/block:ContentSource}
  819.  
  820. <a class="c" href="https://captainmarvels.tumblr.com">✵</a>
  821.  
  822.  
  823. </body>
  824. </html>
Add Comment
Please, Sign In to add comment