Advertisement
niehauscosima

cosmic

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