Advertisement
mothmans

splinterbycmwfixesbyme

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