Advertisement
mothmans

275v2

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