Advertisement
ILikeMochiCx

Orbit

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