niehauscosima

nova

Jan 5th, 2019
6,181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.55 KB | None | 0 0
  1. <!--
  2.  
  3. nova by ananda (captainmarvels)
  4.  
  5. ////////////////////////////////////////////////
  6.  
  7. base code
  8. © sorrism
  9.  
  10. pxu photosets
  11. the MIT license (MIT) copyright (c) 2013
  12. © pixel union, modified by bychloethemes
  13.  
  14. -->
  15.  
  16. <!DOCTYPE html>
  17. <head>
  18.  
  19. <title>{block:TagPage}#{Tag} : {/block:TagPage} {block:PostSummary}{PostSummary} : {/block:PostSummary}{Title}</title>
  20.  
  21. <link rel="shortcut icon" href="{favicon}">
  22.  
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26. <!--default variables-->
  27.  
  28. <meta name="if:blogtitle" content="1"/>
  29.  
  30. <meta name="select:body font" content="helvetica" title="helvetica"/>
  31. <meta name="select:body font" content="Source Sans Pro" title="Source Sans Pro"/>
  32. <meta name="select:body font" content="Roboto" title="Roboto"/>
  33. <meta name="select:body font" content="PT Sans" title="PT Sans"/>
  34.  
  35. <meta name="select:body font" content="helvetica" title="helvetica"/>
  36. <meta name="select:title font" content="Source Sans Pro" title="Source Sans Pro"/>
  37. <meta name="select:title font" content="Changa" title="Changa"/>
  38. <meta name="select:title font" content="PT Sans" title="PT Sans"/>
  39.  
  40. <meta name="select:text size" content="11" title="11"/>
  41. <meta name="select:text size" content="12" title="12"/>
  42.  
  43. <meta name="select:bold weight" content="700" title="700"/>
  44. <meta name="select:bold weight" content="600" title="600"/>
  45. <meta name="select:bold weight" content="500" title="500"/>
  46.  
  47. <meta name="select:post size" content="540" title="540"/>
  48. <meta name="select:post size" content="450" title="450"/>
  49. <meta name="select:post size" content="350" title="350"/>
  50.  
  51. <meta name="color:background" content="#f9f9f9"/>
  52. <meta name="color:text" content="#444444"/>
  53. <meta name="color:link" content="#888888"/>
  54. <meta name="color:link hover" content="#666666"/>
  55. <meta name="color:accent" content="#666666"/>
  56.  
  57. <meta name="text:home title" content="index"/>
  58. <meta name="text:ask title" content="message"/>
  59. <meta name="text:archive title" content="history"/>
  60. <meta name="text:link 1 url" content="" />
  61. <meta name="text:link 1 name" content="" />
  62. <meta name="text:link 2 url" content="" />
  63. <meta name="text:link 2 name" content="" />
  64. <meta name="text:link 3 url" content="" />
  65. <meta name="text:link 3 name" content="" />
  66. <meta name="text:link 4 url" content="" />
  67. <meta name="text:link 4 name" content="" />
  68.  
  69. <meta name="image:icon" content=""/>
  70.  
  71. <!--fonts-->
  72.  
  73. <link href="https://fonts.googleapis.com/css?family=Changa:400,500,600,700|Heebo:400,500,700,800|Roboto:400,400i,500,500i,700,700i|Source+Sans+Pro:300,400,400i,600,600i,700,700i|PT+Sans:400,400i,700,700i" rel="stylesheet">
  74.  
  75. <!--scripts-->
  76.  
  77. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  78. <!--video resizing by shythemes-->
  79. <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script><script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  80. <!--pxu photosets by pixel union and bychloethemes-->
  81. <script src="http://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script> <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  82.  
  83. <!--css customization-->
  84.  
  85. <style type="text/css">
  86.  
  87.  
  88. .tmblr-full img {
  89. max-width:100%;
  90. }
  91.  
  92. .vignette, #vignette {
  93. opacity:0;
  94. }
  95.  
  96. .lightbox-image, #tumblr_lightbox img {
  97. box-shadow:none !important;
  98. border-radius:0 !important;
  99. max-width:none;
  100. }
  101.  
  102. .tmblr-lightbox, #tumblr_lightbox {
  103. background-color:rgba(255,255,255,.8) !important;
  104. }
  105.  
  106. #tumblr_lightbox img {
  107. padding:5px;
  108. -moz-box-sizing:border-box;
  109. box-sizing:border-box;
  110. }
  111.  
  112. .lightbox-image {
  113. padding:0px;
  114. background-color:rgba(255,255,255,1) !important;
  115. }
  116.  
  117. /*alternative tumblr controls by cyantists*/
  118.  
  119. iframe.tmblr-iframe {
  120. z-index:99999999999999!important;
  121. top:1em!important;
  122. right:1em!important;
  123. opacity:0.5;
  124. /* delete invert(1) from here */
  125. filter:invert(1) contrast(150%);
  126. -webkit-filter:invert(1) contrast(150%);
  127. -o-filter:invert(1) contrast(150%);
  128. -moz-filter:invert(1) contrast(150%);
  129. -ms-filter:invert(1) contrast(150%);
  130. /* to here if your blog has a dark background */
  131. transform:scale(0.75);
  132. transform-origin:100% 0;
  133. -webkit-transform:scale(0.75);
  134. -webkit-transform-origin:100% 0;
  135. -o-transform:scale(0.75);
  136. -o-transform-origin:100% 0;
  137. -moz-transform:scale(0.75);
  138. -moz-transform-origin:100% 0;
  139. -ms-transform:scale(0.75);
  140. -ms-transform-origin:100% 0;
  141. }
  142.  
  143. ::-webkit-scrollbar {
  144. width:17px;
  145. height:17px;
  146. }
  147.  
  148. ::-webkit-scrollbar-track {
  149. border:8px solid {color:background};
  150. background-color:#ccc;
  151. }
  152.  
  153. ::-webkit-scrollbar-thumb {
  154. min-height:24px;
  155. min-width:24px;
  156. background-clip:padding-box;
  157. background-color:#444;
  158. border:8px solid {color:background};
  159. }
  160.  
  161. .ui-tooltip {
  162. position:absolute;
  163. z-index:9999;
  164. padding-top:10px;
  165. border-radius:10%;
  166. }
  167.  
  168. .ui-tooltip-content {
  169. padding:0.50em 0.70em;
  170. border:1px solid #eee;
  171. font-size:11px;
  172. text-transform:lowercase;
  173. }
  174.  
  175. ::selection {
  176. background:#f8f8f8;
  177. color:{color:text};
  178. padding:3px;
  179. }
  180.  
  181. ::-moz-selection {
  182. background:#f8f8f8;
  183. color:#f8f8f8;
  184. }
  185.  
  186. ::-webkit-selection {
  187. background:#f8f8f8;
  188. color:#f8f8f8;
  189. }
  190.  
  191. body {
  192. font-family:{select:body font}, sans-serif;
  193. font-size:{select:text size}px;
  194. background:{color:background};
  195. color:{color:text};
  196. letter-spacing:.20px;
  197. line-height:1.8em;
  198. font-style:normal;
  199. word-wrap:break-word;
  200. text-align:left;
  201. opacity:1;
  202. transition:1s opacity;
  203. }
  204.  
  205. body.fade-out {
  206. opacity:0;
  207. transition:none;
  208. }
  209.  
  210. a {
  211. color:{color:link};
  212. text-decoration:none;
  213. transition:all .3s linear;
  214. -webkit-transition:all .3s linear;
  215. -o-transition:all .3s linear;
  216. -moz-transition:all .3s linear;
  217. }
  218.  
  219. a:hover {
  220. color:{color:link hover};
  221. }
  222.  
  223. a, a img {cursor:pointer;}
  224.  
  225. img {
  226. opacity:1;
  227. border:0;
  228. text-decoration:none;
  229. max-width:100%;
  230. height:auto;
  231. display:block;
  232. }
  233.  
  234. b, strong, b a, strong a {
  235. font-weight:{select:bold weight};
  236. color:{color:text};
  237. }
  238.  
  239. small, big, sub, pre {
  240. margin:0;
  241. font-size:1em!important;
  242. vertical-align:baseline!important;
  243. }
  244.  
  245. i {
  246. font-style:italic;
  247. color:{color:text};
  248. }
  249.  
  250. h1, h2, h3, h4 {
  251. font-family:{select:title font}, sans-serif;
  252. margin:1em 0;
  253. text-transform:normal;
  254. font-weight:{select:bold weight};;
  255. color:{color:text};
  256. font-size:14px;
  257. }
  258.  
  259. p {margin:1em 0;}
  260.  
  261. ul:first-of-type,
  262. ol:first-of-type,
  263. p:first-of-type {margin-top:0;}
  264.  
  265. ul:last-of-type,
  266. ol:last-of-type,
  267. p:last-of-type {margin-bottom:0;}
  268.  
  269. blockquote, ol, ul, pre, figure {margin:1em 0;}
  270.  
  271. .posts h1:first-child,
  272. .posts h2:first-child,
  273. .posts h3:first-child,
  274. .posts h4:first-child {margin-top:0;}
  275.  
  276. hr {
  277. border:none;
  278. box-shadow:0;
  279. margin:2em auto;
  280. width:75px;
  281. }
  282.  
  283. ul, ol {
  284. list-style-type:circle;
  285. }
  286.  
  287. blockquote {
  288. padding:0;
  289. margin:0;
  290. border:0;
  291. }
  292.  
  293. pre {
  294. padding:0;
  295. margin:0;
  296. line-height:inherit!important;
  297. background:transparent;
  298. font-family:inherit!Important;
  299. font-size:inherit!important;
  300. white-space:pre-wrap;
  301. white-space:-moz-pre-wrap;
  302. white-space:-pre-wrap;
  303. white-space:-o-pre-wrap;
  304. word-wrap:break-word;
  305. }
  306.  
  307. header {
  308. width:{select:post size}px;
  309. padding:1.5em;
  310. margin:50px auto;
  311. border-bottom:1px solid #eee;
  312. }
  313.  
  314. header img {
  315. display:inline;
  316. width:40px;
  317. height:40px;
  318. border-radius:100%;
  319. float:right;
  320. }
  321.  
  322. table, td, th {
  323. padding:1em 0;
  324. text-align:left;
  325. }
  326.  
  327. td {
  328. width:50%;
  329. }
  330.  
  331. table {
  332. border-collapse:collapse;
  333. width:100%;
  334. }
  335.  
  336. #blogtitle {
  337. display:block;
  338. }
  339.  
  340. #blogtitle a {
  341. font-family:{select:title font}, sans-serif;
  342. font-weight:{select:bold weight};;
  343. color:{color:text};
  344. font-size:14px;
  345. text-transform:lowercase;
  346. }
  347.  
  348. #blogtitle a:hover {
  349. color:{color:link hover};
  350. }
  351.  
  352. #description {
  353. text-align:left;
  354. }
  355.  
  356. nav {
  357. display:block;
  358. text-align:right;
  359. }
  360.  
  361. nav a {
  362. display:inline-block;
  363. text-transform:lowercase;
  364. }
  365.  
  366. nav a:not(:last-child) {
  367. margin-right:1em;
  368. }
  369.  
  370. nav a:hover {
  371. color:{color:link hover};
  372. }
  373.  
  374. section {
  375. width:{select:post size}px;
  376. margin:60px auto 100px auto;
  377. }
  378.  
  379. .posts {
  380. width:{select:post size}px;
  381. margin-bottom:100px;
  382. display:block;
  383.  
  384. }
  385. .posts:last-child {
  386. margin-bottom:0px;
  387. }
  388.  
  389. {block:Permalinkpage}
  390. .posts {
  391. margin-bottom:30px;
  392. }
  393. {/block:Permalinkpage}
  394.  
  395. .ph {
  396. position:relative;
  397. overflow:hidden;
  398. margin:0;
  399. }
  400.  
  401. .ph img {
  402. width:auto;
  403. display:block;
  404. }
  405.  
  406. .player {
  407. width:25px;
  408. height:25px;
  409. position:absolute;
  410. left:20px;
  411. top:calc(50% - 15px);
  412. display:block;
  413. overflow:hidden;
  414. }
  415.  
  416. .hold {
  417. text-align:left;
  418. background:{color:background};
  419. border:1px solid #eee;
  420. position:relative;
  421. display:block;
  422. min-height:24px;
  423. padding:2em;
  424. }
  425.  
  426. .audio_info {
  427. vertical-align:middle;
  428. line-height:12px;
  429. margin-left:35px;
  430. max-width:calc(100% - 35px);
  431. }
  432.  
  433. .audio_info span {
  434. white-space:nowrap;
  435. overflow:hidden;
  436. text-overflow:ellipsis;
  437. display:block;
  438. }
  439.  
  440. .hold .track {color:{color:text};}
  441.  
  442. .comment {
  443. padding:0 0 1.5em 0;
  444. list-style:none;
  445. }
  446.  
  447. .user {
  448. vertical-align:middle;
  449. font-weight:{select:bold weight};;
  450. display:inline-block;
  451. line-height:16px;
  452. color:{color:text};
  453. margin-bottom:.75em;
  454. }
  455.  
  456. .icon {
  457. border-radius:100%;
  458. vertical-align:middle;
  459. margin-right:7px;
  460. display:inline-block;
  461. float:left;
  462. }
  463.  
  464. .icon img {
  465. width:16px;
  466. height:16px;
  467. -moz-border-radius:100px;
  468. -webkit-border-radius:100px;
  469. border-radius:100%;
  470. }
  471.  
  472. .captioned .comment:first-of-type {margin-top:1.5em;}
  473.  
  474. .comment:last-of-type {padding-bottom:0!important;}
  475.  
  476. .tex li, .tex blockquote {text-align:left;}
  477.  
  478. .a {
  479. display:inline-block;
  480. width:540px;
  481. }
  482.  
  483. .q {
  484. margin-bottom:0.9em;
  485. width:{select:post size}px;
  486. float:left;
  487. border:1px solid #eee;
  488. padding:1.5em;
  489. position:relative;
  490. }
  491.  
  492. .as span {
  493. font-weight:{select:bold weight};;
  494. font-family:{select:title font}, sans-serif;
  495. font-size:12px;
  496. text-transform:lowercase;
  497. }
  498.  
  499. .chat {
  500. margin:0;
  501. padding:0;
  502. text-align:left;
  503. list-style:none;
  504. }
  505.  
  506. .label {
  507. position:relative;
  508. width:auto;
  509. margin-right:5px;
  510. font-weight:{select:bold weight};
  511. color:{color:text};
  512. display:inline-block;
  513. }
  514.  
  515. .l.odd,
  516. .l.even {
  517. padding:1em 0;
  518. }
  519.  
  520. .permalink {
  521. border-top:1px solid #eee;
  522. margin:1.5em 0 0 0;
  523. width:{select:post size}px;
  524. display:table;
  525. }
  526.  
  527. .perm {
  528. width:10%;
  529. padding:1.5em 0;
  530. display:table-cell;
  531. text-align:left;
  532. vertical-align:top;
  533. line-height:1em;
  534. font-size:13px;
  535. }
  536.  
  537. .perm:not(:last-child) {
  538. margin-right:1em;
  539. }
  540.  
  541. .perm a {
  542. padding:0.5em 0 0 0;
  543. }
  544.  
  545. .linebreak a {
  546. margin-right:1em;
  547. display:inline-block;
  548. }
  549.  
  550. .quote:before {
  551. content:'“';
  552. padding-right:0.5px;
  553. }
  554.  
  555. .quote:after {
  556. content:'”';
  557. padding-left:0.5px;
  558. }
  559.  
  560. .quote {
  561. font-size:12px;
  562. font-style:italic;
  563. }
  564.  
  565. .source:before {
  566. content:'—';
  567. margin-right:5px;
  568. color:#ccc;
  569. }
  570.  
  571. .source {
  572. padding-top:0.5em;
  573. }
  574.  
  575. .pagenotes {
  576. padding:1.5em 0;
  577. width:{select:post size}px;
  578. }
  579.  
  580. .pagenotes ol, .pagenotes ul {
  581. padding:0;
  582. margin:0;
  583. }
  584.  
  585. li.note {
  586. display:block;
  587. padding:0;
  588. }
  589.  
  590. li.note:not(:first-child):not(:last-child) {
  591. margin:8px 0;
  592. }
  593.  
  594. ol.notes li.note img.avatar {display:none;}
  595.  
  596. a.more_notes_link {
  597. display:block;
  598. text-align:center;
  599. }
  600.  
  601. .pagenotes blockquote {
  602. margin-left:2em;
  603. }
  604.  
  605. #pagination {
  606. width:{select:post size}px;
  607. text-align:center;
  608. text-transform:lowercase;
  609. margin:50px auto;
  610. font-size:13px;
  611. }
  612.  
  613. #pagination a {
  614. padding-left:05px;
  615. padding-right:05px;
  616. }
  617.  
  618. .c {
  619. opacity:0.8;
  620. font-weight:{select:bold weight};;
  621. display:block;
  622. font-size:13px;
  623. z-index:1;
  624. position:fixed;
  625. right:15px;
  626. bottom:20px;
  627. color:{color:text};
  628. }
  629.  
  630. {CustomCSS}
  631.  
  632. </style>
  633.  
  634. </head>
  635. <body>
  636. <script>document.body.className += ' fade-out';</script>
  637.  
  638. <header>
  639.  
  640. <table>
  641. <tr>
  642. <td>{block:ifblogtitle}<div id="blogtitle"><a href="/">{Title}</a></div>{/block:ifblogtitle}</td>
  643. <td>{block:ificonimage}<img src="{image:icon}">{/block:ificonimage}{block:ifnoticonimage}<img src="{PortraitURL-40}">{/block:ifnoticonimage}</td>
  644. </tr>
  645. <tr>
  646. <td><div id="description">{Description}</td>
  647. <td style=" vertical-align:bottom;"><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:iflink1url}<a href="{text:link 1 url}">{text:link 1 name}</a>{/block:iflink1url}{block:iflink2url}<a href="{text:link 2 url}">{text:link 2 name}</a>{/block:iflink2url}{block:iflink3url}<a href="{text:link 3 url}">{text:link 3 name}</a>{/block:iflink3url}{block:iflink4url}<a href="{text:link 4 url}">{text:link 4 name}</a>{/block:iflink4url}</nav></td>
  648. </tr>
  649. </table>
  650.  
  651. </header>
  652.  
  653. <section id="entries">
  654. {block:Posts}
  655.  
  656. <article class="posts {block:caption}captioned{/block:caption}" id="{PostID}">
  657.  
  658. {block:Quote}
  659. <div class="quote">{quote}</div>
  660. {block:Source}
  661. <div class="source">{source}</div>
  662. {/block:Source}
  663. {/block:Quote}
  664.  
  665. {block:Text}
  666. {block:Title}<h1>{title}</h1>{/block:Title}
  667. {block:RebloggedFrom}
  668. {block:Reblogs}
  669. <li class="comment {block:Title}ted{/block:Title}">
  670. <a href="{Permalink}" class="icon"><img src="{PortraitURL-64}"></a> <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a><div class="tex">{body}</div></li>
  671. {/block:Reblogs}
  672. {/block:RebloggedFrom}
  673. {block:NotReblog}
  674. <li class="comment {block:Title}ted{/block:Title}"><div class="tex">{body}</div></li>
  675. {/block:NotReblog}
  676. {/block:Text}
  677.  
  678. {block:Link}<h1><a href="{URL}">{name}</a></h1>
  679. {block:Description}
  680. {block:NotReblog}
  681. <li class="comment ted"><div class="tex">{description}</div></li>
  682. {/block:NotReblog}
  683. {/block:Description}
  684. {block:RebloggedFrom}
  685. {block:Reblogs}
  686. <li class="comment"><a href="{Permalink}" class="icon"><img src="{PortraitURL-64}"></a> <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a><div class="tex">{body}</div></li>
  687. {/block:Reblogs}
  688. {/block:RebloggedFrom}
  689. {/block:Link}
  690.  
  691. {block:Chat}
  692. {block:Title}<h1>{title}</h1>{/block:Title}
  693. <ol class="chat {block:Title}ted{/block:Title}">
  694. {block:lines}<li class="l {Alt}">{block:label}<span class="label">{label}</span>{/block:label}{line}</li>{/block:lines}
  695. </ol>
  696. {/block:Chat}
  697.  
  698. <div class="ph">
  699.  
  700. {block:Photo}{linkopentag}<img src="{photoURL-HighRes}" alt="{PhotoAlt}"/>{linkclosetag}{/block:Photo}
  701.  
  702. {block:Photoset}
  703. <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>
  704. {/block:Photoset}
  705.  
  706. <div class="video">{Video-500}</div>
  707.  
  708. {block:Audio}
  709. {block:audioplayer}
  710. <div class="hold">
  711. <div class="player">{audioplayerwhite}</div>
  712. <div class="audio_info">{block:trackname}<span class="track">{trackname}</span>{/block:trackname} {block:artist}<span class="artist">{artist}</span>{/block:artist}</div>
  713. </div>
  714. {/block:audioplayer}
  715. {/block:Audio}
  716.  
  717. {block:caption}
  718. {block:Reblogs}
  719. <li class="comment"><a href="{Permalink}" class="icon"><img src="{PortraitURL-64}"></a> <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a><div class="tex">{body}</div></li>
  720. {/block:Reblogs}
  721. {block:NotReblog}
  722. <li class="comment"><div class="tex">{caption}</div></li>
  723. {/block:NotReblog}
  724. {/block:caption}
  725.  
  726. </div><!--ph-->
  727.  
  728. {block:Answer}
  729. <div class="a">
  730. <div class="q"><div class="as"><span>{asker}</span></div> {question}</div>
  731. </div>
  732. {block:Answerer}
  733. <div class="a">
  734. <div class="q"><div class="as"><span>{answerer}</span></div> {answer}</div>
  735. </div>
  736. {/block:Answerer}
  737. {block:NotReblog}
  738. <li class="comment"><div class="tex">{replies}</div></li>
  739. {/block:NotReblog}
  740. {block:RebloggedFrom}
  741. {block:Reblogs}
  742. <li class="comment"><div class="tex">{body}</div></li>
  743. {/block:Reblogs}
  744. {/block:RebloggedFrom}
  745. {/block:Answer}
  746.  
  747. {block:Date}
  748. <div class="permalink">
  749.  
  750. {block:indexpage}
  751. <span class="perm">Date
  752. <div class="linebreak">
  753. <a href="{permalink}">{Month}, {DayofMonthwithSuffix}</a>
  754. </div>
  755. </span>
  756. {/block:indexpage}
  757.  
  758. {block:NotReblog}
  759. {block:permalinkpage}
  760. <span class="perm">Date
  761. <div class="linebreak">
  762. <a href="{permalink}">{Month}, {DayofMonthwithSuffix}</a>
  763. </div>
  764. </span>
  765. {/block:permalinkpage}
  766. {block:NotReblog}
  767.  
  768. {block:RebloggedFrom}
  769. {block:permalinkpage}
  770. <span class="perm">Source
  771. <div class="linebreak">
  772. <a href="{ReblogRootURL}">{ReblogRootName}</a>
  773. </div>
  774. </span>
  775. {/block:permalinkpage}
  776. {/block:RebloggedFrom}
  777.  
  778. {block:NoteCount}
  779. <span class="perm">Notes
  780. <div class="linebreak">
  781. <a href="{permalink}" class="notecount">{NoteCount}</a>
  782. </div>
  783. </span>
  784. {/block:NoteCount}
  785.  
  786. {block:hasTags}
  787. <span class="perm">Tags
  788. <div class="linebreak">
  789. {block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}
  790. </div>
  791. </span>
  792. {/block:hasTags}
  793.  
  794. </div>
  795. {/block:Date}
  796.  
  797. </article><!--posts-->
  798.  
  799. {block:PostNotes}
  800. <div class="pagenotes">
  801. {PostNotes}
  802. </div>
  803. {/block:PostNotes}
  804.  
  805. {/block:Posts}
  806.  
  807. {block:Pagination}<div id="pagination">
  808. {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}
  809.  
  810. {block:NextPage}<a href="{NextPage}" class="next">older</a>{/block:NextPage}</div>
  811. {/block:Pagination}
  812. </section>
  813.  
  814. <script>
  815. var $container = $('.posts');
  816. $container.find('.notecount').each(function(){
  817. var n = $(this).html().split(' ')[0].replace(/,/g, '');
  818. if (n > 999) {
  819. n = Math.floor(n / 100) / 10;
  820. $(this).text(n + 'k');
  821. }
  822. });
  823. $(document).ready(function() {
  824. $('body').tooltip({track:false});
  825. $('iframe.tumblr_audio_player').load( function() {
  826. $('iframe.tumblr_audio_player').contents().find("head")
  827. .append($("<style type='text/css'> .audio-player{background:{color:accent} !important} </style>"));
  828. });
  829. });
  830. $(function() {
  831. $('body').removeClass('fade-out');
  832. });
  833. $(document).ready(function(){
  834. $('.photo-slideshow').pxuPhotoset({
  835. lightbox:true,
  836. rounded:false,
  837. gutter:'4px',
  838. borderRadius:'2px',
  839. photoset:'.photo-slideshow',
  840. photoWrap:'.photo-data',
  841. photo:'.pxu-photo'
  842. });
  843. });
  844. </script>
  845.  
  846. <a class="c" href="http://captainmarvels.tumblr.com">✵</a>
  847.  
  848. {block:ContentSource}
  849. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  850. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  851. {/block:SourceLogo}
  852. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  853. {/block:ContentSource}
  854. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment