Advertisement
feiinho

Incoming Theme by Chloë

Jan 23rd, 2017
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.49 KB | None | 0 0
  1. <!--
  2.  
  3. (◍•ᴗ•◍)♡ ✧*。
  4.  
  5. Incoming Theme by Chloë | @dontbrag | @bychloethemes
  6.  
  7. > Do not delete/alter any credit.
  8. > Do not claim as your own.
  9. > Do not copy any code.
  10. > Do not redistribute.
  11.  
  12. Full terms: http://bychloethemes.tumblr.com/themes
  13.  
  14. =========================================================
  15.  
  16. DEPENDENCIES:
  17.  
  18. > jQuery
  19. https://jquery.com/
  20. > jQuery UI
  21. https://jqueryui.com/
  22. > Draggable Tags
  23. http://jqueryscript.net/other
  24. /Tumblr-Like-Draggable-Tag-Bar-with-jQuery-CSS3-Tag-Overflow.html
  25. > Infinite Scroll
  26. http://infinite-scroll.com/
  27. > PXU Photosets (Modified by me)
  28. https://github.com/PixelUnion/Extended-Tumblr-Photoset/
  29. > ImagesLoaded
  30. http://imagesloaded.desandro.com/
  31. > Video Resizing
  32. http://shythemes.tumblr.com/post/134536748863/
  33. > SMT Tooltips
  34. http://manos.malihu.gr/style-my-tooltips-jquery-plugin/
  35. > Unnest Captions
  36. http://neothm.com/post/148902138319/
  37. > 7 Stroke Icon Font
  38. http://themes-pixeden.com/font-demos/7-stroke/
  39. > Google Fonts
  40. http://fonts.google.com/
  41. > Default Background
  42. http://kaleidoscopedesignstudio.net/
  43.  
  44. -->
  45. <html>
  46. <head>
  47. {block:Hidden}
  48. <meta name="image:Background" content="https://dl.dropboxusercontent.com/s/xtodtpb6v8e40ox/Kaleidoscope-Desktop-Wallpaper-Wallstudio-April-2015.jpg" />
  49.  
  50. <meta name="color:Background" content="#fff" />
  51. <meta name="color:Text" content="#000" />
  52. <meta name="color:Links" content="#00f" />
  53. <meta name="color:Lines" content="#000" />
  54.  
  55. <meta name="if:Repeating Background" content="" />
  56. <meta name="if:Submit Link" content="" />
  57. <meta name="if:Captions" content="" />
  58. <meta name="if:Tags" content="" />
  59.  
  60. <meta name="text:Last Box Title" content="Insta" />
  61. <meta name="text:Last Box Icon" content="pe-7s-camera" />
  62. <meta name="text:Last Box" content="" />{block:Hidden}
  63.  
  64. <meta charset="UTF-8" />
  65. <title>{block:TagPage}{Tag} posts | {/block:TagPage} {block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}</title>
  66. <link rel="shortcut icon" href="{Favicon}">
  67. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  68. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  69.  
  70. <link rel="stylesheet" href="http://static.tumblr.com/i5s2zks/6kOohwlux/pe-icon-7-stroke.css">
  71. <link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  72. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  73. <script>
  74. $(document).ready(function() {
  75. $('ul#nav li').click(function() {
  76. var index = $(this).index();
  77. var leftMargin = "-" + index*100 + "%";
  78. $('#carousel').animate({
  79. marginLeft: leftMargin
  80. }, 700);
  81. });
  82. });
  83. </script>
  84. <style>
  85. * {
  86. margin: 0;
  87. padding: 0;
  88. }
  89. #tumblr_controls, .tmblr-iframe {
  90. top:5px!important;
  91. right:5px!important;
  92. -webkit-filter: invert(90%);
  93. filter: invert(90%);
  94. position:fixed!important;
  95. -webkit-transform:scale(.8, .8);
  96. -moz-transform:scale(.8, .8);
  97. transform:scale(.8, .8);
  98. -webkit-transform-origin: right top;
  99. -moz-transform-origin: right top;
  100. -ms-transform-origin: right top;
  101. -o-transform-origin: right top;
  102. transform-origin: right top;
  103. z-index:999999999999999999!important
  104. }
  105. ::-webkit-scrollbar {
  106. background-color:#ddd;
  107. height: 11px;
  108. width: 11px;
  109. border:5px solid #fff;
  110. }
  111. ::-webkit-scrollbar-thumb {
  112. background-color:#000;
  113. border:5px solid #fff;
  114. }
  115. [class*=" pe-7s-"]:before, [class^=pe-7s-]:before {
  116. vertical-align: text-bottom;
  117. }
  118. body {
  119. font-size: 11px;
  120. font-family: 'Inconsolata', monospace;
  121. background: {color:Background} url({image:Background})
  122. {block:IfNotRepeatingBackground} no-repeat center center fixed;
  123. background-size: cover;{block:IfNotRepeatingBackground}
  124. {block:IfRepeatingBackground}fixed;{/block:IfRepeatingBackground}
  125. color:{color:Text};
  126. word-break:break-word;
  127. }
  128. a {
  129. text-decoration: none;
  130. color: {color:Links};
  131. border-bottom: 1px solid #eaeaea;
  132. -webkit-transition: all 0.3s;
  133. transition: all 0.3s;
  134. }
  135. a:hover {
  136. border-bottom-color: {color:Links};
  137. -webkit-transition: all 0.3s;
  138. transition: all 0.3s;
  139. }
  140. pre {
  141. white-space: pre-wrap;
  142. }
  143. img:not(.lightbox-image) {
  144. max-width: 100%;
  145. vertical-align: middle;
  146. }
  147. #wrapper {
  148. width: 580px;
  149. margin: 0 auto;
  150. }
  151. header {
  152. box-sizing: border-box;
  153. text-align: center;
  154. background: #fff;
  155. border: 1px solid {color:Lines};
  156. height: 150px;
  157. margin: 40px 0 60px;
  158. position: relative;
  159. overflow: hidden;
  160. }
  161. #carousel {
  162. height: calc(100% - 31px);
  163. width: calc(100% * (1{block:Description} + 1{/block:Description}{block:HasPages} + 1{/block:HasPages}{block:IfLastBox} + 1{/block:IfLastBox}));
  164. }
  165. .box {
  166. box-sizing: border-box;
  167. display: inline-block;
  168. height: 100%;
  169. width: calc(100% / (1{block:Description} + 1{/block:Description}{block:HasPages} + 1{/block:HasPages}{block:IfLastBox} + 1{/block:IfLastBox}));
  170. }
  171. .table {
  172. display: table;
  173. table-layout: fixed;
  174. width: 100%;
  175. height: 100%;
  176. }
  177. .table-cell {
  178. display: table-cell;
  179. vertical-align: middle;
  180. padding: 20px;
  181. }
  182. ul.sub-nav {
  183. list-style: none;
  184. margin-top: 10px;
  185. }
  186. ul.sub-nav li {
  187. display: inline-block;
  188. text-transform: uppercase;
  189. margin: 0 2px;
  190. }
  191. ul#nav {
  192. list-style: none;
  193. position: absolute;
  194. bottom: 0;
  195. width: 100%;
  196. }
  197. ul#nav li {
  198. display: inline-block;
  199. box-sizing: border-box;
  200. width: calc(100% / (1{block:Description} + 1{/block:Description}{block:HasPages} + 1{/block:HasPages}{block:IfLastBox} + 1{/block:IfLastBox}));
  201. border-top: 1px solid {color:Lines};
  202. line-height: 30px;
  203. cursor: pointer;
  204. text-transform: uppercase;
  205. }
  206. ul#nav li:not(:last-of-type) {
  207. border-right: 1px solid {color:Lines};
  208. }
  209. article {
  210. background: #fff;
  211. border: 1px solid {color:Lines};
  212. width: 250px;
  213. box-sizing: border-box;
  214. margin-bottom: 80px;
  215. position: relative;
  216. }
  217. article .post-header {
  218. border-bottom: 1px solid {color:Lines};
  219. padding: 10px 15px;
  220. text-transform: uppercase;
  221. }
  222. article .post-icon {
  223. position: absolute;
  224. padding: 10px 15px;
  225. top: 0;
  226. right: 0;
  227. border-left: 1px solid {color:Lines};
  228. }
  229. article h2 {
  230. margin-bottom: 10px;
  231. }
  232. blockquote.tumblr_parent:not(:last-of-type) {
  233. margin-bottom: 5px;
  234. }
  235. blockquote blockquote {
  236. border-left: 2px solid #eaeaea;
  237. padding-left: 10px;
  238. margin: 10px 0;
  239. margin-left: 10px;
  240. }
  241. .caption ul, .caption ol {
  242. padding-left: 20px;
  243. margin: 10px 0;
  244. }
  245. .caption li {
  246. margin: 5px 0;
  247. }
  248. article p:not(:first-of-type) {
  249. margin-top: 5px;
  250. }
  251. article p:not(:last-of-type) {
  252. margin-bottom: 5px;
  253. }
  254. article p:empty {
  255. display: none;
  256. margin: 0!important;
  257. }
  258. .caption a.tumblr_blog, .q-a {
  259. line-height: 20px;
  260. display: inline-block;
  261. border-bottom: none;
  262. font-weight: bold;
  263. text-transform: uppercase;
  264. color: {color:Text};
  265. position: relative;
  266. }
  267. .caption a.tumblr_blog:before, .q-a:before {
  268. content: '';
  269. position: absolute;
  270. width: calc(183px - 100%);
  271. height: 1px;
  272. background: #eaeaea;
  273. top: 50%;
  274. left: calc(100% + 10px);
  275. z-index: 0;
  276. }
  277. img.caption_avatar, .questioner img {
  278. border-radius: 50%;
  279. width: 18px;
  280. vertical-align: middle;
  281. float: right;
  282. z-index: 9;
  283. position: relative;
  284. }
  285. .photo, .photoset, .album-art {
  286. padding: 5px;
  287. }
  288. a.tumblr-box {
  289. border-bottom: none;
  290. }
  291. .photo-data:not(:last-of-type):after {
  292. content: '';
  293. width: 1px;
  294. height: calc(100% + 10px);
  295. position: absolute;
  296. top: -5px;
  297. right: -6px;
  298. background: {color:Lines};
  299. }
  300. .row {
  301. position: relative;
  302. }
  303. .row:not(:first-of-type):before {
  304. content: '';
  305. height: 1px;
  306. width: calc(100% + 10px);
  307. background: {color:Lines};
  308. position: absolute;
  309. top: -6px;
  310. left: -5px;
  311. }
  312. .media-caption {
  313. border-top: 1px solid {color:Lines};
  314. padding: 15px;
  315. }
  316. .text, .quote, .chat, .link {
  317. padding: 15px;
  318. }
  319. .quote cite {
  320. display: block;
  321. text-align: right;
  322. }
  323. .chat ul {
  324. list-style: none;
  325. }
  326. .chat li:not(:last-of-type) {
  327. margin: 0 0 10px;
  328. }
  329. .audio_player {
  330. position: absolute;
  331. top: 226px;
  332. width: 29px;
  333. overflow: hidden;
  334. border: 5px solid #fff;
  335. background: #fff;
  336. right: 15px;
  337. border-radius: 50%;
  338. }
  339. ul.audio-info {
  340. list-style: none;
  341. border-top: 1px solid {color:Lines};
  342. padding: 15px;
  343. }
  344. .vid {
  345. padding: 5px;
  346. }
  347. .full-query {
  348. padding: 10px 15px 0;
  349. }
  350. .full-query:first-of-type {
  351. padding-top: 15px;
  352. }
  353. .full-query:last-of-type {
  354. padding-bottom: 15px;
  355. }
  356. .q-a a {
  357. border-bottom: none;
  358. color: {color:Text};
  359. }
  360. .answer .caption {
  361. padding: 15px;
  362. border-top: 1px solid {color:Lines};
  363. }
  364. .questioner {
  365. padding-bottom: 5px;
  366. }
  367. .questioner:not(:first-of-type) {
  368. margin-top: 5px;
  369. }
  370. .tags {
  371. border-top: 1px solid {color:Lines};
  372. padding: 5px 0;
  373. }
  374. .post_tags, .post_tags a {
  375. color: #a7a7a7;
  376. }
  377. .post_tags {
  378. position: relative;
  379. line-height: 20px;
  380. white-space: nowrap;
  381. overflow: hidden;
  382. }
  383. .post_tags.draggable .post_tags_inner {
  384. cursor: col-resize;
  385. -webkit-touch-callout: none;
  386. -webkit-user-select: none;
  387. -khtml-user-select: none;
  388. -moz-user-select: none;
  389. -ms-user-select: none;
  390. user-select: none;
  391. }
  392. .post_tags_inner {
  393. float: left;
  394. position: relative;
  395. padding-right: 20px;
  396. }
  397. .post_tags a, .post_tags .post_tag {
  398. margin-right: 6px;
  399. }
  400. .post_tags a:first-of-type {
  401. margin-left: 8px;
  402. }
  403. .post_tags a:before { content: '#'; }
  404.  
  405. .post_tags:after {
  406. content: '';
  407. position: absolute;
  408. top: 0;
  409. right: 0;
  410. bottom: 0;
  411. width: 20px;
  412. background: -moz-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
  413. background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
  414. background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
  415. background: -o-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
  416. background: -ms-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
  417. background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
  418. }
  419. ul.post-footer {
  420. list-style: none;
  421. text-align: center;
  422. border-top: 1px solid {color:Lines};
  423. }
  424. ul.post-footer li {
  425. display: inline-block;
  426. box-sizing: border-box;
  427. line-height: 30px;
  428. text-transform: uppercase;
  429. width: calc(100% / 3);
  430. white-space: nowrap;
  431. overflow: hidden;
  432. text-overflow: ellipsis;
  433. padding: 0 10px;
  434. }
  435. ul.post-footer li:last-of-type {
  436. border-left: 1px solid {color:Lines};
  437. }
  438.  
  439. ul.post-footer li:first-of-type {
  440. border-right: 1px solid {color:Lines};
  441. }
  442. ul.post-footer a {
  443. border-bottom: none;
  444. color: {color:Text};
  445. }
  446. {block:indexPage}
  447. li.custom-like-button {
  448. position:relative;
  449. }
  450. .like_button {
  451. position: absolute;
  452. top: 0;
  453. left: 0;
  454. right: 0;
  455. bottom: 0;
  456. width: 100%;
  457. height: 100%;
  458. opacity: 0;
  459. z-index: 10;
  460. }
  461. .like_button iframe {
  462. width: 100% !important;
  463. height: 100% !important;
  464. }
  465. .our_toggle {
  466. top: 0;
  467. left: 0;
  468. right: 0;
  469. bottom: 0;
  470. z-index: 1;
  471. }
  472. .reblog_button:hover:after {
  473. content:'?';
  474. }
  475. .like_button:hover + .our_toggle:after {
  476. content:'?';
  477. }
  478. .like_button.liked:hover + .our_toggle .word:before {
  479. content:'un';
  480. }
  481. .like_button.liked:hover + .our_toggle:after {
  482. content:'?';
  483. }
  484. .like_button.liked + .our_toggle:after {
  485. content: "d";
  486. }
  487. .like_button.liked + .our_toggle .pe-7s-like {
  488. color:#f00;
  489. }
  490. {/block:IndexPage}
  491. {block:PermalinkPage}
  492. #wrapper {
  493. width: 500px;
  494. }
  495. article {
  496. width: 500px;
  497. }
  498. .media-caption {
  499. padding: 35px;
  500. }
  501. .caption a.tumblr_blog:before, .q-a:before {
  502. width: calc(393px - 100%);
  503. }
  504. .text, .quote, .chat, .link {
  505. padding: 35px;
  506. }
  507. .audio_player {
  508. position: static;
  509. padding: 15px;
  510. background: transparent;
  511. border: none;
  512. border-top: 1px solid #000;
  513. border-radius: 0%;
  514. width: auto;
  515. }
  516. .full-query:last-of-type {
  517. padding-bottom: 35px;
  518. }
  519. .full-query:first-of-type {
  520. padding-top: 35px;
  521. }
  522. .full-query {
  523. padding: 15px 35px 0;
  524. }
  525. .answer .caption {
  526. padding: 25px 35px;
  527. }
  528. .tags {
  529. padding: 15px;
  530. }
  531. ol.notes {
  532. border-top: 1px solid #000;
  533. list-style: none;
  534. padding: 15px;
  535. }
  536. img.avatar {
  537. float: right;
  538. border-radius: 50%;
  539. }
  540. li.note {
  541. margin: 10px 0;
  542. margin-left: 16px;
  543. }
  544. span.action {
  545. position: relative;
  546. }
  547. span.action:after {
  548. content: '';
  549. position: absolute;
  550. width: calc(416px - 100%);
  551. height: 1px;
  552. background: #eaeaea;
  553. top: calc(50% + 0.5px);
  554. left: calc(100% + 10px);
  555. z-index: 0;
  556. }
  557. li.like:before, li.reblog:before, li.reply:before {
  558. font-family:pe-icon-7-stroke;
  559. font-style:normal;
  560. font-weight:400;
  561. font-variant:normal;
  562. text-transform:none;
  563. speak:none;
  564. -webkit-font-smoothing:antialiased;
  565. -moz-osx-font-smoothing:grayscale;
  566. content: "\25";
  567. margin-right: -11px;
  568. color:#f3719f;
  569. left: -16px;
  570. position: relative;
  571. top: 2px;
  572. }
  573. li.reblog:before, li.reply:before {
  574. content:'\42';
  575. color:#7b7b7b;
  576. }
  577. li.original_post:before {
  578. content:'\66';
  579. }
  580. li.reply:before {
  581. content:"\e00a";
  582. }
  583. {/block:PermalinkPage}
  584. </style>
  585. </head>
  586. <body>
  587. <div id="wrapper">
  588. <header>
  589. <div id="carousel">
  590. <div class="box">
  591. <div class="table">
  592. <div class="table-cell">
  593. <h1>{Title}</h1>
  594. <ul class="sub-nav">
  595. <li><a href="/">home</a>
  596. {block:AskEnabled}<li><a href="/ask">ask</a>{/block:AskEnabled}
  597. {block:IfSubmitLink}{block:SubmissionsEnabled}<li><a href="/submit">submit</a>{/block:SubmissionsEnabled}{/block:IfSubmitLink}
  598. <li><a href="/archive">past</a>
  599. </ul>
  600. </div>
  601. </div>
  602. </div>{block:Description}<div class="box">
  603. <div class="table">
  604. <div class="table-cell">
  605. {Description}
  606. </div>
  607. </div>
  608. </div>{/block:Description}{block:HasPages}<div class="box">
  609. <div class="table">
  610. <div class="table-cell">
  611. <ul class="sub-nav">
  612. {block:Pages}<li><a href="{URL}">{Label}</a>{/block:Pages}
  613. </ul>
  614. </div>
  615. </div>
  616. </div>{/block:HasPages}{block:IfLastBox}<div class="box">
  617. <div class="table">
  618. <div class="table-cell">
  619. {text:Last Box}
  620. </div>
  621. </div>
  622. </div>{/block:IfLastBox}
  623. </div>
  624. <ul id="nav">
  625. <li><i class="pe-7s-home"></i> home
  626. {block:Description}<li><i class="pe-7s-info"></i> more{/block:Description}
  627. {block:HasPages}<li><i class="pe-7s-map-2"></i> map{/block:HasPages}
  628. {block:IfLastBox}<li><i class="{text:Last Box Icon}"></i> {text:Last Box Title}{/block:IfLastBox}
  629. </ul>
  630. </header>
  631. <section id="posts">
  632. {block:Posts}<article id="{PostID}">
  633. {block:Date}<div class="post-header">
  634. {block:NotReblog}Posted{/block:NotReblog}{block:RebloggedFrom}Reblogged{/block:RebloggedFrom} {TimeAgo}
  635. </div>{/block:Date}
  636. {block:Text}<div class="text">
  637. {block:Date}<div class="post-icon pe-7s-note2"></div>{/block:Date}
  638. {block:Title}<h2>{Title}</h2>{block:Title}
  639. <div class="caption">
  640. {Body}
  641. </div>
  642. </div>{/block:Text}
  643. {block:Photo}<div class="photo">
  644. <div class="post-icon pe-7s-photo"></div>
  645. <img src="{block:IndexPage}{PhotoURL-250}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-500}{/block:PermalinkPage}">
  646. </div>{/block:Photo}
  647. {block:Photoset}<div class="photoset">
  648. <div class="post-icon pe-7s-photo-gallery"></div>
  649. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
  650. {block:Photos}<div class="photo-data">
  651. <div class="pxu-photo">
  652. <img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}">
  653. </div>
  654. <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
  655. </div>{/block:Photos}
  656. </div>
  657. </div>{/block:Photoset}
  658. {block:Quote}<div class="quote">
  659. <div class="post-icon pe-7s-light"></div>
  660. <h2>{Quote}</h2>
  661. {block:Source}<cite>&mdash; {Source}</cite>{/block:Source}
  662. </div>{/block:Quote}
  663. {block:Chat}<div class="chat">
  664. <div class="post-icon pe-7s-chat"></div>
  665. {block:Title}<h2>{Title}</h2>{/block:Title}
  666. <ul>
  667. {block:Lines}<li>{block:Label}<b>{Label} </b>{/block:Label}{Line}{/block:Lines}
  668. </ul>
  669. </div>{/block:Chat}
  670. {block:Link}<div class="link">
  671. <div class="post-icon pe-7s-paperclip"></div>
  672. <h2><a href="{URL}">{Name}</a> <i class="pe-7s-angle-right"></i></h2>
  673. {block:Description}<div class="caption">
  674. {Description}
  675. </div>{/block:Description}
  676. </div>{/block:Link}
  677. {block:Audio}<div class="audio">
  678. <div class="post-icon pe-7s-album"></div>
  679. <div class="album-art">
  680. <img src="http://marcoscolamedia.com/wp-content/uploads/2015/12/Music-Album-Blank-.jpg"{block:AlbumArt} style="display:none;"{/block:AlbumArt}>
  681. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  682. </div>
  683. {block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}
  684. <ul class="audio-info">
  685. <li><b>Title:</b> <span{block:TrackName} style="display:none"{/block:TrackName}>Unknown</span> {block:TrackName}{TrackName}{/block:TrackName}
  686. <li><b>Artist:</b> <span{block:Artist} style="display:none"{/block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}
  687. <li><b>Album:</b> <span{block:Album} style="display:none"{/block:Album}>Unknown</span> {block:Album}{Album}{/block:Album}
  688. <li><b>Plays:</b> {FormattedPlayCount}
  689. </ul>
  690. </div>{/block:Audio}
  691. {block:Video}<div class="vid">
  692. <div class="post-icon pe-7s-film"></div>
  693. <div class="video">{Video-500}</div>
  694. </div>{/block:Video}
  695. {block:Answer}<div class="answer">
  696. <div class="post-icon pe-7s-mail"></div>
  697. <div class="wrap">
  698. <div class="full-query">
  699. <div class="questioner">
  700. <span class="q-a">{Asker} asked:</span>
  701. <img src="{AskerPortraitURL-24}">
  702. </div>
  703. <div class="question">
  704. {Question}
  705. </div>
  706. </div>
  707. {block:Answerer}<div class="full-query">
  708. <div class="questioner">
  709. <span class="q-a">{Answerer} replied:</span>
  710. <img src="{AnswererPortraitURL-24}">
  711. </div>
  712. <div class="question">
  713. {Answer}
  714. </div>
  715. </div>{/block:Answerer}
  716. </div>
  717. <div class="caption">
  718. {Replies}
  719. </div>
  720. </div>{/block:Answer}
  721. {block:IndexPage}{block:IfCaptions}{block:Caption}<div class="caption media-caption">
  722. {Caption}
  723. </div>{/block:Caption}{/block:IfCaptions}
  724. {block:IfTags}{block:HasTags}<div class="tags">
  725. <div class='post_tags draggable'>
  726. <div class='post_tags_inner'>
  727. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  728. </div>
  729. </div>
  730. </div>{/block:HasTags}{/block:IfTags}{/block:IndexPage}
  731. {block:PermalinkPage}{block:Caption}<div class="caption media-caption">
  732. {Caption}
  733. </div>{/block:Caption}
  734. {block:HasTags}<div class="tags">
  735. <div class='post_tags draggable'>
  736. <div class='post_tags_inner'>
  737. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  738. </div>
  739. </div>
  740. </div>{/block:HasTags}{/block:PermalinkPage}
  741. {block:Date}<ul class="post-footer">
  742. {block:IndexPage}<li class="custom-like-button">{LikeButton}<div class="our_toggle"><i class="pe-7s-like"></i> <span class="word">like</span></div>
  743. <li><i class="pe-7s-ribbon"></i> <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}</a>
  744. <li><i class="pe-7s-repeat"></i> <a href="{ReblogURL}" target="_blank" class="reblog_button">reblog</a></span>{/block:IndexPage}
  745. {block:PermalinkPage}<li>{NoteCountWithLabel}
  746. <li>{block:RebloggedFrom}<span>via:</span> <a href="{ReblogParentURL}">@{ReblogParentName}</a>{/block:RebloggedFrom}{block:NotReblog}original post{/block:NotReblog}
  747. <li><span>Source:</span> {block:ContentSource}<a href="{SourceURL}">@{SourceTitle}</a>{/block:ContentSource}<span{block:ContentSource}style="display:none"{/block:ContentSource}>unknown</span>{/block:PermalinkPage}
  748. </ul>{/block:Date}
  749. {block:PostNotes}{PostNotes-16}{/block:PostNotes}
  750. </article>
  751. {/block:Posts}
  752. </section>
  753. </div>
  754. {block:Pagination}<div class="pagination" style="visibility:hidden;">
  755. {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}
  756. </div>{/block:Pagination}
  757. {block:IndexPage}<script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  758. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  759. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>{/block:IndexPage}
  760. <link href="https://dl.dropboxusercontent.com/s/hzclyl41cq3yzjk/style.css" rel="stylesheet" type="text/css"/>
  761. <script src="http://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  762. <script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  763. <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
  764. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  765. <script src="http://static.tumblr.com/yxfeliq/wk8ojtu16/incoming.min.js"></script>
  766. <script>
  767. var fhs = document.createElement('script');var fhs_id = "5427810";var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"' style='display:none'></span>");
  768. $(function(){
  769. $('.photo-slideshow').pxuPhotoset(photosetOptions);
  770. $('article').unnest(unnestOptions);
  771. $('img.caption_avatar').each(function() {
  772. if($(this).closest('.tumblr_blog').length) {
  773. $('<span>:</span>').insertAfter($(this).parent());
  774. $(this).insertBefore($(this).parent());
  775. }
  776. });
  777. $(".post_tags_inner").draggable(dragTags);
  778. {block:IndexPage}
  779. var $tumblelog = $('#posts');
  780. $tumblelog.imagesLoaded(function () {
  781. $tumblelog.masonry(masonryOptions);
  782. });
  783. $tumblelog.infinitescroll(infScrollOptions, function(newElements) {
  784. var $newElems = $( newElements );
  785. var $newElemsIDs = $newElems.map(function () {
  786. return this.id;
  787. }).get();
  788. $newElems.find('.photo-slideshow').pxuPhotoset(photosetOptions);
  789. $newElems.css({ opacity: 0, zIndex: -1 });
  790. resizeVideos();
  791. $newElems.unnest(unnestOptions);
  792. $newElems.find('.caption_avatar').each(function() {
  793. if($(this).closest('.tumblr_blog').length) {
  794. $('<span>:</span>').insertAfter($(this).parent());
  795. $(this).insertBefore($(this).parent());
  796. }
  797. });
  798. $newElems.imagesLoaded(function(){
  799. $newElems.animate({ opacity: 1, zIndex: 1 });
  800. $tumblelog.masonry( 'appended', $newElems );
  801. });
  802. $newElems.find(".post_tags_inner").draggable(dragTags);
  803. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  804. });
  805. {/block:IndexPage}
  806. });
  807. </script>
  808. </body>
  809. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement