Advertisement
sorrism

solitudine

Aug 3rd, 2015
27,648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.68 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. theme: solitudine // updated 09.05.2018
  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="#ffffff"/>
  29. <meta name="color:Accents" content="#f4f4f4"/>
  30. <meta name="color:Text" content="#909090"/>
  31. <meta name="color:Link Hover" content="#eeeeee"/>
  32. <meta name="color:Blog Title" content="#202020"/>
  33. <meta name="color:Title" content="#000000"/>
  34. <meta name="color:Scrollbar" content="#aaaaaa" />
  35. <meta name="color:Borders" content="#eeeeee"/>
  36. <meta name="color:Text Borders" content="#eeeeee"/>
  37.  
  38. <meta name="image:Icon" content=""/>
  39.  
  40. <meta name="text:Subtitle" content=""/>
  41.  
  42. <meta name="text:Link 1 URL" content=""/>
  43. <meta name="text:Link 1" content=""/>
  44. <meta name="text:Link 2 URL" content=""/>
  45. <meta name="text:Link 2" content=""/>
  46. <meta name="text:Link 3 URL" content=""/>
  47. <meta name="text:Link 3" content=""/>
  48.  
  49. <meta name="text:Home Title" content="home"/>
  50. <meta name="text:Ask Title" content="message"/>
  51. <meta name="text:Archive Title" content="archive"/>
  52.  
  53. <meta name="if:Infinite Scroll" content="0"/>
  54.  
  55. <meta name="select:Sidebar Position" content="left" title="Left"/>
  56. <meta name="select:Sidebar Position" content="right" title="Right"/>
  57.  
  58.  
  59. <link href="//static.tumblr.com/sas2ex2/HFinqriui/photoset.css" rel="stylesheet" type="text/css"><script src="//use.edgefonts.net/lato:n4,i4,n6,n7.js"></script>
  60.  
  61. <!--CSS customization here. -->
  62.  
  63. <style type="text/css">
  64.  
  65. /*tumblr controls and lightbox*/
  66.  
  67. .tmblr-lightbox {background:rgba({RGBcolor:posts}, .95)!important;}
  68.  
  69. .tmblr-lightbox img {opacity:0;}
  70.  
  71. .lightbox-caption {
  72. color:{color:title}!important;
  73. font-family:inherit!important;
  74. font-size:1em!important;
  75. font-weight:normal!important;
  76. text-shadow:none!important;
  77. }
  78.  
  79. .lightbox-image {
  80. -moz-box-shadow:none!important;
  81. -webkit-box-shadow:none!important;
  82. box-shadow:none!important;
  83. -moz-border-radius:0px!important;
  84. -webkit-border-radius:0px!important;
  85. border-radius:0px!important;
  86. padding:0px!important;
  87. opacity:1!important;
  88. }
  89.  
  90. .vignette {opacity:0!Important;}
  91.  
  92. body > .tmblr-iframe {
  93. right:15px;
  94. opacity:0;
  95. top:10px;
  96. z-index:99;
  97. -webkit-transform:scale(.6);
  98. -moz-transform:scale(.6);
  99. transform:scale(.6);
  100. -webkit-backface-visibility:hidden;
  101. padding:0px 50px 10px 10px;
  102. transition:all .3s linear;
  103. -webkit-transition:all .3s linear;
  104. -o-transition:all .3s linear;
  105. -moz-transition:all .3s linear;
  106. -webkit-backface-visibility:hidden;
  107. -webkit-transform-origin:right top;
  108. -moz-transform-origin:right top;
  109. -ms-transform-origin:right top;
  110. -o-transform-origin:right top;
  111. transform-origin:right top;
  112. }
  113.  
  114. body > .tmblr-iframe:hover {opacity:.7!important;}
  115.  
  116. body > .tmblr-iframe, .cc {position:fixed;}
  117.  
  118. .cc {
  119. top:18px;
  120. z-index:12;
  121. right:15px;
  122. }
  123.  
  124. .cc svg {
  125. display:inline-block;
  126. margin-left:5px;
  127. width:12px;
  128. height:auto;
  129. opacity:.75;
  130. overflow:visible;
  131. }
  132.  
  133. .cc svg path {fill:{color:title};}
  134. /*tooltip*/
  135.  
  136. .ui-tooltip {
  137. position:Absolute;
  138. z-index:9999;
  139. padding-top:10px;
  140. }
  141.  
  142. .ui-tooltip-content {
  143. background:{color:background};
  144. padding:0.25em 5px;
  145. letter-spacing:1px;
  146. font-size:.8em;
  147. text-transform:uppercase;
  148. }
  149.  
  150. /*scrollbar*/
  151.  
  152. ::-webkit-scrollbar {
  153. height:12px;
  154. width:12px;
  155. background:{color:background};
  156. }
  157.  
  158. ::-webkit-scrollbar-track {
  159. background:{color:borders};
  160. border:5px solid {color:background};
  161. }
  162.  
  163. ::-webkit-scrollbar-thumb{
  164. border:5px solid {color:background};
  165. background:{color:scrollbar};
  166. -moz-border-radius:2px;
  167. -webkit-border-radius:2px;
  168. border-radius:2px;
  169. }
  170.  
  171. /*general*/
  172.  
  173. body {
  174. background:{color:background};
  175. color:{color:text};
  176. font:11px/1.4em lato, helvetica, sans-serif;
  177. word-wrap:break-word;
  178. text-align:left;
  179. overflow-x:hidden;
  180. letter-spacing:.25px;
  181. -moz-osx-font-smoothing:grayscale;
  182. -webkit-font-smoothing:antialiased;
  183. font-smoothing:antialiased;
  184. margin:0;
  185. }
  186.  
  187. a {
  188. color:{color:text};
  189. text-decoration:none;
  190. }
  191.  
  192. a, svg, .rr {
  193. transition:all .3s linear;
  194. -webkit-transition:all .3s linear;
  195. -o-transition:all .3s linear;
  196. -moz-transition:all .3s linear;
  197. }
  198.  
  199. a, a img {cursor:pointer;}
  200.  
  201. a:hover {
  202. color:{color:link hover}!important;
  203. text-decoration:none;
  204. }
  205.  
  206. a svg:hover {fill:{color:link hover};}
  207.  
  208. img {
  209. opacity:1;
  210. border:0;
  211. text-decoration:none;
  212. max-width:100%;
  213. height:auto;
  214. display:block;
  215. }
  216.  
  217. blockquote {
  218. padding:.25em 0 .25em 15px;
  219. margin:.5em 0;
  220. border-left:1px solid {color:text borders};
  221. }
  222.  
  223. pre {
  224. padding:0;
  225. margin:0;
  226. line-height:inherit!important;
  227. background:transparent;
  228. font-family:consolas!Important;
  229. font-size:inherit!important;
  230. white-space:pre-wrap;
  231. white-space:-moz-pre-wrap;
  232. white-space:-pre-wrap;
  233. white-space:-o-pre-wrap;
  234. word-wrap:break-word;
  235. }
  236.  
  237. p {margin:.5em 0;}
  238.  
  239. p:first-of-type {margin-top:0;}
  240.  
  241. p:last-of-type {margin-bottom:0;}
  242.  
  243. b, strong, b a, strong a {
  244. font-weight:600;
  245. color:{color:title};
  246. }
  247.  
  248. ol, ul {
  249. list-style:none;
  250. text-align:left;
  251. padding-left:0;
  252. }
  253.  
  254. li {
  255. position:relative;
  256. padding:.25em 0 .25em 20px;
  257. margin-left:0;
  258. }
  259.  
  260. ol li {counter-increment:list;}
  261.  
  262. ol li:before, ul li:before {
  263. left:-20px;
  264. display:inline-block;
  265. position:relative;
  266. width:0;
  267. vertical-align:middle!important;
  268. }
  269.  
  270. ol li:before {content:counter(list) '.';}
  271.  
  272. ul li:before {
  273. content:'';
  274. width:15px;
  275. height:1px;
  276. position:absolute;
  277. left:0;
  278. top:calc(.7em + 3px);
  279. background:{color:text borders};
  280. }
  281.  
  282. .chat li:before, .pagenotes li:before {display:none!important;}
  283.  
  284. .chat li {margin:0;}
  285.  
  286. small, big, sub, pre {
  287. font-size:1em!important;
  288. line-height:1.4em!important;
  289. vertical-align:baseline!important;
  290. }
  291.  
  292. h1, h2, h3, h4 {
  293. margin:.5em 0;
  294. font-size:1em;
  295. padding:0;
  296. font-weight:600;
  297. color:{color:title};
  298. font-weight:normal;
  299. }
  300.  
  301. hr {
  302. border:none;
  303. box-shadow:0;
  304. margin:2em auto;
  305. width:30%;
  306. border-top:1px solid {color:text borders};
  307. }
  308.  
  309. aside, footer, article {
  310. -webkit-animation-name: fade-in;
  311. -webkit-animation-duration: 2s;
  312. }
  313.  
  314. /*aside*/
  315.  
  316. aside, footer {
  317. width:200px;
  318. position:fixed;
  319. }
  320.  
  321. aside {top:100px;}
  322.  
  323. .right aside {left:calc(50vw + (172px * 3) / 2 + 50px);}
  324.  
  325. .left aside {
  326. text-align:right;
  327. left:calc(50vw - (172px * 3) / 2 - 255px);
  328. }
  329.  
  330. .tai, aside span, nav, footer a {
  331. text-transform:uppercase;
  332. letter-spacing:1px;
  333. }
  334.  
  335. .tai {
  336. color:{color:blog title};
  337. display:block;
  338. font-size:1.1em;
  339. }
  340.  
  341. .ic img {
  342. width:30px;
  343. height:30px;
  344. display:inline-block;
  345. vertical-align:middle;
  346. margin-bottom:25px;
  347. -moz-border-radius:100%;
  348. -webkit-border-radius:100%;
  349. border-radius:100%;
  350. }
  351.  
  352. nav a {display:inline-block;}
  353.  
  354. .right nav a {margin-right:10px;}
  355.  
  356. .left nav a {margin-left:10px;}
  357.  
  358. aside span, nav, footer {font-size:.8em;}
  359.  
  360. aside > div, nav {margin-top:10px;}
  361.  
  362. /*pagination*/
  363.  
  364. footer {
  365. bottom:0px;
  366. position:absolute;
  367. }
  368.  
  369. .right footer {left:calc(100% + 50px);}
  370.  
  371. .left footer {
  372. left:-240px;
  373. text-align:right;
  374. }
  375.  
  376. {block:ifinfinitescroll}
  377. #pagination {display:none;}
  378. {/block:ifinfinitescroll}
  379.  
  380. footer a {display:inline-block;}
  381.  
  382. .right footer a {margin-right:10px;}
  383.  
  384. .left footer a {margin-left:10px;}
  385.  
  386. .right #pagination a:nth-of-type(2) {margin-left:10px;}
  387.  
  388. .left #pagination a:first-of-type {margin-right:10px;}
  389.  
  390. #infscr-loading {display:none!important;}
  391.  
  392. .nice {
  393. position:fixed;
  394. right:15px;
  395. bottom:15px;
  396. font-size:8px;
  397. }
  398.  
  399. /*posts*/
  400.  
  401. section {
  402. width:calc(172px * 3);
  403. margin:100px auto;
  404. position:relative;
  405. }
  406.  
  407. section:after {
  408. content:'';
  409. position:absolute;
  410. top:0;
  411. border-right:1px solid {color:borders};
  412. height:100%;
  413. }
  414.  
  415. .right section:after {right:-30px;}
  416.  
  417. .left section:after {left:-30px;}
  418.  
  419. article {
  420. vertical-align:top;
  421. position:relative;
  422. {block:indexpage}
  423. width:170px;
  424. height:170px;
  425. margin:0 1px 2px 1px;
  426. display:inline-block;
  427. overflow:hidden;
  428. z-index:3;
  429. {/block:indexpage}
  430. }
  431.  
  432. .ph {
  433. position:relative;
  434. overflow:hidden;
  435. display:block;
  436. }
  437.  
  438. .small {
  439. display:block;
  440. height:170px;
  441. width:170px;
  442. background:{color:accents} no-repeat center;
  443. background-size:cover;
  444. -webkit-backface-visibility:hidden;
  445. }
  446.  
  447. .small:hover {opacity:.7;}
  448.  
  449. .ps img:not(:first-child) {display:none;}
  450.  
  451. .small img{block:indexpage}, article .photo-slideshow{/block:indexpage} {
  452. width:100%;
  453. display:none;
  454. }
  455.  
  456. {block:indexpage}.video, .video * {display:none;}{/block:indexpage}
  457.  
  458. modal .video {display:block;}
  459.  
  460. .video * {
  461. display:block;
  462. min-width:100%;
  463. }
  464.  
  465. .spotify_audio_player {height:80px!important;}
  466.  
  467. .tmblr-truncated-link {
  468. display:inline-block;
  469. font-style:italic;
  470. font-weight:600;
  471. text-transform:lowercase;
  472. }
  473.  
  474. .over {
  475. position:absolute;
  476. top:0;
  477. left:0;
  478. height:170px;
  479. width:170px;
  480. background:{color:accents};
  481. z-index:5;
  482. cursor:pointer;
  483. line-height:170px;
  484. text-align:center;
  485. }
  486.  
  487. .over svg {
  488. height:2.5em;
  489. width:2.45em;
  490. vertical-align:middle;
  491. margin-bottom:5px;
  492. fill:rgba({RGBcolor:text},.7);
  493. }
  494.  
  495. modal .over {display:none;}
  496.  
  497. /*modal*/
  498.  
  499. modal {
  500. position:fixed;
  501. z-index:15;
  502. background:{color:accents};
  503. display:none;
  504. visibility:hidden;
  505. overflow-y:scroll;
  506. height:100vh;
  507. width:100vw;
  508. top:0;
  509. left:0;
  510. }
  511.  
  512. modal .inner {
  513. padding:35px;
  514. display:block;
  515. position:relative;
  516. z-index:20;
  517. background:{color:background};
  518. width:calc(172px * 3 - 70px);
  519. margin:100px auto;
  520. }
  521.  
  522. modal .video * {width:calc(172px * 3 - 70px);}
  523.  
  524. modal img, modal .photo-slideshow {display:block;}
  525.  
  526. modal .small {display:none;}
  527.  
  528. /*titles*/
  529.  
  530. .title {
  531. color:{color:title};
  532. font-size:1.2em;
  533. line-height:1.4em;
  534. }
  535.  
  536. .title a {color:{color:title};}
  537.  
  538. .title a:hover {color:{color:link hover};}
  539.  
  540. .source {margin-top:10px;}
  541.  
  542. /*captions*/
  543.  
  544. .comment {
  545. padding:0 0 15px 0;
  546. margin:0;
  547. list-style:none;
  548. }
  549.  
  550. .comment:last-of-type {padding-bottom:0;}
  551.  
  552. .ed .comment:first-of-type {padding-top:35px;}
  553.  
  554. .user {
  555. display:inline-block;
  556. line-height:1em;
  557. font-weight:600;
  558. margin-bottom:10px;
  559. font-style:italic;
  560. }
  561.  
  562. .user a, .user {color:rgba({RGBcolor:text},.7);}
  563.  
  564. .ted:first-of-type {padding-top:15px;}
  565.  
  566. /*asks*/
  567.  
  568. .as {
  569. display:block;
  570. margin-bottom:.5em;
  571. text-transform:lowercase;
  572. }
  573.  
  574. .q {
  575. margin-bottom:15px;
  576. padding:15px;
  577. font-style:italic;
  578. background:{color:Accents};
  579. }
  580.  
  581. /*chats*/
  582.  
  583. .ted .chat {margin-top:-15px;}
  584.  
  585. .chat {
  586. margin:0;
  587. padding:0;
  588. list-style:none;
  589. }
  590.  
  591. .l {
  592. padding:15px 0;
  593. border-bottom:1px solid {color:borders};
  594. }
  595.  
  596. .l:last-of-type {
  597. border:0;
  598. padding-bottom:0;
  599. }
  600.  
  601. .l:first-of-type {padding-top:0;}
  602.  
  603. .label {
  604. display:block;
  605. font-style:italic;
  606. text-transform:lowercase;
  607. margin-bottom:.5em;
  608. color:{color:title};
  609. }
  610.  
  611. /*audio*/
  612.  
  613. .player {
  614. width:25px;
  615. height:24px;
  616. position:absolute;
  617. left:10px;
  618. top:calc(50% - 15px);
  619. display:block;
  620. overflow:hidden;
  621. }
  622.  
  623. .hold {
  624. position:relative;
  625. display:block;
  626. min-height:24px;
  627. padding:15px;
  628. color:rgba({RGBcolor:text},.7);
  629. }
  630.  
  631. .audio_info {
  632. vertical-align:middle;
  633. line-height:12px;
  634. margin-left:35px;
  635. max-width:calc(100% - 35px);
  636. }
  637.  
  638. .audio_info span {
  639. white-space:nowrap;
  640. overflow:hidden;
  641. text-overflow:ellipsis;
  642. display:block;
  643. }
  644.  
  645. .hold .track {
  646. font-weight:600;
  647. color:{color:text};
  648. }
  649.  
  650. /*permalink and notes*/
  651.  
  652. .when, .permalink {
  653. position:relative;
  654. font-size:.8em;
  655. text-transform:uppercase;
  656. letter-spacing:1px;
  657. }
  658.  
  659. .when {
  660. margin:35px -35px -35px -35px;
  661. padding:15px 35px;
  662. border-top:1px solid {color:borders};
  663. }
  664.  
  665. .permalink {padding:15px 0;}
  666.  
  667. .when a {margin-right:10px;}
  668.  
  669. .when a, .permalink a {display:inline-block;}
  670.  
  671. .like-b {height:1em;}
  672.  
  673. .like-b .like_button iframe {
  674. position:absolute;
  675. top:0;
  676. left:0;
  677. bottom:0;
  678. right:0;
  679. height:1.1em!important;
  680. z-index:2;
  681. opacity:0.0000001;
  682. }
  683.  
  684. .like-b .liked ~ .b {color:#D95E40;}
  685.  
  686. .like-b .liked ~ .b:after {content:'d';}
  687.  
  688. .pagenotes {text-transform:lowercase;}
  689.  
  690. .pagenotes .title {margin-bottom:15px;}
  691.  
  692. .tags {margin-top:5px;}
  693.  
  694. .tags * {color:rgba({RGBcolor:text},5);}
  695.  
  696. .tags a {
  697. display:inline;
  698. margin-right:5px;
  699. }
  700.  
  701. ol.notes {
  702. margin:0;
  703. list-style-type:none;
  704. padding:0;
  705. }
  706.  
  707. ol.notes li.note {padding:0 0 5px 0;}
  708.  
  709. ol.notes li.note:last-of-type {padding-bottom:0;}
  710.  
  711. ol.notes li.note:nth-child(odd) * {color:rgba({RGBcolor:text},.7);}
  712.  
  713. ol.notes li.note img.avatar {display:none!important;}
  714.  
  715. .more_notes_link, .notes_loading {
  716. color:{color:title}!important;
  717. display:block;
  718. font-style:italic;
  719. font-weight:600;
  720. text-align:left!important;
  721. }
  722.  
  723. {customCss}
  724.  
  725. </style>
  726.  
  727. </head>
  728.  
  729. <body class="{block:indexpage}i{/block:indexpage}{block:permalinkpage}p{/block:permalinkpage} {select:Sidebar Position}"><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><modal class="pop"></modal>
  730.  
  731. <aside>{block:ifIconImage}<a href="/" class="ic"><img src="{image:icon}"/></a>{/block:ifIconImage}<a href="/" class="tai">{title}</a>{block:ifSubtitle}<span>{text:subtitle}</span>{/block:ifSubtitle}<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><div>{description}</div></aside>
  732.  
  733. <section id="entries">{block:Posts}<article id="{PostId}"><div class="inner {block:caption}ed{/block:caption}">
  734.  
  735. {block:Quote}{block:indexpage}<div class="over"><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></div>{/block:indexpage}<div class="title">{Quote}</div>{block:Source}<div class="source">{Source}</div>{/block:Source}{/block:Quote}
  736.  
  737. {block:Text}{block:indexpage}<div class="over"><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="M49,189h118c3.3,0,6-2.7,6-6V81.1c0-1.7-0.7-3.3-1.9-4.4l-46.4-43.1c-1.1-1-2.6-1.6-4.1-1.6H49c-3.3,0-6,2.7-6,6v145C43,186.3,45.7,189,49,189z M120,45.6l41,38V84h-41V45.6z M55,44h53v46c0,3.3,2.7,6,6,6h47v81H55V44z"/></svg></div>{/block:indexpage}{block:Title}<div class="title">{Title}</div>{/block:Title}
  738. {block:RebloggedFrom}{block:Reblogs}<li class="comment {block:Title}ted{/block:Title}"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a>{body}</li>{/block:Reblogs}{/block:RebloggedFrom}{block:NotReblog}<li class="comment {block:Title}ted{/block:Title}">{body}</li>{/block:NotReblog}{/block:Text}
  739.  
  740. {block:Link}{block:indexpage}<div class="over"><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="M47.9,66h82.1c4.5,0,7.9,5.4,7.9,12.5v24.3c0,8.8-4.9,16.2-7.9,16.2H98c-3.3,0-6,2.7-6,6s2.7,6,6,6h32.1c11.9,0,19.9-14.6,19.9-28.2V78.5c0-14-8.6-24.5-19.9-24.5H47.9C36.4,54,27,65,27,78.5v24.3c0,13,8.5,27.4,20.6,27.4c3.3,0,6-2.7,6-6s-2.7-6-6-6c-3.4,0-8.6-6.9-8.6-15.4V78.5C39,70.8,43.6,66,47.9,66z"/><path d="M86,164h82.1c9.1,0,18.9-9.7,18.9-27.6v-24.3c0-14.5-8.3-25.4-19.3-25.4c-3.3,0-6,2.7-6,6s2.7,6,6,6c4.1,0,7.3,6,7.3,13.4v24.3c0,8.6-3.7,15.6-6.9,15.6H86c-3.5,0-9-7.1-9-15.6v-24.3c0-7.5,4.8-13.1,9-13.1h32c3.3,0,6-2.7,6-6s-2.7-6-6-6H86c-11.6,0-21,11.3-21,25.1v24.3C65,149.4,74,164,86,164z"/></svg></div>{/block:indexpage}<div class="title"><a href="{URL}" {Target}>{Name}</a></div>
  741. {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">{username}</a>{body}</li>{/block:Reblogs}{/block:RebloggedFrom}{/block:Link}
  742.  
  743. {block:Chat}{block:indexpage}<div class="over"><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="M190.3,118.1c0-22.4-19.7-41.9-47.2-47c-2.6-24.7-28.9-44.3-60.9-44.3c-33.7,0-61.1,21.6-61.1,48.2c0,13.5,7,26.1,19.3,35.2l-4.1,23c-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.7l24-12.9c5.2,22.5,30.2,39.6,60.1,39.6c2.1,0,4.2-0.1,6.3-0.3l30.9,16.6c0.9,0.5,1.9,0.7,2.8,0.7c1.2,0,2.5-0.4,3.5-1.1c1.9-1.3,2.8-3.6,2.4-5.9l-4.1-23C183.4,144.3,190.3,131.6,190.3,118.1z M50.2,102.5c-10.9-6.9-17.1-16.9-17.1-27.4c0-20,22-36.2,49.1-36.2s49.1,16.2,49.1,36.2s-22,36.2-49.1,36.2c-2.2,0-4.6-0.1-6.9-0.4c-1.2-0.1-2.4,0.1-3.5,0.7l-21.6,11.6l2.6-14.6C53.3,106.2,52.3,103.8,50.2,102.5zM161.2,145.5c-2,1.3-3.1,3.7-2.7,6.1l2.6,14.6l-21.6-11.6c-1.1-0.6-2.3-0.8-3.5-0.7c-2.3,0.2-4.7,0.4-6.9,0.4c-24.7,0-45.2-13.5-48.6-31c0.5,0,1.1,0,1.6,0c30.2,0,55.3-17.4,60.2-40.1c21,4.3,35.9,18.7,35.9,34.9C178.3,128.6,172.1,138.6,161.2,145.5z"/></svg></div>{/block:indexpage}{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">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ol>{/block:Chat}
  744.  
  745. <div class="ph">{block:Photo}{block:indexpage}<a class="small" style="background-image:url('{PhotoURL-HighRes}');"></a><a class="reg"><img src="{PhotoURL-HighRes}"></a>{/block:indexpage}{block:permalinkpage}{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}{/block:permalinkpage}{/block:Photo}
  746.  
  747. {block:Photoset}{block:indexpage}{block:Photos}<a class="small ps" style="background-image:url('{PhotoURL-HighRes}');"></a>{/block:Photos}{/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}
  748. </div>
  749.  
  750. {block:Video}{block:indexpage}<div class="over"><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="M182.2,35H41.7c-3.3,0-5.7,2.8-5.7,6.1v139.1c0,0.1,0,0.1,0,0.2v0.1c0,3.3,2.4,6.5,5.7,6.5h24.8c0.6,0,1.2-1,1.8-1h87.3c0.6,0,1.2,1,1.8,1h24.8c3.3,0,5.8-3.2,5.8-6.5v-0.1c0-0.1,0-0.1,0-0.2V41.1C188,37.8,185.5,35,182.2,35z M163,94h13v11h-13V94zM176,82h-13V70h13V82z M176,117v11h-13v-11H176z M163,140h13v11h-13V140z M176,47v11h-13V47H176z M151,64.4v23.2V105H73V87.6V64.4V47h78V64.4z M61,105H48V94h13V105z M61,82H48V70h13V82z M48,140h13v11H48V140z M61,128H48v-11h13V128z M61,58H48V47h13V58z M48,174v-11h13v11H48z M73,157.3v-23.2V117h78v17.1v23.2V174H73V157.3z M163,163h13v11h-13V163z"/></svg></div>{/block:indexpage}<div class="video">{Video-500}</div>{/block:Video}
  751.  
  752.  
  753. {block:Audio}{block:indexpage}<div class="over"><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="M171.1,62.1C171.1,62.1,171.1,62,171.1,62.1L169,19.7v0c0-0.5-0.1-0.9-0.2-1.4c0-0.1-0.1-0.3-0.1-0.4c0,0,0,0,0,0c-0.1-0.2-0.1-0.4-0.2-0.5c0,0,0,0,0,0c0,0,0-0.1-0.1-0.1c-0.1-0.1-0.1-0.3-0.2-0.4c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.1-0.1-0.2-0.2c-0.1-0.1-0.2-0.2-0.3-0.3c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.2-0.2-0.3-0.3c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.2-0.2-0.3-0.3c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.2-0.1-0.3-0.2c-0.1,0-0.1-0.1-0.2-0.1c-0.1-0.1-0.2-0.1-0.3-0.2c-0.1,0-0.2-0.1-0.2-0.1c-0.1,0-0.2-0.1-0.2-0.1c-0.1,0-0.2-0.1-0.3-0.1c-0.1,0-0.2,0-0.2-0.1c-0.1,0-0.2-0.1-0.3-0.1c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2,0-0.4,0c-0.1,0-0.1,0-0.2,0c-0.2,0-0.3,0-0.5,0c0,0,0,0-0.1,0c0,0,0,0,0,0c-0.4,0-0.8,0.1-1.1,0.2c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c-0.4,0.1-0.7,0.2-1,0.4c0,0,0,0,0,0L76.7,55.7c0,0,0,0,0,0l0,0c0,0-0.1,0-0.1,0.1c-0.1,0.1-0.3,0.1-0.4,0.2c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0.1-0.2,0.1-0.3,0.2c-0.1,0.1-0.2,0.1-0.3,0.2c-0.1,0.1-0.1,0.1-0.2,0.2c-0.1,0.1-0.2,0.2-0.3,0.3c0,0.1-0.1,0.1-0.1,0.2c-0.1,0.1-0.2,0.2-0.2,0.3c0,0.1-0.1,0.1-0.1,0.2c-0.1,0.1-0.1,0.2-0.2,0.3c0,0.1-0.1,0.1-0.1,0.2c0,0.1-0.1,0.2-0.1,0.2c0,0.1-0.1,0.2-0.1,0.3c0,0.1-0.1,0.1-0.1,0.2c0,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.1-0.1,0.2c0,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.2-0.1,0.2c0,0.1,0,0.2-0.1,0.3c0,0.1,0,0.2,0,0.3c0,0.1,0,0.2,0,0.2c0,0.2,0,0.3,0,0.5c0,0,0,0.1,0,0.1l0,0c0,0,0,0,0,0.1l3.3,73.6c-4.2-2.1-9.3-3.2-14.9-3.2c-4.6,0-9.3,0.8-13.9,2.3c-18.1,6-28.7,21.3-24.2,34.8c3.2,9.5,13.5,15.7,26.3,15.7c4.6,0,9.3-0.8,13.9-2.3c16.4-5.4,26.6-18.4,25.1-30.9c0.3-0.7,0.4-1.5,0.4-2.3l-2-44.1l72.3-33.5l2,41.5c-4.2-2.1-9.3-3.2-14.8-3.2c-4.6,0-9.3,0.8-13.9,2.3c-8.2,2.7-15.3,7.6-19.9,13.7c-5,6.7-6.6,14.3-4.4,21.1c3.2,9.5,13.5,15.7,26.3,15.7c4.6,0,9.3-0.8,13.9-2.3c8.2-2.7,15.3-7.6,19.9-13.7c4.1-5.4,5.9-11.5,5.2-17.2c0.3-0.7,0.4-1.5,0.4-2.4L171.1,62.1z M60,170.9c-3.4,1.1-6.8,1.7-10.1,1.7c-7.5,0-13.4-2.9-14.9-7.5c-2.3-6.9,5.3-15.8,16.6-19.6c3.4-1.1,6.8-1.7,10.1-1.7c7.5,0,13.4,2.9,14.9,7.5C78.9,158.1,71.3,167.1,60,170.9z M86.7,92l-1.2-27.2l72.1-35.4l1.4,29.1L86.7,92z M159.2,139.2c-3.1,4.1-8.2,7.6-14.1,9.5c-3.4,1.1-6.8,1.7-10.1,1.7c-7.5,0-13.4-2.9-14.9-7.5c-1.3-4,1-8,2.6-10.1c3.1-4.1,8.2-7.6,14.1-9.5c3.4-1.1,6.8-1.7,10.2-1.7c7.5,0,13.4,2.9,14.9,7.5C163.1,133.2,160.7,137.2,159.2,139.2z"/></svg></div>{/block:indexpage}{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}
  754.  
  755. {block:caption}{block:Reblogs}<li class="comment"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a>{body}</li>{/block:Reblogs}{block:NotReblog}<li class="comment"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{name}</a>{Caption}</li>{/block:NotReblog}{/block:caption}
  756.  
  757. {block:Answer}{block:indexpage}<div class="over"><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="M37.1,171h141.9c3.3,0,6-2.7,6-6V74.7c0,0,0-0.1,0-0.1V50.7c0-3.3-2.7-6-6-6H37.1c-3.3,0-6,2.7-6,6v25.1c0,0,0,0,0,0.1V165C31.1,168.3,33.8,171,37.1,171z M43.1,56.7h129.9v15.2l-65.5,55.5L43.1,73V56.7z M43.1,88.7l60.5,51.1c2.2,1.9,5.5,1.9,7.7,0l61.6-52.2V159H43.1V88.7z"/></svg></div>{/block:indexpage}<div class="q"><div class="as user">{Asker} sent:</div>{Question}</div>{block:answerer}<li class="comment"><div class="user">{answerer} replied:</div><div class="tex">{answer}</div></li>{/block:Answerer}{block:NotReblog}<li class="comment"><div class="tex" style="margin-top:0;">{replies}</div></li>{/block:NotReblog}{block:rebloggedfrom}{block:reblogs}<li class="comment"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a><div class="tex">{body}</div></li>{/block:Reblogs}{/block:rebloggedfrom}{/block:Answer}
  758.  
  759. {block:Date}
  760. {block:indexpage}<div class="when"><a href="{ReblogURL}" target="_blank" class="r">reblog</a><a class="like-b">{LikeButton size="50"}<span class="b">like</span></a><a class="time-ago" href="{permalink}" target="_blank">{timestamp}</a></div>{/block:indexpage}
  761. {block:permalinkpage}<div class="permalink">posted {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}{block:notecount} with <span class="notedd">{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">{block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>{/block:permalinkpage}
  762. {/block:Date}
  763.  
  764. </div></article>
  765.  
  766. {block:PostNotes}<article class="pagenotes"><div class="title">{NoteCountWithLabel}</div>{PostNotes}</article>{/block:PostNotes}
  767.  
  768. {/block:Posts}
  769.  
  770. {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}<div id="more"><a class="load">load more</a></div>{/block:ifinfinitescroll}</footer>{/block:Pagination}
  771. </section>
  772.  
  773.  
  774.  
  775.  
  776. {block:ContentSource}
  777. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  778. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  779. {/block:SourceLogo}
  780. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  781. {/block:ContentSource}
  782.  
  783.  
  784. <!-- jquery -->
  785.  
  786. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>{block:indexpage}<script src="//static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script><script type="text/javascript" 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>
  787. <script>
  788. $(document).ready(function() {
  789. $('body').tooltip({track:true});
  790. $('iframe.tumblr_audio_player').load( function() {
  791. $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:background} !important} </style>"));
  792. });
  793. {block:permalinkpage}
  794. $('.photo-slideshow').pxuPhotoset({
  795. lightbox: true,
  796. rounded: false,
  797. gutter: '1px',
  798. photoset: '.photo-slideshow',
  799. photoWrap: '.photo-data',
  800. photo: '.pxu-photo'
  801. });
  802. {/block:permalinkpage}
  803. {block:indexpage}
  804. $('.small, .over').click(function(e){
  805. e.preventDefault();
  806. $(this).closest('article').find('.inner').clone().appendTo('modal');
  807. $('modal').fadeIn(400);
  808. $('.photo-slideshow').pxuPhotoset({
  809. lightbox: true,
  810. rounded: false,
  811. gutter: '1px',
  812. photoset: '.photo-slideshow',
  813. photoWrap: '.photo-data',
  814. photo: '.pxu-photo'
  815. });
  816. resizeVideos();
  817. $('iframe.tumblr_audio_player').load( function() {
  818. $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:background} !important} </style>"));
  819. });
  820. $('modal').css('visibility', 'visible');
  821. e.stopPropagation();
  822. });
  823. $('modal').on('click', function(e) {
  824. if (e.target !== this) return;
  825. $('modal').fadeOut(400).empty();
  826. });
  827. var $container = $('section');
  828. $container.imagesLoaded(function() {$container.masonry({ itemSelector: 'article'}); });
  829. $('.time-ago').timeAgo({
  830. time:"letter",
  831. suffix:" ago"
  832. });
  833. $(window).resize(function(){$container.masonry();});
  834. {block:ifinfinitescroll}
  835. $container.infinitescroll({
  836. itemSelector: 'article',
  837. navSelector: '#pagination',
  838. nextSelector: '#pagination a',
  839. loadingImg: '',
  840. loadingText: '<em></em>',
  841. errorCallback: function(){ $('.load').text('no more posts').parent('footer').delay(4000).slideUp(400); },
  842. bufferPx: 3000
  843. },
  844. function( newElements ) {
  845. var $newElems = $( newElements );
  846. var $newElemsIDs = $newElems.map(function () {return this.id;}).get();
  847. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  848. $newElems.imagesLoaded(function(){
  849. $container.masonry('appended', $newElems);
  850. $newElems.animate({opacity: 1, zIndex: 1});
  851. });
  852. $newElems.find('.time-ago').timeAgo({
  853. time:"letter",
  854. suffix:" ago"
  855. });
  856. $newElems.find('.small, .over').click(function(e){
  857. e.preventDefault();
  858. $(this).closest('article').find('.inner').clone().appendTo('modal');
  859. $('modal').fadeIn(400);
  860. $('.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. resizeVideos();
  869. $('modal').css('visibility', 'visible');
  870. e.stopPropagation();
  871. });
  872. $newElems.find('p').filter(function (){return $.trim(this.innerHTML) == ""}).remove();
  873. $newElems.find('iframe.tumblr_audio_player').load(function(){
  874. $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:background}!important} </style>"));
  875. });
  876. });
  877. $(window).unbind('.infscr');
  878. $('.load').click(function(){
  879. $('footer').fadeTo("400", 0);
  880. $container.delay(400).infinitescroll('retrieve').parent('body').find('#more').parent().delay(400).fadeTo("400", 1);
  881. });
  882. {/block:ifinfinitescroll}{/block:indexpage}
  883. });
  884. </script>
  885. <a class="nice" href="http://sorrism.tumblr.com">@</a>
  886. </body>
  887.  
  888. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement