Advertisement
themekid

im alive theme

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