Advertisement
niehauscosima

thunder

Mar 4th, 2018
3,186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.95 KB | None | 0 0
  1. <!--
  2.  
  3. thunder - 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="#cccccc"/>
  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:Scrollbar" content="#d5d5d5" />
  28. <meta name="color:Borders" content="#f1f1f1"/>
  29.  
  30. <meta name="text:Link 1 URL" content="" />
  31. <meta name="text:Link 1" content="" />
  32. <meta name="text:Link 2 URL" content="" />
  33. <meta name="text:Link 2" content="" />
  34. <meta name="text:Link 3 URL" content="" />
  35. <meta name="text:Link 3" content="" />
  36.  
  37. <meta name="text:Home Title" content="index"/>
  38. <meta name="text:Ask Title" content="message"/>
  39. <meta name="text:Archive Title" content="history"/>
  40.  
  41. <meta name="image:Icon" content=""/>
  42.  
  43. <link href="https://fonts.googleapis.com/css?family=Heebo:400,800,900|Titillium+Web: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 {
  91. z-index:99999999999999!important;
  92. top:0!important;
  93. right:0!important;
  94. opacity:1;
  95. /* delete invert(1) from here */
  96. filter:invert(1) contrast(150%);
  97. -webkit-filter:invert(1) contrast(150%);
  98. -o-filter:invert(1) contrast(150%);
  99. -moz-filter:invert(1) contrast(150%);
  100. -ms-filter:invert(1) contrast(150%);
  101. /* to here if your blog has a dark background */
  102. transform:scale(0.65);
  103. transform-origin:100% 0;
  104. -webkit-transform:scale(0.65);
  105. -webkit-transform-origin:100% 0;
  106. -o-transform:scale(0.65);
  107. -o-transform-origin:100% 0;
  108. -moz-transform:scale(0.65);
  109. -moz-transform-origin:100% 0;
  110. -ms-transform:scale(0.65);
  111. -ms-transform-origin:100% 0;}
  112.  
  113. /*tooltip*/
  114.  
  115. .ui-tooltip {
  116. position:absolute;
  117. z-index:9999;
  118. padding-top:10px;
  119. border-radius:10%;
  120. }
  121.  
  122. .ui-tooltip-content {
  123. font-family:'Heebo', sans-serif;
  124. background:#f8f8f8;
  125. padding:4px 8px;
  126. letter-spacing: 1px;
  127. font-size:10px;
  128. border:1px solid {color:borders};
  129. text-transform:lowercase;
  130. }
  131.  
  132. /*scrollbar*/
  133.  
  134. ::-webkit-scrollbar{
  135. height:11px;
  136. width:11px;
  137. background:inherit;
  138. }
  139.  
  140. ::-webkit-scrollbar-thumb {background:{color:scrollbar};}
  141.  
  142. ::-webkit-scrollbar-track {background:{color:borders};}
  143.  
  144. ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {border:5px solid {color:background};}
  145.  
  146. /*selection*/
  147.  
  148. ::selection {
  149. background: #f8f8f8;
  150. color: {color:text};
  151. }
  152.  
  153. ::-moz-selection {
  154. background: #f8f8f8;
  155. color: #f8f8f8;
  156. }
  157.  
  158. ::-webkit-selection {
  159. background: #f8f8f8;
  160. color: #f8f8f8;
  161. }
  162.  
  163. /*main structure*/
  164.  
  165. body {
  166. background:{color:background};
  167. color:{color:text};
  168. font:12px 'Titillium Web', sans-serif;
  169. word-wrap:break-word;
  170. text-align:justify;
  171. margin:0;
  172. }
  173.  
  174. a {
  175. color:{color:link};
  176. text-decoration:none;
  177. transition:all .3s linear;
  178. -webkit-transition:all .3s linear;
  179. -o-transition:all .3s linear;
  180. -moz-transition:all .3s linear;
  181. }
  182.  
  183. a, a img {cursor:pointer;}
  184.  
  185. a:hover {
  186. color:{color:link hover}!important;
  187. text-decoration:none;
  188. }
  189.  
  190. img {
  191. opacity:1;
  192. border:0;
  193. text-decoration:none;
  194. max-width:100%;
  195. height:auto;
  196. display:block;
  197. }
  198.  
  199. blockquote {
  200. padding:0;
  201. margin:.5em 0;
  202. border-left:0px solid {color:borders};
  203. }
  204.  
  205. pre {
  206. padding:0;
  207. margin:0;
  208. line-height:inherit!important;
  209. background:transparent;
  210. font-family:inherit!Important;
  211. font-size:inherit!important;
  212. white-space:pre-wrap;
  213. white-space:-moz-pre-wrap;
  214. white-space:-pre-wrap;
  215. white-space:-o-pre-wrap;
  216. word-wrap:break-word;
  217. }
  218.  
  219. p {margin:1em 0;}
  220.  
  221. p:first-of-type {margin-top:0;}
  222.  
  223. p:last-of-type {margin-bottom:0;}
  224.  
  225. b, strong, b a, strong a {
  226. font-weight:bold!important;
  227. color:{color:title};
  228. }
  229.  
  230. small, big, sub, pre {
  231. font-size:1em!important;
  232. line-height:1.4em!important;
  233. vertical-align:baseline!important;
  234. }
  235.  
  236. i {
  237. font-style:italic;
  238. }
  239.  
  240. h1, h2, h3, h4 {
  241. margin:1.5em 0;
  242. font-size:1.5em;
  243. padding:0;
  244. color:{color:title};
  245. font-weight:bold;
  246. }
  247.  
  248. .posts h1:first-child, .posts h2:first-child, .posts h3:first-child, .posts h4:first-child {margin-top:0;}
  249.  
  250. hr {
  251. border:none;
  252. box-shadow:0;
  253. margin:2em auto;
  254. width:75px;
  255. border-top:1px solid {color:borders};
  256. }
  257.  
  258. /*header*/
  259.  
  260. header {
  261. padding:10px;
  262. width:540px;
  263. margin:50px auto;
  264.  
  265. }
  266.  
  267. header img {
  268. width:40px;
  269. height:40px;
  270. margin-top:-14px;
  271. border-radius: 0px 10px 0px;
  272. margin-right:10px;
  273. float:left;
  274. }
  275.  
  276. .h {
  277. padding:20px 0px;
  278. border-bottom:1px solid {color:borders};
  279. }
  280.  
  281. nav {
  282. font-size:12px;
  283. font-weight:300;
  284. text-align:right;
  285. }
  286.  
  287. nav a {
  288. margin-left:8px;
  289. border:0;
  290. color:{color:link};
  291. }
  292.  
  293. nav a:hover {
  294. color:{color:link hover};
  295. }
  296.  
  297. #blogtitle {
  298. text-transform:uppercase;
  299. font-weight:900;
  300. letter-spacing:0.5px;
  301. color:{color:text};
  302. }
  303.  
  304. .description {
  305. text-align:left;
  306. background:{color:Header};
  307. padding:10px 0px;
  308. margin-top:5px;
  309. line-height:150%;
  310. }
  311.  
  312. /*pagination*/
  313.  
  314. footer {
  315. text-align:left;
  316. color:{color:link};
  317. }
  318.  
  319. footer span {
  320. text-align:right;
  321. float:right;
  322. display:inline-block;
  323. }
  324.  
  325. .current_page {
  326. font-weight:bold;
  327. color:{color:title};
  328. }
  329.  
  330. footer a {
  331. display:inline-block;
  332. border:0;
  333. margin:0 5px;
  334. }
  335.  
  336. /*posts*/
  337.  
  338. section {
  339. width:540px;
  340. margin:60px auto 100px auto;
  341. }
  342.  
  343. .posts {
  344. width:540px;
  345. {block:indexpage}
  346. margin-bottom:100px;
  347. {/block:indexpage}
  348. {block:permalinkpage}
  349. margin-bottom:30px;
  350. {/block:permalinkpage}
  351. display: block;
  352.  
  353. }
  354.  
  355. .posts ul li {
  356. list-style:none;
  357. margin-left:-10px;
  358. }
  359.  
  360. .posts ul li:before {
  361. content:"∗";
  362. color:{color:scrollbar};
  363. padding-right:5px;
  364. }
  365.  
  366. /*titles*/
  367.  
  368. .title {
  369. color:{color:title};
  370. font-size:1.25em;
  371. line-height:1.75em;
  372. }
  373.  
  374. .title a {color:{color:title};}
  375.  
  376. .title a:hover {color:{color:link};}
  377.  
  378. .ted {margin-top:10px;}
  379.  
  380. /*captions*/
  381.  
  382. .caption {
  383. padding:0.5em 0;
  384. line-height:20px;
  385. }
  386.  
  387. .caption img:not(.icon) {
  388. padding:10px 0px;
  389. }
  390.  
  391. .leg a.tumblr_blog {
  392. font-size:11px;
  393. font-family:'Heebo', sans-serif;
  394. color:{color:bold};
  395. vertical-align:middle;
  396. line-height:20px;
  397. font-weight:600;
  398. margin:0;
  399. }
  400.  
  401. .leg .icon{
  402. border-radius:100%;
  403. width:18px;
  404. height:18px;
  405. margin-right:5px;
  406. display:inline-block;
  407. float:left;
  408. }
  409.  
  410. .leg b {
  411. font-weight:bold;
  412. }
  413.  
  414. .leg p {
  415. margin: 0 0;
  416. }
  417.  
  418. .tex li, .tex blockquote {text-align:left;}
  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. border:1px solid {color:borders};
  440. position:relative;
  441. display:block;
  442. min-height:24px;
  443. padding:15px;
  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. border:1px solid {color:borders};
  469. }
  470.  
  471. .as {text-transform:lowercase;}
  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 0;
  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. border-top:1px solid {color:borders};
  511. margin-top:0px;
  512. padding-top:5px;
  513. text-align:left;
  514. }
  515.  
  516. .permalink a {
  517. color:#000000;
  518. font-family:'Heebo', sans-serif;
  519. font-size:11px;
  520. letter-spacing: 0.5px;
  521. font-weight:bold;
  522. text-transform:uppercase;
  523. text-decoration:none;
  524. margin-right:2em;
  525. }
  526.  
  527. .permalink .fa-heart {
  528. font-size:10px;
  529. color:red;
  530. padding-right:2px;
  531. }
  532.  
  533. .tags {
  534. margin-top:.5em;
  535. text-align:left;
  536. }
  537.  
  538. .tags a {
  539. color:#000000;
  540. font-size:11px;
  541. font-weight:none;
  542. line-height:20px;
  543. display:inline;
  544. margin-right:1em;
  545. font-family:'Heebo', sans-serif;
  546. text-transform:capitalize;
  547. text-decoration:none;
  548. }
  549.  
  550. .from {
  551. margin-top:.7em;
  552. text-align:left;
  553. }
  554.  
  555. .pagenotes {
  556. padding-top:2em;
  557. }
  558.  
  559. ol li:before {
  560. content:'';
  561. }
  562.  
  563. ol.notes {
  564. list-style-type:none;
  565. padding:0px;
  566. margin:0px;
  567. }
  568.  
  569. ol.notes li.note {
  570. display:block;
  571. padding:0;
  572. margin:5px 0;
  573. }
  574.  
  575. ol.notes li.note img.avatar {display:none!important;}
  576.  
  577. a.more_notes_link {
  578. display:block;
  579. text-align:center;
  580. color:{color:title};
  581. }
  582.  
  583. .credit {
  584. position:fixed;
  585. right:10px;
  586. bottom:15px;
  587. font-weight:bold;
  588. }
  589.  
  590. .credit a {
  591. color:#000000;
  592. }
  593.  
  594. {CustomCSS}
  595.  
  596. /*smooth loading*/
  597.  
  598. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  599. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  600. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  601. .fade-in {
  602. opacity:0;
  603. -webkit-animation:fadeIn ease-in 1;
  604. -moz-animation:fadeIn ease-in 1;
  605. animation:fadeIn ease-in 1;
  606. -webkit-animation-fill-mode:forwards;
  607. -moz-animation-fill-mode:forwards;
  608. animation-fill-mode:forwards;
  609. -webkit-animation-duration:1s;
  610. -moz-animation-duration:1s;
  611. animation-duration:1s;}
  612. .fade-in.one {
  613. -webkit-animation-delay:0s;
  614. -moz-animation-delay:0s;
  615. animation-delay:0s;}
  616. .fade-in.two {
  617. -webkit-animation-delay:0.8s;
  618. -moz-animation-delay:0.8s;
  619. animation-delay:0.8s;}
  620.  
  621. </style>
  622.  
  623. </head>
  624. <body>
  625.  
  626. <header>
  627. <div class="h">
  628. <a href="/"> <img src="{image:Icon}"></a>
  629. <nav>
  630. <a href="/" id="blogtitle" style="float:left;">{Title}</a>
  631. {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}
  632. </nav></div>
  633. <div class="description">{Description}</div>
  634. </header>
  635.  
  636.  
  637. <section id="entries" class="fade-in one">{block:posts}
  638. <article class="posts">
  639.  
  640. {block:Quote}
  641. <div class="title quote">{quote}</div>
  642. {block:Source}<div class="source">{source}</div>{/block:Source}
  643. {/block:Quote}
  644.  
  645. {block:Text}
  646. {block:Title}<div class="title">{title}</div>{/block:Title}
  647. <div class="caption">{Body}</div>
  648. {/block:Text}
  649.  
  650. {block:Link}<div class="title"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}<div class="caption">{Description}</div>{/block:Description}{/block:Link}
  651.  
  652. {block:Chat}
  653. {block:Title}<div id="title">{title}</div>{/block:Title}
  654. <ol class="chat {block:Title}ted{/block:Title}">
  655. {block:lines}
  656. <li class="l {Alt}">
  657. {block:label}<span class="label">{label}</span>{/block:label} {line}
  658. </li>
  659. {/block:lines}
  660. </ol>
  661. {/block:Chat}
  662.  
  663. {block:Photo}{linkopentag}<img src="{photoURL-HighRes}" alt="{PhotoAlt}"/>{linkclosetag}{/block:Photo}
  664.  
  665. {block:Photoset}
  666. <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>
  667. {/block:Photoset}
  668.  
  669. {block:Video}<div class="video">{Video-500}</div>{/block:Video}
  670.  
  671. {block:Audio}
  672. {block:audioplayer}
  673. <div class="hold">
  674. <div class="player">{audioplayerwhite}</div>
  675. <div class="audio_info">
  676. {block:trackname}<span class="track">{trackname}</span>{/block:trackname}
  677. {block:artist}<span class="artist">{artist}</span>{/block:artist}
  678. </div>
  679. </div>
  680. {/block:audioplayer}
  681. {/block:Audio}
  682.  
  683. {block:caption}<div class="caption">{Caption}</div>{/block:caption}
  684.  
  685. {block:Answer}
  686. <div class="q">
  687. <div class="as"><b>{Asker}</b> sent &mdash; {Question}</div></div>
  688. <div class="a"><div class="caption">{Answer}</div></div>
  689. {/block:Answer}
  690.  
  691. {block:Date}
  692. <div class="permalink"><a href="{permalink}" title="{TimeAgo}">{ShortMonth} {DayofMonthWithSuffix}</a> {block:NoteCount}<i class="fas fa-heart"></i> <a href="{permalink}" class="notecount" style="font-weight:normal">{NoteCount}</a>{/block:NoteCount} <a href="{ReblogURL}" target="_blank"><i class="fas fa-sync-alt"></i></a></div>
  693. {block:permalinkpage}{block:RebloggedFrom}
  694. <div class="from">
  695. via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  696. {block:ContentSource} &mdash; source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}
  697. </div>
  698. {/block:RebloggedFrom}{/block:permalinkpage}
  699. {block:hastags}
  700. <div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>
  701. {/block:hasTags}
  702. {/block:Date}
  703.  
  704. </article>
  705.  
  706. {block:PostNotes}
  707. <article class="posts pagenotes">
  708. {PostNotes}
  709. </article>
  710. {/block:PostNotes}
  711.  
  712. {/block:Posts}
  713.  
  714. {block:Pagination}
  715. <footer id="pagination">
  716. <span>
  717. {block:PreviousPage}<a href="{PreviousPage}">back</a>{block:nextpage}/{/block:nextpage}{/block:PreviousPage}
  718. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage} </span>
  719. {block:JumpPagination length="5"}
  720. {block:CurrentPage}<a class="current_page">{PageNumber}</span>{/block:CurrentPage}
  721. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  722. {/block:JumpPagination}
  723. </footer>
  724. {/block:Pagination}
  725.  
  726. </section>
  727.  
  728. <script>
  729. var $container = $('.posts');
  730. $container.find('.notecount').each(function(){
  731. var n = $(this).html().split(' ')[0].replace(/,/g, '');
  732. if (n > 999) {
  733. n = Math.floor(n / 100) / 10;
  734. $(this).text(n + 'k');
  735. }
  736. });
  737. $(document).ready(function(){
  738. $('body').tooltip({track:false});
  739. $('iframe.tumblr_audio_player').load( function() {
  740. $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:background} !important} </style>"));
  741. });
  742. });
  743. $('.posts').unnest({
  744. yourCaption: ".caption",
  745. wrapName: ".leg",
  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