niehauscosima

wonderous

Jul 16th, 2018
7,396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.94 KB | None | 0 0
  1. <!--
  2.  
  3. wonderous - captainmarvels
  4. base code @ sorrism
  5. visit /credits for full credits
  6.  
  7. -->
  8.  
  9. <!DOCTYPE html>
  10. <head>
  11.  
  12. <title>{block:PostSummary}{PostSummary} : {/block:PostSummary}{Title}</title>
  13.  
  14. <link rel="shortcut icon" href="{favicon}">
  15.  
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <!--Default Variables-->
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Text" content="#666666"/>
  23. <meta name="color:Link" content="#000000"/>
  24. <meta name="color:Link Hover" content="#666666"/>
  25. <meta name="color:Title"content="#000000"/>
  26. <meta name="color:Accent" content="#666666" />
  27. <meta name="color:Tags" content="#666666"/>
  28.  
  29. <meta name="if:Blogtitle" content="1"/>
  30.  
  31. <meta name="text:Link 1 URL" content="" />
  32. <meta name="text:Link 1" content="" />
  33. <meta name="text:Link 2 URL" content="" />
  34. <meta name="text:Link 2" content="" />
  35. <meta name="text:Link 3 URL" content="" />
  36. <meta name="text:Link 3" content="" />
  37. <meta name="text:Link 4 URL" content="" />
  38. <meta name="text:Link 4" content="" />
  39.  
  40. <meta name="text:Home Title" content="index"/>
  41. <meta name="text:Ask Title" content="message"/>
  42. <meta name="text:Archive Title" content="history"/>
  43.  
  44. <meta name="image:Sidebar" content=""/>
  45.  
  46. <link href="https://fonts.googleapis.com/css?family=Changa:400,500,600,700|Heebo:400,500,700" rel="stylesheet">
  47. <link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
  48. <!-- this is vital for my theme credit don't delete this-->
  49. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet"> <!-- don't delete-->
  50.  
  51. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  52. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  53. <script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  54. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  55. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  56. <script src="http://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  57. <script type="text/javascript" src="http://static.tumblr.com/i5s2zks/9Acok8oo2/bct-timeago.min.js"></script>
  58.  
  59. <!--CSS customization here. -->
  60.  
  61. <style type="text/css">
  62.  
  63. /*tumblr controls and lightbox*/
  64.  
  65. .tmblr-full img {
  66. max-width: 100%;
  67. }
  68.  
  69. .vignette, #vignette {
  70. opacity:0;
  71. }
  72.  
  73. .lightbox-image, #tumblr_lightbox img {
  74. box-shadow:none !important;
  75. border-radius:0 !important;
  76. max-width:none;
  77. }
  78.  
  79. .tmblr-lightbox, #tumblr_lightbox {
  80. background-color:rgba(255,255,255,.8) !important;
  81. }
  82.  
  83. #tumblr_lightbox img {
  84. padding:5px;
  85. -moz-box-sizing:border-box;
  86. box-sizing:border-box;
  87. }
  88.  
  89. .lightbox-image {
  90. padding:0px;
  91. background-color:rgba(255,255,255,1) !important;
  92. }
  93.  
  94.  
  95. iframe.tmblr-iframe { z-index:99999999999999!important;
  96. top:0!important;
  97. right:0!important;
  98. opacity:0.4;
  99. /* delete from here */
  100. filter:invert(1);
  101. -webkit-filter:invert(1);
  102. -o-filter:invert(1);
  103. -moz-filter:invert(1);
  104. -ms-filter:invert(1);
  105. /* to here if your blog has a dark background */
  106. transform:scale(0.6);
  107. transform-origin:100% 0;
  108. -webkit-transform:scale(0.6);
  109. -webkit-transform-origin:100% 0;
  110. -o-transform:scale(0.6);
  111. -o-transform-origin:100% 0;
  112. -moz-transform:scale(0.6);
  113. -moz-transform-origin:100% 0;
  114. -ms-transform:scale(0.6);
  115. -ms-transform-origin:100% 0;
  116. transition: opacity 0.6s ease-in-out;
  117. -moz-transition: opacity 0.6s ease-in-out;
  118. -webkit-transition: opacity 0.6s ease-in-out;
  119. }
  120.  
  121. iframe.tmblr-iframe:hover {opacity:0.6!important;}
  122.  
  123. /*scrollbar*/
  124.  
  125. ::-webkit-scrollbar {
  126. width:17px;
  127. height:17px;
  128. }
  129. ::-webkit-scrollbar {
  130. background-color:rgb(255,255,255); /* background color */
  131. }
  132. ::-webkit-scrollbar-track {
  133. border:8px solid rgb(255,255,255); /* background color */
  134. background-color:rgb(230,230,230); /* light border color */
  135. }
  136. ::-webkit-scrollbar-thumb {
  137. border:8px solid rgb(255,255,255); /* background color */
  138. background-color:rgb(144,144,144); /* dark border color */
  139. min-height:24px;
  140. min-width:24px;
  141. }
  142.  
  143. /*selection*/
  144.  
  145. ::selection {
  146. background: #f8f8f8;
  147. color: {color:text};
  148. }
  149.  
  150. ::-moz-selection {
  151. background: #f8f8f8;
  152. color: #f8f8f8;
  153. }
  154.  
  155. ::-webkit-selection {
  156. background: #f8f8f8;
  157. color: #f8f8f8;
  158. }
  159.  
  160. /*main structure*/
  161.  
  162. @font-face { font-family: "Strasua"; src: url('https://dl.dropboxusercontent.com/s/cot2cjlr0d2djuu/strasua.ttf'); }
  163.  
  164. body {
  165. background:{color:background};
  166. color:{color:text};
  167. font-family: 'Heebo', sans-serif;
  168. font-size: 11px;
  169. line-height: 1.8em;
  170. font-style: normal;
  171. word-wrap:break-word;
  172. text-align:justify;
  173. }
  174.  
  175. a {
  176. color:{color:link};
  177. text-decoration:none;
  178. transition:all .3s linear;
  179. -webkit-transition:all .3s linear;
  180. -o-transition:all .3s linear;
  181. -moz-transition:all .3s linear;
  182. }
  183.  
  184. a:hover {
  185. color: {color:link hover};
  186. }
  187.  
  188. a, a img {cursor:pointer;}
  189.  
  190. img {
  191. opacity:1;
  192. border:0;
  193. text-decoration:none;
  194. max-width:100%;
  195. height:auto;
  196. display:block;
  197. }
  198.  
  199. b, strong, b a, strong a {
  200. font-weight:600!important;
  201. color:{color:title};
  202. }
  203.  
  204. small, big, sub, pre {
  205. font-size:1em!important;
  206. line-height:1.4em!important;
  207. vertical-align:baseline!important;
  208. }
  209.  
  210. i {
  211. font-style:italic;
  212. }
  213.  
  214. h1, h2, h3, h4 {
  215. margin:1em 0;
  216. font-family:'Changa', sans-serif;
  217. font-size:13px;
  218. color:{color:text};
  219. text-transform:uppercase;
  220. letter-spacing:0.5px;
  221. font-weight:500;
  222. }
  223.  
  224. blockquote, ol, ul, p, pre, figure {margin:1em 0;}
  225.  
  226. .posts h1:first-child, .posts h2:first-child, .posts h3:first-child, .posts h4:first-child {margin-top:0;}
  227.  
  228. hr {
  229. border:none;
  230. box-shadow:0;
  231. margin:2em auto;
  232. width:75px;
  233. }
  234.  
  235. blockquote {
  236. padding:.25em 0 .25em 1em;
  237. margin:1em 0;
  238. border-left:2px solid {color:accent};
  239. }
  240.  
  241. pre {
  242. padding:0;
  243. margin:0;
  244. line-height:inherit!important;
  245. background:transparent;
  246. font-family:inherit!Important;
  247. font-size:inherit!important;
  248. white-space:pre-wrap;
  249. white-space:-moz-pre-wrap;
  250. white-space:-pre-wrap;
  251. white-space:-o-pre-wrap;
  252. word-wrap:break-word;
  253. }
  254.  
  255. /*sidebar*/
  256.  
  257. sidebar {
  258. position: fixed;
  259. width: 260px;
  260. top: 100px;
  261. left: 170px;
  262. padding:20px;
  263. border-radius:4px;
  264. }
  265.  
  266. .sb img {
  267. display:block;
  268. max-width:260px;
  269. }
  270.  
  271. .blogtitle {
  272. text-align:left;
  273. margin:1em 0 0 0;
  274. }
  275.  
  276. .blogtitle a {
  277. font-family: 'Changa', sans-serif;
  278. letter-spacing:0.5px;
  279. font-weight:600;
  280. font-size:13px;
  281. color:{color:title};
  282. text-transform:uppercase;
  283. }
  284.  
  285. nav {
  286. display:block;
  287. text-align:left;
  288. }
  289.  
  290. nav a {
  291. color:{color:text};
  292. font-family: 'Changa', sans-serif;
  293. letter-spacing:0.5px;
  294. font-weight:600;
  295. line-height:20px;
  296. text-transform:uppercase;
  297. display:inline-block;
  298. }
  299.  
  300. nav a:not(:last-child) {
  301. margin-right:10px;
  302. }
  303.  
  304. #description {
  305. margin:1em 0;
  306. text-align:left;
  307. }
  308.  
  309. /*pagination*/
  310.  
  311. .pagination {
  312. width:540px;
  313. text-align:center;
  314. text-transform:lowercase;
  315. margin:50px 0;
  316. font-family:'Changa', sans-serif;
  317. font-size:12px;
  318. }
  319.  
  320. .pagination a {
  321. font-weight:700;
  322. padding-left:05px;
  323. padding-right:05px;
  324. }
  325.  
  326. .pagination i {
  327. font-size:10px;
  328. }
  329.  
  330. /*posts*/
  331.  
  332. section {
  333. width:540px;
  334. margin-left:530px;
  335. margin-top:100px;
  336. margin-bottom:100px;
  337. }
  338.  
  339. .posts {
  340. width:540px;
  341. text-align:justify;
  342. border-radius:1px;
  343. padding:20px;
  344. {block:permalinkpage}
  345. margin-bottom:30px;
  346. {/block:permalinkpage}
  347. }
  348.  
  349. .posts:not(:last-child) {
  350. {block:indexpage}
  351. margin-bottom:100px;
  352. {/block:indexpage}
  353. }
  354.  
  355. .posts ul li {
  356. list-style:none;
  357. margin-left:0px;
  358. }
  359.  
  360. .posts ul li:before {
  361. content:"›";
  362. color:{color:accent};
  363. padding-right:5px;
  364. }
  365.  
  366.  
  367. /*titles*/
  368.  
  369. .title {
  370. font-family:'Changa', sans-serif;
  371. font-size:13px;
  372. color:{color:text};
  373. text-transform:uppercase;
  374. letter-spacing:0.5px;
  375. font-weight: 500;
  376. }
  377.  
  378. .title a {color:{color:title};}
  379.  
  380. .title a:hover {color:{color:link};}
  381.  
  382. /*captions*/
  383.  
  384. .comment {
  385. padding:1em 0;
  386. list-style:none;
  387. }
  388.  
  389. .comment:last-of-type {padding-bottom:0px;}
  390.  
  391. .user {
  392. color:{color:text};
  393. font-weight: 700;
  394. line-height:18px;
  395. display:inline-block;
  396. }
  397.  
  398. .user img {
  399. border-radius: 50px;
  400. width: 18px;
  401. height: 18px;
  402. margin-right:5px;
  403. display:inline-block;
  404. float:left;
  405. }
  406.  
  407. .captioned .comment:first-of-type {margin-top:2em;}
  408.  
  409. .tex li, .tex blockquote {text-align:left;}
  410.  
  411. /*quote*/
  412.  
  413. .quote {
  414. font-family:'Changa', sans-serif;
  415. font-weight:normal;
  416. }
  417.  
  418. .source {margin-top:5px;}
  419.  
  420. /*like*/
  421.  
  422. .buttons a {
  423. font-size:11px;
  424. padding-left:5px;
  425. position:relative;
  426. display:inline-block;
  427. }
  428.  
  429. .custom-like-button {
  430. position: relative;
  431. display: inline-block;
  432. cursor: pointer;
  433. }
  434.  
  435. /* class for the Tumblr Like Button iframe */
  436.  
  437. .like_button {
  438. position: absolute;
  439. top: -03px;
  440. left: 03px;
  441. right: 0;
  442. bottom: 0px;
  443. width: 11px;
  444. height: 11px;
  445. opacity:0.000001;
  446. z-index: 10;
  447. }
  448.  
  449. /* Force iframe to fill button */
  450. .like_button iframe {
  451. width: 100% !important;
  452. height: 100% !important;
  453. }
  454.  
  455. /* class for Our Like Button */
  456. .our_button {
  457. position: absolute;
  458. top: 0;
  459. left: 0;
  460. right: 0;
  461. bottom: 0;
  462. width: 100%;
  463. height: 100%;
  464. z-index: 1;
  465. }
  466.  
  467. .like_button:hover + .our_button {
  468. color: {color:link hover};
  469. }
  470.  
  471. .like_button.liked + .our_button {
  472. color: red;
  473. }
  474.  
  475. /*asks*/
  476.  
  477. .q {
  478. text-align:left;
  479. padding:15px;
  480. background: #f4f4f4;
  481. -moz-border-radius: 3px;
  482. -webkit-border-radius: 3px;
  483. border-radius:3px;
  484. }
  485.  
  486. /*chat*/
  487.  
  488. .chat {
  489. text-align:left;
  490. padding:1em 0;
  491. list-style:none;
  492. }
  493.  
  494. .l {
  495. padding:8px;
  496. }
  497.  
  498. .label {
  499. font-weight:bold;
  500. color:{color:title};
  501. display:inline-block;
  502. }
  503.  
  504. .l.even {
  505. border-radius:3px;
  506. background:#f4f4f4;
  507. }
  508.  
  509. /*permalink and notes*/
  510.  
  511. .permalink {
  512. width:540px;
  513. margin-top:10px;
  514. text-align:left;
  515. }
  516.  
  517. .permalink a {
  518. color:{color:text};
  519. text-transform: uppercase;
  520. letter-spacing: 0.5px;
  521. font-family: 'Changa', sans-serif;
  522. text-decoration:none;
  523. }
  524.  
  525. .permalink a:not(:first-child) {
  526. margin-right:0.5em;
  527. }
  528.  
  529. .time-ago {
  530. color:#8f8f8f;
  531. text-transform: lowercase;
  532. display:inline;
  533. }
  534.  
  535. .notas a {
  536. font-weight:600;
  537. }
  538.  
  539. .notas a:after {
  540. color:#8f8f8f;
  541. padding-left:5px;
  542. content: "\00b7";
  543. }
  544.  
  545. .tags {
  546. width:540px;
  547. text-align:justify;
  548. }
  549.  
  550. .tags a {
  551. color:{color:tags};
  552. font-weight:none;
  553. line-height:20px;
  554. display:inline;
  555. margin-right:1em;
  556. text-transform:normal;
  557. text-decoration:none;
  558. }
  559.  
  560. .tags a:hover {
  561. color:{color:link hover};
  562. }
  563.  
  564. /*pagenotes*/
  565.  
  566. .pagenotes {
  567. padding:0;
  568. font-size:11px;
  569. overflow:auto;
  570. height:200px;
  571. }
  572.  
  573. ol li:before {
  574. content:'';
  575. }
  576.  
  577. ol.notes {
  578. list-style-type:none;
  579. padding:0px;
  580. margin:0px;
  581. }
  582.  
  583. ol.notes li.note {
  584. display:block;
  585. padding:0;
  586. margin:5px 0;
  587. }
  588.  
  589. ol.notes li.note img.avatar {display:none;}
  590.  
  591. a.more_notes_link {
  592. display:block;
  593. text-align:center;
  594. color:{color:title};
  595. }
  596.  
  597. .credit {
  598. position:fixed;
  599. right:10px;
  600. bottom:15px;
  601. font-weight:bold;
  602. }
  603.  
  604. .credit a {
  605. color:#000000;
  606. }
  607.  
  608. {CustomCSS}
  609.  
  610. /*smooth loading*/
  611.  
  612. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  613. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  614. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  615. .fade-in {
  616. opacity:0;
  617. -webkit-animation:fadeIn ease-in 1;
  618. -moz-animation:fadeIn ease-in 1;
  619. animation:fadeIn ease-in 1;
  620. -webkit-animation-fill-mode:forwards;
  621. -moz-animation-fill-mode:forwards;
  622. animation-fill-mode:forwards;
  623. -webkit-animation-duration:1s;
  624. -moz-animation-duration:1s;
  625. animation-duration:1s;}
  626. .fade-in.one {
  627. -webkit-animation-delay:0s;
  628. -moz-animation-delay:0s;
  629. animation-delay:0s;}
  630. .fade-in.two {
  631. -webkit-animation-delay:0.8s;
  632. -moz-animation-delay:0.8s;
  633. animation-delay:0.8s;}
  634.  
  635. </style>
  636.  
  637. </head>
  638. <body>
  639.  
  640. <sidebar>
  641. {block:ifSidebarImage}<div class="sb"><img src="{image:Sidebar}"></div>{/block:ifSidebarImage}
  642. {block:ifBlogtitle}<div class="blogtitle"><a href="/">{Title}</a></div>{/block:ifBlogtitle}
  643. <div id="description">{Description}</div>
  644.  
  645. <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:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}{block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}</nav>
  646.  
  647. </sidebar>
  648.  
  649.  
  650. <section id="entries" class="fade-in one">{block:posts}
  651. <article class="posts" id="{PostID}">
  652.  
  653. {block:Quote}
  654. <div class="title quote">{quote}</div>
  655. {block:Source}<div class="source">— {source}</div>{/block:Source}
  656. {/block:Quote}
  657.  
  658. {block:Text}
  659. {block:Title}<div class="title">{title}</div>{/block:Title}
  660. {block:RebloggedFrom}
  661. {block:Reblogs}
  662. <li class="comment {block:Title}ted{/block:Title}">
  663. <a {block:haspermalink}href="{Permalink}"{/block:haspermalink} class="user" target="_blank"><img src="{PortraitURL-64}"> {username}</a></a>
  664. <div class="tex">{body}</div>
  665. </li>
  666. {/block:Reblogs}
  667. {/block:RebloggedFrom}
  668. {block:NotReblog}
  669. <li class="comment {block:Title}ted{/block:Title}">
  670. <div class="tex">{body}</div>
  671. </li>
  672. {/block:NotReblog}
  673. {/block:Text}
  674.  
  675. {block:Link}<div class="title"><a href="{URL}">{name}</a></div>
  676. {block:Description}
  677. {block:NotReblog}
  678. <li class="comment ted">
  679. <div class="tex">{description}</div>
  680. </li>
  681. {/block:NotReblog}
  682. {/block:Description}
  683. {block:RebloggedFrom}
  684. {block:Reblogs}
  685. <li class="comment">
  686. <a {block:haspermalink}href="{Permalink}"{/block:haspermalink} class="user" target="_blank"><img src="{PortraitURL-64}"> {username}</a>
  687. <div class="tex">{body}</div>
  688. </li>
  689. {/block:Reblogs}
  690. {/block:RebloggedFrom}
  691. {/block:Link}
  692.  
  693. {block:Chat}
  694. {block:Title}<div id="title">{title}</div>{/block:Title}
  695. <ol class="chat {block:Title}ted{/block:Title}">
  696. {block:lines}
  697. <li class="l {Alt}">
  698. {block:label}<span class="label">{label}</span>{/block:label} {line}
  699. </li>
  700. {/block:lines}
  701. </ol>
  702. {/block:Chat}
  703.  
  704. {block:Photo}{linkopentag}<img src="{photoURL-HighRes}" alt="{PhotoAlt}"/>{linkclosetag}{/block:Photo}
  705.  
  706. {block:Photoset}
  707. <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>
  708. {/block:Photoset}
  709.  
  710. {block:Video}<div class="video">{Video-500}</div>{/block:Video}
  711.  
  712. {block:Audio}
  713. <div class="audio">
  714. {block:AudioEmbed}{AudioEmbed width="540px"}{/block:AudioEmbed}
  715. </div>
  716. {/block:Audio}
  717.  
  718. {block:caption}
  719. {block:Reblogs}
  720. <li class="comment">
  721. <a {block:haspermalink}href="{Permalink}"{/block:haspermalink} class="user" target="_blank"> <img src="{PortraitURL-64}"> {username}</a>
  722. <div class="tex">{body}</div>
  723. </li>
  724. {/block:Reblogs}
  725. {block:NotReblog}
  726. <li class="comment" style="padding:0">
  727. <div class="tex">{caption}</div>
  728. </li>
  729. {/block:NotReblog}
  730. {/block:caption}
  731.  
  732. {block:Answer}
  733. <div class="q"><b>{Asker}</b>: {Question}</div>
  734. {block:Answerer}
  735. <li class="comment">
  736. <div class="user"><img src="{AnswererPortraitURL-64}"> {username}</a> {answerer}</div>
  737. <div class="tex">{answer}</div>
  738. </li>
  739. {/block:Answerer}
  740. {block:NotReblog}
  741. <div class="tex">{replies}</div>
  742. {/block:NotReblog}
  743. {block:RebloggedFrom}
  744. {block:Reblogs}
  745. <li class="comment">
  746. <a {block:haspermalink}href="{Permalink}"{/block:haspermalink} class="user" target="_blank"><img src="{PortraitURL-64}"> {username}</a>
  747. <div class="tex">{body}</div>
  748. </li>
  749. {/block:Reblogs}
  750. {/block:RebloggedFrom}
  751. {/block:Answer}
  752.  
  753. {block:Date}
  754. <div class="permalink">{block:NoteCount}<div class="notas" style="display:inline"><a href="{permalink}">{notecountwithlabel}{/block:NoteCount}</a></div> <a href="{permalink}"><div class="time-ago" title="{TimeAgo}">{TimeStamp}</div></a>
  755.  
  756. <div style="float:right;"><span class="buttons">
  757. <a href="{ReblogURL}" target="_blank"><span class="sf sf-reblog"></span></a>
  758. <span class="custom-like-button">{LikeButton}<a class="our_button"><span class="sf sf-heart-2-o"></span></a></span>
  759. </span></div>
  760.  
  761. {block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}
  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.  
  769. </article>
  770.  
  771. {/block:Posts}
  772.  
  773. {block:PostNotes}
  774. <article class="posts pagenotes" style="padding:0 20px">
  775. {PostNotes}
  776. </article>
  777. {/block:PostNotes}
  778.  
  779. {block:Pagination}<div class="pagination">
  780. {block:PreviousPage}<a href="{PreviousPage}"><i class="fas fa-chevron-left"></i></a>{/block:PreviousPage}
  781. {CurrentPage}/{TotalPages}
  782. {block:NextPage}<a href="{NextPage}" class="next"><i class="fas fa-chevron-right"></i></a>{/block:NextPage}</div>
  783. {/block:Pagination}
  784.  
  785. </section>
  786.  
  787. </section>
  788.  
  789. <script>
  790. $(document).ready(function() {
  791. $(".time-ago").timeAgo({
  792. time: "letter", // can be "letter" "short" or "word"
  793. spaces: true, // adds spaces between words and numbers
  794. words: false, // turns numbers to words
  795. prefix: "", // adds a prefix to the outputted string. could be "~" or "about"
  796. suffix: "", // adds a suffix to the outputted string. could be "ago"
  797. });
  798. });
  799. $(document).ready(function() {
  800. $('iframe.tumblr_audio_player').load( function() {
  801. $('iframe.tumblr_audio_player').contents().find("head")
  802. .append($("<style type='text/css'> .audio-player{background:{color:accent} !important} </style>"));
  803. });
  804. });
  805. $(document).ready(function(){
  806. $('.photo-slideshow').pxuPhotoset({
  807. lightbox: true,
  808. rounded: false,
  809. gutter: '4px',
  810. borderRadius: '0px',
  811. photoset: '.photo-slideshow',
  812. photoWrap: '.photo-data',
  813. photo: '.pxu-photo'
  814. });
  815. });
  816. </script>
  817.  
  818. {block:ContentSource}
  819. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  820. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  821. {/block:SourceLogo}
  822. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  823. {/block:ContentSource}
  824.  
  825. <div class="credit"><a href="http://captainmarvels.tumblr.com/" title="ananda themes"><span class="sf sf-alien-o"></span></a></div>
  826.  
  827. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment