Advertisement
ILikeMochiCx

Pigment

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