Advertisement
themekid

bad habit theme

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