niehauscosima

gamora

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