Advertisement
themekid

river lea theme

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