Advertisement
feiinho

Falling Theme by ThemeKid Chloë

Jun 29th, 2016
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.34 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!------------------------------------------
  5.  
  6. (◍•ᴗ•◍)♡ ✧*。
  7.  
  8. Falling Theme by
  9. ThemeKid Chloë | @redivide | @themekid
  10. & Chloe | @unswear | @moonthemes
  11.  
  12. > Do not delete/alter any credit.
  13. > Do not claim as your own.
  14. > Do not copy any code.
  15. > Do not redistribute.
  16.  
  17. ------------------------------------------->
  18. {block:Hidden}
  19. <meta name="image:Background" content="" />
  20. <meta name="image:Corner" content="http://media.tumblr.com/f5cdfb73653c349b29ab62fa112a21c5/tumblr_inline_n81n06JI5O1sgp6cl.png" />
  21.  
  22. <meta name="color:Background" content="#fff" />
  23. <meta name="color:Accent" content="#d8d2e2" />
  24. <meta name="color:Dark Accent" content="#a79db9" />
  25.  
  26. <meta name="if:Tiled Background" content="" />
  27. <meta name="if:Credit Link" content="" />
  28. <meta name="if:Sidebar Effect" content="" />
  29. <meta name="if:Custom Favicon" content="" />
  30. <meta name="if:Scroll To Top Button" content="" />
  31. <meta name="if:Redirect Ask" content="" />
  32.  
  33. <meta name="text:IMPORTANT" content="do not enable the redirect ask if you are using the default /ask page. it will cause your browser to crash! only enable if you are using a custom ask page."/>
  34. <meta name="text:Ask Link" content="/ask" />
  35. <meta name="text:Favicon URL" content="http://" />
  36. <meta name="text:Corner Image Width" content="400" />{/block:Hidden}
  37. <meta charset="UTF-8" />
  38. <title>{Title}</title>
  39. {block:IfNotCustomFavicon}
  40. <link rel="shortcut icon" href="{Favicon}">
  41. {/block:IfNotCustomFavicon}
  42. {block:IfCustomFavicon}
  43. <link rel="shortcut icon" href="{text:Favicon URL}">
  44. {/block:IfCustomFavicon}
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  46. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"> </script>
  47. <script src="//static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  48. <script>
  49. {block:IfRedirectAsk}
  50. if(window.location.pathname == '/ask') location.replace('{text:Ask Link}');{/block:IfRedirectAsk}
  51. (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery);
  52. </script>
  53. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
  54. <link href="//static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  55. <link href='//fonts.googleapis.com/css?family=Open+Sans:400,600|Open+Sans+Condensed:300|Roboto+Condensed|Oswald' rel='stylesheet' type='text/css'>
  56. <style type="text/css">
  57. #tumblr_controls, .tmblr-iframe {
  58. top: 18px!important;
  59. right: 22px!important;
  60. -webkit-filter: invert(90%);
  61. filter: invert(90%);
  62. position:fixed!important;
  63. -webkit-transform:scale(.8, .8);
  64. -moz-transform:scale(.8, .8);
  65. transform:scale(.8, .8);
  66. -webkit-transform-origin: right top;
  67. -moz-transform-origin: right top;
  68. -ms-transform-origin: right top;
  69. -o-transform-origin: right top;
  70. transform-origin: right top;
  71. z-index:999999999999999999!important
  72. }
  73. ::-webkit-scrollbar {
  74. background-color:#ddd;
  75. height: 11px;
  76. width: 11px;
  77. border:5px solid #fff;
  78. }
  79. ::-webkit-scrollbar-thumb {
  80. background-color:#000;
  81. border:5px solid #fff;
  82. }
  83. ::-moz-selection {
  84. color:{color:Dark Accent};
  85. background:rgba({RGBcolor:Accent},0.1);
  86. }
  87.  
  88. ::selection {
  89. color:{color:Dark Accent};
  90. background:rgba({RGBcolor:Accent},0.1);
  91. }
  92. #infscr-loading {
  93. position:absolute;
  94. bottom:30px;
  95. width:200px;
  96. margin-left:50%;
  97. left:-100px;
  98. text-align:center;
  99.  
  100. }
  101. #s-m-t-tooltip {
  102. max-width:300px;
  103. padding:3px 6px;
  104. margin:20px 10px;
  105. background: #000;
  106. color:#fff;
  107. z-index:999999999999999!important;
  108. font-size:9px;
  109. text-transform:uppercase;
  110. font-family:'Roboto Condensed',sans-serif;
  111. }
  112. * {
  113. margin:0;
  114. padding:0;
  115. }
  116. body {
  117. background:{color:Background} url({image:Background}) {block:IfNotTiledBackground}no-repeat center center fixed;
  118. background-size:cover;{/block:IfNotTiledBackground}
  119. {block:IfTiledBackground}repeat fixed;{/block:IfTiledBackground}
  120. color:#000;
  121. font-size:12px;
  122. word-wrap:break-word;
  123. font-family:'Open Sans', sans-serif;
  124. font-size:11px;
  125. }
  126. html:before {
  127. content:'';
  128. width:100%;
  129. height:15px;
  130. background:{color:Accent};
  131. top:0;
  132. left:0;
  133. position:fixed;
  134. z-index:999999999999;
  135. }
  136. html:after {
  137. content:'';
  138. width:100%;
  139. height:15px;
  140. background:{color:Accent};
  141. left:0;
  142. bottom:0;
  143. position:fixed;
  144. z-index:999999999999;
  145. }
  146. body:before {
  147. content:'';
  148. width:5px;
  149. height:100%;
  150. background:#fff;
  151. border-left:10px solid {color:Accent};
  152. border-right:5px solid {color:Accent};
  153. top:0;
  154. left:0;
  155. position:fixed;
  156. }
  157. body:after {
  158. content:'';
  159. width:5px;
  160. height:100%;
  161. background:#fff;
  162. border-left:5px solid {color:Accent};
  163. border-right:10px solid {color:Accent};
  164. top:0;
  165. right:0;
  166. position:fixed;
  167. }
  168. img:not(.lightbox-image), embed, object, video, .tumblr_video_container, iframe:not(.tumblr_audio_player):not(.like_toggle) {
  169. max-width:100%!important;
  170. height:auto;
  171. }
  172. img:not(.lightbox-image) {
  173. vertical-align:middle;
  174. }
  175. .tumblr_video_container {
  176. height:auto!important;
  177. }
  178. .vine-embed {
  179. height:220px!important;
  180. }
  181. ul, ol {
  182. padding-left:20px;
  183. }
  184. a {
  185. text-decoration:none;
  186. color:{color:Dark Accent};
  187. -webkit-transition: all 0.3s ease-in-out;
  188. -moz-transition: all 0.3s ease-in-out;
  189. -o-transition: all 0.3s ease-in-out;
  190. transition: all 0.3s ease-in-out;
  191. }
  192. a:hover {
  193. color:{color:Accent};
  194. -webkit-transition: all 0.3s ease-in-out;
  195. -moz-transition: all 0.3s ease-in-out;
  196. -o-transition: all 0.3s ease-in-out;
  197. transition: all 0.3s ease-in-out;
  198. }
  199. a:focus {
  200. outline:none;
  201. }
  202. li {
  203. position:relative;
  204. }
  205. #sidebar {
  206. padding:20px;
  207. position:fixed;
  208. top:calc(50% - 140px);
  209. left:calc(50% - 510px);
  210. text-align:center;
  211. width:200px;
  212. }
  213. #sidebar h1 {
  214. font-family: 'Open Sans Condensed', sans-serif;
  215. font-weight:normal;
  216. font-size:28px;
  217. color:#000;
  218. text-transform:uppercase;
  219. }
  220. #desc {
  221. border-top: 5px double {color:Accent};
  222. border-bottom: 5px double {color:Accent};
  223. padding: 10px 0;
  224. margin-top: 5px;
  225. }
  226. ul#navlinks {
  227. list-style:none;
  228. padding:0;
  229. font-size:0;
  230. padding:4px;
  231. background:{color:Accent};
  232. }
  233. ul#navlinks li {
  234. color:#000;
  235. font-size:11px;
  236. display:inline-block;
  237. margin:0 4px 2px 4px;
  238. -webkit-transition: all 0.3s ease-in-out;
  239. -moz-transition: all 0.3s ease-in-out;
  240. -o-transition: all 0.3s ease-in-out;
  241. transition: all 0.3s ease-in-out;
  242. }
  243. ul#navlinks li a {
  244. color:#000;
  245. }
  246. ul#navlinks li:hover {
  247. background:{color:Accent};
  248. cursor:pointer;
  249. -webkit-transition: all 0.3s ease-in-out;
  250. -moz-transition: all 0.3s ease-in-out;
  251. -o-transition: all 0.3s ease-in-out;
  252. transition: all 0.3s ease-in-out;
  253. }
  254. ul#link-expands {
  255. list-style:none;
  256. padding:0;
  257. margin-top:10px;
  258. display:none;
  259. }
  260. ul#link-expands li:before {
  261. content: '— ';
  262. color: {color:Accent};
  263. }
  264. ul#link-expands li:after {
  265. content: ' —';
  266. color: {color:Accent};
  267. }
  268. ul#link-expands a {
  269. color:#000;
  270. background: {color:background};
  271. padding: 0 5px;
  272. }
  273. #posts {
  274. width:620px;
  275. left:calc(50% - 185px);
  276. position:relative;
  277. top:60px;
  278. {block:PermalinkPage}top:50px;{/block:PermalinkPage}
  279. }
  280. article {
  281. width:250px;
  282. margin-bottom:80px;
  283. position:relative;
  284. border: 6px solid {color:Accent};
  285. border-right: 8px double {color:Accent};
  286. border-left: 8px double {color:Accent};
  287. padding: 2px;
  288. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  289. overflow:hidden;
  290. }
  291. article .tb {
  292. padding:15px;
  293. background:rgba(255,255,255,0.8);
  294. }
  295. article h2 {
  296. font-weight:normal;
  297. font-size:1em;
  298. background:{color:Accent};
  299. padding:3px 5px;
  300. margin-bottom:10px;
  301. text-align:center;
  302. }
  303. article blockquote {
  304. padding-left: 10px;
  305. border-left: 2px solid {color:Accent};
  306. margin: 5px;
  307. margin-left: 12px;
  308. }
  309. article p {
  310. margin:5px 0;
  311. }
  312. article p:first-of-type {
  313. margin-top:0;
  314. }
  315. article p:last-of-type {
  316. margin-bottom:0;
  317. }
  318. article ul, article ol {
  319. padding-left:30px;
  320. line-height:175%;
  321. }
  322. article ul {
  323. list-style:none;
  324. }
  325. article ul li:before {
  326. content:'';
  327. position:absolute;
  328. top:8px;
  329. left:-20px;
  330. width:10px;
  331. height:1px;
  332. background:{color:Dark Accent};
  333. }
  334. article a {
  335. border-bottom:1px solid #eee;
  336. color:#9f9f9f;
  337. }
  338. article a:hover {
  339. border-color:rgba({RGBcolor:Dark Accent},0.5);
  340. color:{color:Dark Accent};
  341. }
  342. article hr {
  343. border:none;
  344. width:75%;
  345. margin:15px auto;
  346. height:1px;
  347. background:rgba({RGBcolor:Accent},0.5);
  348. }
  349. .quote h2 {
  350. background:none;
  351. text-align:left;
  352. }
  353. .quote.short h2 {
  354. font-size:2em;
  355. line-height:120%;
  356. }
  357. .quote.medium h2 {
  358. font-size:1.5em;
  359. line-height:120%;
  360. }
  361. .quote.long h2 {
  362. font-size:1em;
  363. }
  364. .quote cite {
  365. text-align:right;
  366. display:block;
  367. }
  368. .chat ul {
  369. padding:0;
  370. }
  371. .chat li:before {
  372. display:none;
  373. }
  374. .chat b {
  375. color:{color:Dark Accent};
  376. }
  377. img.album-art {
  378. width:80px;
  379. height:80px;
  380. position:absolute;
  381. }
  382. .audio-info {
  383. display:inline-block;
  384. margin-left:90px;
  385. min-height:80px;
  386. }
  387. .tumblr_audio_player {
  388. opacity:0.9;
  389. width:30px;
  390. height:30px;
  391. border-radius:50%;
  392. position:absolute;
  393. top:55px;
  394. left:55px;
  395. }
  396. .answer h2 {
  397. text-transform:lowercase;
  398. }
  399. .answer h2 a, .link h2 a {
  400. color: #000;
  401. border-bottom:none;
  402. }
  403. .answer h2 a:hover, .link h2 a:hover {
  404. color:{color:Dark Accent};
  405. }
  406. .link h2 {
  407. text-align:left;
  408. }
  409. .link h2 svg {
  410. width: 13px;
  411. height: auto;
  412. margin-top:1px;
  413. float:right;
  414. }
  415. .response {
  416. position: relative;
  417. margin-top: 31px;
  418. }
  419. .response:before {
  420. content: '';
  421. width:75%;
  422. height:1px;
  423. background:rgba({RGBcolor:Accent},0.5);
  424. left: 12.5%;
  425. top: -15px;
  426. position: absolute;
  427. }
  428. .response:empty {
  429. display:none;
  430. }
  431. .other_perma {
  432. text-align:right;
  433. color:{color:Accent};
  434. padding-top:15px;
  435. font-family: 'Roboto Condensed', sans-serif;
  436. }
  437. .other_perma a {
  438. color:{color:Dark Accent};
  439. border-bottom:0;
  440. -webkit-transition: all 0.3s ease-in-out;
  441. -moz-transition: all 0.3s ease-in-out;
  442. -o-transition: all 0.3s ease-in-out;
  443. transition: all 0.3s ease-in-out;
  444. }
  445.  
  446. .other_perma a:hover{
  447. color:{color:accent};
  448. -webkit-transition: all 0.3s ease-in-out;
  449. -moz-transition: all 0.3s ease-in-out;
  450. -o-transition: all 0.3s ease-in-out;
  451. transition: all 0.3s ease-in-out;
  452. }
  453. .mask {
  454. position:absolute;
  455. top:2px;
  456. left:2px;
  457. width:calc(100% - 4px);
  458. height:calc(100% - 4px);
  459. background:rgba(0,0,0,0.5);
  460. opacity:0;
  461. visibility:hidden;
  462. z-index:999;
  463. -webkit-transition: all 0.3s ease-in-out 0.2s;
  464. -moz-transition: all 0.3s ease-in-out 0.2s;
  465. -o-transition: all 0.3s ease-in-out 0.2s;
  466. transition: all 0.3s ease-in-out 0.2s;
  467. }
  468. article:hover .mask {
  469. opacity:1;
  470. visibility:visible;
  471. -webkit-transition: all 0.3s ease-in-out;
  472. -moz-transition: all 0.3s ease-in-out;
  473. -o-transition: all 0.3s ease-in-out;
  474. transition: all 0.3s ease-in-out;
  475. }
  476. ul.buttons {
  477. list-style: none;
  478. font-size: 20px;
  479. color: #fff;
  480. text-align: right;
  481. margin: 0;
  482. padding: 0;
  483. position: absolute;
  484. bottom:10px;
  485. margin-top:5px;
  486. right:10px;
  487. -webkit-transition: all 0.3s ease-in-out;
  488. -moz-transition: all 0.3s ease-in-out;
  489. -o-transition: all 0.3s ease-in-out;
  490. transition: all 0.3s ease-in-out;
  491. }
  492. ul.buttons li {
  493. display:block;
  494. margin:0 5px;
  495. position:relative;
  496. right:-50px;
  497. }
  498. ul.buttons li:nth-of-type(n + 1) {
  499. -webkit-transition: all 0.3s ease-in-out;
  500. -moz-transition: all 0.3s ease-in-out;
  501. -o-transition: all 0.3s ease-in-out;
  502. transition: all 0.3s ease-in-out;
  503. }
  504. ul.buttons li:nth-of-type(2n + 2) {
  505. -webkit-transition: all 0.3s ease-in-out 0.1s;
  506. -moz-transition: all 0.3s ease-in-out 0.1s;
  507. -o-transition: all 0.3s ease-in-out 0.1s;
  508. transition: all 0.3s ease-in-out 0.1s;
  509. }
  510. ul.buttons li:nth-of-type(3n + 3) {
  511. -webkit-transition: all 0.3s ease-in-out 0.2s;
  512. -moz-transition: all 0.3s ease-in-out 0.2s;
  513. -o-transition: all 0.3s ease-in-out 0.2s;
  514. transition: all 0.3s ease-in-out 0.2s;
  515. }
  516. article:hover ul.buttons li {
  517. right:0;
  518. }
  519. article:hover ul.buttons li:nth-of-type(n + 1) {
  520. -webkit-transition: all 0.3s ease-in-out 0.2s;
  521. -moz-transition: all 0.3s ease-in-out 0.2s;
  522. -o-transition: all 0.3s ease-in-out 0.2s;
  523. transition: all 0.3s ease-in-out 0.2s;
  524. }
  525. article:hover ul.buttons li:nth-of-type(2n + 2) {
  526. -webkit-transition: all 0.3s ease-in-out 0.1s;
  527. -moz-transition: all 0.3s ease-in-out 0.1s;
  528. -o-transition: all 0.3s ease-in-out 0.1s;
  529. transition: all 0.3s ease-in-out 0.1s;
  530. }
  531. article:hover ul.buttons li:nth-of-type(3n + 3) {
  532. -webkit-transition: all 0.3s ease-in-out;
  533. -moz-transition: all 0.3s ease-in-out;
  534. -o-transition: all 0.3s ease-in-out;
  535. transition: all 0.3s ease-in-out;
  536. }
  537. ul.buttons li a {
  538. color:#fff;
  539. border-bottom:none;
  540. }
  541. ul.buttons li:before {
  542. content:'';
  543. height:3px;
  544. background:{color:Accent};
  545. width:0px;
  546. position:absolute;
  547. top:15px;
  548. right:30px;
  549. left:initial;
  550. -webkit-transition: all 0.3s linear;
  551. -moz-transition: all 0.3s linear;
  552. -o-transition: all 0.3s linear;
  553. transition: all 0.3s linear;
  554. }
  555. ul.buttons li:hover:before {
  556. width:40px;
  557. -webkit-transition: all 0.3s linear;
  558. -moz-transition: all 0.3s linear;
  559. -o-transition: all 0.3s linear;
  560. transition: all 0.3s linear;
  561. }
  562. ul.buttons li span {
  563. position: absolute;
  564. display: inline-block;
  565. right: 80px;
  566. text-transform: uppercase;
  567. font-family: 'Oswald', sans-serif;
  568. letter-spacing:1px;
  569. font-size:18px;
  570. opacity:0;
  571. visibility:hidden;
  572. -webkit-transition: all 0.1s linear;
  573. -moz-transition: all 0.1s linear;
  574. -o-transition: all 0.1s linear;
  575. transition: all 0.1s linear;
  576. }
  577. ul.buttons li:hover span {
  578. opacity:1;
  579. visibility:visible;
  580. -webkit-transition: all 0.3s linear 0.3s;
  581. -moz-transition: all 0.3s linear 0.3s;
  582. -o-transition: all 0.3s linear 0.3s;
  583. transition: all 0.3s linear 0.3s;
  584. }
  585. .like_toggle {
  586. position: relative;
  587. top:3px;
  588. }
  589. .like_button {
  590. height: 33px;
  591. display:inline-block;
  592. }
  593. #show-notes {
  594. color: #9f9f9f;
  595. border-bottom: 1px solid #eee;
  596. font-weight: bold;
  597. text-transform: uppercase;
  598. cursor: pointer;
  599. font-size: 0.85em;
  600. margin: 0 auto;
  601. text-align: center;
  602. width: 66px;
  603. -webkit-transition: all 0.2s ease-in-out;
  604. -moz-transition: all 0.2s ease-in-out;
  605. -o-transition: all 0.2s ease-in-out;
  606. transition: all 0.2s ease-in-out;
  607. margin-top:10px;
  608. }
  609. #show-notes:hover {
  610. color:{color:Dark Accent};
  611. border-color:rgba({RGBcolor:Dark Accent},0.5);
  612. -webkit-transition: all 0.2s ease-in-out;
  613. -moz-transition: all 0.2s ease-in-out;
  614. -o-transition: all 0.2s ease-in-out;
  615. transition: all 0.2s ease-in-out;
  616. }
  617. #notes {
  618. display:none;
  619. }
  620. ol.notes {
  621. padding:0;
  622. margin: 0;
  623. list-style-type: none;
  624. }
  625. ol.notes li.note {
  626. padding: 3px 0;
  627. margin-bottom:3px;
  628. }
  629. ol.notes li.note img.avatar {
  630. float:right;
  631. border-radius:50%;
  632. }
  633. ol.notes li.note blockquote a {
  634. text-decoration: none;
  635. }
  636. li.more_notes_link_container {
  637. font-weight: bold;
  638. text-transform: uppercase;
  639. font-size: 0.85em;
  640. }
  641. .extra-info {
  642. position: fixed;
  643. left: calc(50% + 372px);
  644. top: 51px;
  645. width: 158px;
  646. margin-left: 20px;
  647. line-height: 200%;
  648. }
  649. .extra-info svg {
  650. width: 15px;
  651. height: auto;
  652. vertical-align: text-bottom;
  653. margin-right:5px;
  654. }
  655. {block:PermalinkPage}
  656. article {
  657. padding: 20px;
  658. background:rgba(255,255,255,0.8);
  659. }
  660. article .tb {
  661. border:none;
  662. padding:10px 0;
  663. background:rgba(255,255,255,0);
  664. }
  665. article .tb:first-of-type {
  666. padding-top: 0;
  667. }
  668. article .tb:last-of-type {
  669. padding-bottom: 0;
  670. }
  671. article .photo .tb:first-of-type {
  672. padding-top:10px;
  673. }
  674. {/block:PermalinkPage}
  675. #corner {
  676. position:fixed;
  677. bottom:25px;
  678. left:25px;
  679. z-index:-1;
  680. width:{text:Corner Image Width}px;
  681. }
  682. {block:IfScrollToTopButton}
  683. .back-to-top {
  684. text-align:center;
  685. bottom:25px;
  686. width:25px;
  687. left:25px;
  688. font-size:9px;
  689. cursor:pointer;
  690. text-transform:uppercase;
  691. position:fixed;
  692. display:none;
  693. z-index:99999;
  694. }
  695. .back-to-top svg {
  696. width: 35px;
  697. height: auto;
  698. fill: {color:Accent};
  699. background: #fff;
  700. padding: 1px 5px;
  701. border-radius: 50%;
  702. }
  703. {/block:IfScrollToTopButton}
  704. /*please remember before even thinking about touching this that this theme is licesed, and hence - removal of credit is considered digital theft. before using this theme you agreed to terms of use. they include leaving the credit in tact, as is.*/#credz {display:none;margin-top:10px;}.cc {width:16px;height:14px;color: {color:Text};position:fixed;bottom: 20px;right: 25px;line-height: 14px;font-size:12px;padding:3px 4px;overflow: hidden;z-index:999999999999999999;text-align:left;background:{color:background};font-family:'Roboto Condensed', sans-serif;border-bottom:1px solid {color:accent};-webkit-transition: all 0.5s ease-in-out 0.2s;-moz-transition: all 0.5s ease-in-out 0.2s;-o-transition: all 0.5s ease-in-out 0.2s;transition: all 0.5s ease-in-out 0.2s;}.cc a {border-bottom:none;}.cc .fa-creative-commons {position:absolute;right:6px;font-size:13px;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}.cc:hover .fa-creative-commons {transform: rotateY(180deg);-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}.cc:hover {width:125px;color:{color:text};-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}.cc a .wordy {color:{color:accent};text-decoration: none;font-size:13px;}.cc a:hover {cursor:help;}.cc .wordy {opacity:0;visibility:hidden;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}.cc:hover .wordy {opacity: 1;visibility: visible;-webkit-transition: all 0.5s ease-in-out 0.5s;-moz-transition: all 0.5s ease-in-out 0.5s;-o-transition: all 0.5s ease-in-out 0.5s;transition: all 0.5s ease-in-out 0.5s;}
  705. </style>
  706. </head>
  707. <body>
  708. <img id="corner" src="{image:Corner}">
  709. <div id="sidebar">
  710. <h1>{Title}</h1>
  711. {block:Description}<div id="desc">{Description}</div>{/block:Description}
  712. <ul id="navlinks">
  713. <li><a href="/"><i class="fa fa-refresh"></i></a>
  714. {block:AskEnabled}<li><a href="{text:Ask Link}" title="message"><i class="fa fa-paper-plane-o"></i></a>{/block:AskEnabled}
  715. {block:HasPages}<li><a id="links" title="click for links" style="cursor:pointer;font-size:1.1em;"><i class="fa fa-bookmark-o fa-fw"></i></a>{/block:HasPages}
  716. <li><a href="/archive" title="past"><i class="fa fa-calendar fa-fw"></i></a>
  717. {block:IfCreditLink}<li><a id="credit" title="credit" style="cursor-pointer;"><i class="fa fa-copyright fa-fw"></i></a>{/block:IfCreditLink}
  718. </ul>
  719. {block:HasPages}<ul id="link-expands">
  720. {block:Pages}<li><a href="{URL}">{Label}</a>{/block:Pages}
  721. </ul>{/block:HasPages}
  722. {block:IfCreditLink}<div id="credz">
  723. This theme was created by <a href="http://redivide.tumblr.com" target="_blank">Chloë</a> and <a href="http://unswear.tumblr.com">Chloe.</a>
  724. </div>{/block:IfCreditLink}
  725. </div>
  726. <div id="posts">{block:Posts}
  727. <article id="{PostID}">{block:Text}<div class="text tb">
  728. {block:Title}<h2>{Title}</h2>{/block:Title}
  729. {Body}
  730. {block:IndexPage}
  731. <div class="other_perma">
  732. <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> &nbsp;/&nbsp; <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
  733. </div>
  734. {/block:IndexPage}
  735. </div>{/block:Text}{block:Photo}<div class="photo">
  736. {block:IndexPage}<div class="mask">
  737. <ul class="buttons">
  738. <li>{LikeButton color="white" size="20"}<span>Like</span></li>
  739. <li><a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh"></i></a><span>{NoteCount}</span></li>
  740. <li><a href="{Permalink}" target="_blank"><i class="fa fa-calendar"></i></a><span>{12HourWithZero}:{Minutes}{CapitalAmPm}</span></li>
  741. </ul>
  742. </div>
  743. <img src="{PhotoURL-250}" alt="{PhotoALt}">{/block:IndexPage}
  744. {block:PermalinkPage}
  745. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
  746. {block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  747. </div>{/block:Photo}{block:Photoset}<div class="photo">
  748. {block:IndexPage}<div class="mask">
  749. <ul class="buttons">
  750. <li>{LikeButton color="white" size="20"}<span>Like</span></li>
  751. <li><a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh"></i></a><span>{NoteCount}</span></li>
  752. <li><a href="{Permalink}" target="_blank"><i class="fa fa-calendar"></i></a><span>{12HourWithZero}:{Minutes}{CapitalAmPm}</span></li>
  753. </ul>
  754. </div>{/block:IndexPage}
  755. <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>
  756. {block:PermalinkPage}{block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  757. </div>{/block:Photoset}{block:Quote}<div class="quote tb {Length}">
  758. <h2>"{Quote}"</h2>
  759. {block:Source}<cite>&mdash; {Source}</cite>{/block:Source}
  760. {block:IndexPage}
  761. <div class="other_perma">
  762. <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> &nbsp;/&nbsp; <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
  763. </div>
  764. {/block:IndexPage}
  765. </div>{/block:Quote}{block:Chat}<div class="chat tb">
  766. {block:Title}<h2>{Title}</h2>{/block:Title}
  767. <ul>
  768. {block:Lines}<li>{block:Label}<b>{Label}</b>{/block:Label} {Line}</li>{/block:Lines}
  769. </ul>
  770. {block:IndexPage}
  771. <div class="other_perma">
  772. <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> &nbsp;/&nbsp; <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
  773. </div>
  774. {/block:IndexPage}
  775. </div>{/block:Chat}{block:Link}<div class="link tb">
  776. <h2><a href="{URL}">{Name}</a><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="M140.1,74.1c2.3-2.3,2.3-6.1,0-8.5c-2.3-2.3-6.1-2.3-8.5,0l-62.9,62.9c-7.5,7.5-7.5,19.8,0,27.3c7.5,7.5,19.8,7.5,27.3,0 l65.9-65.9c0.6-0.3,1.2-0.7,1.8-1.2c8.8-8.8,32.2-32.2,9.7-54.7c-8.6-8.6-18.9-11.9-29.8-9.5c-8.9,1.9-18.1,7.6-27.3,16.8 l-71.4,71.4c-8.5,8.5-13,20.3-12.5,33.2c0.5,12.3,5.6,24.3,14.1,32.8c8.5,8.5,20.3,13.4,32.5,13.7c0.3,0,0.6,0,1,0 c12.2,0,23.4-4.6,31.7-12.9l70.4-70.4c2.3-2.3,2.3-6.1,0-8.5c-2.3-2.3-6.1-2.3-8.5,0l-70.4,70.4c-6.2,6.2-14.7,9.5-24,9.4 c-9.1-0.2-17.9-3.9-24.2-10.2c-13.5-13.5-14.2-36.4-1.6-49l71.4-71.4c7.4-7.4,14.8-12.1,21.3-13.5c6.9-1.5,13.1,0.5,18.8,6.3 c5.6,5.6,7.2,10.8,5.2,17.1c-1.4,4.5-4.6,9.5-10,15.5c-0.4,0.3-0.9,0.6-1.2,0.9l-71.3,71.3c-2.8,2.8-7.5,2.8-10.3,0 c-2.8-2.8-2.8-7.5,0-10.3L140.1,74.1z"/></svg></h2>
  777. {block:Description}{Description}{/block:Description}
  778. {block:IndexPage}
  779. <div class="other_perma">
  780. <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> &nbsp;/&nbsp; <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
  781. </div>
  782. {/block:IndexPage}
  783. </div>{/block:Link}{block:Audio}<div class="audio tb">
  784. <img class="album-art" src="http://static.tumblr.com/yxfeliq/C5Xnysfnk/cd.jpg" {block:AlbumArt}style="display:none;"{/block:AlbumArt}>
  785. {block:AlbumArt}<img src="{AlbumArtURL}" class="album-art">{/block:ALbumArt}
  786. <div class="audio-info">
  787. Artist: <span {block:Artist}style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br>
  788. Title: <span {block:TrackName}style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br>
  789. Album: <span {block:Album}style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br>
  790. Plays: {FormattedPlayCount}
  791. </div>
  792. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  793. {block:IndexPage}
  794. <div class="other_perma">
  795. <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> &nbsp;/&nbsp; <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
  796. </div>
  797. {/block:IndexPage}
  798. </div>{/block:Audio}{block:Video}<div class="vid">
  799. <div class="video">{Video-500}</div>
  800. </div>{/block:Video}{block:Answer}<div class="answer tb">
  801. <h2>{Asker} asked:</h2>
  802. <div class="question">{Question}</div>
  803. {block:Answerer}
  804. <hr>
  805. <h2>{Answerer} replied:</h2>
  806. <div class="question">{Answer}</div>
  807. {/block:Answerer}
  808. <div class="response">{Replies}</div>
  809. {block:IndexPage}
  810. <div class="other_perma">
  811. <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-refresh"></i></a> &nbsp;/&nbsp; <a href="{Permalink}" target="_blank" title="{TimeAgo}">{NoteCount}+</a>
  812. </div>
  813. {/block:IndexPage}
  814. </div>{/block:Answer}
  815.  
  816. {block:PermalinkPage}
  817. {block:PostNotes}
  818. <div id="show-notes">show notes</div>
  819. <div id="notes" class="tb">
  820. {PostNotes-16}
  821. </div>
  822. {/block:PostNotes}
  823. <div class="extra-info">
  824. {block:Date}<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,184.3c42.1,0,76.3-34.2,76.3-76.3S150.1,31.7,108,31.7S31.7,65.9,31.7,108S65.9,184.3,108,184.3z M108,43.7
  825. c35.5,0,64.3,28.9,64.3,64.3s-28.9,64.3-64.3,64.3S43.7,143.5,43.7,108S72.5,43.7,108,43.7z"/><path d="M98.3,120.7l25.7,20c1.1,0.8,2.4,1.3,3.7,1.3c1.8,0,3.6-0.8,4.7-2.3c2-2.6,1.6-6.4-1.1-8.4L108,113.1V72c0-3.3-2.7-6-6-6 s-6,2.7-6,6v44C96,117.9,96.9,119.6,98.3,120.7z"/></svg> {DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date}
  826. {block:NoteCount}<br><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="M177,178H36c-3.3,0-6-2.7-6-6V47c0-3.3,2.7-6,6-6s6,2.7,6,6v119h135c3.3,0,6,2.7,6,6S180.3,178,177,178z M100.9,81 c-2.4-1.9-5.9-1.6-8,0.6l-37.7,39.7c-2.3,2.4-2.2,6.2,0.2,8.5c1.2,1.1,2.6,1.6,4.1,1.6c1.6,0,3.2-0.6,4.4-1.9l34-35.8l21.6,16.6 c2.4,1.9,5.9,1.6,8-0.7L170,64.5V91c0,3.3,2.7,6,6,6s6-2.7,6-6V50c0-3.3-2.7-6-6-6h-40c-3.3,0-6,2.7-6,6s2.7,6,6,6h25.5l-39,41.6 L100.9,81z"/></svg> {NoteCount}{/block:NoteCount}
  827. {block:RebloggedFrom}<br><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="M36.7,39.9c-0.4-3.3,1.9-6.3,5.2-6.7c3.3-0.4,6.3,1.9,6.7,5.2l3.6,27.9c13.6-20.2,36.6-32.7,61.4-32.7 c31.6,0,59.7,20.1,70,49.9c1.1,3.1-0.6,6.5-3.7,7.6c-0.6,0.2-1.3,0.3-2,0.3c-2.5,0-4.8-1.6-5.7-4c-8.6-25-32.2-41.8-58.6-41.8 c-21.6,0-41.7,11.4-52.9,29.6l30-3.4c3.3-0.4,6.3,2,6.6,5.3s-2,6.3-5.3,6.6l-43.2,4.9c-0.2,0-0.5,0-0.7,0c-3,0-5.6-2.2-5.9-5.2 L36.7,39.9z M185.3,120.2l-43.2,4.9c-3.3,0.4-5.7,3.3-5.3,6.6s3.3,5.7,6.6,5.3l26.1-2.9c-10.2,21.5-31.9,35.4-56,35.4 c-27.1,0-51.5-18.1-59.3-44c-1-3.2-4.3-5-7.5-4c-3.2,1-5,4.3-4,7.5c4.5,14.9,13.9,28.3,26.3,37.7c12.9,9.7,28.3,14.9,44.5,14.9 c29.6,0,56.1-17.6,67.8-44.3l4.2,33.3c0.4,3,3,5.2,5.9,5.2c0.3,0,0.5,0,0.8,0c3.3-0.4,5.6-3.4,5.2-6.7l-5.6-43.5 C191.5,122.2,188.6,119.9,185.3,120.2z"/></svg> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  828. {block:ContentSource}<br><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="M191.6,107.3c-0.4-45.7-37.7-82.8-83.6-82.8c-45.8,0-83.2,37.1-83.6,82.9c0,0.2,0,0.4,0,0.6c0,0,0,0.1,0,0.1s0,0.1,0,0.1 c0,0.2,0,0.4,0,0.6c0.4,45.8,37.7,82.9,83.6,82.9c45.8,0,83.2-37.1,83.6-82.8c0-0.2,0-0.5,0-0.7S191.6,107.5,191.6,107.3z M78.5,42.8C71.9,52.4,66.8,65.2,64,80c-4.5,1-8.8,2.2-12.8,3.6c-4.8,1.7-8.9,3.4-12.2,5.2C44.8,68.3,59.4,51.5,78.5,42.8z M36.4,108c0-3.3,5.8-8.6,18.7-13c2.2-0.8,4.6-1.5,7-2.1c-0.5,4.9-0.7,10-0.7,15.2s0.3,10.3,0.7,15.2c-2.5-0.7-4.8-1.4-7-2.1 C42.2,116.6,36.4,111.3,36.4,108z M39.1,127.2c3.3,1.8,7.3,3.6,12.2,5.2c3.9,1.3,8.2,2.5,12.8,3.6c2.9,14.8,7.9,27.7,14.6,37.2 C59.4,164.5,44.8,147.7,39.1,127.2z M102,178.4c-6.3-2.5-12.5-8.9-17.4-18.3c-3.3-6.4-6-13.7-7.8-21.8c8,1.2,16.5,1.9,25.3,2.1 V178.4z M102,128.4c-9.7-0.3-19-1.1-27.5-2.6c-0.7-5.8-1.1-11.7-1.1-17.8s0.4-12.1,1.1-17.8c8.5-1.4,17.8-2.3,27.5-2.6V128.4z M102,75.6c-8.8,0.2-17.3,0.9-25.3,2.1c1.9-8,4.5-15.4,7.8-21.8c4.9-9.4,11.1-15.8,17.4-18.3V75.6z M176.9,88.8 c-3.3-1.8-7.3-3.6-12.2-5.2c-3.9-1.3-8.2-2.5-12.8-3.6c-2.9-14.8-7.9-27.7-14.6-37.2C156.6,51.5,171.2,68.3,176.9,88.8z M114,37.6 c6.3,2.5,12.5,8.9,17.4,18.3c3.3,6.4,6,13.7,7.8,21.8c-8-1.2-16.5-1.9-25.3-2.1V37.6z M114,87.6c9.7,0.3,19,1.1,27.5,2.6 c0.7,5.8,1.1,11.7,1.1,17.8s-0.4,12.1-1.1,17.8c-8.5,1.4-17.8,2.3-27.5,2.6V87.6z M114,178.4v-38c8.8-0.2,17.3-0.9,25.3-2.1 c-1.9,8-4.5,15.4-7.8,21.8C126.5,169.5,120.3,175.9,114,178.4z M137.5,173.2c6.6-9.6,11.7-22.4,14.6-37.2c4.5-1,8.8-2.2,12.8-3.6 c4.8-1.7,8.9-3.4,12.2-5.2C171.2,147.7,156.6,164.5,137.5,173.2z M160.9,121c-2.2,0.8-4.6,1.5-7,2.1c0.5-4.9,0.7-10,0.7-15.2 s-0.3-10.3-0.7-15.2c2.5,0.7,4.8,1.4,7,2.1c12.9,4.4,18.7,9.7,18.7,13S173.8,116.6,160.9,121z"/></svg> <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  829. {block:HasTags}<br><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.7 c-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.2 C92.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.4 l-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.5 c2.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.4 S67.1,73.1,67.1,77.7z"/></svg> {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}
  830. </div>
  831. {/block:PermalinkPage}
  832.  
  833. </article>
  834. {/block:Posts}</div>
  835. {block:IfScrollToTopButton}<div class="back-to-top" title="back to top"><svg viewBox="0 0 26 32"><path d="M26.221 16c0-7.243-5.871-13.113-13.113-13.113s-13.113 5.87-13.113 13.113c0 7.242 5.871 13.113 13.113 13.113s13.113-5.871 13.113-13.113zM1.045 16c0-6.652 5.412-12.064 12.064-12.064s12.064 5.412 12.064 12.064c0 6.652-5.411 12.064-12.064 12.064-6.652 0-12.064-5.412-12.064-12.064z"></path>
  836. <path d="M18.746 15.204l0.742-0.742-6.379-6.379-6.378 6.379 0.742 0.742 5.112-5.112v12.727h1.049v-12.727z"></path></svg></div>{/block:IfScrollToTopButton}
  837. {block:Pagination}
  838. <div class="pagination" style="visibility:hidden;">
  839. {block:NextPage}<a href="{NextPage}" id="next-link"><i class="fa fa-angle-right"></i></a>{/block:NextPage}
  840. </div>
  841. {/block:Pagination}
  842. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  843. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  844. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  845. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  846. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  847. <script>
  848. $(function(){
  849. {block:IfScrollToTopButton}
  850. // scroll to top © html-tuts.com
  851. var amountScrolled = 300;
  852. $(window).scroll(function() {
  853. if ( $(window).scrollTop() > amountScrolled ) {
  854. $('.back-to-top').fadeIn('slow');
  855. } else {
  856. $('.back-to-top').fadeOut('slow');
  857. }
  858. });
  859. $('.back-to-top').click(function() {
  860. $('html, body').animate({
  861. scrollTop: 0
  862. }, 700);
  863. return false;
  864. });
  865. {/block:IfScrollToTopButton}
  866. $('#links').click(function(e){
  867. e.preventDefault();
  868. $('#link-expands').slideToggle('slow');
  869. });
  870. {block:IfCreditLink}$('#credit').click(function(e){
  871. e.preventDefault();
  872. $('#credz').slideToggle('slow');
  873. });{/block:IfCreditLink}
  874. {block:PermalinkPage}
  875. $('#show-notes').click(function(e){
  876. e.preventDefault();
  877. $('#notes').slideToggle('slow');
  878. $(this).text( $(this).text() == "show notes" ? "hide notes" : "show notes");
  879. });
  880. {/block:PermalinkPage}
  881. $('.photo-slideshow').pxuPhotoset({
  882. lightbox: true,
  883. rounded: false,
  884. gutter: '0px',
  885. photoset: '.photo-slideshow',
  886. photoWrap: '.photo-data',
  887. photo: '.pxu-photo'
  888. });
  889. });
  890. {block:IndexPage}
  891. (function () {
  892. var $tumblelog = $('#posts');
  893. $tumblelog.imagesLoaded(function () {
  894. $tumblelog.masonry({
  895. itemSelector: 'article',
  896. isAnimated:false,
  897. columnWidth:270,
  898. gutterWidth:80,
  899. });
  900. });
  901. $tumblelog.infinitescroll({
  902. navSelector : "div.pagination",
  903. nextSelector : ".pagination a#next-link",
  904. itemSelector : "article",
  905. loading: {
  906. finishedMsg: "<p>You've reached the end of the Earth.</p>",
  907. img : "http://static.tumblr.com/yxfeliq/ZQFnvhfad/dontbrag-loading.gif",
  908. msg: null,
  909. msgText: "",
  910. },
  911. },
  912.  
  913. function( newElements ) {
  914. var $newElems = $( newElements );
  915. var $newElemsIDs = $newElems.map(function () {
  916. return this.id;
  917. }).get();
  918. $newElems.find('.photo-slideshow').pxuPhotoset({
  919. lightbox: true,
  920. rounded: false,
  921. gutter: '0px',
  922. photoset: '.photo-slideshow',
  923. photoWrap: '.photo-data',
  924. photo: '.pxu-photo'
  925. },
  926. function(){
  927. $tumblelog.masonry({
  928. itemSelector: 'article',
  929. columnWidth:270,
  930. gutterWidth:80,
  931. });
  932. });
  933. var $newElems = $(newElements).css({
  934. opacity: 0,
  935. zIndex: -1,
  936. });
  937. $newElems.imagesLoaded(function(){
  938. $newElems.animate({ opacity: 1, zIndex: 1 });
  939. $tumblelog.masonry( 'appended', $newElems );
  940. });
  941. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  942. });
  943. })();
  944. {/block:IndexPage}
  945. </script>
  946. <div style="display:none;"><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5275390";
  947. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  948. fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  949. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");</script></div>
  950. <div class="cc"><i class="fa fa-creative-commons"></i>&nbsp;<span class="wordy">a <a class="mine" target="_blank" href="http://redivide.tumblr.com">Chlo</a> & <a class="mine" target="_blank" href="http://unswear.tumblr.com">Chlo</a> collab</span></div>
  951. <link href="//static.tumblr.com/wupwnyt/1iho27ad1/gkthm.css" rel="stylesheet" type="text/css">
  952. </body>
  953. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement