Advertisement
kthms

jasmine theme

Feb 4th, 2016
14,321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <!--
  5.  
  6.  
  7.  
  8.  
  9.  
  10. jasmine @ shythemes
  11.  
  12.  
  13.  
  14.  
  15.  
  16. Notes:
  17.  
  18. You must know basic HTML in order to edit the sections in the sidebar. If you don't want to use some or all of the sections, there are options to disable them.
  19.  
  20. Feel free not to use a header image, as the theme will look just as nice without one!!
  21.  
  22. If you do use a header image, it should be at least 788px wide, ideally with a height-to-width ratio of at least 1.37. However, you should note that for most screens the image will display with a height of 600px-800px. The extra height is just to prevent it from displaying weird on larger screens.
  23.  
  24. The header image will not show up on the customize page. You have to save it and then view it your blog.
  25.  
  26. The header image will only display on the index page; this is because it could become tedious scrolling past the header every time you go to a new page.
  27.  
  28. -->
  29. <title>{Title}</title>
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31. <link rel="shortcut icon" href="{Favicon}">
  32. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  33. <meta name="viewport" content="width=device-width, initial-scale=1">
  34. <meta name="image:header" content="">
  35. <meta name="color:link" content="#d4ebff">
  36. <meta name="if:show note count" content="0">
  37. <meta name="if:justify text" content="1">
  38. <meta name="if:infinite scroll" content="0">
  39. <meta name="if:updates" content="0">
  40. <meta name="if:misc" content="0">
  41. <meta name="if:events" content="0">
  42. <meta name="if:members" content="0">
  43. <meta name="if:contact" content="0">
  44. <meta name="if:search" content="0">
  45. <meta name="text:home link" content="">
  46. <meta name="text:archive link" content="archive">
  47. <meta name="text:ask link" content="message">
  48. <meta name="text:link 1" content="">
  49. <meta name="text:link 1 url" content="">
  50. <meta name="text:link 2" content="">
  51. <meta name="text:link 2 url" content="">
  52. <meta name="text:link 3" content="">
  53. <meta name="text:link 3 url" content="">
  54. <meta name="text:link 4" content="">
  55. <meta name="text:link 4 url" content="">
  56. <meta name="text:link 5" content="">
  57. <meta name="text:link 5 url" content="">
  58. <meta name="text:link 6" content="">
  59. <meta name="text:link 6 url" content="">
  60.  
  61. <script src="//use.edgefonts.net/karla.js"></script>
  62.  
  63. <style type="text/css">
  64.  
  65. /* general */
  66.  
  67. body {
  68. margin:0;
  69. font-size:10px;
  70. font-family:'karla', 'helvetica neue', sans-serif;
  71. line-height:16px;
  72. word-break:break-word;
  73. -moz-osx-font-smoothing:grayscale;
  74. -webkit-font-smoothing:antialiased;
  75. font-smoothing:antialiased;
  76. color:rgb(100,100,100);
  77. background-color:rgb(247,247,247);
  78. {block:ifJustifyText}text-align:justify;{/block:ifJustifyText}
  79. }
  80. a {
  81. color:inherit;
  82. text-decoration:none;
  83. -webkit-transition:all .4s ease-out;
  84. transition:all .4s ease-out;
  85. }
  86. a:hover {
  87. color:rgb(100,100,100)!important;
  88. }
  89. small, sub {
  90. font-size:inherit;
  91. vertical-align:baseline;
  92. }
  93. blockquote, ol, ul, p, pre {
  94. margin:0 0 9px;
  95. }
  96. .text figure, .text img {
  97. padding:3px 0;
  98. margin:0 0 9px;
  99. }
  100. h1, h2, h3, h4, h5, h6 {
  101. margin:0;
  102. font-size:inherit;
  103. font-weight:inherit;
  104. }
  105. ol, ul {
  106. list-style:none;
  107. padding:0;
  108. }
  109. pre {
  110. white-space:normal;
  111. }
  112. img {
  113. border:0;
  114. max-width:100%;
  115. height:auto;
  116. display:block;
  117. }
  118. hr {
  119. border:0;
  120. -moz-box-sizing:border-box;
  121. box-sizing:border-box;
  122. }
  123. ::-webkit-scrollbar {
  124. width:17px;
  125. height:17px;
  126. }
  127. ::-webkit-scrollbar {
  128. background-color:rgb(255,255,255);
  129. }
  130. ::-webkit-scrollbar-track {
  131. border:8px solid rgb(255,255,255);
  132. background-color:rgb(230,230,230);
  133. }
  134. ::-webkit-scrollbar-thumb {
  135. border:8px solid rgb(255,255,255);
  136. background-color:rgb(144,144,144);
  137. min-height:24px;
  138. min-width:24px;
  139. }
  140.  
  141. /* accents */
  142.  
  143. .title {
  144. color:rgb(75,75,75);
  145. }
  146. h1.title {
  147. font-size:14px;
  148. margin-bottom:9px;
  149. }
  150. .accent {
  151. color:rgb(160,160,160);
  152. }
  153. .text a {
  154. color:rgb(160,160,160);
  155. border-bottom:1px solid {color:link};
  156. }
  157. blockquote:after,
  158. blockquote > p:first-child > .tumblr_blog:first-child:before {
  159. content:'';
  160. display:block;
  161. }
  162. hr,
  163. blockquote:after,
  164. blockquote > p:first-child > .tumblr_blog:first-child:before {
  165. margin:11px 0 12px;
  166. width:25px;
  167. height:1px;
  168. background-color:rgb(230,230,230);
  169. }
  170. blockquote:last-child:after,
  171. .source .tumblr_blog:before {
  172. display:none;
  173. }
  174. hr {
  175. margin:13px 0 14px;
  176. width:25px;
  177. height:1px;
  178. background-color:rgb(230,230,230);
  179. }
  180. ol, ul {
  181. padding:0;
  182. list-style-type:none;
  183. }
  184. ol li,
  185. ul li {
  186. position:relative;
  187. padding-left:24px;
  188. }
  189. ol li:before,
  190. ul li:before {
  191. content:'∗';
  192. position:absolute;
  193. display:block;
  194. left:0;
  195. top:-1px;
  196. font-size:16px;
  197. color:rgb(190,190,190);
  198. }
  199. .chat li,
  200. .notes li {
  201. padding-left:0;
  202. }
  203. .chat li:before,
  204. .notes li:before {
  205. display:none;
  206. }
  207. svg {
  208. width:10px;
  209. height:auto;
  210. opacity:.75;
  211. overflow:visible;
  212. }
  213. svg path {
  214. fill:rgb(160,160,160);
  215. -webkit-transition:fill .6s ease-out;
  216. transition:fill .6s ease-out;
  217. }
  218.  
  219. /* container */
  220.  
  221. {block:ifHeaderImage}
  222. header {
  223. height:100vh;
  224. background-image:url({image:header});
  225. background-position:left top;
  226. background-repeat: no-repeat;
  227. background-size:788px auto;
  228. }
  229. {/block:ifHeaderImage}
  230. .content {
  231. margin:100px;
  232. width:588px;
  233. }
  234.  
  235. /* sidebar */
  236.  
  237. aside {
  238. position:fixed;
  239. left:788px;
  240. right:0;
  241. top:0;
  242. bottom:0;
  243. padding:124px 48px 124px 107px;
  244. min-width:200px;
  245. background-color:rgb(255,255,255);
  246. }
  247. aside .title {
  248. margin-bottom:24px;
  249. }
  250. aside section {
  251. position:absolute;
  252. left:107px;
  253. right:48px;
  254. max-width:270px;
  255. display:none;
  256. }
  257. aside section.about-content {
  258. display:block;
  259. }
  260. aside section a,
  261. aside section h1,
  262. aside .search {
  263. color:rgb(160,160,160);
  264. }
  265. aside section .left {
  266. width:33%;
  267. display:inline-block;
  268. vertical-align:top;
  269. color:rgb(160,160,160);
  270. }
  271. aside section .right {
  272. width:66%;
  273. display:inline-block;
  274. font-style:normal;
  275. vertical-align:top;
  276. }
  277. aside section h1 {
  278. font-style:italic;
  279. font-size:inherit;
  280. margin-bottom:9px;
  281. }
  282. aside .contact-content iframe {
  283. margin:-20px -12.5% 0;
  284. -webkit-transform:scale(.8,.8);
  285. transform:scale(.8,.8);
  286. }
  287. aside .search .query {
  288. border:0;
  289. outline:0;
  290. padding:0;
  291. font-family:inherit;
  292. font-size:inherit;
  293. color:inherit;
  294. background-color:transparent;
  295. }
  296. ::-webkit-input-placeholder {color: inherit;}
  297. :-moz-placeholder {color: inherit; opacity:1;}
  298. ::-moz-placeholder {color: inherit; opacity:1;}
  299. :-ms-input-placeholder {color: inherit;}
  300. input:focus::-webkit-input-placeholder {color: transparent;}
  301. input:focus:-moz-placeholder {color: transparent;}
  302. input:focus::-moz-placeholder {color: transparent;}
  303. input:focus:-ms-input-placeholder { color: transparent;}
  304.  
  305. /* navigation */
  306.  
  307. aside nav {
  308. position:absolute;
  309. left:0;
  310. top:0;
  311. bottom:0;
  312. padding:124px 24px;
  313. border-right:1px solid rgb(237,237,237);
  314. }
  315. aside nav li {
  316. display:block;
  317. max-height:10px;
  318. overflow:visible;
  319. margin-bottom:24px;
  320. }
  321. aside nav li a.active svg path {
  322. fill:rgb(75,75,75);
  323. }
  324. aside #updates svg {
  325. width:14px;
  326. margin:-2px;
  327. }
  328.  
  329. /* entries */
  330.  
  331. .entry {
  332. position:relative;
  333. overflow:hidden;
  334. margin:0 0 100px;
  335. background-color:rgb(255,255,255);
  336. }
  337. .ph .media {
  338. width:540px;
  339. padding:24px;
  340. border-bottom:1px solid rgb(237,237,237);
  341. }
  342. .body,
  343. .info {
  344. float:left;
  345. -moz-box-sizing:border-box;
  346. box-sizing:border-box;
  347. padding:24px;
  348. }
  349. .body {
  350. width:588px;
  351. }
  352. .body.w {
  353. width:425px;
  354. margin-left:-1px;
  355. border-left:1px solid rgb(237,237,237);
  356. }
  357. .info {
  358. width:164px;
  359. border-right:1px solid rgb(237,237,237);
  360. }
  361. .tags {
  362. position:relative;
  363. padding-left:24px;
  364. }
  365. .tags .comma {
  366. margin:0 2px;
  367. opacity:0;
  368. }
  369. .tags .comma:last-child {
  370. display:none;
  371. }
  372.  
  373. /* buttons */
  374.  
  375. .ctrl {
  376. float:right;
  377. padding-top:2px;
  378. }
  379. .ctrl a {
  380. height:10px;
  381. position:relative;
  382. overflow:hidden;
  383. display:inline-block;
  384. }
  385. .ctrl a:last-child {
  386. margin:0 0 0 9px;
  387. }
  388. .ctrl .rb svg {
  389. width:9px;
  390. padding:1px;
  391. }
  392. .ctrl .lb .liked + svg path {
  393. fill:#ec5a5a;
  394. }
  395. .ctrl .like_button iframe {
  396. position:absolute;
  397. top:0;
  398. left:0;
  399. bottom:0;
  400. right:0;
  401. z-index:1;
  402. opacity:0;
  403. }
  404. .tags svg {
  405. width:11px;
  406. position:absolute;
  407. left:0;
  408. top:3px;
  409. }
  410.  
  411. /* post types */
  412.  
  413. .text {
  414. margin-bottom:9px;
  415. }
  416. .text *:first-child {
  417. margin-top:0;
  418. padding-top:0;
  419. }
  420. .text:last-of-type,
  421. .text *:last-child {
  422. margin-bottom:0;
  423. }
  424. .media > a,
  425. .media > img,
  426. .media .photo-slideshow,
  427. .media .video {
  428. display:block!important;
  429. width:540px;
  430. max-width:540px;
  431. margin:0;
  432. }
  433. .media .photo-slideshow .row:last-of-type .photo-data.count-1 {
  434. margin-bottom:0!important;
  435. }
  436. .media .video iframe {
  437. display:block;
  438. }
  439. .question {
  440. margin:-24px -24px 20px;
  441. padding:24px;
  442. border-bottom:1px solid rgb(236,236,236);
  443. }
  444. .question .sender {
  445. margin-bottom:9px;
  446. }
  447.  
  448.  
  449. /* audio posts */
  450.  
  451. .audiowrap {
  452. position:relative;
  453. height:60px;
  454. overflow:hidden;
  455. }
  456. .audio {
  457. position:absolute;
  458. display:inline-block;
  459. left:0;
  460. top:0;
  461. right:0;
  462. bottom:0;
  463. text-align:right;
  464. line-height:60px;
  465. }
  466. .audio .player {
  467. width:27px;
  468. height:27px;
  469. left:16px;
  470. top:16px;
  471. opacity:.4;
  472. line-height:0;
  473. overflow:hidden;
  474. position:absolute;
  475. }
  476. .audio .track {
  477. overflow:hidden;
  478. line-height:15px;
  479. margin-left:60px;
  480. width: calc(100% - 60px);
  481. display:inline-block;
  482. vertical-align:middle;
  483. }
  484. .audio .track span {
  485. display:block;
  486. max-height:15px;
  487. white-space:nowrap;
  488. overflow:hidden;
  489. text-overflow:ellipsis;
  490. margin-right:15px;
  491. }
  492.  
  493. /* pagination */
  494.  
  495. .pagination {
  496. position:fixed;
  497. padding:24px;
  498. bottom:100px;
  499. left:788px;
  500. }
  501. .pagination a {
  502. display:block;
  503. max-height:10px;
  504. overflow:visible;
  505. margin-bottom:24px;
  506. }
  507. .pagination a svg {
  508. width:8px;
  509. padding:3px;
  510. }
  511. .pagination a.next svg path {
  512. fill:rgb(75,75,75);
  513. }
  514.  
  515. /* notes */
  516.  
  517. .notes {
  518. padding:0;
  519. }
  520. .notes li {
  521. display:block;
  522. }
  523. .notes img {
  524. display:none;
  525. }
  526. .notes .more_notes_link_container {
  527. text-align:inherit!important;
  528. }
  529. .rf {
  530. margin:9px 0 0;
  531. }
  532.  
  533. /* etc */
  534.  
  535. .ic {
  536. position:fixed;
  537. top:15px;
  538. right:16px;
  539. }
  540. #tumblr_controls,
  541. .tmblr-iframe {
  542. position:fixed!important;
  543. top:0!important;
  544. right:0!important;
  545. max-width:calc(100%-788px);
  546. opacity:0!important;
  547. -webkit-filter:invert(100%);
  548. -webkit-backface-visibility:hidden;
  549. padding:10px 40px 10px 10px;
  550. -webkit-transition:opacity .3s ease-out;
  551. transition:opacity .3s ease-out;
  552. }
  553. #tumblr_controls:hover, .tmblr-iframe:hover {
  554. opacity:.5!important;
  555. }
  556. #tumblr_lightbox, .tmblr-lightbox {
  557. background-color:rgba(255,255,255,.98)!important;
  558. }
  559. #vignette, .vignette {
  560. opacity:0;
  561. }
  562. #tumblr_lightbox img, .lightbox-image {
  563. box-shadow:none!important;
  564. border-radius:0!important;
  565. -moz-box-sizing:border-box;
  566. box-sizing:border-box;
  567. max-width:none;
  568. }
  569. #tumblr_lightbox_caption, .lightbox-caption {
  570. visibility:hidden;
  571. }
  572. #theme {
  573. position:fixed;
  574. display:block;
  575. bottom:10px;
  576. right:10px;
  577. z-index:999;
  578. padding:5px;
  579. line-height:1em;
  580. background-color:rgb(255,255,255);
  581. }
  582. {block:ifInfiniteScroll}
  583. .pagination,
  584. #infscr-loading {
  585. display:none!important;
  586. }
  587. {/block:ifInfiniteScroll}
  588. </style>
  589. <link href="//static.tumblr.com/wupwnyt/1iho27ad1/gkthm.css" rel="stylesheet" type="text/css">
  590. <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
  591. </head>
  592. <body>
  593. <div class="main">
  594. <header></header>
  595. <aside>
  596. <h1 class="title"><a href="/">{Title}</a></h1>
  597.  
  598. <section class="about-content">
  599.  
  600.  
  601. <!-- about -->
  602.  
  603. <p>{Description}</p>
  604.  
  605.  
  606.  
  607. </section>
  608.  
  609. <section class="links-content">
  610.  
  611.  
  612.  
  613. <!-- links -->
  614.  
  615. {block:ifHomeLink}<p><a href="/">{text:home link}</a></p>{/block:ifHomeLink}
  616. {block:ifArchiveLink}<p><a href="/archive">{text:archive link}</a></p>{/block:ifArchiveLink}
  617. {block:ifAskLink}<p><a href="/ask">{text:ask link}</a></p>{/block:ifAskLink}
  618. {block:HasPages}{block:Pages}<p><a href="{URL}">{Label}</a></p> {/block:Pages}{/block:HasPages}
  619. {block:ifLink1}<p><a href="{text:link 1 url}">{text:link 1}</a></p>{/block:ifLink1}
  620. {block:ifLink2}<p><a href="{text:link 2 url}">{text:link 2}</a></p>{/block:ifLink2}
  621. {block:ifLink3}<p><a href="{text:link 3 url}">{text:link 3}</a></p>{/block:ifLink3}
  622. {block:ifLink4}<p><a href="{text:link 4 url}">{text:link 4}</a></p>{/block:ifLink4}
  623. {block:ifLink5}<p><a href="{text:link 5 url}">{text:link 5}</a></p>{/block:ifLink5}
  624. {block:ifLink6}<p><a href="{text:link 6 url}">{text:link 6}</a></p>{/block:ifLink6}
  625.  
  626.  
  627.  
  628. </section>
  629.  
  630. <section class="updates-content">
  631.  
  632.  
  633.  
  634. <!-- updates -->
  635.  
  636. <p>
  637. <i class="left">Date</i>
  638. <i class="right">Description</i>
  639. </p>
  640. <p>
  641. <i class="left">Date</i>
  642. <i class="right">Description</i>
  643. </p>
  644. <p>
  645. <i class="left">Date</i>
  646. <i class="right">Description</i>
  647. </p>
  648. <p>
  649. <i class="left">Date</i>
  650. <i class="right">Description</i>
  651. </p>
  652.  
  653.  
  654.  
  655. </section>
  656.  
  657. <section class="misc-content">
  658.  
  659.  
  660.  
  661. <!-- misc. -->
  662.  
  663. <h1>Section title</h1>
  664. <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</p>
  665.  
  666.  
  667.  
  668. </section>
  669.  
  670. <section class="events-content">
  671.  
  672.  
  673.  
  674. <!-- events -->
  675. <p>
  676. <i class="left">Date</i>
  677. <i class="right">Description</i>
  678. </p>
  679. <p>
  680. <i class="left">Date</i>
  681. <i class="right">Description</i>
  682. </p>
  683. <p>
  684. <i class="left">Date</i>
  685. <i class="right">Description</i>
  686. </p>
  687. <p>
  688. <i class="left">Date</i>
  689. <i class="right">Description</i>
  690. </p>
  691.  
  692.  
  693.  
  694. </section>
  695.  
  696. <section class="contact-content">
  697.  
  698.  
  699.  
  700. <!-- ask -->
  701.  
  702. <h1>Message</h1>
  703. <iframe frameborder="0" scrolling="no" width="125%" height="190" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" style="overflow: hidden; height: 233px; background-color: transparent;" id="ask_form"></iframe>
  704.  
  705.  
  706.  
  707. </section>
  708.  
  709. <section class="members-content">
  710.  
  711.  
  712.  
  713. <!-- members -->
  714.  
  715. <p>
  716. <i class="left">Name</i>
  717. <i class="right">Description</i>
  718. </p>
  719. <p>
  720. <i class="left">Name</i>
  721. <i class="right">Description</i>
  722. </p>
  723. <p>
  724. <i class="left">Name</i>
  725. <i class="right">Description</i>
  726. </p>
  727. <p>
  728. <i class="left">Name</i>
  729. <i class="right">Description</i>
  730. </p>
  731.  
  732.  
  733.  
  734. </section>
  735.  
  736. <section class="search-content">
  737.  
  738.  
  739.  
  740. <!-- search -->
  741.  
  742. <form class="search" action="javascript:return false">
  743. <input type="text" class="query" placeholder="Search tags...">
  744. </form>
  745.  
  746.  
  747.  
  748. </section>
  749.  
  750. <nav>
  751. <li><a href="#" id="about" class="active">
  752. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442 442" style="enable-background:new 0 0 442 442;" xml:space="preserve"><g><g><path d="M221,155.833c9.35,0,17-7.65,17-17v-17c0-9.35-7.65-17-17-17c-9.35,0-17,7.65-17,17v17 C204,148.183,211.65,155.833,221,155.833z"/><path d="M187,223.833h17v96.333c0,9.35,7.65,17,17,17c9.35,0,17-7.65,17-17V206.833c0-9.35-7.65-17-17-17h-34 c-9.35,0-17,7.65-17,17S177.65,223.833,187,223.833z"/><path d="M442,17c0-9.35-7.65-17-17-17H17C7.65,0,0,7.65,0,17v408c0,9.35,7.65,17,17,17h408c9.35,0,17-7.65,17-17V17z M408,408H34 V34h374V408z"/></g></g></svg>
  753. </a></li>
  754. <li><a href="#" id="links">
  755. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 396.667 396.667" style="enable-background:new 0 0 396.667 396.667;" xml:space="preserve"><g><g><path d="M17,87.833h362.667c9.35,0,17-7.65,17-17s-7.65-17-17-17H17c-9.35,0-17,7.65-17,17C0,80.183,7.65,87.833,17,87.833z"/><path d="M17,215.333h362.667c9.35,0,17-7.65,17-17s-7.65-17-17-17H17c-9.35,0-17,7.65-17,17S7.65,215.333,17,215.333z"/><path d="M17,342.833h362.667c9.35,0,17-7.65,17-17s-7.65-17-17-17H17c-9.35,0-17,7.65-17,17S7.65,342.833,17,342.833z"/></g></g></svg>
  756. </a></li>
  757. {block:ifUpdates}
  758. <li><a href="#" id="updates">
  759. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M163.8,36.4c-1-2.1-3.1-3.4-5.4-3.4H80.7c-2.5,0-4.7,1.5-5.6,3.9l-33.7,88c-0.7,1.8-0.5,3.9,0.7,5.5c1.1,1.6,3,2.6,4.9,2.6 h37.8l-1.7,53.7c-0.1,2.6,1.5,4.9,3.9,5.8c0.7,0.3,1.4,0.4,2.1,0.4c1.8,0,3.5-0.8,4.6-2.2l81.9-98.9c1.5-1.8,1.8-4.3,0.8-6.4 s-3.1-3.4-5.4-3.4h-38.7l30.8-39.3C164.5,40.9,164.8,38.4,163.8,36.4z M115.3,84.3c-1.4,1.8-1.7,4.3-0.7,6.3c1,2.1,3.1,3.4,5.4,3.4 h38.3l-62.6,75.6l1.3-42.4c0.1-1.6-0.6-3.2-1.7-4.4c-1.1-1.2-2.7-1.8-4.3-1.8H55.7l29.1-76h61.3L115.3,84.3z"/></svg>
  760. </a></li>
  761. {/block:ifUpdates}
  762. {block:ifMisc}
  763. <li><a href="#" id="misc">
  764. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 491.115 491.115" style="enable-background:new 0 0 491.115 491.115;" xml:space="preserve"><g><g><path d="M475.624,177.416l-154.417-13.033l-60.067-142.8c-2.55-6.233-8.783-10.483-15.583-10.483s-13.033,3.967-15.583,10.483 l-60.067,142.8L15.491,177.416c-6.8,0.567-12.75,5.1-14.733,11.617s0,13.6,5.1,18.133l117.017,101.15L87.741,459.049 c-1.417,6.8,1.133,13.6,6.517,17.567c5.667,3.967,13.033,4.25,18.7,0.85l132.6-80.183l132.6,80.183 c2.833,1.7,5.667,2.55,8.783,2.55c3.4,0,7.083-1.133,9.917-3.117c5.667-3.967,8.217-11.05,6.517-17.567l-35.133-150.733 l117.017-101.15c5.1-4.533,7.083-11.617,5.1-18.133C488.374,182.516,482.424,177.983,475.624,177.416z M338.208,289.616 c-4.817,4.25-6.8,10.483-5.383,16.717l28.333,121.55l-106.817-64.6c-2.833-1.7-5.667-2.55-8.783-2.55 c-3.117,0-6.233,0.85-8.783,2.55l-106.817,64.6l28.333-121.55c1.417-6.233-0.567-12.467-5.383-16.717l-94.35-81.6l124.383-10.483 c6.233-0.567,11.9-4.533,14.167-10.2l48.45-115.317l48.45,115.033c2.55,5.95,7.933,9.917,14.167,10.2l124.383,10.483 L338.208,289.616z"/></g></g></svg>
  765. </a></li>
  766. {/block:ifMisc}
  767. {block:ifEvents}
  768. <li><a href="#" id="events">
  769. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 493 493" style="enable-background:new 0 0 493 493;" xml:space="preserve"><g><g><path d="M473.167,45.333h-51c-9.35,0-17,7.65-17,17s7.65,17,17,17h34V459H36.833V79.333h45.333c9.35,0,17-7.65,17-17 s-7.65-17-17-17H19.833c-9.35,0-17,7.65-17,17V476c0,9.35,7.65,17,17,17h453.333c9.35,0,17-7.65,17-17V62.333 C490.167,52.983,482.517,45.333,473.167,45.333z"/><path d="M269.167,45.333H221c-9.35,0-17,7.65-17,17s7.65,17,17,17h48.167c9.35,0,17-7.65,17-17S278.517,45.333,269.167,45.333z"/><path d="M144.5,351.333h-39.667c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17H144.5c9.35,0,17-7.65,17-17v-28.333 C161.5,358.983,153.85,351.333,144.5,351.333z"/><path d="M266.333,351.333h-42.5c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h42.5c9.35,0,17-7.65,17-17v-28.333 C283.333,358.983,275.683,351.333,266.333,351.333z"/><path d="M161.5,274.833c0-9.35-7.65-17-17-17h-39.667c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17H144.5 c9.35,0,17-7.65,17-17V274.833z"/><path d="M283.333,274.833c0-9.35-7.65-17-17-17h-42.5c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h42.5 c9.35,0,17-7.65,17-17V274.833z"/><path d="M385.333,257.833h-39.667c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h39.667c9.35,0,17-7.65,17-17v-28.333 C402.333,265.483,394.683,257.833,385.333,257.833z"/><path d="M87.833,178.5v28.333c0,9.35,7.65,17,17,17H144.5c9.35,0,17-7.65,17-17V178.5c0-9.35-7.65-17-17-17h-39.667 C95.483,161.5,87.833,169.15,87.833,178.5z"/><path d="M283.333,178.5c0-9.35-7.65-17-17-17h-42.5c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h42.5c9.35,0,17-7.65,17-17 V178.5z"/><path d="M402.333,178.5c0-9.35-7.65-17-17-17h-39.667c-9.35,0-17,7.65-17,17v28.333c0,9.35,7.65,17,17,17h39.667 c9.35,0,17-7.65,17-17V178.5z"/><path d="M155.833,113.333c9.35,0,17-7.65,17-17V17c0-9.35-7.65-17-17-17h-17c-9.35,0-17,7.65-17,17v79.333c0,9.35,7.65,17,17,17 H155.833z"/><path d="M351.333,0h-17c-9.35,0-17,7.65-17,17v79.333c0,9.35,7.65,17,17,17h17c9.35,0,17-7.65,17-17V17 C368.333,7.65,360.683,0,351.333,0z"/></g></g></svg>
  770. </a></li>
  771. {/block:ifEvents}
  772. {block:ifMembers}
  773. <li><a href="#" id="members">
  774. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 419.617 419.617" style="enable-background:new 0 0 419.617 419.617;" xml:space="preserve"><g><g><path d="M48.592,402.617c0,9.35,7.65,17,17,17h288.433c9.35,0,17-7.65,17-17c0-94.067-42.5-174.817-102.283-207.117 c28.9-18.983,47.883-51.85,47.883-88.967C316.625,47.883,268.742,0,210.092,0S103.275,47.6,103.275,106.533 c0,37.117,18.983,69.7,47.883,88.967C91.092,227.8,48.592,308.55,48.592,402.617z M209.808,34 c39.95,0,72.533,32.583,72.533,72.533s-32.583,72.533-72.533,72.533s-72.533-32.583-72.533-72.533S169.858,34,209.808,34z M209.808,213.917c66.3,0,120.7,75.65,126.65,171.7h-253.3C89.108,289.567,143.508,213.917,209.808,213.917z"/></g></g></svg>
  775. </a></li>
  776. {/block:ifMembers}
  777. {block:ifContact}
  778. <li><a href="#" id="contact">
  779. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 475.433 475.433" style="enable-background:new 0 0 475.433 475.433;" xml:space="preserve"><g><g><path d="M237.717,17.425C106.533,17.425,0,101.008,0,203.575c0,52.983,28.333,102.567,77.917,137.983l-17,96.617 c-1.133,6.517,1.417,13.033,6.8,16.717c2.833,2.267,6.517,3.117,9.917,3.117c2.833,0,5.667-0.567,7.933-1.983l125.517-67.433 c9.067,0.85,17.85,1.133,26.633,1.133c131.183,0,237.717-83.583,237.717-186.15S368.9,17.425,237.717,17.425z M237.717,355.442 c-9.067,0-18.7-0.567-28.333-1.417c-3.4-0.283-6.8,0.283-9.917,1.983L100.3,409.275l12.75-72.817c1.133-6.8-1.7-13.6-7.65-17.283 c-45.617-29.183-71.683-71.117-71.683-115.6c0-83.867,91.517-152.15,203.717-152.15s203.717,68.283,203.717,152.15 S349.917,355.442,237.717,355.442z"/></g></g></svg>
  780. </a></li>
  781. {/block:ifContact}
  782. {block:ifSearch}
  783. <li><a href="#" id="search">
  784. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 483.083 483.083" style="enable-background:new 0 0 483.083 483.083;" xml:space="preserve"><g><g><path d="M332.74,315.35c30.883-33.433,50.15-78.2,50.15-127.5C382.89,84.433,298.74,0,195.04,0S7.19,84.433,7.19,187.85 S91.34,375.7,195.04,375.7c42.217,0,81.033-13.883,112.483-37.4l139.683,139.683c3.4,3.4,7.65,5.1,11.9,5.1s8.783-1.7,11.9-5.1 c6.517-6.517,6.517-17.283,0-24.083L332.74,315.35z M41.19,187.85C41.19,103.133,110.04,34,195.04,34 c84.717,0,153.85,68.85,153.85,153.85S280.04,341.7,195.04,341.7S41.19,272.567,41.19,187.85z"/></g></g></svg>
  785. </a></li>
  786. {/block:ifSearch}
  787. </nav>
  788. </aside>
  789. <div class="content">
  790. {block:Posts}
  791. <article class="entry {block:Photo}ph{/block:Photo}{block:Photoset}ph{/block:Photoset}{block:Video}ph{/block:Video}{block:Audio}ph{/block:Audio}" id="{PostID}">
  792. <section class="media">
  793. {block:Audio}
  794. <div class="audiowrap">
  795. <div class="audio accent">
  796. {block:AudioPlayer}
  797. <div class="player">{AudioPlayerWhite}</div>
  798. {/block:AudioPlayer}
  799. <div class="track">{block:TrackName}<span class="title">{TrackName}</span>{/block:TrackName}{block:Artist}<span>{Artist}</span>{/block:Artist}</div>
  800. </div>
  801. </div>
  802. {/block:Audio}
  803. {block:Photo}
  804. {LinkOpenTag}
  805. <img src="{PhotoURL-HighRes}">
  806. {LinkCloseTag}
  807. {/block:Photo}
  808. {block:Photoset}
  809. <div><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></div>
  810. {/block:Photoset}
  811. {block:Video}
  812. <div class="video">{Video-500}</div>
  813. {/block:Video}
  814. </section>
  815. {block:Date}
  816. <section class="info accent">
  817. <div class="ctrl">
  818. <a href="{ReblogURL}" target="_blank" class="rb">
  819. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
  820. </a>
  821. <a href="#" class="lb">{LikeButton}
  822. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
  823. </a>
  824. </div>
  825. <a class="permalink" href="{Permalink}">
  826. {block:IndexPage}
  827. {block:ifShowNoteCount}{NoteCountWithLabel}{/block:ifShowNoteCount}
  828. {block:ifNotShowNoteCount}{Month} {DayOfMonth}{/block:ifNotShowNoteCount}
  829. {/block:IndexPage}
  830. {block:PermalinkPage}
  831. {TimeAgo}
  832. {/block:PermalinkPage}
  833. </a>
  834. </section>
  835. {/block:Date}
  836. <section class="body{block:Date} w{/block:Date}">
  837. {block:Answer}
  838. <div class="question">
  839. <div class="sender accent">{Asker}:</div>
  840. {Question}
  841. </div>
  842. <div class="answer text">{Answer}</div>
  843. {/block:Answer}
  844. {block:Chat}
  845. {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
  846. <div class="chat text">
  847. {block:Lines}
  848. <p class="line">
  849. {block:Label}
  850. <span class="label title">{Label}&nbsp;</span>
  851. {/block:Label}
  852. {Line}
  853. </p>
  854. {/block:Lines}
  855. </div>
  856. {/block:Chat}
  857. {block:Link}
  858. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  859. {block:Description}<div class="text">{Description}</div>{/block:Description}
  860. {/block:Link}
  861. {block:Quote}
  862. <h1 class="quote title">{Quote}</h1>
  863. {block:Source}
  864. <div class="source text">{Source}</div>
  865. {/block:Source}
  866. {/block:Quote}
  867. {block:Text}
  868. {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
  869. <div class="text">{Body}</div>
  870. {/block:Text}
  871. {block:Caption}
  872. <div class="caption text">{Caption}</div>
  873. {/block:Caption}
  874. {block:HasTags}
  875. <div class="tags accent">
  876. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 524.237 524.237" style="enable-background:new 0 0 524.237 524.237;" xml:space="preserve"><g><g><path d="M209.95,465.552c3.117,3.117,7.367,4.533,11.9,4.533h0.283c4.533,0,8.783-1.7,11.9-4.817l183.6-188.983 c6.517-6.8,6.517-17.283-0.283-23.8L220.15,55.569c-3.117-3.117-7.65-4.817-11.9-4.817l0,0L18.133,51.035 c-9.35,0-17,7.367-17,16.717L0,254.469c0,4.533,1.7,9.067,5.1,12.183L209.95,465.552z M35.133,84.752l166.033-0.567l180.2,180.2 l-160.083,164.9L34,247.385L35.133,84.752z"/><path d="M321.017,77.669c-6.8,6.517-6.8,17.283-0.283,24.083l162.633,165.467L311.383,444.585 c-6.517,6.8-6.233,17.567,0.283,24.083c3.4,3.117,7.65,4.817,11.9,4.817c4.533,0,8.783-1.7,12.183-5.1l183.6-189.267 c6.517-6.517,6.517-17.283,0-23.8L345.1,77.952C338.3,71.435,327.533,71.152,321.017,77.669z"/><circle cx="118.15" cy="163.235" r="6.233"/><path d="M118.15,140.002c-12.75,0-23.233,10.483-23.233,23.233s10.483,23.233,23.233,23.233s23.233-10.483,23.233-23.233 C141.1,150.485,130.9,140.002,118.15,140.002z M118.15,174.002c-5.95,0-10.767-4.817-10.767-10.767 c0-5.95,4.817-10.767,10.767-10.767c5.95,0,10.767,4.817,10.767,10.767C128.917,169.185,124.1,174.002,118.15,174.002z"/></g></g></svg>
  877. {block:Tags}<a href="{TagURL}">{Tag}</a><span class="comma"> / </span>{/block:Tags}
  878. </div>
  879. {/block:HasTags}
  880. </section>
  881. </article>
  882. {block:PostNotes}
  883. <article class="entry" id="notes">
  884. <section class="info accent">
  885. {NoteCountWithLabel}
  886. {block:RebloggedFrom}
  887. <div class="rf accent">
  888. via <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  889. {block:ContentSource}
  890. by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  891. {/block:ContentSource}
  892. </div>
  893. {/block:RebloggedFrom}
  894. </section>
  895. <section class="body w">
  896. <div>{PostNotes}</div>
  897. </section>
  898. </article>
  899. {/block:PostNotes}
  900. {/block:Posts}
  901. </div>
  902. {block:Pagination}
  903. <div class="pagination">
  904. {block:PreviousPage}
  905. <a class="prev" href="{PreviousPage}">
  906. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 375.473 375.473" style="enable-background:new 0 0 375.473 375.473;" xml:space="preserve"><g><g><path d="M315.817,6.856c-5.667-7.65-16.15-9.067-23.8-3.4L63.083,174.023c-4.25,3.117-6.8,8.217-6.8,13.6 c0,5.383,2.55,10.483,6.8,13.6l228.933,170.85c3.117,2.267,6.517,3.4,10.2,3.4c5.1,0,10.2-2.267,13.6-6.8 c5.667-7.65,3.967-18.133-3.4-23.8l-210.8-157.25l210.8-157.25C319.783,24.99,321.483,14.223,315.817,6.856z"/></g></g></svg>
  907. </a>
  908. {/block:PreviousPage}
  909. {block:NextPage}
  910. <a class="next" href="{NextPage}">
  911. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 375.39 375.39" style="enable-background:new 0 0 375.39 375.39;" xml:space="preserve"><g><g><path d="M59.615,368.59c3.4,4.533,8.5,6.8,13.6,6.8c3.4,0,7.083-1.133,10.2-3.4l228.933-170.85c4.25-3.117,6.8-8.217,6.8-13.6 s-2.55-10.483-6.8-13.6L83.415,3.373c-7.65-5.667-18.133-3.967-23.8,3.4c-5.667,7.65-3.967,18.133,3.4,23.8l210.8,157.25 l-210.8,157.25C55.648,350.456,53.948,361.223,59.615,368.59z"/></g></g></svg>
  912. </a>
  913. {/block:NextPage}</span>
  914. </div>
  915. {/block:Pagination}
  916. </div>
  917. <div class="ic"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 438.317 438.317" style="enable-background:new 0 0 438.317 438.317;" xml:space="preserve"><g><g><path d="M31.167,266.192l20.4,9.35c8.5,3.967,12.467,13.6,9.35,22.383l-7.933,20.967c-5.95,16.15-3.967,33.433,5.95,47.317 c9.633,14.167,25.5,22.383,42.5,22.383c6.233,0,12.467-1.133,18.417-3.4l20.967-7.933c1.983-0.85,3.967-1.133,6.233-1.133 c6.8,0,13.317,3.967,16.15,10.483l9.35,20.4c8.5,18.7,26.633,30.317,47.033,30.317s38.533-11.617,47.033-30.317l9.35-20.4 c2.833-6.233,9.067-10.483,16.15-10.483c1.983,0,4.25,0.283,6.233,1.133l20.967,8.217c5.95,2.267,12.183,3.683,18.417,3.683l0,0 c16.717,0,32.583-8.783,42.5-22.667c9.633-14.167,11.9-31.45,5.95-47.6l-7.933-20.967c-3.117-8.783,0.85-18.417,9.35-22.383 l20.4-9.35c18.7-8.5,30.317-26.633,30.317-47.033S426.7,180.625,408,172.125l-20.4-9.35c-8.5-3.967-12.467-13.6-9.35-22.383 l7.933-20.967c5.95-16.15,3.967-33.433-5.95-47.317c-9.633-14.167-25.5-22.383-42.5-22.383c-6.233,0-12.467,1.133-18.417,3.4 l-20.967,7.933c-1.983,0.85-3.967,1.133-6.233,1.133c-6.8,0-13.317-3.967-16.15-10.483l-9.35-20.4 c-8.5-18.7-26.633-30.317-47.033-30.317s-39.383,11.9-47.883,30.6l-9.35,20.4c-2.833,6.233-9.067,10.483-16.15,10.483 c-1.983,0-4.25-0.283-6.233-1.133L119,53.408c-5.95-2.267-12.183-3.4-18.417-3.4c-16.717,0-32.583,8.5-42.5,22.383 c-9.633,14.167-11.9,31.45-5.95,47.317l7.933,20.967c3.117,8.783-0.85,18.417-9.35,22.383l-20.4,9.35 C11.617,180.908,0,199.042,0,219.442S12.467,257.692,31.167,266.192z M45.05,203.008l20.4-9.35 c24.65-11.333,36.55-39.95,26.917-65.167l-7.933-20.967c-2.833-7.65,0-13.317,1.983-16.15c4.533-6.8,13.033-9.633,20.967-6.517 l20.967,7.933c5.95,2.267,11.9,3.4,18.133,3.4l0,0c20.117,0,38.533-11.9,47.033-30.317l9.35-20.4 c4.25-9.633,13.317-10.483,16.15-10.483c2.833,0,11.617,0.85,16.15,10.483l9.35,20.4c8.5,18.417,26.917,30.317,47.033,30.317 c6.233,0,12.183-1.133,18.133-3.4l20.967-7.933c7.933-2.833,16.15,0,20.967,6.517c1.983,2.833,4.817,8.5,1.983,16.15 l-7.933,20.967c-9.35,25.217,2.267,53.833,26.917,65.167l20.4,9.35c9.633,4.25,10.483,13.317,10.483,16.15 c0,2.833-0.85,11.617-10.483,16.15l-20.4,9.35c-24.65,11.333-36.55,39.95-26.917,65.167l7.933,20.967 c2.833,7.65,0,13.317-1.983,16.15c-4.533,6.8-13.033,9.633-20.967,6.517l-20.967-7.933c-5.95-2.267-11.9-3.4-18.133-3.4 c-20.117,0-38.533,11.9-47.033,30.317l-9.35,20.4c-4.25,9.633-13.317,10.483-16.15,10.483c-2.833,0-11.617-0.85-16.15-10.483 l-9.35-20.4c-8.5-18.417-26.917-30.317-47.033-30.317c-6.233,0-12.183,1.133-18.133,3.4l-20.967,7.933 c-7.933,2.833-16.15,0-20.967-6.517c-1.983-2.833-4.817-8.5-1.983-16.15l7.933-20.967c9.35-25.217-2.267-53.833-26.917-65.167 l-20.4-9.35c-9.633-4.25-10.483-13.317-10.483-16.15C34.567,216.325,35.417,207.542,45.05,203.008z"/><path d="M218.733,292.825c40.517,0,73.667-33.15,73.667-73.667s-33.15-73.667-73.667-73.667s-73.667,33.15-73.667,73.667 S177.933,292.825,218.733,292.825z M218.733,179.492c21.817,0,39.667,17.85,39.667,39.667s-17.85,39.667-39.667,39.667 s-39.667-17.85-39.667-39.667S196.917,179.492,218.733,179.492z"/></g></g></svg>
  918. </div>
  919. <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} -->
  920. <a href="http://shythemes.tumblr.com" id="theme" class="accent" title="theme">k.</a>
  921. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  922. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  923. <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  924. {block:IndexPage}
  925. {block:ifInfiniteScroll}
  926. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  927. {/block:ifInfiniteScroll}
  928. {/block:IndexPage}
  929. <script>
  930. $(document).ready(function(){
  931. {block:ifHeaderImage}
  932. if (location.pathname != '/') $('header').hide();
  933. {/block:ifHeaderImage}
  934. $('nav li a').click(function(){
  935. var c = $(this).attr('id'),
  936. $s = $('aside').find('.' + c + '-content'),
  937. $n = $('aside').find('section:not(.' + c +'-content)');
  938. $n.fadeOut(300, 'swing');
  939. $s.delay(300).fadeIn(300, 'swing');
  940. $('aside').find('li a:not(' + c + ')').removeClass('active');
  941. $(this).addClass('active');
  942. return false
  943. });
  944. // search
  945. $('.search').submit(function(event){
  946. var value = $('input:first').val();
  947. location.replace('http://{Name}.tumblr.com/tagged/' + value);
  948. });
  949. // tumblr audio players
  950. $('.tumblr_audio_player').each(function(){
  951. $(this).attr({ src: $(this).attr('src').split('&color=')[0] + '&color=transparent&simple=1 '});
  952. });
  953. // pxu photosets
  954. $('.photo-slideshow').pxuPhotoset({
  955. lightbox: true,
  956. rounded: false,
  957. gutter: '0px',
  958. photoset: '.photo-slideshow',
  959. photoWrap: '.photo-data',
  960. photo: '.pxu-photo'
  961. });
  962. // soundcloud players
  963. var color = '{color:link}'; // color of play button (hex)
  964. $('.soundcloud_audio_player').each(function(){
  965. $(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=false&amp;origin=tumblr&amp;color=' + color.split('#')[1], height: 116, width: '100%' });
  966. });
  967. {block:ifInfiniteScroll}
  968. // infinite scroll
  969. var $container = $('.content');
  970. $container.infinitescroll({
  971. itemSelector: '.entry',
  972. navSelector: '.pagination',
  973. nextSelector: '.next',
  974. loadingImg: '',
  975. loadingText: '<em></em>',
  976. bufferPx: 2000
  977. },
  978. function( newElements ) {
  979. var $newElems = $( newElements );
  980. // likes
  981. var $newElemsIDs = $newElems.map(function () {
  982. return this.id;
  983. }).get();
  984. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  985. // pxu photosets
  986. $newElems.find('.photo-slideshow').pxuPhotoset({
  987. lightbox: true,
  988. rounded: false,
  989. gutter: '0px',
  990. photoset: '.photo-slideshow',
  991. photoWrap: '.photo-data',
  992. photo: '.pxu-photo'
  993. });
  994. // videos
  995. resizeVideos();
  996. // soundcloud players
  997. $newElems.find('.soundcloud_audio_player').each(function(){
  998. $(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=false&amp;origin=tumblr&amp;color=' + color.split('#')[1], height: 116, width: '100%' });
  999. });
  1000. // tumblr audio players
  1001. $newElems.find('.tumblr_audio_player').each(function(){
  1002. $(this).attr({ src: $(this).attr('src').split('&color=')[0] + '&color=transparent&simple=1 '});
  1003. });
  1004. });
  1005. {/block:ifInfiniteScroll}
  1006. });
  1007. </script>
  1008. </body>
  1009. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement