niehauscosima

singularity

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