Advertisement
themekid

from afar theme

Jul 11th, 2016
1,619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.89 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!------------------------------------------
  5.  
  6. (◍•ᴗ•◍)♡ ✧*。
  7.  
  8. From Afar Theme by ThemeKid Chloë | @redivide | @themekid
  9.  
  10. > Made in collaboration with @nuhdei
  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:Sidebar" content="//40.media.tumblr.com/688ae14710bf6c7ed7b7e80ce8d7c35a/tumblr_n6vg8uwRZU1rvo4sko1_1280.png" />
  21.  
  22. <meta name="color:Background" content="#fff" />
  23. <meta name="color:Accent" content="#ebe0c8" />
  24. <meta name="color:Accent 2" content="#e5d5b6" />
  25.  
  26. <meta name="select:Shadows" title="None" content="0px" />
  27. <meta name="select:Shadows" title="Small" content="5px" />
  28. <meta name="select:Shadows" title="Big" content="10px" />
  29.  
  30. <meta name="if:Tiled Background" content="" />
  31. <meta name="if:Submit Link" content="" />
  32. <meta name="if:Credit Link" content="" />
  33. <meta name="if:Post Effect" content="" />
  34. <meta name="if:Custom Favicon" content="" />
  35. <meta name="if:2 Columns" content="" />
  36. <meta name="if:Redirect Ask" content="" />
  37.  
  38. <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."/>
  39. <meta name="text:Ask Link" content="/ask" />
  40. <meta name="text:Favicon URL" content="//" />{/block:Hidden}
  41. <meta charset="UTF-8" />
  42. <title>{Title}</title>
  43. {block:IfNotCustomFavicon}
  44. <link rel="shortcut icon" href="{Favicon}">
  45. {/block:IfNotCustomFavicon}
  46. {block:IfCustomFavicon}
  47. <link rel="shortcut icon" href="{text:Favicon URL}">
  48. {/block:IfCustomFavicon}
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  50. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"> </script>
  51. <script src="//static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  52. <script>
  53. {block:IfRedirectAsk}
  54. if(window.location.pathname == '/ask') location.replace('{text:Ask Link}');{/block:IfRedirectAsk}
  55. (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);
  56. </script>
  57. <link rel="stylesheet" href="//static.tumblr.com/8pnyeus/29To2og0o/styles.css">
  58. <script src="https://dl.dropboxusercontent.com/s/7ke33tjjl8rty02/scripts.js"></script>
  59. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  60. <link href="//static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  61. <link href='//fonts.googleapis.com/css?family=Lora:400,600|Roboto+Condensed' rel='stylesheet' type='text/css'>
  62. <style type="text/css">
  63. #tumblr_controls, .tmblr-iframe {
  64. top:32px!important;
  65. right:5px!important;
  66. -webkit-filter: invert(90%);
  67. filter: invert(90%);
  68. position:fixed!important;
  69. -webkit-transform:scale(.8, .8);
  70. -moz-transform:scale(.8, .8);
  71. transform:scale(.8, .8);
  72. -webkit-transform-origin: right top;
  73. -moz-transform-origin: right top;
  74. -ms-transform-origin: right top;
  75. -o-transform-origin: right top;
  76. transform-origin: right top;
  77. z-index:999999999999999999!important
  78. }
  79. #infscr-loading {
  80. position:absolute;
  81. margin-bottom:-40px;
  82. bottom:30px;
  83. width:200px;
  84. margin-left:50%;
  85. left:-100px;
  86. text-align:center;
  87.  
  88. }
  89. ::-webkit-scrollbar {
  90. background-color:#ddd;
  91. height: 11px;
  92. width: 11px;
  93. border:5px solid #fff;
  94. }
  95. ::-webkit-scrollbar-thumb {
  96. background-color:#000;
  97. border:5px solid #fff;
  98. }
  99. ::-moz-selection {
  100. color:{color:Accent 2};
  101. background:rgba({RGBcolor:Accent},0.1);
  102. }
  103.  
  104. ::selection {
  105. color:{color:Accent 2};
  106. background:rgba({RGBcolor:Accent},0.1);
  107. }
  108. #s-m-t-tooltip {
  109. max-width:300px;
  110. padding:3px 6px;
  111. margin:20px 10px;
  112. background: #000;
  113. color:#fff;
  114. z-index:999999999999999!important;
  115. font-size:9px;
  116. text-transform:uppercase;
  117. font-family:'Roboto Condensed',sans-serif;
  118. }
  119. * {
  120. margin:0;
  121. padding:0;
  122. }
  123. body {
  124. background:{color:Background} url({image:Background}) {block:IfNotTiledBackground}no-repeat center center fixed;
  125. background-size:cover;{/block:IfNotTiledBackground}
  126. {block:IfTiledBackground}repeat fixed;{/block:IfTiledBackground}
  127. color:#000;
  128. font-size:12px;
  129. word-wrap:break-word;
  130. font-family:'Lora', serif;
  131. font-size:11px;
  132. }
  133. body:before {
  134. content:'';
  135. position:fixed;
  136. left:0;
  137. top:30px;
  138. background:{color:Accent};
  139. width:100%;
  140. height:25px;
  141. z-index:999;
  142. }
  143. body:after {
  144. content:'';
  145. position:fixed;
  146. top:0;
  147. left:30px;
  148. background:{color:Accent};
  149. height:100%;
  150. width:25px;
  151. z-index:9999;
  152. }
  153. img:not(.lightbox-image), embed, video, .tumblr_video_container, iframe:not(.instagram-media) {
  154. max-width:100%!important;
  155. height:auto;
  156. }
  157. .instagram-media {
  158. max-width:100%!important;
  159. }
  160. img:not(.lightbox-image) {
  161. vertical-align:middle;
  162. }
  163. .tumblr_video_container {
  164. height:auto!important;
  165. }
  166. .vine-embed {
  167. {block:IfNot2Columns}height:250px!important;{/block:IfNot2Columns}
  168. {block:If2Columns}height:300px!important;{/block:If2Columns}
  169. }
  170. ul, ol {
  171. padding-left:20px;
  172. }
  173. a {
  174. text-decoration:none;
  175. color:#000;
  176. -webkit-transition: all 0.2s ease-in-out;
  177. -moz-transition: all 0.2s ease-in-out;
  178. -o-transition: all 0.2s ease-in-out;
  179. transition: all 0.2s ease-in-out;
  180. }
  181. a:hover {
  182. color:{color:Accent 2};
  183. -webkit-transition: all 0.2s ease-in-out;
  184. -moz-transition: all 0.2s ease-in-out;
  185. -o-transition: all 0.2s ease-in-out;
  186. transition: all 0.2s ease-in-out;
  187. }
  188. a:focus {
  189. outline:none;
  190. }
  191. li {
  192. position:relative;
  193. }
  194. #container {
  195. width:calc(100% - 940px);
  196. height:100%;
  197. right:0px;
  198. background:{color:background};
  199. position:fixed;
  200. }
  201. #sidebar {
  202. text-align:center;
  203. width:200px;
  204. margin:150px auto;
  205.  
  206. }
  207. #avatar {
  208. margin: 20px auto;
  209. width: 80%;
  210. border-radius: 50%;
  211. border: 7px double {color:accent};
  212. }
  213. ul#navlinks {
  214. list-style:none;
  215. padding:0 90px;
  216. font-size:0;
  217. text-align:left;
  218. position:fixed;
  219. top:30px;
  220. line-height:25px;
  221. height:25px;
  222. z-index:999;
  223. width:calc(100% - 180px);
  224. }
  225. ul#navlinks li {
  226. display:inline-block;
  227. margin:0 12px 0 0;
  228. font-size:11px;
  229. text-transform:lowercase;
  230. -webkit-transition: all 0.3s ease-in-out;
  231. -moz-transition: all 0.3s ease-in-out;
  232. -o-transition: all 0.3s ease-in-out;
  233. transition: all 0.3s ease-in-out;
  234. }
  235. ul#navlinks a:first-of-type {
  236. font-style:italic;
  237. }
  238. ul#navlinks a:after {
  239. content:'···';
  240. margin-right:12px;
  241. font-size:11px;
  242. color:#000;
  243. }
  244. ul#navlinks a:last-of-type:after {
  245. content:'';
  246. margin-left:0px;
  247. }
  248. ul#navlinks a:last-of-type li {
  249. margin-right:0;
  250. }
  251. #wrapper {
  252. {block:IfNot2Columns}width:850px;
  253. top:90px;
  254. left:90px;{/block:IfNot2Columns}
  255. {block:If2Columns}width:700px;
  256. top:140px;
  257. left:140px;{/block:If2Columns}
  258. position:relative;
  259. }
  260. #posts {
  261. margin-bottom:40px;
  262. }
  263. article {
  264. {block:IfNot2Columns}width:250px;
  265. margin-bottom:50px;{/block:IfNot2Columns}
  266. {block:If2Columns}width:300px;
  267. margin-bottom:100px;{/block:If2Columns}
  268. position:relative;
  269. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  270. box-shadow:{select:Shadows} {select:Shadows} rgba({RGBcolor:Accent}, 0.3);
  271. }
  272. article .tb {
  273. padding:15px;
  274. background:rgba(255,255,255,0.8);
  275. border:1px solid {color:Accent};
  276. }
  277. {block:IfPostEffect}
  278. article img {
  279. -webkit-filter:grayscale(50%);
  280. -webkit-transition: all 0.3s ease-in-out;
  281. -moz-transition: all 0.3s ease-in-out;
  282. -o-transition: all 0.3s ease-in-out;
  283. transition: all 0.3s ease-in-out;
  284. }
  285. article:hover img {
  286. -webkit-filter:grayscale(0%);
  287. -webkit-transition: all 0.3s ease-in-out;
  288. -moz-transition: all 0.3s ease-in-out;
  289. -o-transition: all 0.3s ease-in-out;
  290. transition: all 0.3s ease-in-out;
  291. }
  292. {/block:IfPostEffect}
  293. article h2 {
  294. font-weight:normal;
  295. font-size:1em;
  296. background:{color:Accent 2};
  297. padding:5px 7px;
  298. margin-bottom:10px;
  299. text-align:center;
  300. }
  301. article blockquote {
  302. padding-left: 10px;
  303. border-left: 2px solid {color:Accent};
  304. margin: 5px;
  305. margin-left: 12px;
  306. }
  307. article p {
  308. margin:5px 0;
  309. }
  310. article p:first-of-type {
  311. margin-top:0;
  312. }
  313. article p:last-of-type {
  314. margin-bottom:0;
  315. }
  316. article ul, article ol {
  317. padding-left:30px;
  318. line-height:175%;
  319. }
  320. article ul {
  321. list-style:none;
  322. }
  323. article ul li:before {
  324. content:'';
  325. position:absolute;
  326. top:8px;
  327. left:-20px;
  328. width:10px;
  329. height:1px;
  330. background:{color:Accent 2};
  331. }
  332. article a {
  333. border-bottom:1px solid #eee;
  334. color:#9f9f9f;
  335. }
  336. article a:hover {
  337. border-color:rgba({RGBcolor:Accent 2},0.5);
  338. color:{color:Accent 2};
  339. }
  340. article hr {
  341. border:none;
  342. width:75%;
  343. margin:15px auto;
  344. height:1px;
  345. background:rgba({RGBcolor:Accent},0.5);
  346. }
  347. .quote h2 {
  348. background:none;
  349. text-align:left;
  350. }
  351. .quote.short h2 {
  352. font-size:2em;
  353. line-height:120%;
  354. }
  355. .quote.medium h2 {
  356. font-size:1.5em;
  357. line-height:120%;
  358. }
  359. .quote.long h2 {
  360. font-size:1em;
  361. }
  362. .quote cite {
  363. text-align:right;
  364. display:block;
  365. }
  366. .chat ul {
  367. padding:0;
  368. }
  369. .chat li:before {
  370. display:none;
  371. }
  372. .chat b {
  373. color:{color:Accent 2};
  374. }
  375. img.album-art {
  376. width:80px;
  377. height:80px;
  378. position:absolute;
  379. }
  380. .audio-info {
  381. display:inline-block;
  382. margin-left:90px;
  383. min-height:80px;
  384. }
  385. .tumblr_audio_player {
  386. opacity:0.9;
  387. width:30px;
  388. height:30px;
  389. border-radius:50%;
  390. position:absolute;
  391. top:55px;
  392. left:55px;
  393. }
  394. .answer h2 {
  395. text-transform:lowercase;
  396. }
  397. .answer h2 a, .link h2 a {
  398. color: #000;
  399. border-bottom:none;
  400. }
  401. .answer h2 a:hover, .link h2 a:hover {
  402. color:{color:Accent 2};
  403. }
  404. .link h2 {
  405. text-align:left;
  406. }
  407. .link h2 svg {
  408. width: 13px;
  409. height: auto;
  410. margin-top:1px;
  411. float:right;
  412. }
  413. .response {
  414. position: relative;
  415. margin-top: 31px;
  416. }
  417. .response:before {
  418. content: '';
  419. width:75%;
  420. height:1px;
  421. background:rgba({RGBcolor:Accent},0.5);
  422. left: 12.5%;
  423. top: -15px;
  424. position: absolute;
  425. }
  426. .response:empty {
  427. display:none;
  428. }
  429. .other_perma {
  430. text-align:right;
  431. color:{color:Accent 2};
  432. padding-top:15px;
  433. font-family: 'Roboto Condensed', sans-serif;
  434. }
  435. .other_perma a {
  436. color:{color:Accent 2};
  437. border-bottom:0;
  438. -webkit-transition: all 0.3s ease-in-out;
  439. -moz-transition: all 0.3s ease-in-out;
  440. -o-transition: all 0.3s ease-in-out;
  441. transition: all 0.3s ease-in-out;
  442. }
  443.  
  444. .other_perma a:hover{
  445. color:{color:accent};
  446. -webkit-transition: all 0.3s ease-in-out;
  447. -moz-transition: all 0.3s ease-in-out;
  448. -o-transition: all 0.3s ease-in-out;
  449. transition: all 0.3s ease-in-out;
  450. }
  451. .mask {
  452. position:absolute;
  453. top:0;
  454. left:0;
  455. width:100%;
  456. height:calc(100% + 1px);
  457. opacity:0;
  458. visibility:hidden;
  459. z-index:999;
  460. -webkit-transform:scale(0.5);
  461. -moz-transform:scale(0.5);
  462. -ms-transform:scale(0.5);
  463. -o-transform:scale(0.5);
  464. transform:scale(0.5);
  465. -webkit-transition: all 0.3s ease-in-out;
  466. -moz-transition: all 0.3s ease-in-out;
  467. -o-transition: all 0.3s ease-in-out;
  468. transition: all 0.3s ease-in-out;
  469. }
  470. article:hover .mask {
  471. opacity:1;
  472. visibility:visible;
  473. -webkit-transform:scale(1);
  474. -moz-transform:scale(1);
  475. -ms-transform:scale(1);
  476. -o-transform:scale(1);
  477. transform:scale(1);
  478. -webkit-transition: all 0.3s ease-in-out;
  479. -moz-transition: all 0.3s ease-in-out;
  480. -o-transition: all 0.3s ease-in-out;
  481. transition: all 0.3s ease-in-out;
  482. }
  483. .mask .more {
  484. width:180px;
  485. text-align:center;
  486. font-family:'Roboto Condensed', sans-serif;
  487. text-transform:uppercase;
  488. position:relative;
  489. line-height:200%;
  490. left:calc(50% - 90px);
  491. top:50%;
  492. -webkit-transform: translate(0%, -50%);
  493. -moz-transform: translate(0%, -50%);
  494. -ms-transform: translate(0%, -50%);
  495. -o-transform: translate(0%, -50%);
  496. transform: translate(0%, -50%);
  497. }
  498. .mask a {
  499. display:inline-block;
  500. padding:3px 6px;
  501. margin:5px 20px;
  502. background:{color:Accent};
  503. color:#fff;
  504. width:auto;
  505. }
  506. #show-notes {
  507. color: #9f9f9f;
  508. border-bottom: 1px solid #eee;
  509. font-weight: bold;
  510. text-transform: uppercase;
  511. cursor: pointer;
  512. font-size: 0.85em;
  513. margin: 0 auto;
  514. text-align: center;
  515. width: 66px;
  516. -webkit-transition: all 0.2s ease-in-out;
  517. -moz-transition: all 0.2s ease-in-out;
  518. -o-transition: all 0.2s ease-in-out;
  519. transition: all 0.2s ease-in-out;
  520. margin-top:10px;
  521. }
  522. #show-notes:hover {
  523. color:{color:Accent 2};
  524. border-color:rgba({RGBcolor:Accent 2},0.5);
  525. -webkit-transition: all 0.2s ease-in-out;
  526. -moz-transition: all 0.2s ease-in-out;
  527. -o-transition: all 0.2s ease-in-out;
  528. transition: all 0.2s ease-in-out;
  529. }
  530. #notes {
  531. display:none;
  532. }
  533. ol.notes {
  534. padding:0;
  535. margin: 0;
  536. list-style-type: none;
  537. }
  538. ol.notes li.note {
  539. padding: 3px 0;
  540. margin-bottom:3px;
  541. }
  542. ol.notes li.note img.avatar {
  543. float:right;
  544. border-radius:50%;
  545. }
  546. ol.notes li.note blockquote a {
  547. text-decoration: none;
  548. }
  549. li.more_notes_link_container {
  550. font-weight: bold;
  551. text-transform: uppercase;
  552. font-size: 0.85em;
  553. }
  554. .extra-info {
  555. position: fixed;
  556. left: 640px;
  557. top: 120px;
  558. width: 158px;
  559. margin-left: 20px;
  560. line-height: 200%;
  561. }
  562. .extra-info svg {
  563. width: 15px;
  564. height: auto;
  565. vertical-align: text-bottom;
  566. margin-right:5px;
  567. }
  568. {block:PermalinkPage}
  569. #posts {
  570. width: 540px;
  571. border: 1px solid {color:Accent};
  572. }
  573. article {
  574. padding: 20px;
  575. background:rgba(255,255,255,0.8);
  576. margin-bottom:0;
  577. }
  578. article img {
  579. -webkit-filter:grayscale(0%);
  580. }
  581. article .tb {
  582. border:none;
  583. padding:10px 0;
  584. background:rgba(255,255,255,0);
  585. }
  586. article .tb:first-of-type {
  587. padding-top: 0;
  588. }
  589. article .tb:last-of-type {
  590. padding-bottom: 0;
  591. }
  592. article .photo .tb:first-of-type {
  593. padding-top:10px;
  594. }
  595. {/block:PermalinkPage}
  596. </style>
  597. </head>
  598. <body>
  599. <div id="container">
  600. <div id="sidebar">
  601. {block:IfSidebarImage}<img src="{image:Sidebar}" id="avatar">{/block:IfSidebarImage}
  602. {block:Description}<div id="desc">{Description}</div>{/block:Description}
  603. </div>
  604. </div>
  605. <ul id="navlinks">
  606. <a href="/"><li>{Title}</li></a>
  607. {block:AskEnabled}<a href="{text:Ask Link}"><li>message</li></a>{/block:AskEnabled}
  608. {block:IfSubmitLink}{block:SubmissionsEnabled}<a href="/submit" ><li>submit</li></a>{/block:SubmissionsEnabled}{/block:IfSubmitLink}
  609. {block:HasPages}{block:Pages}<a href="{URL}"><li>{Label}</li></a>{/block:Pages}{/block:HasPages}
  610. <a href="/archive"><li>past</li></a>
  611. {block:IfCreditLink}<a href="//redivide.tumblr.com" target="_blank"><li>theme</li></a>{/block:IfCreditLink}
  612. </ul>
  613. <div id="wrapper">
  614. <div id="posts">{block:Posts}
  615. <article>
  616. {block:Text}<div class="text tb">
  617. {block:Title}<h2>{Title}</h2>{/block:Title}
  618. {Body}
  619. {block:IndexPage}
  620. <div class="other_perma">
  621. <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>
  622. </div>
  623. {/block:IndexPage}
  624. </div>{/block:Text}{block:Photo}<div class="photo">
  625. {block:IndexPage}<div class="mask">
  626. <div class="more">
  627. <a href="{ReblogUrl}" target="_blank">reblog</a>
  628. <a href="{Permalink}" target="_blank">{NoteCountWithLabel}</a>
  629. </div>
  630. </div>
  631. <img src="{PhotoURL-400}" alt="{PhotoALt}">{/block:IndexPage}
  632. {block:PermalinkPage}
  633. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />
  634. {block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  635. </div>{/block:Photo}{block:Photoset}<div class="photo">
  636. {block:IndexPage}<div class="mask">
  637. <div class="more">
  638. <a href="{ReblogUrl}" target="_blank">reblog</a>
  639. <a href="{Permalink}" target="_blank">{NoteCountWithLabel}</a>
  640. </div>
  641. </div>{/block:IndexPage}
  642. <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>
  643. {block:PermalinkPage}{block:Caption}<div class="tb">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  644. </div>{/block:Photoset}{block:Quote}<div class="quote tb {Length}">
  645. <h2>"{Quote}"</h2>
  646. {block:Source}<cite>&mdash; {Source}</cite>{/block:Source}
  647. {block:IndexPage}
  648. <div class="other_perma">
  649. <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>
  650. </div>
  651. {/block:IndexPage}
  652. </div>{/block:Quote}{block:Chat}<div class="chat tb">
  653. {block:Title}<h2>{Title}</h2>{/block:Title}
  654. <ul>
  655. {block:Lines}<li>{block:Label}<b>{Label}</b>{/block:Label} {Line}</li>{/block:Lines}
  656. </ul>
  657. {block:IndexPage}
  658. <div class="other_perma">
  659. <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>
  660. </div>
  661. {/block:IndexPage}
  662. </div>{/block:Chat}{block:Link}<div class="link tb">
  663. <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>
  664. {block:Description}{Description}{/block:Description}
  665. {block:IndexPage}
  666. <div class="other_perma">
  667. <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>
  668. </div>
  669. {/block:IndexPage}
  670. </div>{/block:Link}{block:Audio}<div class="audio tb">
  671. <img class="album-art" src="//static.tumblr.com/yxfeliq/C5Xnysfnk/cd.jpg" {block:AlbumArt}style="display:none;"{/block:AlbumArt}>
  672. {block:AlbumArt}<img src="{AlbumArtURL}" class="album-art">{/block:ALbumArt}
  673. <div class="audio-info">
  674. Artist: <span {block:Artist}style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br>
  675. Title: <span {block:TrackName}style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br>
  676. Album: <span {block:Album}style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br>
  677. Plays: {FormattedPlayCount}
  678. </div>
  679. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  680. {block:IndexPage}
  681. <div class="other_perma">
  682. <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>
  683. </div>
  684. {/block:IndexPage}
  685. </div>{/block:Audio}{block:Video}<div class="vid">
  686. <div class="video">{Video-500}</div>
  687. {block:IndexPage}
  688. <div class="other_perma">
  689. <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>
  690. </div>
  691. {/block:IndexPage}
  692. </div>{/block:Video}{block:Answer}<div class="answer tb">
  693. <h2>{Asker} asked:</h2>
  694. <div class="question">{Question}</div>
  695. {block:Answerer}
  696. <hr>
  697. <h2>{Answerer} replied:</h2>
  698. <div class="question">{Answer}</div>
  699. {/block:Answerer}
  700. <div class="response">{Replies}</div>
  701. {block:IndexPage}
  702. <div class="other_perma">
  703. <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>
  704. </div>
  705. {/block:IndexPage}
  706. </div>{/block:Answer}
  707.  
  708. {block:PermalinkPage}
  709. {block:PostNotes}
  710. <div id="show-notes">show notes</div>
  711. <div id="notes" class="tb">
  712. {PostNotes-16}
  713. </div>
  714. {/block:PostNotes}
  715. <div class="extra-info">
  716. {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
  717. 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}
  718. {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}
  719. {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}
  720. {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}
  721. {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}
  722. </div>
  723. {/block:PermalinkPage}
  724.  
  725. </article>
  726. {/block:Posts}</div>
  727. </div>
  728. {block:Pagination}
  729. <div class="pagination" style="visibility:hidden;">
  730. {block:NextPage}<a href="{NextPage}" id="next-link"><i class="fa fa-angle-right"></i></a>{/block:NextPage}
  731. </div>
  732. {/block:Pagination}
  733. <script src="//static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  734. <script src="//static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  735. <script src="//static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  736. <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  737. <script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  738. <script>
  739. $(function(){
  740. {block:PermalinkPage}
  741. $('#show-notes').click(function(e){
  742. e.preventDefault();
  743. $('#notes').slideToggle('slow');
  744. $(this).text( $(this).text() == "show notes" ? "hide notes" : "show notes");
  745. });
  746. {/block:PermalinkPage}
  747. $('.photo-slideshow').pxuPhotoset({
  748. lightbox: true,
  749. rounded: false,
  750. gutter: '0px',
  751. photoset: '.photo-slideshow',
  752. photoWrap: '.photo-data',
  753. photo: '.pxu-photo'
  754. });
  755. });
  756. {block:IndexPage}
  757. (function () {
  758. var $tumblelog = $('#posts');
  759. $tumblelog.imagesLoaded(function () {
  760. $tumblelog.masonry({
  761. itemSelector: 'article',
  762. isAnimated:false,
  763. {block:IfNot2Columns}columnWidth:250,
  764. gutterWidth:50,{/block:IfNot2Columns}
  765. {block:If2Columns}columnWidth:300,
  766. gutterWidth:100,{/block:If2Columns}
  767. });
  768. });
  769. $tumblelog.infinitescroll({
  770. navSelector : "div.pagination",
  771. nextSelector : ".pagination a#next-link",
  772. itemSelector : "article",
  773. loading: {
  774. finishedMsg: "<p>You've reached the end of the Earth.</p>",
  775. img : "https://res1.nabtrade.com.au/Content/Images/ajax_loader.gif",
  776. msg: null,
  777. msgText: "",
  778. },
  779. },
  780.  
  781. function( newElements ) {
  782. var $newElems = $( newElements );
  783. $newElems.find('.photo-slideshow').pxuPhotoset({
  784. lightbox: true,
  785. rounded: false,
  786. gutter: '0px',
  787. photoset: '.photo-slideshow',
  788. photoWrap: '.photo-data',
  789. photo: '.pxu-photo'
  790. },
  791. function(){
  792. $tumblelog.masonry({
  793. itemSelector: 'article',
  794. {block:IfNot2Columns}columnWidth:250,
  795. gutterWidth:50,{/block:IfNot2Columns}
  796. {block:If2Columns}columnWidth:300,
  797. gutterWidth:100,{/block:If2Columns}
  798. });
  799. });
  800. var $newElems = $(newElements).css({
  801. opacity: 0,
  802. zIndex: -1,
  803. });
  804. $newElems.imagesLoaded(function(){
  805. $newElems.animate({ opacity: 1, zIndex: 1 });
  806. $tumblelog.masonry( 'appended', $newElems );
  807. });
  808. });
  809. })();
  810. {/block:IndexPage}
  811. </script>
  812. <link href="//static.tumblr.com/wupwnyt/1iho27ad1/gkthm.css" rel="stylesheet" type="text/css">
  813. <div style="display:none;"><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5333825";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+"'></span>");</script></div>
  814. </body>
  815. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement