Advertisement
ILikeMochiCx

Lavender

Nov 6th, 2016
3,768
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.68 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <link href='https://fonts.googleapis.com/css?family=Libre+Baskerville:400italic' rel='stylesheet' type='text/css'>
  6. <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i" rel="stylesheet">
  7. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  8. <link href="https://fonts.googleapis.com/css?family=ABeeZee" rel="stylesheet">
  9.  
  10. <title>{Title}</title>
  11.  
  12. <!--
  13. ___________________________________________________________________________
  14.  
  15.  
  16. Lavender - Theme #8
  17. my usual terms apply; please do not redstribute, copy, or steal in any way
  18.  
  19. shoseii.tumblr.com
  20.  
  21. ___________________________________________________________________________
  22.  
  23. -->
  24.  
  25. <link rel="shortcut icon" href="{Favicon}">
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  27.  
  28. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  29.  
  30.  
  31. {block:Description}<meta name="description" content="{MetaDescription}" />
  32. {/block:Description}
  33.  
  34. <meta name="image:Background" content=""/>
  35. <meta name="image:Sidebar" content=""/>
  36.  
  37. <meta name="color:Background" content="#ffffff"/>
  38. <meta name="color:Posts Background" content="#ffffff"/>
  39. <meta name="color:Border Color" content="#eeeeee"/>
  40. <meta name="color:Text" content="#000000"/>
  41. <meta name="color:Bold" content="#ED6B73"/>
  42. <meta name="color:Caption" content="#f9f9f9"/>
  43. <meta name="color:Caption Text" content="#898989"/>
  44. <meta name="color:Title" content="#000000"/>
  45. <meta name="color:Link" content="#797979"/>
  46. <meta name="color:Link Hover" content="#f59797"/>
  47. <meta name="color:Selection" content="#a5d7f0"/>
  48. <meta name="color:Scrollbar" content="#cccccc"/>
  49.  
  50. <meta name="text:Link 1" content=""/>
  51. <meta name="text:Link 1 URL" content=""/>
  52. <meta name="text:Link 2" content=""/>
  53. <meta name="text:Link 2 URL" content=""/>
  54. <meta name="text:Link 3" content=""/>
  55. <meta name="text:Link 3 URL" content=""/>
  56.  
  57. <meta name="select:Post Width" content="250" title="250px"/>
  58. <meta name="select:Post Width" content="300" title="300px"/>
  59. <meta name="select:Post Width" content="350" title="350px"/>
  60. <meta name="select:Post Width" content="400" title="400px"/>
  61.  
  62. <meta name="if:Infinite Scroll" content="1"/>
  63. <meta name="if:Manual Load" content=""/>
  64. <meta name="if:Mini Cursor" content=""/>
  65. <meta name="if:Show Tags" content=""/>
  66. <meta name="if:Grayscale Effect" content=""/>
  67. <meta name="if:Post Fade" content="1"/>
  68. <meta name="if:Show Caption" content=""/>
  69.  
  70. <style type="text/css">
  71.  
  72. *, body, a {cursor: url(http://static.tumblr.com/5u6jsx4/zAJo9rtlv/tumblr_inline_n10aai56su1sr8w60_copy.png), auto;}
  73.  
  74. {block:ifMiniCursor}
  75. *, body, a {cursor: url(http://static.tumblr.com/p7wg3p9/o3jmn8igq/tiny.png), auto;}
  76.  
  77. a:hover {cursor: url(http://static.tumblr.com/p7wg3p9/EWnmn8ip5/tinyhover.png), auto;}
  78. {/block:ifMiniCursor}
  79.  
  80.  
  81. ::-webkit-scrollbar{
  82. width:17px;
  83. height:17px;
  84. }
  85.  
  86. ::-webkit-scrollbar{
  87. background-color:{color:Background};
  88. }
  89.  
  90. ::-webkit-scrollbar-track{
  91. border:8px solid {color:Background};
  92. background-color:{color:Border Color};
  93. }
  94.  
  95. ::-webkit-scrollbar-thumb{
  96. border:7px solid {color:Background};
  97. background-color:{color:Scrollbar};
  98. }
  99.  
  100. ::-webkit-scrollbar:horizontal{
  101. display:none;
  102. }
  103.  
  104.  
  105. ::-moz-selection{
  106. background:{color:Selection};
  107. color:#fff;
  108. }
  109.  
  110. ::selection{
  111. background:{color:Selection};
  112. color:#fff;
  113. }
  114.  
  115. body{
  116. font:12px 'source sans pro', sans-serif;
  117. line-height:18px;
  118. font-weight:400;
  119. color:{color:Text};
  120. text-align:left;
  121. -webkit-font-smoothing: antialiased;
  122. -moz-osx-font-smoothing: grayscale;
  123. background:{color:Background} url('{image:Background}') fixed repeat center;
  124. }
  125.  
  126. a{
  127. text-decoration:none;
  128. outline:none;
  129. -moz-outline-style:none;
  130. color:{color:Link};
  131. cursor:help;
  132. -webkit-transition: all 0.3s ease-in-out;
  133. -moz-transition: all 0.3s ease-in-out;
  134. -o-transition: all 0.3s ease-in-out;
  135. -ms-transition: all 0.3s ease-in-out
  136. transition: all 0.3s ease-in-out;
  137. }
  138.  
  139. a:visited{
  140. color:{color:Link};
  141. }
  142.  
  143. a:hover{
  144. color:{color:Link Hover};
  145. }
  146.  
  147. b,strong{
  148. font-weight:heavy;
  149. color:{color:Bold};
  150. }
  151.  
  152. blockquote{
  153. padding-left:5px;
  154. border-left:1px solid #ccc;
  155. }
  156.  
  157. #color-bar{
  158. position:fixed;
  159. top:0px;
  160. left:0px;
  161. width:100%;
  162. height:10px;
  163. overflow:hidden;
  164. z-index:9999;
  165. }
  166.  
  167. .color-part{
  168. width:25%;
  169. height:100%;
  170. float:left;
  171. }
  172.  
  173. /*--Sidebar--*/
  174.  
  175. #sidebar{
  176. position:fixed;
  177. margin-left:-300px;
  178. margin-top:100px;
  179. padding:0px 25px 10px 22px;
  180. width:205px;
  181. height:auto;
  182. text-align:left;
  183. z-index:99999;
  184. }
  185.  
  186. #sidebar img{
  187. position:fixed;
  188. width:100px;
  189. height:100px;
  190. margin-left:-130px;
  191. border-radius:100px;
  192. }
  193.  
  194. #sidebar h2{
  195. margin-top:110px;
  196. }
  197.  
  198. #title{
  199. font:30px 'Abeezee', sans-serif;
  200. z-index:9999999999;
  201. -webkit-transition: all 0.3s ease-in-out;
  202. -moz-transition: all 0.3s ease-in-out;
  203. -o-transition: all 0.3s ease-in-out;
  204. -ms-transition: all 0.3s ease-in-out;
  205. transition: all 0.3s ease-in-out;
  206. }
  207.  
  208. #title a{
  209. color:{color:Title};
  210. }
  211.  
  212. #title a:hover{
  213. color:{color:Link Hover};
  214. }
  215.  
  216. #desc{
  217. height:auto;
  218. max-height:90px;
  219. overflow:auto;
  220. font-size:11px;
  221. font-weight:400;
  222. margin-top:3px;
  223. line-height:20px;
  224. }
  225.  
  226. .links{
  227. font-size:11px;
  228. margin-top:5px;
  229. -webkit-column-count:2;
  230. -moz-column-count:2;
  231. column-count:2;
  232. }
  233.  
  234. .links a{
  235. display:block;
  236. font-weight:400;
  237. margin-bottom:5px;
  238. counter-increment:list;
  239. }
  240.  
  241. .links a:before{
  242. content:counter(list, decimal-leading-zero) ".";
  243. color:{color:Bold};
  244. padding-right:5px;
  245. }
  246.  
  247. .links a:hover{
  248. color:{color:Link Hover};
  249. }
  250.  
  251. /*--Posts--*/
  252.  
  253. #center{
  254. width:calc({select:Post Width}px - 350px);
  255. margin:0 auto;
  256. }
  257.  
  258. #content{
  259. position:relative;
  260. margin-bottom:50px;
  261. margin-top:50px;
  262. }
  263.  
  264. .entry{
  265. {block:indexpage}
  266. width:{select:Post Width}px;
  267. {/block:indexpage}
  268. padding:10px;
  269. margin:0px 10px 60px 0px;
  270. background:{color:Posts Background};
  271. {block:permalinkpage}
  272. width:500px;
  273. padding:23px;
  274. {/block:permalinkpage}
  275. }
  276.  
  277. .entry img{
  278. {block:indexpage}
  279. width:{select:Post width}px;
  280. height:auto;
  281. margin-bottom:-4px;
  282. {/block:indexpage}
  283. {block:permalinkpage}
  284. max-width:500px;
  285. {/block:permalinkpage}
  286. }
  287.  
  288. ol.notes{
  289. padding:0px;
  290. width:500px;
  291. height:218px;
  292. overflow:auto;
  293. margin:5px 0px;
  294. list-style-type:none;
  295. border:1px solid{color:Border Color};
  296. }
  297.  
  298. ol.notes li.note{
  299. border-top:solid 1px {color:Border Color};
  300. padding:10px;
  301. }
  302.  
  303. ol.notes li.note:first-child{
  304. border:none;
  305. }
  306.  
  307. ol.notes li.note img.avatar{
  308. vertical-align:-4px;
  309. margin-right:10px;
  310. width:16px;
  311. height:16px;
  312. }
  313.  
  314. ol.notes li.note blockquote{
  315. border-color:{color:Border Color};
  316. padding:4px 10px;
  317. margin:10px 0px 0px 25px;
  318. }
  319.  
  320. ol.notes li.note blockquote a{
  321. text-decoration:none;
  322. }
  323.  
  324. /*--Grayscale Effect--*/
  325.  
  326. #img{
  327. {block:indexpage}
  328. {block:ifPostFade}
  329. opacity:0.6;
  330. {/block:ifPostFade}
  331. {block:ifGrayscaleEffect}
  332. filter: url(filters.svg#grayscale);
  333. filter: gray;
  334. -webkit-filter: grayscale(1);
  335. {/block:ifGrayscaleEffect}
  336. -webkit-transition:all 0.3s ease-in-out;
  337. -moz-transition:all 0.3s ease-in-out;
  338. -o-transition:all 0.3s ease-in-out;
  339. transition:all 0.3s ease-in-out;
  340. {/block:indexpage}
  341. }
  342.  
  343. .entry:hover #img{
  344. {block:indexpage}
  345. opacity:1;
  346. {block:ifGrayscaleEffect}
  347. filter: url(filters.svg#grayscale);
  348. filter: gray;
  349. -webkit-filter: grayscale(0);
  350. {/block:ifGrayscaleEffect}
  351. {/block:indexpage}
  352. }
  353.  
  354. /*--Permalinks--*/
  355.  
  356. .permalink{
  357. position:absolute;
  358. display:block;
  359. font-size:10px;
  360. padding-top:5px;
  361. margin-top:-5px;
  362. margin-left:calc({select:Post Width}px + 10px);
  363. text-align:left;
  364. opacity:0;
  365. z-index:999;
  366. -webkit-transition:all 0.5s ease-in-out;
  367. -moz-transition:all 0.5s ease-in-out;
  368. -o-transition:all 0.5s ease-in-out;
  369. transition:all 0.5s ease-in-out;
  370. }
  371.  
  372. .permalink a{
  373. color:{color:Link};
  374. }
  375.  
  376. .permalink a:hover{
  377. color:{color:Link Hover};
  378. }
  379.  
  380. .entry:hover .permalink{
  381. opacity:1;
  382. }
  383.  
  384. .date{
  385. background:#fbfbfb;
  386. padding:3px;
  387. margin-right:10px;
  388. text-transform:uppercase;
  389. }
  390.  
  391. .noet{
  392. background:#fbfbfb;
  393. padding:2px 0px 0px 5px;
  394. margin-right:10px;
  395. margin-bottom:5px;
  396. }
  397.  
  398. .tags{
  399. margin-top:5px;
  400. font-size:10px;
  401. line-height:20px;
  402. text-transform:uppercase;
  403. }
  404.  
  405. .tags i{
  406. color:{color:Link};
  407. }
  408.  
  409. .tags a{
  410. display:inline-block;
  411. margin-left:7px;
  412. }
  413.  
  414. .tags a:first-child{
  415. margin:0px;
  416. }
  417.  
  418. .like_button{
  419. position:relative;
  420. width:1.5em;
  421. height:1.7em;
  422. }
  423.  
  424. .like_button:before{
  425. content:"\e813";
  426. position:absolute;
  427. color:{color:Link};
  428. top:-3px;
  429. left:0px;
  430. padding-top:2px;
  431. font-size:11px;
  432. font-family:'Linearicons-Free';
  433. text-align:center;
  434. -webkit-transition:all 0.5s ease-in-out;
  435. -moz-transition:all 0.5s ease-in-out;
  436. -o-transition:all 0.5s ease-in-out;
  437. transition:all 0.5s ease-in-out;
  438. }
  439.  
  440. .like_button iframe{
  441. position:absolute;
  442. top:0px;
  443. left:0px;
  444. opacity:0;
  445. z-index:99;
  446. }
  447.  
  448. .like_button.liked:before, .like_button:hover:before{
  449. color:{color:Link Hover};
  450. }
  451.  
  452.  
  453. /*--Miscellaneous--*/
  454.  
  455. iframe.tmblr-iframe{
  456. z-index:99999999999999!important;
  457. top:0!important;
  458. right:0!important;
  459. opacity:0.4;
  460. /* delete from here */
  461. filter:invert(1);
  462. -webkit-filter:invert(1);
  463. -o-filter:invert(1);
  464. -moz-filter:invert(1);
  465. -ms-filter:invert(1);
  466. /* to here if your blog has a dark background */
  467. transform:scale(0.6);
  468. transform-origin:100% 0;
  469. -webkit-transform:scale(0.6);
  470. -webkit-transform-origin:100% 0;
  471. -o-transform:scale(0.6);
  472. -o-transform-origin:100% 0;
  473. -moz-transform:scale(0.6);
  474. -moz-transform-origin:100% 0;
  475. -ms-transform:scale(0.6);
  476. -ms-transform-origin:100% 0;
  477. -webkit-transition:all 0.5s ease-in-out;
  478. -moz-transition:all 0.5s ease-in-out;
  479. -o-transition:all 0.5s ease-in-out;
  480. transition:all 0.5s ease-in-out;
  481. }
  482.  
  483. iframe.tmblr-iframe:hover{
  484. opacity:0.6!important;
  485. }
  486.  
  487. .load-more{
  488. position:relative;
  489. background:#f8f8f8;
  490. margin-left:calc(({select:Post Width}px / 2) - 24px);
  491. padding:5px;
  492. }
  493.  
  494. footer{
  495. width:50vw;
  496. margin-bottom:50px;
  497. }
  498.  
  499. .pagination{
  500. display:none;
  501. }
  502.  
  503. #pagination{
  504. color:#ccc;
  505. width:calc({select:Post Width}px + 20px);
  506. text-align:center;
  507. }
  508.  
  509. #pagination a{
  510. background:#f8f8f8;
  511. padding:0px 5px 0px 5px;
  512. }
  513.  
  514. .back{
  515. margin-top:0px;
  516. }
  517.  
  518. .next{
  519. margin-top:0px;
  520. }
  521.  
  522. .text img{
  523. {block:IndexPage}
  524. max-width:calc({select:Post width}px - 20px);
  525. {/block:IndexPage}
  526. {block:PermalinkPage}
  527. max-width:500px;
  528. {/block:PermalinkPage}
  529. width:auto;
  530. height:auto;
  531. }
  532.  
  533. .text{
  534. background:#fbfbfb;
  535. padding:10px;
  536. overflow:hidden;
  537. }
  538.  
  539. .audio:hover .tumblr_audio_player{
  540. opacity:1;
  541. }
  542.  
  543. .audio{
  544. background:#fbfbfb;
  545. margin-left:78px;
  546. padding:25px 0px 23px 10px;
  547. line-height:14px;
  548. letter-spacing:1px;
  549. text-align:left;
  550. overflow:hidden;
  551. white-space:nowrap;
  552. text-overflow:ellipsis;
  553. }
  554.  
  555. .audio img{
  556. position:absolute;
  557. width:78px;
  558. margin-top:-25px;
  559. margin-left:-88px;
  560. z-index:9;
  561. }
  562.  
  563. .song{
  564. font:italic 9px georgia;
  565. }
  566.  
  567. .tumblr_audio_player{
  568. opacity:0;
  569. background:{color:Background};
  570. position:absolute;
  571. width:30px;
  572. height:30px;
  573. margin-left:-60px;
  574. border-radius:100px;
  575. z-index:99;
  576. -webkit-transition:all 0.3s ease-in-out;
  577. -moz-transition:all 0.3s ease-in-out;
  578. -o-transition:all 0.3s ease-in-out;
  579. transition:all 0.3s ease-in-out;
  580. }
  581.  
  582. #s-m-t-tooltip{
  583. background:#fff;
  584. color:#888;
  585. font-size:8px;
  586. font-style:italic;
  587. font-weight:500;
  588. letter-spacing:2px;
  589. text-transform:uppercase;
  590. max-width:300px;
  591. padding:4px;
  592. z-index:9999999999;
  593. margin:20px 10px 10px 10px;
  594. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  595. }
  596.  
  597. .quote{
  598. font-weight:bold;
  599. text-align:left;
  600. margin-left:11px;
  601. }
  602.  
  603. .ask{
  604. background:{color:Caption};
  605. color:{color:Text};
  606. width:auto;
  607. padding:10px;
  608. border:1px solid {color:Border Color};
  609. border-radius:5px;
  610. text-align:left;
  611. }
  612.  
  613. .answer{
  614. margin-left:10px;
  615. margin-top:0px;
  616. }
  617.  
  618. .caption{
  619. {block:IndexPage}
  620. background:{color:Caption};
  621. border:1px solid {color:Border Color};
  622. border-radius:5px;
  623. {/block:IndexPage}
  624. font-size:10px;
  625. color:{color:Caption Text};
  626. margin-top:10px;
  627. padding:5px;
  628. overflow:auto;
  629. }
  630.  
  631. .caption img{
  632. width:auto;
  633. height:auto;
  634. max-width:calc({select:Post width}px - 70px);
  635. {block:PermalinkPage}
  636. max-width:430px;
  637. {/block:PermalinkPage}
  638. }
  639.  
  640. .back-to-top{
  641. position: fixed;
  642. bottom:-75px;
  643. left:10px;
  644. background: url('http://static.tumblr.com/2e9nahe/xvCoaucis/arrow-up.svg') no-repeat;
  645. background-size:15px;
  646. width:100px;
  647. height:100px;
  648. z-index:9999999;
  649. }
  650.  
  651. .back-to-top a{
  652. text-indent: -9999px;
  653. display: block;
  654. }
  655.  
  656. #infscr-loading{
  657. display:none!important;
  658. }
  659.  
  660. .tumblr_video_container{
  661. width:auto!important;
  662. height:auto!important;
  663. }
  664.  
  665. .vignette, #vignette {
  666. opacity:0;
  667. }
  668. .lightbox-image, #tumblr_lightbox img {
  669. box-shadow:none!important;
  670. border-radius:0!important;
  671. max-width:none;
  672. }
  673.  
  674. .tmblr-lightbox, #tumblr_lightbox {
  675. background-color:{color:Background}!important;
  676. }
  677.  
  678. </style>
  679.  
  680. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  681.  
  682. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  683. <script>
  684. (function($){
  685. $(document).ready(function(){
  686. $("[title]").style_my_tooltips({
  687. tip_follows_cursor:true,
  688. tip_delay_time:20,
  689. tip_fade_speed:400,
  690. attribute:"title"
  691. });
  692. });
  693. })(jQuery);
  694. </script>
  695.  
  696.  
  697. <!--Scroll back to top-->
  698.  
  699. <div class="back-to-top" id="back-top">
  700. <a href="javascript:void(0)" class="back-to-top">Top</a>
  701. </div>
  702.  
  703.  
  704. <script type="text/javascript">
  705. $(function () {
  706. $("#back-top").hide();
  707. $(window).scroll(function () {
  708. if ($(this).scrollTop() > 150) {
  709. $('#back-top').fadeIn();
  710. } else {
  711. $('#back-top').fadeOut();
  712. }
  713. });
  714. });
  715. jQuery('.back-to-top').click(function () {
  716. jQuery('html, body').animate({
  717. scrollTop: 0
  718. }, 'slow');
  719. });
  720. </script>
  721.  
  722.  
  723. <!--end of Scroll back to top-->
  724.  
  725. <!--minimal soundcloud player by shythemes-->
  726. <script>
  727. // minimal soundcloud player © shythemes.tumblr
  728. $(document).ready(function(){
  729. var color = '#acd7bb'; // color of play button (hex)
  730. $('.soundcloud_audio_player').each(function(){
  731. $(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=true&amp;origin=tumblr&amp;color=' + color.split('#')[1], height: 20, width: '100%' });
  732. });
  733. });
  734. </script>
  735. <!--end minimal soundcloud player-->
  736.  
  737.  
  738. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  739. <script>
  740. $(document).ready(function(){
  741. $('.photo-slideshow').pxuPhotoset({
  742. lightbox: true,
  743. rounded: false,
  744. gutter: '3px',
  745. photoset: '.photo-slideshow',
  746. photoWrap: '.photo-data',
  747. photo: '.pxu-photo'
  748. });
  749. });
  750. </script>
  751.  
  752. {block:ifInfiniteScroll}
  753. <div class="pagination">
  754. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage"}>previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  755. </div>
  756. {/block:ifInfiniteScroll}
  757.  
  758.  
  759. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  760.  
  761. <script>
  762. $(document).ready(function() {
  763. $('a.poplight[href^=#]').click(function() {
  764. var popID = $(this).attr('rel'); //Get Popup Name
  765. var popURL = $(this).attr('href'); //Get Popup href to define size
  766. var query= popURL.split('?');
  767. var dim= query[1].split('&');
  768. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  769. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close">close</a>');
  770. var popMargTop = ($('#' + popID).height() + 80) / 2;
  771. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  772. //Apply Margin to Popup
  773. $('#' + popID).css({
  774. 'margin-top' : -popMargTop,
  775. 'margin-left' : -popMargLeft
  776. });
  777. $('body').append('<div id="fade"></div>');
  778. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  779. return false;
  780. });
  781. $('a.close, #fade').live('click', function() {
  782. $('#fade , .popup_block').fadeOut(function() {
  783. $('#fade, a.close').remove(); //fade them both out
  784. });
  785. return false;
  786. });
  787. });
  788. </script>
  789.  
  790. </head>
  791.  
  792. <body>
  793.  
  794. <div id="center">
  795.  
  796. <div id="sidebar">
  797. <img src="{image:Sidebar}"/>
  798. <div id="title">
  799. <a href="/">{Title}</a>
  800. </div>
  801. <div id="desc">{Description}</div>
  802. <div class="links">
  803. <a href="/">index</a>
  804. <a href="/ask" target="_blank">message</a>
  805. <a href="/archive" target="_blank">past</a>
  806. {block:ifLink1}<a href="{text:Link 1 URL}" target="_blank">{text:Link 1}</a>{/block:ifLink1}
  807. {block:ifLink2}<a href="{text:Link 2 URL}" target="_blank">{text:Link 2}</a>{/block:ifLink2}
  808. {block:ifLink3}<a href="{text:Link 3 URL}" target="_blank">{text:Link 3}</a>{/block:ifLink3}
  809. </div>
  810. </div>
  811.  
  812. <div id="content">
  813.  
  814. {block:Posts}
  815.  
  816.  
  817. <div class="entry" id="{PostID}">
  818.  
  819. {block:IndexPage}
  820. <div class="permalink">
  821. <div class="noet"><a href="{Permalink}" title="{NoteCountwithLabel}" target="_blank"><span class="lnr lnr-link"></span></a></div>
  822. <div class="noet">
  823. <a href="{ReblogURL}" target="_blank" title="Reblog?"><span class="lnr lnr-undo"></span></a>
  824. </div>
  825. <div class="noet">{LikeButton}</div>
  826. </div>
  827.  
  828. {/block:IndexPage}
  829.  
  830. {block:Text}
  831. <div class="text">{block:IndexPage}{/block:IndexPage}{block:Title}<h2><b><a href="{Permalink}">{Title}</a></b></h2>{/block:Title}
  832. {Body}
  833. </div>
  834. {/block:Text}
  835.  
  836. {block:Photo}
  837. <div id="img">
  838. {block:IndexPage}<img src="{PhotoURL-500}"/>
  839. </div>
  840.  
  841. {/block:IndexPage}
  842. {block:PermalinkPage}<img src="{PhotoURL-HighRes}"/>{block:Caption}<div class="caption">{caption}</div>{/block:Caption}
  843. {/block:PermalinkPage}
  844. {/block:Photo}
  845.  
  846. {block:Photoset}
  847. {block:IndexPage}
  848. <div id="img">
  849. <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>
  850. </div>
  851. {/block:IndexPage}
  852.  
  853. {block:PermalinkPage}<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>
  854. {block:Caption}<div class="caption">{caption}</div>{/block:Caption}
  855. {/block:PermalinkPage}
  856. {/block:Photoset}
  857.  
  858.  
  859. {block:Quote}
  860. <div class="text">
  861. <div style="position:absolute;margin-top:-5px;margin-left:-5px;font:30px times new roman;opacity:0.5;">“</div>
  862. <div class="quote">{Quote}</div>
  863. {block:Source}<p style="text-align:right;font:italic 10px georgia;">—&nbsp;{Source}</p>{/block:Source}
  864. </div>
  865. {/block:Quote}
  866.  
  867. {block:Link}
  868. <div class="text">
  869. <a href="{URL}"><h1><b>{Name}</h1></b></a>{block:Description}{Description}{/block:Description}</div>
  870. {/block:Link}
  871.  
  872. {block:Chat}
  873. <div class="text">
  874. {block:Title}<h3>{Title}</h3>{/block:Title}
  875. {block:Lines}<p>
  876. {block:Label}<b>{Label}</b>{/block:Label}
  877. {Line}</p>
  878. {/block:Lines}
  879. </div>
  880. {/block:Chat}
  881.  
  882. {block:Audio}
  883. <div class="audio">
  884. {block:AudioPlayer}
  885. {AudioPlayerWhite}
  886. {block:AlbumArt}<img id="img" src="{AlbumArtURL}"/>{/block:AlbumArt}
  887. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}
  888. <br>{block:Artist}<span class="song">{Artist}</span>{/block:Artist}
  889. </div>
  890. {/block:AudioPlayer}
  891.  
  892. {block:PermalinkPage}
  893. {block:Caption}<div class="caption">{caption}</div>{/block:Caption}
  894. {/block:PermalinkPage}
  895. {/block:Audio}
  896.  
  897. {block:Answer}
  898. <div style="padding-bottom:5px;"><b><u>{Asker}</u></b> asked:</div>
  899. <div class="ask">
  900. {Question}
  901. </div>
  902. <div class="answer">
  903. {Answer}
  904. </div>
  905. {/block:Answer}
  906.  
  907. {block:Video}
  908. {block:IndexPage}
  909. <div id="img">
  910. <div class="video">{Video-500}</div>
  911. </div>
  912. {/block:IndexPage}
  913.  
  914. {block:PermalinkPage}<div class="video">{Video-500}</div>
  915. {block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:PermalinkPage}
  916. {/block:Video}
  917.  
  918. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{Logowidth}px" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}--> {/block:ContentSource}
  919.  
  920. {block:IndexPage}{block:ifShowCaption}{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{/block:ifShowCaption}{/block:IndexPage}
  921.  
  922. {block:ifShowTags}{block:HasTags}<div class="tags"><span class="lnr lnr-tag"></span>{block:Tags}<a href="{TagURL}"># {Tag}</a>{/block:Tags}<br></div>{/block:HasTags}{/block:ifShowTags}
  923.  
  924. {block:PermalinkPage}
  925. {block:Date}
  926. <div style="border-top:1px solid #ccc;width:500px;margin-top:5px;"></div>
  927. <div style="font-weight:600;font-size:14px;margin-top:10px;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</div>
  928. {/block:Date}
  929. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  930. <br>{block:HasTags}Tagged: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}<br>{/block:HasTags}
  931. {block:RebloggedFrom}Via: <i><a href="{ReblogParentURL}">{ReblogParentName}</i></a>
  932. <br>Source: <i><a href="{ReblogRootURL}">{ReblogRootName}</i></a>{/block:RebloggedFrom}
  933. {/block:PermalinkPage}
  934.  
  935. {block:PostNotes}{PostNotes}{/block:PostNotes}
  936.  
  937.  
  938. </div>
  939.  
  940. {/block:Posts}
  941.  
  942. {block:ifnotinfinitescroll}
  943. {block:Pagination}
  944. <div id="pagination">
  945. {block:PreviousPage}<a href="{PreviousPage}" title="previous">«</a>&nbsp;&nbsp;|{/block:PreviousPage}&nbsp;&nbsp;{block:NextPage}<a href="{NextPage}" title="next">»</a>{/block:NextPage}
  946. </div>
  947. {/block:Pagination}
  948. {/block:ifnotinfinitescroll}
  949.  
  950. </div>
  951.  
  952. {block:ifInfiniteScroll}{block:ifManualLoad}
  953. {block:Pagination}<footer><a href="#" class="load-more">load more</a></footer>{/block:Pagination}
  954. {/block:ifManualLoad}{/block:ifInfiniteScroll}
  955.  
  956. </div>
  957.  
  958.  
  959. {block:IndexPage}
  960. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.0.0/imagesloaded.pkgd.min.js"></script>
  961. {block:ifInfiniteScroll}
  962. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  963. {/block:ifInfiniteScroll}
  964. <script>
  965. $(document).ready(function(){
  966. var $container = $('#content');
  967. {block:ifInfiniteScroll}
  968. $container.infinitescroll({
  969. itemSelector: ".entry",
  970. navSelector: ".pagination",
  971. nextSelector: ".pagination a#next",
  972. loadingImg: "",
  973. loadingText: "<em> </em>",
  974. bufferPx: 100,
  975. extraScrollPx: 50,
  976. errorCallback: function(){ $('.load-more').text('no more posts').parent().delay(2000).slideUp("slow"); }
  977. },
  978.  
  979. function(newElements){
  980. var $newElems = $(newElements);
  981. $newElems.find('.photo-slideshow').pxuPhotoset({
  982. lightbox: true,
  983. rounded: false,
  984. gutter: '4px',
  985. photoset: '.photo-slideshow',
  986. photoWrap: '.photo-data',
  987. photo: '.pxu-photo'
  988. });
  989.  
  990. var $newElemsIDs = $newElems.map(function(){
  991. return this.id;
  992. }).get();
  993. console.log($newElems, $newElemsIDs);
  994. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  995.  
  996. resizeVideos();
  997.  
  998. var $newElems = $( newElements ).hide();
  999. $newElems.imagesLoaded(function(){
  1000. $newElems.fadeIn();
  1001. });
  1002.  
  1003. var color = '#ededed';
  1004. $('.soundcloud_audio_player').each(function(){
  1005. $(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=false&amp;origin=tumblr&amp;color=' + color.split('#')[1], height: 20, width: '100%' });
  1006. });
  1007.  
  1008. });
  1009. {block:ifManualLoad}
  1010. $(window).unbind('.infscr');
  1011. $('.load-more').click(function(){
  1012. $('#content').infinitescroll('retrieve');
  1013. return false;
  1014. });
  1015. {/block:ifManualLoad}
  1016. {/block:ifInfiniteScroll}
  1017. });
  1018. </script>
  1019. {/block:IndexPage}
  1020.  
  1021. <a href="http://shoseii.tumblr.com" style="font:italic 10px 'Libre Baskerville', serif;position:fixed;bottom:5px;right:3px;" title="© shoseii">&</a>
  1022.  
  1023. </body>
  1024.  
  1025.  
  1026. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement