Advertisement
sorrism

lilith

Sep 1st, 2017
16,274
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.01 KB | None | 1 0
  1. <!--
  2.  
  3.  
  4. theme: lilith
  5. - sorrism -
  6.  
  7. time stamp shortening by bycholoethemes
  8. note shortening, hiding tumblr controls, & video resizing by shythemes
  9.  
  10.  
  11. -->
  12.  
  13.  
  14. <!DOCTYPE html>
  15.  
  16. <head>
  17.  
  18.  
  19. <title>{block:TagPage}#{Tag} : {/block:TagPage} {block:PostSummary}{PostSummary} : {/block:PostSummary}{Title}</title>
  20.  
  21. <link rel="shortcut icon" href="{favicon}">
  22.  
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26. <!--Default Variables-->
  27.  
  28. <meta name="color:Background" content="#f4f4f4"/>
  29. <meta name="color:Posts" content="#ffffff"/>
  30. <meta name="color:Accents" content="#f4f4f4"/>
  31. <meta name="color:Text" content="#555555"/>
  32. <meta name="color:Link" content="#777777"/>
  33. <meta name="color:Link Hover" content="#eeeeee"/>
  34. <meta name="color:Blog Title" content="#000000"/>
  35. <meta name="color:Title" content="#000000"/>
  36. <meta name="color:Scrollbar" content="#aaaaaa" />
  37. <meta name="color:Borders" content="#eeeeee"/>
  38. <meta name="color:Text Borders" content="#eeeeee"/>
  39.  
  40. <meta name="if:Infinite Scroll" content="0"/>
  41. <meta name="if:Manual Load" content="1"/>
  42. <meta name="if:One Column" content="0"/>
  43. <meta name="if:Hide Captions" content="0"/>
  44.  
  45. <meta name="text:Home Title" content="Index"/>
  46. <meta name="text:Ask Title" content="Message"/>
  47. <meta name="text:Archive Title" content="Archive"/>
  48.  
  49. <meta name="text:Link 1 URL" content=""/>
  50. <meta name="text:Link 1" content=""/>
  51. <meta name="text:Link 2 URL" content=""/>
  52. <meta name="text:Link 2" content=""/>
  53. <meta name="text:Link 3 URL" content=""/>
  54. <meta name="text:Link 3" content=""/>
  55.  
  56. <meta name="image:Icon" content=""/>
  57.  
  58. <link href="//static.tumblr.com/sas2ex2/HFinqriui/photoset.css" rel="stylesheet" type="text/css">
  59.  
  60. <!--CSS customization here. -->
  61.  
  62. <style type="text/css">
  63.  
  64. /*tumblr controls and lightbox*/
  65.  
  66. .tmblr-lightbox {background:rgba({RGBcolor:posts}, .95)!important;}
  67.  
  68. .tmblr-lightbox img {opacity:0;}
  69.  
  70. .lightbox-caption {
  71. color:{color:title}!important;
  72. font-family:inherit!important;
  73. font-size:1em!important;
  74. font-weight:normal!important;
  75. text-shadow:none!important;
  76. }
  77.  
  78. .lightbox-image {
  79. -moz-box-shadow:none!important;
  80. -webkit-box-shadow:none!important;
  81. box-shadow:none!important;
  82. -moz-border-radius:0px!important;
  83. -webkit-border-radius:0px!important;
  84. border-radius:0px!important;
  85. padding:0px!important;
  86. opacity:1!important;
  87. }
  88.  
  89. .vignette {opacity:0!Important;}
  90.  
  91. .cc svg {
  92. display:block;
  93. width:10px;
  94. height:auto;
  95. opacity:.75;
  96. overflow:visible;
  97. }
  98.  
  99. .cc svg path {fill:{color:link};}
  100.  
  101. .cc {
  102. z-index:12;
  103. position:fixed;
  104. top:15px;
  105. right:15px;
  106. }
  107.  
  108. #tumblr_controls, .iframe-controls--desktop {
  109. position:fixed!important;
  110. top:2px!important;
  111. right:15px!important;
  112. opacity:0!important;
  113. -webkit-transform:scale(.7);
  114. -moz-transform:scale(.7);
  115. transform:scale(.7);
  116. -webkit-backface-visibility:hidden;
  117. padding:0px 20px 10px 10px;
  118. transition:all .3s linear;
  119. -webkit-transition:all .3s linear;
  120. -o-transition:all .3s linear;
  121. -moz-transition:all .3s linear;
  122. -webkit-backface-visibility:hidden;
  123. -webkit-transform-origin:right top;
  124. -moz-transform-origin:right top;
  125. -ms-transform-origin:right top;
  126. -o-transform-origin:right top;
  127. transform-origin:right top;
  128. }
  129.  
  130. #tumblr_controls:hover, .iframe-controls--desktop:hover {opacity:.7!important;}
  131.  
  132. /*tooltip*/
  133.  
  134. .ui-tooltip {
  135. position:Absolute;
  136. z-index:9999;
  137. padding-top:10px;
  138. }
  139.  
  140. .ui-tooltip-content {
  141. background:{color:posts};
  142. padding:0.25em 5px;
  143. letter-spacing:1px;
  144. font-size:.8em;
  145. text-transform:uppercase;
  146. }
  147.  
  148. /*scrollbar*/
  149.  
  150. ::-webkit-scrollbar {
  151. height:11px;
  152. width:11px;
  153. background:{color:posts};
  154. }
  155.  
  156. ::-webkit-scrollbar-track {
  157. background:{color:borders};
  158. border:5px solid {color:posts};
  159. }
  160.  
  161. ::-webkit-scrollbar-thumb{
  162. border:5px solid {color:posts};
  163. background:{color:scrollbar};
  164. }
  165.  
  166. /*general*/
  167.  
  168. body {
  169. background:{color:background};
  170. color:{color:text};
  171. font:10px/1.4em trebuchet ms, arial, sans-serif;
  172. word-wrap:break-word;
  173. text-align:left;
  174. overflow-x:hidden;
  175. -moz-osx-font-smoothing:grayscale;
  176. -webkit-font-smoothing:antialiased;
  177. font-smoothing:antialiased;
  178. margin:0;
  179. }
  180.  
  181. a {
  182. color:{color:text};
  183. text-decoration:none;
  184. }
  185.  
  186. .permalink a, .source a {color:{color:link};}
  187.  
  188. a, svg, .rr {
  189. transition:all .3s linear;
  190. -webkit-transition:all .3s linear;
  191. -o-transition:all .3s linear;
  192. -moz-transition:all .3s linear;
  193. }
  194.  
  195. a, a img {cursor:pointer;}
  196.  
  197. a:hover {
  198. color:{color:link hover}!important;
  199. text-decoration:none;
  200. }
  201.  
  202. a svg:hover {fill:{color:link hover};}
  203.  
  204. img {
  205. opacity:1;
  206. border:0;
  207. text-decoration:none;
  208. max-width:100%;
  209. height:auto;
  210. display:block;
  211. }
  212.  
  213. blockquote {
  214. padding:.25em 0 .25em 15px;
  215. margin:.5em 0;
  216. border-left:1px solid {color:text borders};
  217. }
  218.  
  219. pre {
  220. padding:0;
  221. margin:0;
  222. line-height:inherit!important;
  223. background:transparent;
  224. font-family:consolas!Important;
  225. font-size:inherit!important;
  226. white-space:pre-wrap;
  227. white-space:-moz-pre-wrap;
  228. white-space:-pre-wrap;
  229. white-space:-o-pre-wrap;
  230. word-wrap:break-word;
  231. }
  232.  
  233. p {margin:.5em 0;}
  234.  
  235. p:first-of-type {margin-top:0;}
  236.  
  237. p:last-of-type {margin-bottom:0;}
  238.  
  239. b, strong, b a, strong a {
  240. font-weight:600;
  241. color:{color:title};
  242. }
  243.  
  244. ol, ul {
  245. list-style:none;
  246. text-align:left;
  247. padding-left:0;
  248. }
  249.  
  250. li {
  251. position:relative;
  252. padding:.25em 0 .25em 20px;
  253. margin-left:0;
  254. }
  255.  
  256. ol li {counter-increment:list;}
  257.  
  258. ol li:before, ul li:before {
  259. left:-20px;
  260. display:inline-block;
  261. position:relative;
  262. width:0;
  263. vertical-align:middle!important;
  264. }
  265.  
  266. ol li:before {content:counter(list) '.';}
  267.  
  268. ul li:before {
  269. content:'';
  270. width:15px;
  271. height:1px;
  272. position:absolute;
  273. left:0;
  274. top:calc(.7em + 2px);
  275. background:{color:text borders};
  276. }
  277.  
  278. .chat li:before, .pagenotes li:before {display:none!important;}
  279.  
  280. .chat li {margin:0;}
  281.  
  282. small, big, sub, pre {
  283. font-size:1em!important;
  284. line-height:1.4em!important;
  285. vertical-align:baseline!important;
  286. }
  287.  
  288. h1, h2, h3, h4 {
  289. margin:1.5em 0;
  290. font-size:1em;
  291. padding:0;
  292. font-weight:600;
  293. color:{color:title};
  294. font-weight:normal;
  295. }
  296.  
  297. .posts h1:first-child, .posts h2:first-child, .posts h3:first-child, .posts h4:first-child {margin-top:0;}
  298.  
  299. hr {
  300. border:none;
  301. box-shadow:0;
  302. margin:2em auto;
  303. width:30%;
  304. border-top:1px solid {color:text borders};
  305. }
  306.  
  307. .tex h1, .tex h2, .tex h3, .tex h4 {
  308. text-align:left;
  309. font-size:inherit!important;
  310. font-family:inherit!important;
  311. }
  312.  
  313. header, .full article, footer {
  314. -webkit-animation-name: fade-in;
  315. -webkit-animation-duration: 1.5s;
  316. }
  317.  
  318. /*header*/
  319.  
  320. nav {
  321. position:fixed;
  322. background:{color:posts};
  323. border-bottom:1px solid {color:borders};
  324. top:0;
  325. text-align:center;
  326. left:0;
  327. width:450px;
  328. z-index:10;
  329. font-size:.8em;
  330. line-height:1.5em;
  331. padding:15px calc(50vw - 450px / 2);
  332. text-transform:uppercase;
  333. letter-spacing:1px;
  334. }
  335.  
  336. nav a {
  337. display:inline-block;
  338. margin:0 10px;
  339. }
  340.  
  341. header {
  342. background:{color:accents};
  343. width:225px;
  344. padding:calc(60px + 1.5em) calc(50vw - 225px / 2) 30px calc(50vw - 225px / 2);
  345. text-align:center;
  346. }
  347.  
  348. header img {
  349. display:block;
  350. width:40px;
  351. height:40px;
  352. border:2px solid {color:posts};
  353. margin:0 auto 15px auto;
  354. -moz-border-radius:100%;
  355. -webkit-border-radius:100%;
  356. border-radius:100%;
  357. }
  358.  
  359. .tai {
  360. font-size:1.2em;
  361. font-style:italic;
  362. color:{color:blog title};
  363. display:block;
  364. font-weight:600;
  365. }
  366.  
  367. header > div {margin-top:10px;}
  368.  
  369. /*pagination*/
  370.  
  371. footer {
  372. {block:ifinfinitescroll}
  373. {block:ifnotmanualload}
  374. display:none;
  375. {/block:ifnotmanualload}
  376. {/block:ifinfinitescroll}
  377. margin:0 auto 100px auto;
  378. max-width:225px;
  379. text-align:center;
  380. }
  381.  
  382. {block:ifinfinitescroll}
  383. #pagination {display:none;}
  384. {/block:ifinfinitescroll}
  385.  
  386. footer a {
  387. display:inline-block;
  388. background:{color:posts};
  389. margin:0 10px;
  390. padding:.5em 15px;
  391. font-size:.8em;
  392. text-transform:uppercase;
  393. letter-spacing:1px;
  394. }
  395.  
  396. #infscr-loading {display:none!important;}
  397.  
  398. .nice {
  399. position:fixed;
  400. right:15px;
  401. bottom:15px;
  402. font-size:8px;
  403. }
  404.  
  405. /*posts*/
  406.  
  407. section {margin:100px auto;}
  408.  
  409. .full section {width:465px!important;}
  410.  
  411. article {
  412. position:relative;
  413. vertical-align:top;
  414. width:100%;
  415. padding:25px;
  416. -moz-box-sizing:border-box;
  417. box-sizing:border-box;
  418. {block:indexpage}{block:ifnotonecolumn}
  419. opacity:0;
  420. z-index:-1;
  421. -webkit-transition-duration:1s;
  422. -moz-transition-duration:1s;
  423. -o-transition-duration:1s;
  424. transition-duration:1s;
  425. {/block:ifnotonecolumn}{/block:indexpage}
  426. }
  427.  
  428. {block:ifonecolumn}
  429. section, article {width:465px;}
  430. {/block:ifonecolumn}
  431.  
  432. @media screen and (max-width:480px) {
  433. section {width:calc(100vw - 30px);}
  434. article {width:calc(100vw - 15px);}
  435. }
  436.  
  437. {block:indexpage}{block:ifnotonecolumn}
  438.  
  439. @media screen and (min-width:700px) {
  440. section {width:550px;}
  441. article {width:275px;}
  442. }
  443.  
  444. @media screen and (min-width:975px) {section {width:825px;}}
  445.  
  446. @media screen and (min-width:1250px) {section {width:1100px;}}
  447.  
  448. .masonry {
  449. -webkit-transition-property: height, width;
  450. -moz-transition-property: height, width;
  451. -o-transition-property: height, width;
  452. transition-property: height, width;
  453. -webkit-transition-duration: 0.2s;
  454. -moz-transition-duration: 0.2s;
  455. -o-transition-duration: 0.2s;
  456. transition-duration: 0.2s;
  457. }
  458.  
  459. .masonry .masonry-brick {
  460. -webkit-transition-duration: 1s;
  461. -moz-transition-duration: 1s;
  462. -o-transition-duration: 1s;
  463. transition-duration: 1s;
  464. }
  465.  
  466. article.masonry-brick {
  467. opacity: 1;
  468. -webkit-transition-property: opacity;
  469. -moz-transition-property: opacity;
  470. -o-transition-property: opacity;
  471. transition-property: opacity;
  472. }
  473.  
  474. {/block:ifnotonecolumn}{/block:indexpage}
  475.  
  476. .ph {
  477. position:relative;
  478. overflow:hidden;
  479. }
  480.  
  481. .ph img {
  482. width:100%;
  483. display:block;
  484. }
  485.  
  486. .photo-slideshow {display:none;}
  487.  
  488. .full .photo-slideshow {display:block;}
  489.  
  490. .video * {
  491. display:block;
  492. min-width:100%;
  493. }
  494.  
  495. .spotify_audio_player {height:80px!important;}
  496.  
  497. .k:not(:first-child) {display:none;}
  498.  
  499. .tmblr-truncated-link {
  500. display:inline-block;
  501. font-style:italic;
  502. font-weight:600;
  503. text-transform:lowercase;
  504. }
  505.  
  506. .ph, .title, .comment, .source, .when, .permalink, .hold, ol.notes, .chat {background:{color:posts};}
  507.  
  508. /*titles*/
  509.  
  510. .title {
  511. color:{color:title};
  512. padding:15px;
  513. font-size:1.2em;
  514. line-height:1.4em;
  515. font-style:italic;
  516. }
  517.  
  518. .title a {color:{color:title};}
  519.  
  520. .title a:hover {color:{color:link hover};}
  521.  
  522. .source {
  523. padding:0 15px;
  524. margin-top:-10px;
  525. }
  526.  
  527. /*captions*/
  528.  
  529. .comment {
  530. padding:15px;
  531. margin:0;
  532. overflow:hidden;
  533. border-bottom:1px solid {color:borders};
  534. list-style:none;
  535. }
  536.  
  537. .comment:last-of-type {border-bottom:0!important;}
  538.  
  539. .why .comment:last-of-type {padding-bottom:0;}
  540.  
  541. .ted:first-of-type {padding-top:0;}
  542.  
  543. .user {
  544. display:inline-block;
  545. line-height:1em;
  546. margin-bottom:.5em;
  547. font-style:italic;
  548. }
  549.  
  550. .user a, .user {color:rgba({RGBcolor:text},.7);}
  551.  
  552. .user svg, .chat svg, .permalink svg {
  553. height:1.2em;
  554. float:left;
  555. display:inline-block;
  556. margin:-1px 5px 0 0;
  557. fill:rgba({RGBcolor:text},.7);
  558. }
  559.  
  560. {block:ifhidecaptions}{block:indexpage}
  561. .maybe .captions {display:none;}
  562. .maybe .when {padding-top:15px!important;}
  563. {/block:indexpage}{/block:ifhidecaptions}
  564.  
  565. /*asks*/
  566.  
  567. .as {
  568. display:block;
  569. margin-bottom:.5em;
  570. text-transform:lowercase;
  571. }
  572.  
  573. .q {
  574. padding:15px;
  575. font-style:italic;
  576. background:{color:Accents};
  577. }
  578.  
  579. /*chats*/
  580.  
  581. .ted .chat {margin-top:-15px;}
  582.  
  583. .chat {
  584. margin:0;
  585. padding:0;
  586. list-style:none;
  587. }
  588.  
  589. .l {
  590. padding:15px;
  591. border-bottom:1px solid {color:borders};
  592. }
  593.  
  594. .l:last-of-type {
  595. border:0;
  596. padding-bottom:0;
  597. }
  598.  
  599. .chat svg {margin-top:.5px;}
  600.  
  601. .label {
  602. display:block;
  603. font-style:italic;
  604. text-transform:lowercase;
  605. margin-bottom:.5em;
  606. }
  607.  
  608. .l:nth-child(odd) .label {color:{color:title};}
  609.  
  610. .l:nth-child(odd) .label svg {fill:{color:title};}
  611.  
  612. /*audio*/
  613.  
  614. .player {
  615. width:25px;
  616. height:24px;
  617. position:absolute;
  618. left:10px;
  619. top:calc(50% - 15px);
  620. display:block;
  621. overflow:hidden;
  622. }
  623.  
  624. .hold {
  625. position:relative;
  626. border-bottom:1px solid {color:borders};
  627. display:block;
  628. min-height:24px;
  629. padding:15px;
  630. color:rgba({RGBcolor:text},.7);
  631. }
  632.  
  633. .audio_info {
  634. vertical-align:middle;
  635. line-height:12px;
  636. margin-left:35px;
  637. max-width:calc(100% - 35px);
  638. }
  639.  
  640. .audio_info span {
  641. white-space:nowrap;
  642. overflow:hidden;
  643. text-overflow:ellipsis;
  644. display:block;
  645. }
  646.  
  647. .hold .track {
  648. font-weight:600;
  649. color:{color:text};
  650. }
  651.  
  652. /*permalink and notes*/
  653.  
  654. .when, .permalink {
  655. position:relative;
  656. padding:15px;
  657. z-index:3;
  658. }
  659.  
  660. .ed .when {padding-top:5px;}
  661.  
  662. .ed .permalink {padding-top:10px;}
  663.  
  664. .when a {
  665. margin-right:5px;
  666. position:relative;
  667. display:inline-block;
  668. color:rgba({RGBcolor:text},.7);
  669. }
  670.  
  671. article:hover .rr {opacity:1;}
  672.  
  673. .rr {
  674. position:relative;
  675. z-index:3;
  676. opacity:0;
  677. float:right;
  678. text-align:right;
  679. }
  680.  
  681. .rr a {
  682. height:1em;
  683. position:relative;
  684. display:inline-block;
  685. }
  686.  
  687. .rr svg {
  688. width:12px;
  689. margin-left:5px;
  690. display:inline-block;
  691. fill:{color:text};
  692. vertical-align:middle;
  693. }
  694.  
  695. .like:hover svg, .rr svg:hover {fill:{color:link hover};}
  696.  
  697. .like .liked + svg {fill:#D95E40;}
  698.  
  699. .like_button {cursor:pointer;}
  700.  
  701. .like_button iframe {
  702. position:absolute;
  703. opacity:0.0000001;
  704. top:0;
  705. bottom:0;
  706. right:0;
  707. z-index:4;
  708. }
  709.  
  710. .pagenotes, .permalink {text-transform:lowercase;}
  711.  
  712. .tags {
  713. margin-top:5px;
  714. font-style:italic;
  715. }
  716.  
  717. .tags svg {margin:1px 5px 0 0;}
  718.  
  719. .tags * {color:rgba({RGBcolor:text},5);}
  720.  
  721. .tags a {
  722. display:inline;
  723. margin-right:5px;
  724. }
  725.  
  726. ol.notes {
  727. margin:0;
  728. list-style-type:none;
  729. padding:0 15px 15px 15px;
  730. }
  731.  
  732. ol.notes li.note {padding:0 0 5px 0;}
  733.  
  734. ol.notes li.note:last-of-type {padding-bottom:0;}
  735.  
  736. ol.notes li.note:nth-child(odd) * {color:rgba({RGBcolor:text},.7);}
  737.  
  738. ol.notes li.note img.avatar {display:none!important;}
  739.  
  740. .more_notes_link, .notes_loading {
  741. color:{color:title}!important;
  742. display:block;
  743. font-style:italic;
  744. font-weight:600;
  745. text-align:left!important;
  746. }
  747.  
  748. {customCss}
  749.  
  750. </style>
  751.  
  752. </head>
  753.  
  754. <body class="{block:ifonecolumn}full{/block:ifonecolumn} {block:permalinkpage}full{/block:permalinkpage}">
  755.  
  756. <div class="cc"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px"viewBox="0 0 438.317 438.317" style="enable-background:new 0 0 438.317 438.317;" xml:space="preserve"><g><g><path d="M31.167,266.192l20.4,9.35c8.5,3.967,12.467,13.6,9.35,22.383l-7.933,20.967c-5.95,16.15-3.967,33.433,5.95,47.317c9.633,14.167,25.5,22.383,42.5,22.383c6.233,0,12.467-1.133,18.417-3.4l20.967-7.933c1.983-0.85,3.967-1.133,6.233-1.133c6.8,0,13.317,3.967,16.15,10.483l9.35,20.4c8.5,18.7,26.633,30.317,47.033,30.317s38.533-11.617,47.033-30.317l9.35-20.4c2.833-6.233,9.067-10.483,16.15-10.483c1.983,0,4.25,0.283,6.233,1.133l20.967,8.217c5.95,2.267,12.183,3.683,18.417,3.683l0,0c16.717,0,32.583-8.783,42.5-22.667c9.633-14.167,11.9-31.45,5.95-47.6l-7.933-20.967c-3.117-8.783,0.85-18.417,9.35-22.383l20.4-9.35c18.7-8.5,30.317-26.633,30.317-47.033S426.7,180.625,408,172.125l-20.4-9.35c-8.5-3.967-12.467-13.6-9.35-22.383l7.933-20.967c5.95-16.15,3.967-33.433-5.95-47.317c-9.633-14.167-25.5-22.383-42.5-22.383c-6.233,0-12.467,1.133-18.417,3.4l-20.967,7.933c-1.983,0.85-3.967,1.133-6.233,1.133c-6.8,0-13.317-3.967-16.15-10.483l-9.35-20.4c-8.5-18.7-26.633-30.317-47.033-30.317s-39.383,11.9-47.883,30.6l-9.35,20.4c-2.833,6.233-9.067,10.483-16.15,10.483c-1.983,0-4.25-0.283-6.233-1.133L119,53.408c-5.95-2.267-12.183-3.4-18.417-3.4c-16.717,0-32.583,8.5-42.5,22.383c-9.633,14.167-11.9,31.45-5.95,47.317l7.933,20.967c3.117,8.783-0.85,18.417-9.35,22.383l-20.4,9.35C11.617,180.908,0,199.042,0,219.442S12.467,257.692,31.167,266.192z M45.05,203.008l20.4-9.35c24.65-11.333,36.55-39.95,26.917-65.167l-7.933-20.967c-2.833-7.65,0-13.317,1.983-16.15c4.533-6.8,13.033-9.633,20.967-6.517l20.967,7.933c5.95,2.267,11.9,3.4,18.133,3.4l0,0c20.117,0,38.533-11.9,47.033-30.317l9.35-20.4c4.25-9.633,13.317-10.483,16.15-10.483c2.833,0,11.617,0.85,16.15,10.483l9.35,20.4c8.5,18.417,26.917,30.317,47.033,30.317c6.233,0,12.183-1.133,18.133-3.4l20.967-7.933c7.933-2.833,16.15,0,20.967,6.517c1.983,2.833,4.817,8.5,1.983,16.15l-7.933,20.967c-9.35,25.217,2.267,53.833,26.917,65.167l20.4,9.35c9.633,4.25,10.483,13.317,10.483,16.15c0,2.833-0.85,11.617-10.483,16.15l-20.4,9.35c-24.65,11.333-36.55,39.95-26.917,65.167l7.933,20.967c2.833,7.65,0,13.317-1.983,16.15c-4.533,6.8-13.033,9.633-20.967,6.517l-20.967-7.933c-5.95-2.267-11.9-3.4-18.133-3.4c-20.117,0-38.533,11.9-47.033,30.317l-9.35,20.4c-4.25,9.633-13.317,10.483-16.15,10.483c-2.833,0-11.617-0.85-16.15-10.483l-9.35-20.4c-8.5-18.417-26.917-30.317-47.033-30.317c-6.233,0-12.183,1.133-18.133,3.4l-20.967,7.933c-7.933,2.833-16.15,0-20.967-6.517c-1.983-2.833-4.817-8.5-1.983-16.15l7.933-20.967c9.35-25.217-2.267-53.833-26.917-65.167l-20.4-9.35c-9.633-4.25-10.483-13.317-10.483-16.15C34.567,216.325,35.417,207.542,45.05,203.008z"/><path d="M218.733,292.825c40.517,0,73.667-33.15,73.667-73.667s-33.15-73.667-73.667-73.667s-73.667,33.15-73.667,73.667S177.933,292.825,218.733,292.825z M218.733,179.492c21.817,0,39.667,17.85,39.667,39.667s-17.85,39.667-39.667,39.667s-39.667-17.85-39.667-39.667S196.917,179.492,218.733,179.492z"/></g></g></svg></div>
  757.  
  758. <nav>{block:ifHomeTitle}<a href="/">{text:Home Title}</a>{/block:ifHomeTitle}{block:ifAskTitle}<a href="/ask">{text:Ask Title}</a>{/block:ifAskTitle}{block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}{block:ifArchiveTitle}<a href="/archive">{text:archive title}</a>{/block:ifArchiveTitle}</nav>
  759. <header>{block:ifIconImage}<a href="/"><img src="{image:icon}"/></a>{/block:ifIconImage}<a href="/" class="tai">{title}</a><div>{description}</div></header>
  760.  
  761. <section id="entries">{block:Posts}
  762.  
  763. <article class="{block:caption}maybe ed{/block:caption} {block:date}why {block:Quote}ed{/block:Quote}{block:Text}ed{/block:Text}{block:Link}ed{/block:Link}{block:Chat}ed{/block:Chat}{block:Answer}ed{/block:Answer}{/block:date}" id="{PostId}">
  764.  
  765. {block:Quote}<div class="tex"><div class="title">{Quote}</div>{block:Source}<div class="source">{Source}</div>{/block:Source}</div>{/block:Quote}
  766.  
  767. {block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title}
  768. {block:RebloggedFrom}{block:Reblogs}<li class="comment {block:Title}ted{/block:Title}"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M51.6,144.6l-6,34.1c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-23.8c3.2,0.3,6.3,0.4,9.4,0.4c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z M108,42.3c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg>{username}</a>{body}</li>{/block:Reblogs}{/block:RebloggedFrom}{block:NotReblog}<li class="comment {block:Title}ted{/block:Title}">{body}</li>{/block:NotReblog}{/block:Text}
  769.  
  770. {block:Link}<div class="title"><a href="{URL}" {Target}>{Name}</a></div>
  771. {block:Description}{block:NotReblog}<li class="comment ted">{description}</li>{/block:NotReblog}{/block:Description}{block:RebloggedFrom}{block:Reblogs}<li class="comment"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M51.6,144.6l-6,34.1c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-23.8c3.2,0.3,6.3,0.4,9.4,0.4c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z M108,42.3c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg>{username}</a>{body}</li>{/block:Reblogs}{/block:RebloggedFrom}{/block:Link}
  772.  
  773. {block:Chat}{block:Title}<div class="title">{Title}</div>{/block:Title}<ol class="chat {block:Title}ted{/block:Title}">{block:Lines}<li class="l {Alt}">{block:Label}<span class="label"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M51.6,144.6l-6,34.1c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-23.8c3.2,0.3,6.3,0.4,9.4,0.4c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z M108,42.3c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg>{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ol>{/block:Chat}
  774.  
  775. <div class="ph">
  776. {block:Photo}{block:indexpage}{block:ifnotonecolumn}<a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}"></a>{/block:ifnotonecolumn}{block:ifonecolumn}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a>{/block:ifonecolumn}{/block:indexpage}{block:permalinkpage}{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}{/block:permalinkpage}{/block:Photo}
  777.  
  778. {block:Photoset}{block:indexpage}{block:ifnotonecolumn}<a href="#" class="k" onclick="Tumblr.Lightbox.init([/*{block:Photos}, /**/ { width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }{/block:Photos}]); $('body').toggleClass('tumblr_lightbox_active'); return false">{block:Photos}<img src="{PhotoURL-HighRes}"><!--{/block:Photos}--></a>{/block:ifnotonecolumn}{/block:indexpage}<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>{/block:Photoset}
  779.  
  780. {block:Video}<div class="video">{Video-500}</div>{/block:Video}
  781.  
  782. </div>
  783.  
  784. {block:Audio}{block:AudioPlayer}<div class="hold"><div class="player">{AudioPlayerWhite}</div><div class="audio_info">{block:TrackName}<span class="track">{TrackName}</span>{/block:TrackName}{block:Artist}<span class="artist">{Artist}</span>{/block:Artist}</div></div>{/block:AudioPlayer}{/block:Audio}
  785.  
  786. {block:caption}<span class="captions">{block:Reblogs}<li class="comment"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M51.6,144.6l-6,34.1c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-23.8c3.2,0.3,6.3,0.4,9.4,0.4c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z M108,42.3c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg>{username}</a>{body}</li>{/block:Reblogs}{block:NotReblog}<li class="comment"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M51.6,144.6l-6,34.1c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-23.8c3.2,0.3,6.3,0.4,9.4,0.4c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z M108,42.3c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg>{name}</a>{Caption}</li>{/block:NotReblog}</span>{/block:caption}
  787.  
  788. {block:Answer}<div class="q"><div class="as user"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M51.6,144.6l-6,34.1c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-23.8c3.2,0.3,6.3,0.4,9.4,0.4c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z M108,42.3c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg>{Asker} sent:</div>{Question}</div>{block:answerer}<li class="comment"><div class="user"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M51.6,144.6l-6,34.1c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-23.8c3.2,0.3,6.3,0.4,9.4,0.4c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z M108,42.3c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg>{answerer} replied:</div>{answer}</li>{/block:Answerer}{block:NotReblog}<li class="comment">{replies}</li>{/block:NotReblog}{block:rebloggedfrom}{block:reblogs}<li class="comment"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M51.6,144.6l-6,34.1c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-23.8c3.2,0.3,6.3,0.4,9.4,0.4c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z M108,42.3c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg>{username}</a>{body}</li>{/block:Reblogs}{/block:rebloggedfrom}{/block:Answer}
  789.  
  790. {block:Date}
  791. {block:indexpage}<div class="when"><span class="rr"><a href="{ReblogURL}" target="_blank" class="r"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M108.7,159.2c-22.3,0-42.4-14.9-48.8-36.2c-1-3.2-4.3-5-7.5-4c-3.2,1-5,4.3-4,7.5c8.1,26.8,32.3,44.7,60.3,44.7c34.7,0,63-28.3,63-63c0-34.7-28.3-63-63-63c-19.7,0-38.2,9.4-50,24.6l-2.5-19.8c-0.4-3.3-3.4-5.6-6.7-5.2c-3.3,0.4-5.6,3.4-5.2,6.7L49,88.1c0.4,3,3,5.2,5.9,5.2c0.2,0,0.5,0,0.7,0l36.2-4.1c3.3-0.4,5.7-3.3,5.3-6.6s-3.3-5.7-6.6-5.3L66.2,80c9.4-14.1,25.3-22.8,42.5-22.8c28.1,0,51,22.9,51,51S136.8,159.2,108.7,159.2z"/></svg></a><a class="like">{LikeButton}<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M148,37.8c-3.9,0-7.5,0.6-10.8,1.9c-15.1,5.7-24.6,17.8-29.8,26.7c-6-8.6-16.1-20.5-27.6-24.4c-3.8-1.3-8.1-2-12.3-2c-10.7,0-20.3,4.1-27,11.5c-5.7,6.2-12,18-10,38.8c4.1,42.6,71.5,87.1,74.3,88.9c1,0.7,2.1,1,3.3,1c1.1,0,2.3-0.3,3.3-1c2.7-1.8,66.5-43.6,73.7-86.1c3.7-21.8-2.7-34.9-8.8-42.1C169.2,42.7,158.6,37.8,148,37.8z M173.1,91c-2.6,15.2-15.1,33.4-36.1,52.7c-11.9,10.9-23.5,19.4-29,23.2c-5.7-4-17.9-12.9-30.3-24.3C56,122.5,43.8,104,42.3,89c-1.3-13,1.1-23.2,6.9-29.6c6-6.6,13.9-7.6,18.1-7.6c3,0,5.9,0.5,8.5,1.3c11.4,3.9,23.3,21.7,26.9,28.3c1.1,2.1,3.4,3.3,5.7,3.1c2.4-0.2,4.4-1.7,5.2-4c0.1-0.2,8.2-22.4,27.7-29.7c1.9-0.7,4.2-1.1,6.6-1.1c7.2,0,14.3,3.3,19,9C173.3,66.2,175.5,77.4,173.1,91z"/></svg></a></span><a class="time-ago" href="{permalink}" target="_blank">{timestamp}</a></div>{/block:indexpage}
  792. {block:permalinkpage}<div class="permalink">posted {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}{block:notecount} with <span class="no">{notecount}</span>{/block:notecount}{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}, source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}{block:HasTags}<div class="tags"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M95.2,186C95.3,186,95.3,186,95.2,186c1.7,0,3.2-0.6,4.3-1.7l64.8-66.7c2.3-2.4,2.3-6.1-0.1-8.4L94.7,39.7c-1.1-1.1-2.7-1.7-4.2-1.7c0,0,0,0,0,0l-67.1,0.1c-3.3,0-6,2.6-6,5.9L17,109.9c0,1.6,0.6,3.2,1.8,4.3l72.3,70.2C92.2,185.5,93.7,186,95.2,186z M29.4,50L88,49.8l63.6,63.6l-56.5,58.2L29,107.4L29.4,50z M200.3,110.2c2.3,2.3,2.3,6,0,8.4l-64.8,66.8c-1.2,1.2-2.7,1.8-4.3,1.8c-1.5,0-3-0.6-4.2-1.7c-2.4-2.3-2.4-6.1-0.1-8.5l60.7-62.6L130.2,56c-2.3-2.4-2.3-6.2,0.1-8.5c2.4-2.3,6.2-2.3,8.5,0.1L200.3,110.2z M67.1,77.7c0,4.6-3.8,8.4-8.4,8.4s-8.4-3.8-8.4-8.4c0-4.6,3.8-8.4,8.4-8.4S67.1,73.1,67.1,77.7z"/></svg>{block:Tags}<a href="{TagUrl}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>{/block:permalinkpage}
  793. {/block:Date}
  794.  
  795. </article>
  796.  
  797. {block:PostNotes}<article class="pagenotes"><div class="title">{NoteCountWithLabel}</div>{PostNotes}</article>{/block:PostNotes}
  798.  
  799. {/block:Posts}</section>
  800.  
  801. {block:Pagination}<footer><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev page</a>{block:nextpage}/{/block:nextpage}{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next page</a>{/block:NextPage}</div>{block:ifinfinitescroll}{block:ifmanualload}<div id="more"><a class="load">load more</a></div>{/block:ifmanualload}{/block:ifinfinitescroll}</footer>{/block:Pagination}
  802.  
  803.  
  804. {block:ContentSource}
  805. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  806. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  807. {/block:SourceLogo}
  808. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  809. {/block:ContentSource}
  810.  
  811.  
  812. <!-- jquery -->
  813.  
  814. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>{block:indexpage}{block:ifnotonecolumn}<script src="//static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>{/block:ifnotonecolumn}<script src="//static.tumblr.com/i5s2zks/9Acok8oo2/bct-timeago.min.js"></script>{block:ifinfinitescroll}<script src="//static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>{/block:ifinfinitescroll}{/block:indexpage}<script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script><script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>{block:permalinkpage}<script src="//static.tumblr.com/sas2ex2/WR5ouogz7/notes.js"></script>{/block:permalinkpage}
  815. <script>
  816. $(document).ready(function() {
  817. $('body').tooltip({track:true});
  818. $('.full .photo-slideshow').pxuPhotoset({
  819. lightbox: true,
  820. rounded: false,
  821. gutter: '1px',
  822. photoset: '.photo-slideshow',
  823. photoWrap: '.photo-data',
  824. photo: '.pxu-photo'
  825. });
  826. $('iframe.tumblr_audio_player').load( function() {
  827. $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:posts} !important} </style>"));
  828. });
  829. {block:permalinkpage}
  830. notes();
  831. {/block:permalinkpage}
  832. {block:indexpage}
  833. var $container = $('section');
  834. {block:ifnotonecolumn}
  835. $container.imagesLoaded(function() {
  836. $container.masonry({itemSelector: 'article'});
  837. $container.find('article').animate({opacity: 1, zIndex: 1});
  838. });
  839. $(window).resize(function(){$container.masonry();});
  840. {/block:ifnotonecolumn}
  841. $('.time-ago').timeAgo({
  842. time:"letter",
  843. suffix:" ago"
  844. });
  845. {block:ifinfinitescroll}
  846. $container.infinitescroll({
  847. itemSelector: 'article',
  848. navSelector: '#pagination',
  849. nextSelector: '#pagination a',
  850. loadingImg: '',
  851. loadingText: '<em></em>',
  852. errorCallback: function(){ $('.load').text('no more posts').parent('footer').delay(4000).slideUp(400); },
  853. bufferPx: 3000
  854. },
  855. function( newElements ) {
  856. var $newElems = $( newElements );
  857. var $newElemsIDs = $newElems.map(function () {return this.id;}).get();
  858. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  859. {block:ifonecolumn}
  860. $newElems.find('.full .photo-slideshow').pxuPhotoset({
  861. lightbox: true,
  862. rounded: false,
  863. gutter: '1px',
  864. photoset: '.photo-slideshow',
  865. photoWrap: '.photo-data',
  866. photo: '.pxu-photo'
  867. });
  868. {/block:ifonecolumn}
  869. {block:ifnotonecolumn}
  870. $newElems.imagesLoaded(function(){
  871. $container.masonry('appended', $newElems);
  872. $newElems.animate({opacity: 1, zIndex: 1});
  873. });
  874. {/block:ifnotonecolumn}
  875. $newElems.find('.time-ago').timeAgo({
  876. time:"letter",
  877. suffix:" ago"
  878. });
  879. resizeVideos();
  880. $newElems.find('iframe.tumblr_audio_player').load(function(){
  881. $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:posts}!important} </style>"));
  882. });
  883. });
  884. {block:ifmanualload}
  885. $(window).unbind('.infscr');
  886. $('.load').click(function(){
  887. $('footer').fadeTo("400", 0);
  888. $container.delay(400).infinitescroll('retrieve').parent('body').find('#more').parent().delay(400).fadeTo("400", 1);
  889. });
  890. {/block:ifmanualload}{/block:ifinfinitescroll}{/block:indexpage}
  891. });
  892. </script>
  893. <a class="nice" href="https://sorrism.tumblr.com">@</a>
  894. </body>
  895.  
  896. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement