Advertisement
ILikeMochiCx

Nefelibata

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