Advertisement
themekid

lying theme

Sep 8th, 2016
2,275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.00 KB | None | 0 0
  1. <!------------------------------------------
  2.  
  3. (◍•ᴗ•◍)♡ ✧*。
  4.  
  5. Lying Theme by ThemeKid Chloë | @redivide | @themekid
  6.  
  7. > Do not delete/alter any credit.
  8. > Do not claim as your own.
  9. > Do not copy any code.
  10. > Do not redistribute.
  11.  
  12. ------------------------------------------->
  13. <html>
  14. <head>
  15.  
  16. {block:Hidden}
  17. <meta name="color:Accent" content="#dfcacc" />
  18. <meta name="color:Dark Accent" content="#c09992" />
  19.  
  20. <meta name="if:Credit Link" content="" />
  21. <meta name="if:Title Sparkles" content="" />
  22. <meta name="if:Custom Favicon" content="" />
  23. <meta name="if:Redirect Ask" content="" />
  24.  
  25. <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."/>
  26. <meta name="text:Ask Link" content="/ask" />
  27. <meta name="text:Quote" content="" />
  28. <meta name="text:Stats" content="" />
  29. <meta name="text:Favicon URL" content="//" />{/block:Hidden}
  30.  
  31. <meta charset="UTF-8" />
  32. <title>{block:TagPage}{Tag} posts | {/block:TagPage} {block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}</title>
  33. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34. {block:IfNotCustomFavicon}
  35. <link rel="shortcut icon" href="{Favicon}">
  36. {/block:IfNotCustomFavicon}
  37. {block:IfCustomFavicon}
  38. <link rel="shortcut icon" href="{text:Favicon URL}">
  39. {/block:IfCustomFavicon}
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  41. <link href='https://fonts.googleapis.com/css?family=Lora:400,400italic,700|Roboto+Condensed|Nothing+You+Could+Do' rel='stylesheet' type='text/css'>
  42. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  43. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
  44. <link rel="stylesheet" href="//static.tumblr.com/8pnyeus/29To2og0o/styles.css">
  45. <script src="https://dl.dropboxusercontent.com/s/7ke33tjjl8rty02/scripts.js"></script>
  46. <script src="//static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  47. <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5370000";var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"' style='display:none;'></span>");</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. <style type="text/css">
  54. #tumblr_controls, .tmblr-iframe {
  55. top:5px!important;
  56. right:33px!important;
  57. -webkit-filter: invert(90%);
  58. filter: invert(90%);
  59. position:fixed!important;
  60. -webkit-transform:scale(.8, .8);
  61. -moz-transform:scale(.8, .8);
  62. transform:scale(.8, .8);
  63. -webkit-transform-origin: right top;
  64. -moz-transform-origin: right top;
  65. -ms-transform-origin: right top;
  66. -o-transform-origin: right top;
  67. transform-origin: right top;
  68. z-index:999999999999999999!important
  69. }
  70. ::-webkit-scrollbar {
  71. background-color:#ddd;
  72. height: 11px;
  73. width: 11px;
  74. border:5px solid #fff;
  75. }
  76. ::-webkit-scrollbar-thumb {
  77. background-color:#000;
  78. border:5px solid #fff;
  79. }
  80. ::-moz-selection {
  81. color:{color:Dark Accent};
  82. background:rgba({RGBcolor:Accent},0.1);
  83. }
  84.  
  85. ::selection {
  86. color:{color:Dark Accent};
  87. background:rgba({RGBcolor:Accent},0.1);
  88. }
  89. body {
  90. font-family: 'Lora', serif;
  91. font-size:11px;
  92. line-height:1.5em;
  93. word-wrap:break-word;
  94. }
  95. body:before {
  96. content:'';
  97. width: 2px;
  98. height: 100%;
  99. background: #fff;
  100. top: 0;
  101. left: 0;
  102. position: fixed;
  103. border-left: 25px solid {color:Accent};
  104. border-right: 1px solid {color:Accent};
  105. }
  106. body:after {
  107. content:'';
  108. width: 2px;
  109. height: 100%;
  110. background: #fff;
  111. top: 0;
  112. right: 0;
  113. position: fixed;
  114. border-right: 25px solid {color:Accent};
  115. border-left: 1px solid {color:Accent};
  116. }
  117. * {
  118. margin:0;
  119. padding:0;
  120. }
  121. h1,h2,h3,h4,h5,h6 {
  122. font-family:'Roboto Condensed', sans-serif;
  123. }
  124. img:not(.lightbox-image), embed, video, .tumblr_video_container, iframe:not(#ask_form) {
  125. max-width:100%!important;
  126. height:auto;
  127. }
  128. img:not(.lightbox-image) {
  129. vertical-align:middle;
  130. }
  131. .tumblr_video_container {
  132. height:auto!important;
  133. }
  134. .vine-embed {
  135. height:220px!important;
  136. }
  137. #infscr-loading {
  138. position:absolute;
  139. margin-bottom:-40px;
  140. bottom:30px;
  141. width:200px;
  142. margin-left:50%;
  143. left:-100px;
  144. text-align:center;
  145. }
  146. a {
  147. color:#000;
  148. text-decoration:none;
  149. -webkit-transition: all 0.3s ease-in-out;
  150. -moz-transition: all 0.3s ease-in-out;
  151. -o-transition: all 0.3s ease-in-out;
  152. transition: all 0.3s ease-in-out;
  153. }
  154. a:hover {
  155. color:{color:Dark Accent};
  156. -webkit-transition: all 0.3s ease-in-out;
  157. -moz-transition: all 0.3s ease-in-out;
  158. -o-transition: all 0.3s ease-in-out;
  159. transition: all 0.3s ease-in-out;
  160. }
  161. a:focus {
  162. outline:0;
  163. }
  164. li {
  165. position:relative;
  166. }
  167. i, em {
  168. font-family: 'Nothing You Could Do', cursive;
  169. font-size:1.4em;
  170. }
  171. #s-m-t-tooltip {
  172. max-width:300px;
  173. padding:3px 6px;
  174. margin:20px 10px;
  175. background: #000;
  176. color:#fff;
  177. z-index:999999999999999!important;
  178. font-size:9px;
  179. text-transform:uppercase;
  180. font-family:'Roboto Condensed',sans-serif;
  181. }
  182. #reblogged {
  183. right:35px!important;
  184. }
  185. #sidebar {
  186. position:fixed;
  187. z-index:999;
  188. top:200px;
  189. right:80px;
  190. width:200px;
  191. text-align:right;
  192. }
  193. #sidebar hr {
  194. border:none;
  195. border-bottom:4px double {color:Accent};
  196. margin-bottom:14px;
  197. }
  198. #sidebar h1 {
  199. font-weight:normal;
  200. font-family:'Lora', serif;
  201. }
  202. #sidebar #desc {
  203. margin-top:15px;
  204. padding-top:10px;
  205. border-top:4px double {color:Accent};
  206. border-bottom:4px double {color:Accent};
  207. padding-bottom:10px;
  208. margin-bottom:10px;
  209. }
  210. ul#navlinks {
  211. list-style:none;
  212. padding:0;
  213. font-size:0;
  214. padding:4px;
  215. margin-top:0px;
  216. display:inline-block;
  217. }
  218. ul#navlinks li {
  219. font-size:11px;
  220. display:inline-block;
  221. padding:1px;
  222. margin:0 5px;
  223. -webkit-transition: all 0.3s ease-in-out;
  224. -moz-transition: all 0.3s ease-in-out;
  225. -o-transition: all 0.3s ease-in-out;
  226. transition: all 0.3s ease-in-out;
  227. }
  228. ul#navlinks li a {
  229. color:{color:Text};
  230. }
  231. ul#navlinks li svg {
  232. height:16px;
  233. width:16px;
  234. vertical-align:middle;
  235. -webkit-transition: all 0.3s ease-in-out;
  236. -moz-transition: all 0.3s ease-in-out;
  237. -o-transition: all 0.3s ease-in-out;
  238. transition: all 0.3s ease-in-out;
  239. }
  240. ul#navlinks li:hover svg {
  241. cursor:pointer;
  242. fill:{color:Dark Accent};
  243. -webkit-transition: all 0.3s ease-in-out;
  244. -moz-transition: all 0.3s ease-in-out;
  245. -o-transition: all 0.3s ease-in-out;
  246. transition: all 0.3s ease-in-out;
  247. -webkit-animation: hover 0.5s;
  248. -moz-animation: hover 0.5s;
  249. -ms-animation: hover 0.5s;
  250. -o-animation: hover 0.5s;
  251. animation: hover 0.5s;
  252. }
  253. @-webkit-keyframes hover {
  254. 0% {
  255. transform: scale(1.0) rotate(0deg);
  256. }
  257. 20% {
  258. transform: scale(1.1) rotate(-30deg);
  259. }
  260. 40% {
  261. transform: scale(1.2) rotate(30deg);
  262. }
  263. 60% {
  264. transform: scale(1.3) rotate(-15deg);
  265. }
  266. 80% {
  267. transform: scale(1.15) rotate(15deg);
  268. }
  269. 100% {
  270. transform: scale(1.0) rotate(0deg);
  271. }
  272. }
  273. @-moz-keyframes hover {
  274. 0% {
  275. transform: scale(1.0) rotate(0deg);
  276. }
  277. 20% {
  278. transform: scale(1.1) rotate(-30deg);
  279. }
  280. 40% {
  281. transform: scale(1.2) rotate(30deg);
  282. }
  283. 60% {
  284. transform: scale(1.3) rotate(-15deg);
  285. }
  286. 80% {
  287. transform: scale(1.15) rotate(15deg);
  288. }
  289. 100% {
  290. transform: scale(1.0) rotate(0deg);
  291. }
  292. }
  293. @keyframes hover {
  294. 0% {
  295. transform: scale(1.0) rotate(0deg);
  296. }
  297. 20% {
  298. transform: scale(1.1) rotate(-30deg);
  299. }
  300. 40% {
  301. transform: scale(1.2) rotate(30deg);
  302. }
  303. 60% {
  304. transform: scale(1.3) rotate(-15deg);
  305. }
  306. 80% {
  307. transform: scale(1.15) rotate(15deg);
  308. }
  309. 100% {
  310. transform: scale(1.0) rotate(0deg);
  311. }
  312. }
  313. ul#link-expands {
  314. list-style:none;
  315. padding:0;
  316. margin-top:5px;
  317. display:none;
  318. }
  319. ul#link-expands a {
  320. color:{color:Text};
  321. background: {color:background};
  322. padding: 0 10px;
  323. }
  324. .wrapper {
  325. position:relative;
  326. margin:50px auto;
  327. left:-100%;
  328. width:720px;
  329. }
  330. #content {
  331. left:-100px;
  332. }
  333. #posts {
  334. margin-bottom:40px;
  335. }
  336. article {
  337. position:relative;
  338. margin-bottom:30px;
  339. width:220px;
  340. {block:IndexPage}overflow:hidden;{/block:IndexPage}
  341. }
  342. article .tb {
  343. border:4px double {color:Accent};
  344. padding:15px;
  345. background:rgba(255,255,255,0.8);
  346. }
  347. article h2 {
  348. font-weight:normal;
  349. font-size:1em;
  350. background:{color:Accent};
  351. padding:3px;
  352. margin-bottom:10px;
  353. text-align:center;
  354. }
  355. article blockquote {
  356. padding-left: 10px;
  357. border-left: 2px solid {color:Accent};
  358. margin: 5px;
  359. margin-left: 12px;
  360. }
  361. article p {
  362. margin:10px 0;
  363. }
  364. article p:first-of-type {
  365. margin-top:0;
  366. }
  367. article p:last-of-type {
  368. margin-bottom:0;
  369. }
  370. article ul, article ol {
  371. padding-left:30px;
  372. line-height:175%;
  373. }
  374. article ul {
  375. list-style:none;
  376. }
  377. article ul li:before {
  378. content:'';
  379. position:absolute;
  380. top:8px;
  381. left:-20px;
  382. width:10px;
  383. height:1px;
  384. background:{color:Dark Accent};
  385. }
  386. article a {
  387. border-bottom:1px solid #eee;
  388. color:#9f9f9f;
  389. }
  390. article a:hover {
  391. border-color:rgba({RGBcolor:Dark Accent},0.5);
  392. color:{color:Dark Accent};
  393. }
  394. article hr {
  395. border:none;
  396. width:75%;
  397. margin:15px auto;
  398. height:1px;
  399. background:rgba({RGBcolor:Accent},0.5);
  400. }
  401. a.tumblr-box {
  402. border-bottom:none;
  403. }
  404. .quote h2 {
  405. background:none;
  406. }
  407. .quote.short h2 {
  408. font-size:2em;
  409. line-height:120%;
  410. }
  411. .quote.medium h2 {
  412. font-size:1.5em;
  413. line-height:120%;
  414. }
  415. .quote.long h2 {
  416. font-size:1em;
  417. }
  418. .quote cite {
  419. text-align:right;
  420. display:block;
  421. }
  422. .chat ul {
  423. padding:0;
  424. }
  425. .chat li:before {
  426. display:none;
  427. }
  428. .chat b {
  429. color:{color:Dark Accent};
  430. }
  431. .link h2 {
  432. text-align:left;
  433. }
  434. .link h2 svg {
  435. width: 13px;
  436. height: auto;
  437. margin-top:1px;
  438. float:right;
  439. }
  440. img.album-art {
  441. width:80px;
  442. height:80px;
  443. position:absolute;
  444. }
  445. .audio-info {
  446. display:inline-block;
  447. margin-left:90px;
  448. min-height:80px;
  449. }
  450. .tumblr_audio_player {
  451. opacity:0.9;
  452. width:30px;
  453. height:30px;
  454. border-radius:50%;
  455. position:absolute;
  456. top:55px;
  457. left:55px;
  458. }
  459. .answer h2 {
  460. text-transform:lowercase;
  461. }
  462. .answer h2 a, .link h2 a {
  463. color: #000;
  464. border-bottom:none;
  465. }
  466. .answer h2 a:hover, .link h2 a:hover {
  467. color:{color:Dark Accent};
  468. }
  469. .response {
  470. position: relative;
  471. margin-top: 31px;
  472. }
  473. .query {
  474. position:relative;
  475. }
  476. .query:after {
  477. content: '';
  478. width:75%;
  479. height:1px;
  480. background:rgba({RGBcolor:Accent},0.5);
  481. left: 12.5%;
  482. bottom: -15px;
  483. position: absolute;
  484. }
  485. .response, .also_query {
  486. max-height:150px;
  487. overflow-y:auto;
  488. }
  489. .response.answererer {
  490. overflow:initial;
  491. }
  492. .answer h2:nth-of-type(2) {
  493. margin-top: 31px;
  494. }
  495. .response:empty {
  496. display:none;
  497. overflow:hidden;
  498. }
  499. .answererer:before {
  500. content: '';
  501. width:75%;
  502. height:1px;
  503. background:rgba({RGBcolor:Accent},0.5);
  504. left: 12.5%;
  505. top: -15px;
  506. position: absolute;
  507. }
  508. .other_perma {
  509. text-align:right;
  510. color:{color:Accent};
  511. padding-top:15px;
  512. font-family: 'Roboto Condensed', sans-serif;
  513. }
  514. .other_perma a {
  515. color:{color:Dark Accent};
  516. border-bottom:0;
  517. -webkit-transition: all 0.3s ease-in-out;
  518. -moz-transition: all 0.3s ease-in-out;
  519. -o-transition: all 0.3s ease-in-out;
  520. transition: all 0.3s ease-in-out;
  521. }
  522.  
  523. .other_perma a:hover{
  524. color:{color:accent};
  525. -webkit-transition: all 0.3s ease-in-out;
  526. -moz-transition: all 0.3s ease-in-out;
  527. -o-transition: all 0.3s ease-in-out;
  528. transition: all 0.3s ease-in-out;
  529. }
  530. .mask {
  531. position:absolute;
  532. top:0;
  533. left:0;
  534. width:100%;
  535. height:100%;
  536. /*opacity:0;
  537. visibility:hidden;*/
  538. z-index:999;
  539. -webkit-transition: all 0.3s ease-in-out;
  540. -moz-transition: all 0.3s ease-in-out;
  541. -o-transition: all 0.3s ease-in-out;
  542. transition: all 0.3s ease-in-out;
  543. }
  544. article:hover .mask {
  545. opacity:1;
  546. visibility:visible;
  547. -webkit-transition: all 0.3s ease-in-out;
  548. -moz-transition: all 0.3s ease-in-out;
  549. -o-transition: all 0.3s ease-in-out;
  550. transition: all 0.3s ease-in-out;
  551. }
  552. article .photo img {
  553. -webkit-transition: all 0.3s ease-in-out;
  554. -moz-transition: all 0.3s ease-in-out;
  555. -o-transition: all 0.3s ease-in-out;
  556. transition: all 0.3s ease-in-out;
  557. }
  558. {block:IndexPage}
  559. article:hover .photo img {
  560. -webkit-filter: grayscale(50%);
  561. filter: grayscale(50%);
  562. -webkit-transform:scale(1.2, 1.2);
  563. -moz-transform:scale(1.2, 1.2);
  564. transform:scale(1.2, 1.2);
  565. -webkit-transition: all 0.3s ease-in-out;
  566. -moz-transition: all 0.3s ease-in-out;
  567. -o-transition: all 0.3s ease-in-out;
  568. transition: all 0.3s ease-in-out;
  569. }{/block:IndexPage}
  570. .mask .more {
  571. width:140px;
  572. text-align:center;
  573. font-family:'Roboto Condensed', sans-serif;
  574. text-transform:uppercase;
  575. position:relative;
  576. line-height:200%;
  577. left:calc(50% - 70px);
  578. top:calc(50% - 54px);
  579. height:108px;
  580. }
  581. .mask .more a {
  582. width:130px;
  583. padding:5px;
  584. background:#fff;
  585. margin:4px 0;
  586. display:block;
  587. position:relative;
  588. -webkit-transition: all 0.3s ease-in-out;
  589. -moz-transition: all 0.3s ease-in-out;
  590. -o-transition: all 0.3s ease-in-out;
  591. transition: all 0.3s ease-in-out;
  592. }
  593. .mask .more a:nth-of-type(odd) {
  594. left:-195px;
  595. -webkit-transition: all 0.3s ease-in-out;
  596. -moz-transition: all 0.3s ease-in-out;
  597. -o-transition: all 0.3s ease-in-out;
  598. transition: all 0.3s ease-in-out;
  599. }
  600. .mask .more a:nth-of-type(even) {
  601. right:-195px;
  602. -webkit-transition: all 0.3s ease-in-out;
  603. -moz-transition: all 0.3s ease-in-out;
  604. -o-transition: all 0.3s ease-in-out;
  605. transition: all 0.3s ease-in-out;
  606. }
  607. article:hover .mask .more a:nth-of-type(odd) {
  608. left:0;
  609. -webkit-transition: all 0.3s ease-in-out;
  610. -moz-transition: all 0.3s ease-in-out;
  611. -o-transition: all 0.3s ease-in-out;
  612. transition: all 0.3s ease-in-out;
  613. }
  614. article:hover .mask .more a:nth-of-type(even) {
  615. right:0;
  616. -webkit-transition: all 0.3s ease-in-out;
  617. -moz-transition: all 0.3s ease-in-out;
  618. -o-transition: all 0.3s ease-in-out;
  619. transition: all 0.3s ease-in-out;
  620. }
  621. #show-notes {
  622. color: #9f9f9f;
  623. border-bottom: 1px solid #eee;
  624. font-weight: bold;
  625. text-transform: uppercase;
  626. cursor: pointer;
  627. font-size: 0.85em;
  628. margin: 0 auto;
  629. text-align: center;
  630. width: 66px;
  631. -webkit-transition: all 0.2s ease-in-out;
  632. -moz-transition: all 0.2s ease-in-out;
  633. -o-transition: all 0.2s ease-in-out;
  634. transition: all 0.2s ease-in-out;
  635. margin-top:10px;
  636. }
  637. #show-notes:hover {
  638. color:{color:Dark Accent};
  639. border-color:rgba({RGBcolor:Dark Accent},0.5);
  640. -webkit-transition: all 0.2s ease-in-out;
  641. -moz-transition: all 0.2s ease-in-out;
  642. -o-transition: all 0.2s ease-in-out;
  643. transition: all 0.2s ease-in-out;
  644. }
  645. #notes {
  646. display:none;
  647. }
  648. ol.notes {
  649. padding:0;
  650. margin: 0;
  651. list-style-type: none;
  652. }
  653. ol.notes li.note {
  654. padding: 3px 0;
  655. margin-bottom:3px;
  656. }
  657. ol.notes li.note img.avatar {
  658. float:right;
  659. border-radius:50%;
  660. }
  661. ol.notes li.note blockquote a {
  662. text-decoration: none;
  663. }
  664. li.more_notes_link_container {
  665. font-weight: bold;
  666. text-transform: uppercase;
  667. font-size: 0.85em;
  668. }
  669. .extra-info {
  670. position: fixed;
  671. left: calc(50% + 82px - 100%);
  672. left: calc(50% + 82px);
  673. top: 111px;
  674. width: 158px;
  675. margin-left: 20px;
  676. line-height: 200%;
  677. }
  678. .extra-info svg {
  679. width: 15px;
  680. height: auto;
  681. vertical-align: text-bottom;
  682. margin-right:5px;
  683. }
  684. .inspo {
  685. margin:0 0 30px 0;
  686. padding:7px;
  687. background:{color:Accent};
  688. }
  689. .inspo span {
  690. text-transform:uppercase;
  691. font-family:'Roboto Condensed', sans-serif;
  692. }
  693. .back-to-top {
  694. text-align:center;
  695. bottom:5px;
  696. width:25px;
  697. left:43px;
  698. font-size:9px;
  699. cursor:pointer;
  700. text-transform:uppercase;
  701. position:fixed;
  702. z-index:99999;
  703. }
  704. .back-to-top svg {
  705. width: 35px;
  706. height: auto;
  707. fill: {color:Accent};
  708. background: #fff;
  709. padding: 1px 5px;
  710. border-radius: 50%;
  711. }
  712. {block:PermalinkPage}
  713. article {
  714. width:720px;
  715. padding: 17px;
  716. border: 4px double {color:Accent};
  717. background:rgba(255,255,255,0.8);
  718. box-sizing:border-box;
  719. }
  720. article h2 {
  721. font-size: 18px;
  722. line-height: 20px;
  723. }
  724. article.permalinkpage {
  725. width:540px;
  726. }
  727. article .tb {
  728. border:none;
  729. padding:10px 0;
  730. background:rgba(255,255,255,0);
  731. }
  732. article .tb:first-of-type {
  733. padding-top: 0;
  734. }
  735. article .tb:last-of-type {
  736. padding-bottom: 0;
  737. }
  738.  
  739. article .photo .tb:first-of-type {
  740. padding-top:10px;
  741. }
  742. {/block:PermalinkPage}
  743. </style>
  744. </head>
  745. <body>
  746. <div id="sidebar">
  747. <a href="/"><h1>{block:IfTitleSparkles}*。<span style="margin-left:-10px;"></span>✧ {/block:IfTitleSparkles}{Title}{block:IfTitleSparkles} ✧。<span style="margin-left:-10px;"></span>*{/block:IfTitleSparkles}</h1></a>
  748. <div id="desc">{block:Description}{Description}{/block:Description}</div>
  749. <ul id="navlinks">
  750. <li><a href="/" title="home"><svg xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 486.988 486.988" style="enable-background:new 0 0 486.988 486.988;" xml:space="preserve"><g><g><path d="M16.822,284.968h39.667v158.667c0,9.35,7.65,17,17,17h116.167c9.35,0,17-7.65,17-17V327.468h70.833v116.167 c0,9.35,7.65,17,17,17h110.5c9.35,0,17-7.65,17-17V284.968h48.167c6.8,0,13.033-4.25,15.583-10.483 c2.55-6.233,1.133-13.6-3.683-18.417L260.489,31.385c-6.517-6.517-17.283-6.8-23.8-0.283L5.206,255.785 c-5.1,4.817-6.517,12.183-3.967,18.7C3.789,281.001,10.022,284.968,16.822,284.968z M248.022,67.368l181.333,183.6h-24.367 c-9.35,0-17,7.65-17,17v158.667h-76.5V310.468c0-9.35-7.65-17-17-17H189.656c-9.35,0-17,7.65-17,17v116.167H90.489V267.968 c0-9.35-7.65-17-17-17H58.756L248.022,67.368z"/></g></g></svg></a>
  751. {block:AskEnabled}<li><a href="{text:Ask Link}" title="message"><svg xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 436.333 436.333" style="enable-background:new 0 0 436.333 436.333;" xml:space="preserve"><g><g><path d="M436.333,56.667c0-9.35-7.65-17-17-17H17c-9.35,0-17,7.65-17,17v323c0,9.35,7.65,17,17,17h402.333c9.35,0,17-7.65,17-17 V56.667z M34,362.667v-201.45l170.85,147.05c3.117,2.833,6.8,3.967,10.767,3.967c3.967,0,8.217-1.417,11.617-3.967l175.1-146.483 v200.883H34z M402.333,73.667v43.917c-2.833,0.283-1.417,0.567-1.7,0.567L215.9,273.133L34.567,117.3 c-0.283-0.283-0.567-0.567-0.567-0.85V73.667H402.333z"/></g></g></svg></a>{/block:AskEnabled}
  752. {block:HasPages}<li><a id="links" title="click for links" style="cursor:pointer;"><svg style="height:14px;" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 469.513 469.513" style="enable-background:new 0 0 469.513 469.513;" xml:space="preserve"><g><g><path d="M370.757,0h-272c-9.35,0-17,7.65-17,17v435.483c0,7.083,4.25,13.317,10.767,15.867c6.517,2.55,13.883,0.85,18.7-4.533 L238.157,324.7l119.85,138.833c3.4,3.683,7.933,5.95,12.75,5.95c1.983,0,3.967-0.283,5.95-1.133 c6.517-2.55,11.05-8.783,11.05-15.867V17C387.757,7.65,380.107,0,370.757,0z M353.757,406.867L251.473,288.15 c-3.117-3.683-7.65-5.95-12.75-5.95c-4.817,0-9.633,1.983-12.75,5.667L115.757,408.85V34h238V406.867z"/></g></g></svg></a>{/block:HasPages}
  753. <li><a href="/archive" title="past"><svg xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 493 493" style="enable-background:new 0 0 493 493;" xml:space="preserve"><g><g><path d="M473.167,45.333h-51c-9.35,0-17,7.65-17,17s7.65,17,17,17h34V459H36.833V79.333h45.333c9.35,0,17-7.65,17-17 s-7.65-17-17-17H19.833c-9.35,0-17,7.65-17,17V476c0,9.35,7.65,17,17,17h453.333c9.35,0,17-7.65,17-17V62.333 C490.167,52.983,482.517,45.333,473.167,45.333z"/><path d="M269.167,45.333H221c-9.35,0-17,7.65-17,17s7.65,17,17,17h48.167c9.35,0,17-7.65,17-17S278.517,45.333,269.167,45.333z"/><path d="M144.5,351.333h-39.667c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17H144.5c9.35,0,17-7.65,17-17v-28.333 C161.5,358.983,153.85,351.333,144.5,351.333z"/><path d="M266.333,351.333h-42.5c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h42.5c9.35,0,17-7.65,17-17v-28.333 C283.333,358.983,275.683,351.333,266.333,351.333z"/><path d="M161.5,274.833c0-9.35-7.65-17-17-17h-39.667c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17H144.5 c9.35,0,17-7.65,17-17V274.833z"/><path d="M283.333,274.833c0-9.35-7.65-17-17-17h-42.5c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h42.5 c9.35,0,17-7.65,17-17V274.833z"/><path d="M385.333,257.833h-39.667c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h39.667c9.35,0,17-7.65,17-17v-28.333 C402.333,265.483,394.683,257.833,385.333,257.833z"/><path d="M87.833,178.5v28.333c0,9.35,7.65,17,17,17H144.5c9.35,0,17-7.65,17-17V178.5c0-9.35-7.65-17-17-17h-39.667 C95.483,161.5,87.833,169.15,87.833,178.5z"/><path d="M283.333,178.5c0-9.35-7.65-17-17-17h-42.5c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h42.5c9.35,0,17-7.65,17-17 V178.5z"/><path d="M402.333,178.5c0-9.35-7.65-17-17-17h-39.667c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h39.667 c9.35,0,17-7.65,17-17V178.5z"/><path d="M155.833,113.333c9.35,0,17-7.65,17-17V17c0-9.35-7.65-17-17-17h-17c-9.35,0-17,7.65-17,17v79.333c0,9.35,7.65,17,17,17 H155.833z"/><path d="M351.333,0h-17c-9.35,0-17,7.65-17,17v79.333c0,9.35,7.65,17,17,17h17c9.35,0,17-7.65,17-17V17 C368.333,7.65,360.683,0,351.333,0z"/></g></g></svg></a>
  754. {block:IfCreditLink}<li><a title="credit" href="//redivide.tumblr.com" target="_blank"><svg xmlns="//www.w3.org/2000/svg" xmlns:xlink="//www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 491.115 491.115" style="enable-background:new 0 0 491.115 491.115;" xml:space="preserve"><g><g><path d="M475.624,177.416l-154.417-13.033l-60.067-142.8c-2.55-6.233-8.783-10.483-15.583-10.483s-13.033,3.967-15.583,10.483 l-60.067,142.8L15.491,177.416c-6.8,0.567-12.75,5.1-14.733,11.617s0,13.6,5.1,18.133l117.017,101.15L87.741,459.049 c-1.417,6.8,1.133,13.6,6.517,17.567c5.667,3.967,13.033,4.25,18.7,0.85l132.6-80.183l132.6,80.183 c2.833,1.7,5.667,2.55,8.783,2.55c3.4,0,7.083-1.133,9.917-3.117c5.667-3.967,8.217-11.05,6.517-17.567l-35.133-150.733 l117.017-101.15c5.1-4.533,7.083-11.617,5.1-18.133C488.374,182.516,482.424,177.983,475.624,177.416z M338.208,289.616 c-4.817,4.25-6.8,10.483-5.383,16.717l28.333,121.55l-106.817-64.6c-2.833-1.7-5.667-2.55-8.783-2.55 c-3.117,0-6.233,0.85-8.783,2.55l-106.817,64.6l28.333-121.55c1.417-6.233-0.567-12.467-5.383-16.717l-94.35-81.6l124.383-10.483 c6.233-0.567,11.9-4.533,14.167-10.2l48.45-115.317l48.45,115.033c2.55,5.95,7.933,9.917,14.167,10.2l124.383,10.483 L338.208,289.616z"/></g></g></svg>
  755. </a>{/block:IfCreditLink}
  756. </ul>
  757. {block:HasPages}<ul id="link-expands">
  758. <hr>
  759. {block:Pages}<li><a href="{URL}">{Label}</a>{/block:Pages}
  760. </ul>{/block:HasPages}
  761. </div>
  762. <div id="content" class="wrapper">
  763. <div class="inspo">"{text:Quote}"<span style="float:right">{text:Stats}</span></div>
  764. <div id="posts">{block:Posts}
  765. <article{block:Date} class="permalinkpage"{/block:Date}>{block:Text}<div class="text tb">
  766. {block:Title}<h2>{Title}</h2>{/block:Title}
  767. {Body}
  768. {block:IndexPage}
  769. <div class="other_perma">
  770. <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>
  771. </div>
  772. {/block:IndexPage}
  773. </div>{/block:Text}{block:Photo}<div class="photo">
  774. {block:IndexPage}<div class="mask">
  775. <div class="more">
  776. <a href="{Permalink}" target="_blank">{TimeAgo}</a>
  777. <a href="{Permalink}" target="_blank">{NoteCount}</a>
  778. <a href="{ReblogURL}" target="_blank">reblog</a>
  779. </div>
  780. </div>{/block:IndexPage}
  781. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />
  782. {block:PermalinkPage}{block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  783. </div>{/block:Photo}{block:Photoset}<div class="photoset photo">
  784. {block:IndexPage}<div class="mask">
  785. <div class="more">
  786. <a href="{Permalink}" target="_blank">{TimeAgo}</a>
  787. <a href="{Permalink}" target="_blank">{NoteCount}</a>
  788. <a href="{ReblogURL}" target="_blank">reblog</a>
  789. </div>
  790. </div>{/block:IndexPage}
  791. <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>
  792. {block:PermalinkPage}{block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  793. </div>{/block:Photoset}{block:Quote}<div class="quote tb {Length}">
  794. <h2>{Quote}</h2>
  795. {block:Source}<cite>&mdash; {Source}</cite>{/block:Source}
  796. {block:IndexPage}
  797. <div class="other_perma">
  798. <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>
  799. </div>
  800. {/block:IndexPage}
  801. </div>{/block:Quote}{block:Chat}<div class="chat tb">
  802. {block:Title}<h2>{Title}</h2>{/block:Title}
  803. <ul>
  804. {block:Lines}<li>{block:Label}<b>{Label}</b>{/block:Label} {Line}</li>{/block:Lines}
  805. </ul>
  806. {block:IndexPage}
  807. <div class="other_perma">
  808. <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>
  809. </div>
  810. {/block:IndexPage}
  811. </div>{/block:Chat}{block:Link}<div class="link tb">
  812. <h2><a href="{URL}">{Name}</a><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//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>
  813. {block:Description}{Description}{/block:Description}
  814. {block:IndexPage}
  815. <div class="other_perma">
  816. <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>
  817. </div>
  818. {/block:IndexPage}
  819. </div>{/block:Link}{block:Audio}<div class="audio tb">
  820. <img class="album-art" src="//static.tumblr.com/yxfeliq/C5Xnysfnk/cd.jpg" {block:AlbumArt}style="display:none;"{/block:AlbumArt}>
  821. {block:AlbumArt}<img src="{AlbumArtURL}" class="album-art">{/block:ALbumArt}
  822. <div class="audio-info">
  823. Artist: <span {block:Artist}style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br>
  824. Title: <span {block:TrackName}style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br>
  825. Album: <span {block:Album}style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br>
  826. Plays: {FormattedPlayCount}
  827. </div>
  828. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  829. {block:IndexPage}
  830. <div class="other_perma">
  831. <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>
  832. </div>
  833. {/block:IndexPage}
  834. </div>{/block:Audio}{block:Video}<div class="vid">
  835. <div class="video">{Video-500}</div>
  836. {block:PermalinkPage}{block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  837. </div>{/block:Video}{block:Answer}<div class="answer tb">
  838. <h2>{Asker} asked:</h2>
  839. <div class="question query">{Question}</div>
  840. {block:Answerer}
  841. <h2>{Answerer} replied:</h2>
  842. <div class="question also_query">{Answer}</div>
  843. {/block:Answerer}
  844. <div class="response{block:Answerer} answererer{/block:Answerer}">{Replies}</div>
  845. {block:IndexPage}
  846. <div class="other_perma">
  847. <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>
  848. </div>
  849. {/block:IndexPage}
  850. </div>{/block:Answer}
  851.  
  852. {block:PermalinkPage}
  853. {block:PostNotes}
  854. <div id="show-notes">show notes</div>
  855. <div id="notes" class="tb">
  856. {PostNotes-16}
  857. </div>
  858. {/block:PostNotes}
  859. <div class="extra-info">
  860. {block:Date}<svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//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
  861. 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}
  862. {block:NoteCount}<br><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//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}
  863. {block:RebloggedFrom}<br><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//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}
  864. {block:ContentSource}<br><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//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}
  865. {block:HasTags}<br><svg version="1.1" id="Layer_1" xmlns="//www.w3.org/2000/svg" xmlns:xlink="//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}
  866. </div>
  867. {/block:PermalinkPage}
  868. </article>
  869. {/block:Posts}</div>
  870. </div>
  871. <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>
  872. <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>
  873. {block:Pagination}
  874. <div class="pagination" style="visibility:hidden;">
  875. {block:NextPage}<a href="{NextPage}" id="next-link"><i class="fa fa-angle-right"></i></a>{/block:NextPage}
  876. </div>
  877. {/block:Pagination}
  878. <script src="//static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  879. <script src="//static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  880. <script src="//static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  881. <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  882. <script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  883. <script>
  884. $(function(){
  885. $('#links').click(function(e){
  886. e.preventDefault();
  887. $('#link-expands').slideToggle('slow');
  888. });
  889. // scroll to top © html-tuts.com
  890. var amountScrolled = 300;
  891. $(window).scroll(function() {
  892. if ( $(window).scrollTop() > amountScrolled ) {
  893. $('.back-to-top').fadeIn('slow');
  894. } else {
  895. $('.back-to-top').fadeOut('slow');
  896. }
  897. });
  898. $('.back-to-top').click(function() {
  899. $('html, body').animate({
  900. scrollTop: 0
  901. }, 700);
  902. return false;
  903. });
  904. {block:PermalinkPage}
  905. $('#show-notes').click(function(e){
  906. e.preventDefault();
  907. $('#notes').slideToggle('slow');
  908. $(this).text( $(this).text() == "show notes" ? "hide notes" : "show notes");
  909. });
  910. {/block:PermalinkPage}
  911. $('.photo-slideshow').pxuPhotoset({
  912. lightbox: true,
  913. rounded: false,
  914. gutter: '0px',
  915. photoset: '.photo-slideshow',
  916. photoWrap: '.photo-data',
  917. photo: '.pxu-photo'
  918. });
  919. });
  920. {block:IndexPage}
  921. (function () {
  922. var $tumblelog = $('#posts');
  923. $tumblelog.imagesLoaded(function () {
  924. $tumblelog.masonry({
  925. itemSelector: 'article',
  926. isAnimated:false,
  927. columnWidth:220,
  928. gutterWidth:30,
  929. });
  930. });
  931. $tumblelog.infinitescroll({
  932. navSelector : "div.pagination",
  933. nextSelector : ".pagination a#next-link",
  934. itemSelector : "article",
  935. loading: {
  936. finishedMsg: "<p>You've reached the end of the Earth.</p>",
  937. img : "https://res1.nabtrade.com.au/Content/Images/ajax_loader.gif",
  938. msg: null,
  939. msgText: "",
  940. },
  941. },
  942.  
  943. function( newElements ) {
  944. var $newElems = $( newElements );
  945. $newElems.find('.photo-slideshow').pxuPhotoset({
  946. lightbox: true,
  947. rounded: false,
  948. gutter: '0px',
  949. photoset: '.photo-slideshow',
  950. photoWrap: '.photo-data',
  951. photo: '.pxu-photo'
  952. });
  953. var $newElems = $(newElements).css({
  954. opacity: 0,
  955. zIndex: -1,
  956. });
  957. $newElems.imagesLoaded(function(){
  958. $newElems.animate({ opacity: 1, zIndex: 1 });
  959. $tumblelog.masonry( 'appended', $newElems );
  960. });
  961. });
  962. })();
  963. {/block:IndexPage}
  964. </script>
  965. <link href="//static.tumblr.com/wupwnyt/1iho27ad1/gkthm.css" rel="stylesheet" type="text/css">
  966. </body>
  967. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement