Advertisement
ILikeMochiCx

Itakoto (Revamped)

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