Advertisement
themekid

falling theme

Apr 16th, 2016
2,130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.90 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!------------------------------------------
  5.  
  6. (◍•ᴗ•◍)♡ ✧*。
  7.  
  8. Falling Theme by ThemeKid Chloë | @redivide | @themekid
  9.  
  10. > Do not delete/alter any credit.
  11. > Do not claim as your own.
  12. > Do not copy any code.
  13. > Do not redistribute.
  14.  
  15. ------------------------------------------->
  16. {block:Hidden}
  17. <meta name="image:Background" content="" />
  18.  
  19. <meta name="color:Background" content="#fff" />
  20. <meta name="color:Text" content="#444" />
  21. <meta name="color:Accent" content="#dae6ed" />
  22. <meta name="color:Dark Accent" content="#b8c4cc" />
  23.  
  24. <meta name="if:Tiled Background" content="" />
  25. <meta name="if:Credit Link" content="" />
  26. <meta name="if:Social Tab" content="" />
  27. <meta name="if:Custom Favicon" content="" />
  28. <meta name="if:Scroll To Top Button" content="" />
  29. <meta name="if:Redirect Ask" content="" />
  30.  
  31. <meta name="text:IMPORTANT" content="do not enable the redirect ask if you are using the default /ask page. it will cause your browser to crash! only enable if you are using a custom ask page."/>
  32. <meta name="text:Ask Link" content="/ask" />
  33. <meta name="text:Favicon URL" content="//" />
  34. <meta name="text:Corner Image Width" content="400" />
  35. <meta name="text:Snapchat" content="" />
  36. <meta name="text:Instagram" content="" />
  37. <meta name="text:Facebook" content="" />
  38. <meta name="text:Twitter" content="" />
  39. <meta name="text:Youtube" content="" />
  40. <meta name="text:Amazon Wishlist" content="" />
  41. <meta name="text:Pinterest" content="" />{/block:Hidden}
  42. <meta charset="UTF-8" />
  43. <title>{Title}</title>
  44. {block:IfNotCustomFavicon}
  45. <link rel="shortcut icon" href="{Favicon}">
  46. {/block:IfNotCustomFavicon}
  47. {block:IfCustomFavicon}
  48. <link rel="shortcut icon" href="{text:Favicon URL}">
  49. {/block:IfCustomFavicon}
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  51. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"> </script>
  52. <script src="//static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  53. <script>
  54. {block:IfRedirectAsk}
  55. if(window.location.pathname == '/ask') location.replace('{text:Ask Link}');{/block:IfRedirectAsk}
  56. (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery);
  57. </script>
  58. <link rel="stylesheet" href="//static.tumblr.com/8pnyeus/29To2og0o/styles.css">
  59. <script src="https://dl.dropboxusercontent.com/s/7ke33tjjl8rty02/scripts.js"></script>
  60. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
  61. <link href="//static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  62. <link href='//fonts.googleapis.com/css?family=Muli:400,400italic|Petit+Formal+Script|Roboto+Condensed|Oswald' rel='stylesheet' type='text/css'>
  63. <style type="text/css">
  64. #tumblr_controls, .tmblr-iframe {
  65. top:15px!important;
  66. right:15px!important;
  67. -webkit-filter: invert(90%);
  68. filter: invert(90%);
  69. position:fixed!important;
  70. -webkit-transform:scale(.8, .8);
  71. -moz-transform:scale(.8, .8);
  72. transform:scale(.8, .8);
  73. -webkit-transform-origin: right top;
  74. -moz-transform-origin: right top;
  75. -ms-transform-origin: right top;
  76. -o-transform-origin: right top;
  77. transform-origin: right top;
  78. z-index:999999999999999999!important
  79. }
  80. ::-webkit-scrollbar {
  81. background-color:#ddd;
  82. height: 11px;
  83. width: 11px;
  84. border:5px solid #fff;
  85. }
  86. ::-webkit-scrollbar-thumb {
  87. background-color:#000;
  88. border:5px solid #fff;
  89. }
  90. ::-moz-selection {
  91. color:{color:Dark Accent};
  92. background:rgba({RGBcolor:Accent},0.1);
  93. }
  94.  
  95. ::selection {
  96. color:{color:Dark Accent};
  97. background:rgba({RGBcolor:Accent},0.1);
  98. }
  99. #reblogged {
  100. right:20px!important;
  101. bottom:20px!important;
  102. }
  103. #s-m-t-tooltip {
  104. max-width:300px;
  105. padding:3px 6px;
  106. margin:20px 10px;
  107. background: #000;
  108. color:#fff;
  109. z-index:999999999999999!important;
  110. font-size:9px;
  111. text-transform:uppercase;
  112. font-family:'Roboto Condensed',sans-serif;
  113. }
  114. * {
  115. margin:0;
  116. padding:0;
  117. }
  118. body {
  119. background:{color:Background} url({image:Background}) {block:IfNotTiledBackground}no-repeat center center fixed;
  120. background-size:cover;{/block:IfNotTiledBackground}
  121. {block:IfTiledBackground}repeat fixed;{/block:IfTiledBackground}
  122. color:{color:Text};
  123. font-size:12px;
  124. word-wrap:break-word;
  125. font-size:11px;
  126. font-family:'Muli', sans-serif;
  127. letter-spacing:0.1px;
  128. }
  129. #infscr-loading {
  130. position:absolute;
  131. bottom:30px;
  132. width:200px;
  133. margin-left:50%;
  134. left:-100px;
  135. text-align:center;
  136.  
  137. }
  138. #top, #left, #right, #bottom {
  139. background:{color:Accent};
  140. position:fixed;
  141. }
  142. #top, #bottom {
  143. height:13px;
  144. width:100%;
  145. z-index:99;
  146. }
  147. #left, #right {
  148. width:13px;
  149. height:calc(100% - 22px);
  150. top:11px;
  151. z-index:999;
  152. }
  153. #top { top:0px; }
  154. #top:before {
  155. content:'';
  156. background:#fff;
  157. height:2px;
  158. width:calc(100% - 18px);
  159. left:9px;
  160. position:absolute;
  161. top:9px;
  162. }
  163. #bottom {
  164. bottom:0;
  165. }
  166. #bottom:before {
  167. content:'';
  168. background:#fff;
  169. height:2px;
  170. width:calc(100% - 18px);
  171. left:9px;
  172. position:absolute;
  173. bottom:9px;
  174. }
  175. #left {
  176. left:0;
  177. }
  178. #left:before {
  179. content:'';
  180. background:#fff;
  181. width:2px;
  182. height:100%;
  183. position:absolute;
  184. left:9px;
  185. }
  186. #right:before {
  187. content:'';
  188. background:#fff;
  189. width:2px;
  190. height:100%;
  191. position:absolute;
  192. right:9px;
  193. }
  194. #right {
  195. right:0;
  196. }
  197. img:not(.lightbox-image), embed, video, .tumblr_video_container, iframe:not(.instagram-media):not(.tumblr_audio_player):not(.like_toggle) {
  198. max-width:100%!important;
  199. height:auto;
  200. }
  201. .instagram-media {
  202. max-width:100%!important;
  203. }
  204. img:not(.lightbox-image) {
  205. vertical-align:middle;
  206. }
  207. .tumblr_video_container {
  208. height:auto!important;
  209. }
  210. .vine-embed {
  211. height:220px!important;
  212. }
  213. ul, ol {
  214. padding-left:20px;
  215. }
  216. a {
  217. text-decoration:none;
  218. color:{color:Dark Accent};
  219. -webkit-transition: all 0.3s ease-in-out;
  220. -moz-transition: all 0.3s ease-in-out;
  221. -o-transition: all 0.3s ease-in-out;
  222. transition: all 0.3s ease-in-out;
  223. }
  224. a:hover {
  225. color:{color:Accent};
  226. -webkit-transition: all 0.3s ease-in-out;
  227. -moz-transition: all 0.3s ease-in-out;
  228. -o-transition: all 0.3s ease-in-out;
  229. transition: all 0.3s ease-in-out;
  230. }
  231. a:focus {
  232. outline:none;
  233. }
  234. li {
  235. position:relative;
  236. }
  237. #sidebar {
  238. padding:20px;
  239. position:fixed;
  240. top:200px;
  241. left:100px;
  242. text-align:center;
  243. width:180px;
  244. z-index:999;
  245. }
  246. #sidebar h1 {
  247. font-weight:normal;
  248. font-size:25px;
  249. letter-spacing:1px;
  250. color:{color:Dark Accent};
  251. text-shadow:1px 1px #fff, 2px 2px {color:Accent};
  252. font-family: 'Petit Formal Script', cursive;
  253. }
  254. #desc {
  255. margin-top:10px;
  256. }
  257. ul#navlinks {
  258. list-style:none;
  259. padding:0;
  260. margin-top:12px;
  261. }
  262. ul#navlinks li {
  263. display:inline-block;
  264. margin:3px;
  265. font-size:12px;
  266. }
  267. ul#link-expands {
  268. list-style:none;
  269. padding:0;
  270. margin-top:10px;
  271. display:none;
  272. }
  273. ul#link-expands li:before {
  274. content: '— ';
  275. color: {color:Accent};
  276. }
  277. ul#link-expands li:after {
  278. content: ' —';
  279. color: {color:Accent};
  280. }
  281. ul#link-expands a {
  282. color:{color:Text};
  283. background: {color:background};
  284. padding: 0 5px;
  285. }
  286. #posts {
  287. width:560px;
  288. left:calc(50% - 225px);
  289. position:relative;
  290. top:60px;
  291. {block:PermalinkPage}top:50px;{/block:PermalinkPage}
  292. padding-bottom:20px;
  293. }
  294. article {
  295. width:250px;
  296. margin-bottom:60px;
  297. position:relative;
  298. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  299. }
  300. article .tb {
  301. border:2px solid {color:Accent};
  302. padding:15px;
  303. background:rgba(255,255,255,0.8);
  304. }
  305. article h2 {
  306. font-weight:normal;
  307. font-size:1em;
  308. background:{color:Accent};
  309. padding:3px 5px;
  310. margin-bottom:10px;
  311. text-align:center;
  312. }
  313. article blockquote {
  314. padding-left: 10px;
  315. border-left: 2px solid {color:Accent};
  316. margin: 5px;
  317. margin-left: 12px;
  318. }
  319. article p {
  320. margin:5px 0;
  321. }
  322. article p:first-of-type {
  323. margin-top:0;
  324. }
  325. article p:last-of-type {
  326. margin-bottom:0;
  327. }
  328. article ul, article ol {
  329. padding-left:30px;
  330. line-height:175%;
  331. }
  332. article ul {
  333. list-style:none;
  334. }
  335. article ul li:before {
  336. content:'';
  337. position:absolute;
  338. top:8px;
  339. left:-20px;
  340. width:10px;
  341. height:1px;
  342. background:{color:Dark Accent};
  343. }
  344. article a {
  345. border-bottom:1px solid #eee;
  346. color:#9f9f9f;
  347. }
  348. article a:hover {
  349. border-color:rgba({RGBcolor:Dark Accent},0.5);
  350. color:{color:Dark Accent};
  351. }
  352. article hr {
  353. border:none;
  354. width:75%;
  355. margin:15px auto;
  356. height:1px;
  357. background:rgba({RGBcolor:Accent},0.5);
  358. }
  359. .quote h2 {
  360. background:none;
  361. text-align:left;
  362. }
  363. .quote.short h2 {
  364. font-size:2em;
  365. line-height:120%;
  366. }
  367. .quote.medium h2 {
  368. font-size:1.5em;
  369. line-height:120%;
  370. }
  371. .quote.long h2 {
  372. font-size:1em;
  373. }
  374. .quote cite {
  375. text-align:right;
  376. display:block;
  377. }
  378. .chat ul {
  379. padding:0;
  380. }
  381. .chat li:before {
  382. display:none;
  383. }
  384. .chat b {
  385. color:{color:Dark Accent};
  386. }
  387. img.album-art {
  388. width:80px;
  389. height:80px;
  390. position:absolute;
  391. }
  392. .audio-info {
  393. display:inline-block;
  394. margin-left:90px;
  395. min-height:80px;
  396. }
  397. .tumblr_audio_player {
  398. opacity:0.9;
  399. width:30px;
  400. height:30px;
  401. border-radius:50%;
  402. position:absolute;
  403. top:55px;
  404. left:55px;
  405. }
  406. .answer h2 {
  407. text-transform:lowercase;
  408. }
  409. .answer h2 a, .link h2 a {
  410. color: #000;
  411. border-bottom:none;
  412. }
  413. .answer h2 a:hover, .link h2 a:hover {
  414. color:{color:Dark Accent};
  415. }
  416. .link h2 {
  417. text-align:left;
  418. }
  419. .link h2 svg {
  420. width: 13px;
  421. height: auto;
  422. margin-top:1px;
  423. float:right;
  424. }
  425. .response {
  426. position: relative;
  427. margin-top: 31px;
  428. }
  429. .response:before {
  430. content: '';
  431. width:75%;
  432. height:1px;
  433. background:rgba({RGBcolor:Accent},0.5);
  434. left: 12.5%;
  435. top: -15px;
  436. position: absolute;
  437. }
  438. .response:empty {
  439. display:none;
  440. }
  441. .other_perma {
  442. text-align:right;
  443. color:{color:Accent};
  444. padding-top:15px;
  445. font-family: 'Roboto Condensed', sans-serif;
  446. }
  447. .other_perma a {
  448. color:{color:Dark Accent};
  449. border-bottom:0;
  450. -webkit-transition: all 0.3s ease-in-out;
  451. -moz-transition: all 0.3s ease-in-out;
  452. -o-transition: all 0.3s ease-in-out;
  453. transition: all 0.3s ease-in-out;
  454. }
  455.  
  456. .other_perma a:hover{
  457. color:{color:accent};
  458. -webkit-transition: all 0.3s ease-in-out;
  459. -moz-transition: all 0.3s ease-in-out;
  460. -o-transition: all 0.3s ease-in-out;
  461. transition: all 0.3s ease-in-out;
  462. }
  463. .mask {
  464. position:absolute;
  465. top:0;
  466. left:0;
  467. width:100%;
  468. height:calc(100% + 1px);
  469. background:rgba(0,0,0,0.4);
  470. opacity:0;
  471. visibility:hidden;
  472. z-index:9;
  473. overflow:hidden;
  474. -webkit-transition: all 0.3s ease-in-out 0.2s;
  475. -moz-transition: all 0.3s ease-in-out 0.2s;
  476. -o-transition: all 0.3s ease-in-out 0.2s;
  477. transition: all 0.3s ease-in-out 0.2s;
  478. }
  479. article:hover .mask {
  480. opacity:1;
  481. visibility:visible;
  482. -webkit-transition: all 0.3s ease-in-out;
  483. -moz-transition: all 0.3s ease-in-out;
  484. -o-transition: all 0.3s ease-in-out;
  485. transition: all 0.3s ease-in-out;
  486. }
  487. ul.buttons {
  488. list-style: none;
  489. font-size: 20px;
  490. color: #fff;
  491. text-align: left;
  492. margin: 0;
  493. padding: 0;
  494. position: absolute;
  495. bottom:10px;
  496. margin-top:5px;
  497. left:10px;
  498. -webkit-transition: all 0.3s ease-in-out;
  499. -moz-transition: all 0.3s ease-in-out;
  500. -o-transition: all 0.3s ease-in-out;
  501. transition: all 0.3s ease-in-out;
  502. }
  503. ul.buttons li {
  504. display:block;
  505. margin:0 5px;
  506. position:relative;
  507. left:-50px;
  508. }
  509. ul.buttons li:nth-of-type(n + 1) {
  510. -webkit-transition: all 0.3s ease-in-out;
  511. -moz-transition: all 0.3s ease-in-out;
  512. -o-transition: all 0.3s ease-in-out;
  513. transition: all 0.3s ease-in-out;
  514. }
  515. ul.buttons li:nth-of-type(2n + 2) {
  516. -webkit-transition: all 0.3s ease-in-out 0.1s;
  517. -moz-transition: all 0.3s ease-in-out 0.1s;
  518. -o-transition: all 0.3s ease-in-out 0.1s;
  519. transition: all 0.3s ease-in-out 0.1s;
  520. }
  521. ul.buttons li:nth-of-type(3n + 3) {
  522. -webkit-transition: all 0.3s ease-in-out 0.2s;
  523. -moz-transition: all 0.3s ease-in-out 0.2s;
  524. -o-transition: all 0.3s ease-in-out 0.2s;
  525. transition: all 0.3s ease-in-out 0.2s;
  526. }
  527. article:hover ul.buttons li {
  528. left:0;
  529. }
  530. article:hover ul.buttons li:nth-of-type(n + 1) {
  531. -webkit-transition: all 0.3s ease-in-out 0.2s;
  532. -moz-transition: all 0.3s ease-in-out 0.2s;
  533. -o-transition: all 0.3s ease-in-out 0.2s;
  534. transition: all 0.3s ease-in-out 0.2s;
  535. }
  536. article:hover ul.buttons li:nth-of-type(2n + 2) {
  537. -webkit-transition: all 0.3s ease-in-out 0.1s;
  538. -moz-transition: all 0.3s ease-in-out 0.1s;
  539. -o-transition: all 0.3s ease-in-out 0.1s;
  540. transition: all 0.3s ease-in-out 0.1s;
  541. }
  542. article:hover ul.buttons li:nth-of-type(3n + 3) {
  543. -webkit-transition: all 0.3s ease-in-out;
  544. -moz-transition: all 0.3s ease-in-out;
  545. -o-transition: all 0.3s ease-in-out;
  546. transition: all 0.3s ease-in-out;
  547. }
  548. ul.buttons li a {
  549. color:#fff;
  550. border-bottom:none;
  551. }
  552. ul.buttons li:before {
  553. content:'';
  554. height:3px;
  555. background:{color:Accent};
  556. width:0px;
  557. position:absolute;
  558. top:15px;
  559. left:30px;
  560. -webkit-transition: all 0.3s linear;
  561. -moz-transition: all 0.3s linear;
  562. -o-transition: all 0.3s linear;
  563. transition: all 0.3s linear;
  564. }
  565. ul.buttons li:hover:before {
  566. width:40px;
  567. -webkit-transition: all 0.3s linear;
  568. -moz-transition: all 0.3s linear;
  569. -o-transition: all 0.3s linear;
  570. transition: all 0.3s linear;
  571. }
  572. ul.buttons li span {
  573. position: relative;
  574. display: inline-block;
  575. left: 60px;
  576. text-transform: uppercase;
  577. font-family: 'Oswald', sans-serif;
  578. letter-spacing:1px;
  579. font-size:18px;
  580. opacity:0;
  581. visibility:hidden;
  582. -webkit-transition: all 0.1s linear;
  583. -moz-transition: all 0.1s linear;
  584. -o-transition: all 0.1s linear;
  585. transition: all 0.1s linear;
  586. }
  587. ul.buttons li:hover span {
  588. opacity:1;
  589. visibility:visible;
  590. -webkit-transition: all 0.3s linear 0.3s;
  591. -moz-transition: all 0.3s linear 0.3s;
  592. -o-transition: all 0.3s linear 0.3s;
  593. transition: all 0.3s linear 0.3s;
  594. }
  595. .like_toggle {
  596. position: relative;
  597. top:3px;
  598. }
  599. .like_button {
  600. height: 33px;
  601. display:inline-block;
  602. }
  603. #show-notes {
  604. color: #9f9f9f;
  605. border-bottom: 1px solid #eee;
  606. font-weight: bold;
  607. text-transform: uppercase;
  608. cursor: pointer;
  609. font-size: 0.85em;
  610. margin: 0 auto;
  611. text-align: center;
  612. width: 66px;
  613. -webkit-transition: all 0.2s ease-in-out;
  614. -moz-transition: all 0.2s ease-in-out;
  615. -o-transition: all 0.2s ease-in-out;
  616. transition: all 0.2s ease-in-out;
  617. margin-top:10px;
  618. }
  619. #show-notes:hover {
  620. color:{color:Dark Accent};
  621. border-color:rgba({RGBcolor:Dark Accent},0.5);
  622. -webkit-transition: all 0.2s ease-in-out;
  623. -moz-transition: all 0.2s ease-in-out;
  624. -o-transition: all 0.2s ease-in-out;
  625. transition: all 0.2s ease-in-out;
  626. }
  627. #notes {
  628. display:none;
  629. }
  630. ol.notes {
  631. padding:0;
  632. margin: 0;
  633. list-style-type: none;
  634. }
  635. ol.notes li.note {
  636. padding: 3px 0;
  637. margin-bottom:3px;
  638. }
  639. ol.notes li.note img.avatar {
  640. float:right;
  641. border-radius:50%;
  642. }
  643. ol.notes li.note blockquote a {
  644. text-decoration: none;
  645. }
  646. li.more_notes_link_container {
  647. font-weight: bold;
  648. text-transform: uppercase;
  649. font-size: 0.85em;
  650. }
  651. .extra-info {
  652. position: fixed;
  653. left: calc(50% + 312px);
  654. top: 51px;
  655. width: 158px;
  656. margin-left: 20px;
  657. line-height: 200%;
  658. }
  659. .extra-info svg {
  660. width: 15px;
  661. height: auto;
  662. vertical-align: text-bottom;
  663. margin-right:5px;
  664. }
  665. {block:PermalinkPage}
  666. article {
  667. padding: 20px;
  668. border: 2px solid {color:Accent};
  669. background:rgba(255,255,255,0.8);
  670. }
  671. article .tb {
  672. border:none;
  673. padding:10px 0;
  674. background:rgba(255,255,255,0);
  675. }
  676. article .tb:first-of-type {
  677. padding-top: 0;
  678. }
  679. article .tb:last-of-type {
  680. padding-bottom: 0;
  681. }
  682. article .photo .tb:first-of-type {
  683. padding-top:10px;
  684. }
  685. {/block:PermalinkPage}
  686. {block:IfScrollToTopButton}
  687. .back-to-top {
  688. text-align:center;
  689. bottom:25px;
  690. width:25px;
  691. left:25px;
  692. font-size:9px;
  693. cursor:pointer;
  694. text-transform:uppercase;
  695. position:fixed;
  696. display:none;
  697. z-index:99999;
  698. }
  699. .back-to-top svg {
  700. width: 35px;
  701. height: auto;
  702. fill: {color:Accent};
  703. background: #fff;
  704. padding: 1px 5px;
  705. border-radius: 50%;
  706. }
  707. {/block:IfScrollToTopButton}
  708. #corner {
  709. position:fixed;
  710. z-index:-1;
  711. left:33px;
  712. bottom:13px;
  713. width:300px;
  714. }
  715. #social {
  716. position:fixed;
  717. top:20px;
  718. left:20px;
  719. font-size:2em;
  720. color:{color:Accent};
  721. }
  722. #social ul {
  723. list-style-type:none;
  724. font-size:0.7em;
  725. padding:0;
  726. text-align:center;
  727. display:inline-block;
  728. display:none;
  729. overflow:hidden;
  730. white-space: nowrap;
  731. position: absolute;
  732. left: 30px;
  733. top: 5px;
  734. }
  735. #social ul li {
  736. display:inline-block;
  737. margin:0 3px;
  738. vertical-align:top;
  739. line-height:120%;
  740. }
  741. #social a {
  742. color:{color:Accent};
  743. }
  744. </style>
  745. </head>
  746. <body>
  747. <div id="top"></div><div id="bottom"></div>
  748. <div id="left"></div><div id="right"></div>
  749. {block:IfSocialTab}<div id="social">
  750. <i class="fa fa-at fa-fw" title="social" style="cursor:pointer" id="social-toggle"></i>
  751. <ul>
  752. {block:IfSnapchat}<li><a><i class="fa fa-snapchat-ghost" title="@{text:Snapchat}"></i></a>{/block:IfSnapchat}
  753. {block:IfInstagram}<li><a href="//instagram.com/{text:Instagram}" title="@{text:Instagram}"><i class="fa fa-instagram"></i></a>{/block:IfInstagram}
  754. {block:IfFacebook}<li><a href="//facebook.com/{text:Facebook}" title="@{text:Facebook}"><i class="fa fa-facebook-square"></i></a>{/block:IfFacebook}
  755. {block:IfTwitter}<li><a href="//twitter.com/{text:Twitter}" title="@{text:Twitter}"><i class="fa fa-twitter"></i></a>{/block:IfTwitter}
  756. {block:IfYoutube}<li><a href="//youtube.com/{text:Youtube}" title="@{text:Youtube}"><i class="fa fa-youtube-square"></i></a>{/block:IfYoutube}
  757. {block:IfAmazonWishlist}<li><a href="{text:Amazon Wishlist}" title="amazon wishlist"><i class="fa fa-amazon"></i></a>{/block:IfAmazonWIshlist}
  758. {block:IfPinterest}<li><a href="//twitter.com/{text:Pinterest}" title="@{text:Pinterest}"><i class="fa fa-youtube-square"></i></a>{/block:IfPinterest}
  759. </ul>
  760. </div>{/block:IfSocialTab}
  761. <img src="https://41.media.tumblr.com/9cbbf17276b097854f86ddf25707d3be/tumblr_mn7opaihWY1rgpyeqo1_500.png" id="corner">
  762. <div id="sidebar">
  763. <h1>{Title}</h1>
  764. {block:Description}<div id="desc">{Description}</div>{/block:Description}
  765. <ul id="navlinks">
  766. <li><a href="/" title="refresh"><i class="fa fa-circle-o-notch fa-spin fa-fw"></i></a>
  767. {block:AskEnabled}<li><a href="{text:Ask Link}" title="message"><i class="fa fa-paper-plane-o fa-fw"></i></a>{/block:AskEnabled}
  768. {block:HasPages}<li><a id="links" title="click for links" style="cursor:pointer;font-size:1.1em;"><i class="fa fa-bookmark-o fa-fw"></i></a>{/block:HasPages}
  769. <li><a href="/archive" title="past"><i class="fa fa-calendar fa-fw"></i></a>
  770. {block:IfCreditLink}<li><a href="//redivide.tumblr.com" target="_blank" title="credit"><i class="fa fa-copyright fa-fw"></i></a>{/block:IfCreditLink}
  771. </ul>
  772. {block:HasPages}<ul id="link-expands">
  773. {block:Pages}<li><a href="{URL}">{Label}</a>{/block:Pages}
  774. </ul>{/block:HasPages}
  775. </div>
  776. <div id="posts">{block:Posts}
  777. <article id="{PostID}">{block:Text}<div class="text tb">
  778. {block:Title}<h2>{Title}</h2>{/block:Title}
  779. {Body}
  780. {block:IndexPage}
  781. <div class="other_perma">
  782. <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> &nbsp;/&nbsp; <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
  783. </div>
  784. {/block:IndexPage}
  785. </div>{/block:Text}{block:Photo}<div class="photo">
  786. {block:IndexPage}<div class="mask">
  787. <ul class="buttons">
  788. <li>{LikeButton color="white" size="20"}<span>Like</span></li>
  789. <li><a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh"></i></a><span>{NoteCount}</span></li>
  790. <li><a href="{Permalink}" target="_blank"><i class="fa fa-calendar"></i></a><span>{12HourWithZero}:{Minutes}{CapitalAmPm}</span></li>
  791. </ul>
  792. </div>
  793. <img src="{PhotoURL-250}" alt="{PhotoALt}">{/block:IndexPage}
  794. {block:PermalinkPage}
  795. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  796. {block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  797. </div>{/block:Photo}{block:Photoset}<div class="photo">
  798. {block:IndexPage}<div class="mask">
  799. <ul class="buttons">
  800. <li>{LikeButton color="white" size="20"}<span>Like</span></li>
  801. <li><a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh"></i></a><span>{NoteCount}</span></li>
  802. <li><a href="{Permalink}" target="_blank"><i class="fa fa-calendar"></i></a><span>{12HourWithZero}:{Minutes}{CapitalAmPm}</span></li>
  803. </ul>
  804. </div>{/block:IndexPage}
  805. <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>
  806. {block:PermalinkPage}{block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  807. </div>{/block:Photoset}{block:Quote}<div class="quote tb {Length}">
  808. <h2>"{Quote}"</h2>
  809. {block:Source}<cite>&mdash; {Source}</cite>{/block:Source}
  810. {block:IndexPage}
  811. <div class="other_perma">
  812. <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> &nbsp;/&nbsp; <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
  813. </div>
  814. {/block:IndexPage}
  815. </div>{/block:Quote}{block:Chat}<div class="chat tb">
  816. {block:Title}<h2>{Title}</h2>{/block:Title}
  817. <ul>
  818. {block:Lines}<li>{block:Label}<b>{Label}</b>{/block:Label} {Line}</li>{/block:Lines}
  819. </ul>
  820. {block:IndexPage}
  821. <div class="other_perma">
  822. <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> &nbsp;/&nbsp; <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
  823. </div>
  824. {/block:IndexPage}
  825. </div>{/block:Chat}{block:Link}<div class="link tb">
  826. <h2><a href="{URL}">{Name}</a><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//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="M140.1,74.1c2.3-2.3,2.3-6.1,0-8.5c-2.3-2.3-6.1-2.3-8.5,0l-62.9,62.9c-7.5,7.5-7.5,19.8,0,27.3c7.5,7.5,19.8,7.5,27.3,0 l65.9-65.9c0.6-0.3,1.2-0.7,1.8-1.2c8.8-8.8,32.2-32.2,9.7-54.7c-8.6-8.6-18.9-11.9-29.8-9.5c-8.9,1.9-18.1,7.6-27.3,16.8 l-71.4,71.4c-8.5,8.5-13,20.3-12.5,33.2c0.5,12.3,5.6,24.3,14.1,32.8c8.5,8.5,20.3,13.4,32.5,13.7c0.3,0,0.6,0,1,0 c12.2,0,23.4-4.6,31.7-12.9l70.4-70.4c2.3-2.3,2.3-6.1,0-8.5c-2.3-2.3-6.1-2.3-8.5,0l-70.4,70.4c-6.2,6.2-14.7,9.5-24,9.4 c-9.1-0.2-17.9-3.9-24.2-10.2c-13.5-13.5-14.2-36.4-1.6-49l71.4-71.4c7.4-7.4,14.8-12.1,21.3-13.5c6.9-1.5,13.1,0.5,18.8,6.3 c5.6,5.6,7.2,10.8,5.2,17.1c-1.4,4.5-4.6,9.5-10,15.5c-0.4,0.3-0.9,0.6-1.2,0.9l-71.3,71.3c-2.8,2.8-7.5,2.8-10.3,0 c-2.8-2.8-2.8-7.5,0-10.3L140.1,74.1z"/></svg></h2>
  827. {block:Description}{Description}{/block:Description}
  828. {block:IndexPage}
  829. <div class="other_perma">
  830. <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> &nbsp;/&nbsp; <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
  831. </div>
  832. {/block:IndexPage}
  833. </div>{/block:Link}{block:Audio}<div class="audio tb">
  834. <img class="album-art" src="//static.tumblr.com/yxfeliq/C5Xnysfnk/cd.jpg" {block:AlbumArt}style="display:none;"{/block:AlbumArt}>
  835. {block:AlbumArt}<img src="{AlbumArtURL}" class="album-art">{/block:ALbumArt}
  836. <div class="audio-info">
  837. Artist: <span {block:Artist}style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br>
  838. Title: <span {block:TrackName}style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br>
  839. Album: <span {block:Album}style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br>
  840. Plays: {FormattedPlayCount}
  841. </div>
  842. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  843. {block:IndexPage}
  844. <div class="other_perma">
  845. <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> &nbsp;/&nbsp; <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
  846. </div>
  847. {/block:IndexPage}
  848. </div>{/block:Audio}{block:Video}<div class="vid">
  849. <div class="video">{Video-500}</div>
  850. </div>{/block:Video}{block:Answer}<div class="answer tb">
  851. <h2>{Asker} asked:</h2>
  852. <div class="question">{Question}</div>
  853. {block:Answerer}
  854. <hr>
  855. <h2>{Answerer} replied:</h2>
  856. <div class="question">{Answer}</div>
  857. {/block:Answerer}
  858. <div class="response">{Replies}</div>
  859. {block:IndexPage}
  860. <div class="other_perma">
  861. <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> &nbsp;/&nbsp; <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
  862. </div>
  863. {/block:IndexPage}
  864. </div>{/block:Answer}
  865.  
  866. {block:PermalinkPage}
  867. {block:PostNotes}
  868. <div id="show-notes">show notes</div>
  869. <div id="notes" class="tb">
  870. {PostNotes-16}
  871. </div>
  872. {/block:PostNotes}
  873. <div class="extra-info">
  874. {block:Date}<svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//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="M108,184.3c42.1,0,76.3-34.2,76.3-76.3S150.1,31.7,108,31.7S31.7,65.9,31.7,108S65.9,184.3,108,184.3z M108,43.7
  875. c35.5,0,64.3,28.9,64.3,64.3s-28.9,64.3-64.3,64.3S43.7,143.5,43.7,108S72.5,43.7,108,43.7z"/><path d="M98.3,120.7l25.7,20c1.1,0.8,2.4,1.3,3.7,1.3c1.8,0,3.6-0.8,4.7-2.3c2-2.6,1.6-6.4-1.1-8.4L108,113.1V72c0-3.3-2.7-6-6-6 s-6,2.7-6,6v44C96,117.9,96.9,119.6,98.3,120.7z"/></svg> {DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date}
  876. {block:NoteCount}<br><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//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="M177,178H36c-3.3,0-6-2.7-6-6V47c0-3.3,2.7-6,6-6s6,2.7,6,6v119h135c3.3,0,6,2.7,6,6S180.3,178,177,178z M100.9,81 c-2.4-1.9-5.9-1.6-8,0.6l-37.7,39.7c-2.3,2.4-2.2,6.2,0.2,8.5c1.2,1.1,2.6,1.6,4.1,1.6c1.6,0,3.2-0.6,4.4-1.9l34-35.8l21.6,16.6 c2.4,1.9,5.9,1.6,8-0.7L170,64.5V91c0,3.3,2.7,6,6,6s6-2.7,6-6V50c0-3.3-2.7-6-6-6h-40c-3.3,0-6,2.7-6,6s2.7,6,6,6h25.5l-39,41.6 L100.9,81z"/></svg> {NoteCount}{/block:NoteCount}
  877. {block:RebloggedFrom}<br><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//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="M36.7,39.9c-0.4-3.3,1.9-6.3,5.2-6.7c3.3-0.4,6.3,1.9,6.7,5.2l3.6,27.9c13.6-20.2,36.6-32.7,61.4-32.7 c31.6,0,59.7,20.1,70,49.9c1.1,3.1-0.6,6.5-3.7,7.6c-0.6,0.2-1.3,0.3-2,0.3c-2.5,0-4.8-1.6-5.7-4c-8.6-25-32.2-41.8-58.6-41.8 c-21.6,0-41.7,11.4-52.9,29.6l30-3.4c3.3-0.4,6.3,2,6.6,5.3s-2,6.3-5.3,6.6l-43.2,4.9c-0.2,0-0.5,0-0.7,0c-3,0-5.6-2.2-5.9-5.2 L36.7,39.9z M185.3,120.2l-43.2,4.9c-3.3,0.4-5.7,3.3-5.3,6.6s3.3,5.7,6.6,5.3l26.1-2.9c-10.2,21.5-31.9,35.4-56,35.4 c-27.1,0-51.5-18.1-59.3-44c-1-3.2-4.3-5-7.5-4c-3.2,1-5,4.3-4,7.5c4.5,14.9,13.9,28.3,26.3,37.7c12.9,9.7,28.3,14.9,44.5,14.9 c29.6,0,56.1-17.6,67.8-44.3l4.2,33.3c0.4,3,3,5.2,5.9,5.2c0.3,0,0.5,0,0.8,0c3.3-0.4,5.6-3.4,5.2-6.7l-5.6-43.5 C191.5,122.2,188.6,119.9,185.3,120.2z"/></svg> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  878. {block:ContentSource}<br><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//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="M191.6,107.3c-0.4-45.7-37.7-82.8-83.6-82.8c-45.8,0-83.2,37.1-83.6,82.9c0,0.2,0,0.4,0,0.6c0,0,0,0.1,0,0.1s0,0.1,0,0.1 c0,0.2,0,0.4,0,0.6c0.4,45.8,37.7,82.9,83.6,82.9c45.8,0,83.2-37.1,83.6-82.8c0-0.2,0-0.5,0-0.7S191.6,107.5,191.6,107.3z M78.5,42.8C71.9,52.4,66.8,65.2,64,80c-4.5,1-8.8,2.2-12.8,3.6c-4.8,1.7-8.9,3.4-12.2,5.2C44.8,68.3,59.4,51.5,78.5,42.8z M36.4,108c0-3.3,5.8-8.6,18.7-13c2.2-0.8,4.6-1.5,7-2.1c-0.5,4.9-0.7,10-0.7,15.2s0.3,10.3,0.7,15.2c-2.5-0.7-4.8-1.4-7-2.1 C42.2,116.6,36.4,111.3,36.4,108z M39.1,127.2c3.3,1.8,7.3,3.6,12.2,5.2c3.9,1.3,8.2,2.5,12.8,3.6c2.9,14.8,7.9,27.7,14.6,37.2 C59.4,164.5,44.8,147.7,39.1,127.2z M102,178.4c-6.3-2.5-12.5-8.9-17.4-18.3c-3.3-6.4-6-13.7-7.8-21.8c8,1.2,16.5,1.9,25.3,2.1 V178.4z M102,128.4c-9.7-0.3-19-1.1-27.5-2.6c-0.7-5.8-1.1-11.7-1.1-17.8s0.4-12.1,1.1-17.8c8.5-1.4,17.8-2.3,27.5-2.6V128.4z M102,75.6c-8.8,0.2-17.3,0.9-25.3,2.1c1.9-8,4.5-15.4,7.8-21.8c4.9-9.4,11.1-15.8,17.4-18.3V75.6z M176.9,88.8 c-3.3-1.8-7.3-3.6-12.2-5.2c-3.9-1.3-8.2-2.5-12.8-3.6c-2.9-14.8-7.9-27.7-14.6-37.2C156.6,51.5,171.2,68.3,176.9,88.8z M114,37.6 c6.3,2.5,12.5,8.9,17.4,18.3c3.3,6.4,6,13.7,7.8,21.8c-8-1.2-16.5-1.9-25.3-2.1V37.6z M114,87.6c9.7,0.3,19,1.1,27.5,2.6 c0.7,5.8,1.1,11.7,1.1,17.8s-0.4,12.1-1.1,17.8c-8.5,1.4-17.8,2.3-27.5,2.6V87.6z M114,178.4v-38c8.8-0.2,17.3-0.9,25.3-2.1 c-1.9,8-4.5,15.4-7.8,21.8C126.5,169.5,120.3,175.9,114,178.4z M137.5,173.2c6.6-9.6,11.7-22.4,14.6-37.2c4.5-1,8.8-2.2,12.8-3.6 c4.8-1.7,8.9-3.4,12.2-5.2C171.2,147.7,156.6,164.5,137.5,173.2z M160.9,121c-2.2,0.8-4.6,1.5-7,2.1c0.5-4.9,0.7-10,0.7-15.2 s-0.3-10.3-0.7-15.2c2.5,0.7,4.8,1.4,7,2.1c12.9,4.4,18.7,9.7,18.7,13S173.8,116.6,160.9,121z"/></svg> <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  879. {block:HasTags}<br><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//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="M95.2,186C95.3,186,95.3,186,95.2,186c1.7,0,3.2-0.6,4.3-1.7l64.8-66.7c2.3-2.4,2.3-6.1-0.1-8.4L94.7,39.7 c-1.1-1.1-2.7-1.7-4.2-1.7c0,0,0,0,0,0l-67.1,0.1c-3.3,0-6,2.6-6,5.9L17,109.9c0,1.6,0.6,3.2,1.8,4.3l72.3,70.2 C92.2,185.5,93.7,186,95.2,186z M29.4,50L88,49.8l63.6,63.6l-56.5,58.2L29,107.4L29.4,50z M200.3,110.2c2.3,2.3,2.3,6,0,8.4 l-64.8,66.8c-1.2,1.2-2.7,1.8-4.3,1.8c-1.5,0-3-0.6-4.2-1.7c-2.4-2.3-2.4-6.1-0.1-8.5l60.7-62.6L130.2,56c-2.3-2.4-2.3-6.2,0.1-8.5 c2.4-2.3,6.2-2.3,8.5,0.1L200.3,110.2z M67.1,77.7c0,4.6-3.8,8.4-8.4,8.4s-8.4-3.8-8.4-8.4c0-4.6,3.8-8.4,8.4-8.4 S67.1,73.1,67.1,77.7z"/></svg> {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}
  880. </div>
  881. {/block:PermalinkPage}
  882.  
  883. </article>
  884. {/block:Posts}</div>
  885. {block:IfScrollToTopButton}<div class="back-to-top" title="back to top"><svg viewBox="0 0 26 32"><path d="M26.221 16c0-7.243-5.871-13.113-13.113-13.113s-13.113 5.87-13.113 13.113c0 7.242 5.871 13.113 13.113 13.113s13.113-5.871 13.113-13.113zM1.045 16c0-6.652 5.412-12.064 12.064-12.064s12.064 5.412 12.064 12.064c0 6.652-5.411 12.064-12.064 12.064-6.652 0-12.064-5.412-12.064-12.064z"></path>
  886. <path d="M18.746 15.204l0.742-0.742-6.379-6.379-6.378 6.379 0.742 0.742 5.112-5.112v12.727h1.049v-12.727z"></path></svg></div>{/block:IfScrollToTopButton}
  887. {block:Pagination}
  888. <div class="pagination" style="visibility:hidden;">
  889. {block:NextPage}<a href="{NextPage}" id="next-link"><i class="fa fa-angle-right"></i></a>{/block:NextPage}
  890. </div>
  891. {/block:Pagination}
  892. <script src="//static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  893. <script src="//static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  894. <script src="//static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  895. <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  896. <script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  897. <script>
  898. $(function(){
  899. {block:IfScrollToTopButton}
  900. // scroll to top © html-tuts.com
  901. var amountScrolled = 300;
  902. $(window).scroll(function() {
  903. if ( $(window).scrollTop() > amountScrolled ) {
  904. $('.back-to-top').fadeIn('slow');
  905. } else {
  906. $('.back-to-top').fadeOut('slow');
  907. }
  908. });
  909. $('.back-to-top').click(function() {
  910. $('html, body').animate({
  911. scrollTop: 0
  912. }, 700);
  913. return false;
  914. });
  915. {/block:IfScrollToTopButton}
  916. $('#links').click(function(e){
  917. e.preventDefault();
  918. $('#link-expands').slideToggle('slow');
  919. });
  920. $('#social-toggle').click(function(e){
  921. e.preventDefault();
  922. $('#social ul').animate({width: 'toggle'});
  923. });
  924. {block:PermalinkPage}
  925. $('#show-notes').click(function(e){
  926. e.preventDefault();
  927. $('#notes').slideToggle('slow');
  928. $(this).text( $(this).text() == "show notes" ? "hide notes" : "show notes");
  929. });
  930. {/block:PermalinkPage}
  931. $('.photo-slideshow').pxuPhotoset({
  932. lightbox: true,
  933. rounded: false,
  934. gutter: '0px',
  935. photoset: '.photo-slideshow',
  936. photoWrap: '.photo-data',
  937. photo: '.pxu-photo'
  938. });
  939. });
  940. {block:IndexPage}
  941. (function () {
  942. var $tumblelog = $('#posts');
  943. $tumblelog.imagesLoaded(function () {
  944. $tumblelog.masonry({
  945. itemSelector: 'article',
  946. isAnimated:false,
  947. columnWidth:250,
  948. gutterWidth:60,
  949. });
  950. });
  951. $tumblelog.infinitescroll({
  952. navSelector : "div.pagination",
  953. nextSelector : ".pagination a#next-link",
  954. itemSelector : "article",
  955. loading: {
  956. finishedMsg: "<p>You've reached the end of the Earth.</p>",
  957. img : "//static.tumblr.com/yxfeliq/ZQFnvhfad/dontbrag-loading.gif",
  958. msg: null,
  959. msgText: "",
  960. },
  961. },
  962.  
  963. function( newElements ) {
  964. var $newElems = $( newElements );
  965. var $newElemsIDs = $newElems.map(function () {
  966. return this.id;
  967. }).get();
  968. $newElems.find('.photo-slideshow').pxuPhotoset({
  969. lightbox: true,
  970. rounded: false,
  971. gutter: '0px',
  972. photoset: '.photo-slideshow',
  973. photoWrap: '.photo-data',
  974. photo: '.pxu-photo'
  975. },
  976. function(){
  977. $tumblelog.masonry({
  978. itemSelector: 'article',
  979. columnWidth:250,
  980. gutterWidth:60,
  981. });
  982. });
  983. var $newElems = $(newElements).css({
  984. opacity: 0,
  985. zIndex: -1,
  986. });
  987. $newElems.imagesLoaded(function(){
  988. $newElems.animate({ opacity: 1, zIndex: 1 });
  989. $tumblelog.masonry( 'appended', $newElems );
  990. });
  991. console.log($newElems,$newElemsIDs);
  992. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  993. });
  994. })();
  995. {/block:IndexPage}
  996. </script>
  997. <div style="display:none;"><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5273750";
  998. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  999. fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  1000. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");</script></div>
  1001. <link href="//static.tumblr.com/wupwnyt/1iho27ad1/gkthm.css" rel="stylesheet" type="text/css">
  1002. </body>
  1003. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement