Advertisement
mothmans

cosmiribik

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