Advertisement
rasperries

shy one

Jul 27th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.71 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. portfolio @ shythemes
  11.  
  12.  
  13.  
  14.  
  15.  
  16. -->
  17. <title>{Title}</title>
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. <link rel="shortcut icon" href="{Favicon}">
  20. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  21. <meta name="viewport" content="width=device-width, initial-scale=1">
  22. <meta name="if:show description" content="">
  23. <meta name="if:show note count" content="">
  24. <meta name="if:show captions" content="">
  25. <meta name="if:show tags" content="">
  26. <meta name="text:home link" content="">
  27. <meta name="text:archive link" content="archive">
  28. <meta name="text:ask link" content="message">
  29. <meta name="text:link 1" content="">
  30. <meta name="text:link 1 url" content="">
  31. <meta name="text:link 2" content="">
  32. <meta name="text:link 2 url" content="">
  33. <meta name="text:link 3" content="">
  34. <meta name="text:link 3 url" content="">
  35. <meta name="text:link 4" content="">
  36. <meta name="text:link 4 url" content="">
  37. <meta name="text:link 5" content="">
  38. <meta name="text:link 5 url" content="">
  39. <meta name="text:link 6" content="">
  40. <meta name="text:link 6 url" content="">
  41.  
  42. <script src="//use.edgefonts.net/lato.js"></script>
  43.  
  44. <style type="text/css">
  45.  
  46. /* general */
  47.  
  48. body {
  49. margin:0;
  50. font-size:10px;
  51. font-family:lato, sans-serif;
  52. line-height:16px;
  53. overflow:hidden;
  54. -moz-osx-font-smoothing:grayscale;
  55. -webkit-font-smoothing:antialiased;
  56. font-smoothing:antialiased;
  57. color:rgb(72,72,72);
  58. background:rgb(255,255,255);
  59. }
  60. a {
  61. color:inherit;
  62. text-decoration:none;
  63. -webkit-transition:color .3s ease-out;
  64. transition:color .3s ease-out;
  65. }
  66. a:hover {
  67. color:rgb(36,36,36);
  68. }
  69. small, sub {
  70. font-size:inherit;
  71. vertical-align:baseline;
  72. }
  73. blockquote, ol, ul, pre {
  74. margin:0 0 9px;
  75. }
  76. p {
  77. margin:0;
  78. }
  79. h1, h2, h3, h4, h5, h6 {
  80. margin:0;
  81. font-size:inherit;
  82. font-weight:inherit;
  83. }
  84. ol, ul {
  85. list-style:none;
  86. padding:0;
  87. }
  88. img {
  89. border:0;
  90. max-width:100%;
  91. height:auto;
  92. display:block;
  93. }
  94. figure {
  95. margin:12px 0 9px;
  96. display:block;
  97. }
  98. hr {
  99. border:0;
  100. margin:13px 0;
  101. height:1px;
  102. -moz-box-sizing:border-box;
  103. box-sizing:border-box;
  104. background-color:rgb(224,224,224);
  105. }
  106. ::-webkit-scrollbar {
  107. width:17px;
  108. height:17px;
  109. }
  110. ::-webkit-scrollbar {
  111. background-color:rgb(255,255,255);
  112. }
  113. ::-webkit-scrollbar-track {
  114. border:8px solid rgb(255,255,255);
  115. background-color:rgb(240,240,240);
  116. }
  117. ::-webkit-scrollbar-thumb {
  118. border:8px solid rgb(255,255,255);
  119. background-color:rgb(144,144,144);
  120. }
  121.  
  122. /* accents */
  123.  
  124. .title {
  125. font-size:12px;
  126. letter-spacing:1px;
  127. text-transform:uppercase;
  128. font-family:lato, 'trebuchet ms', sans-serif;
  129. color:rgb(36,36,36);
  130. }
  131. .accent {
  132. font-size:8px;
  133. letter-spacing:1px;
  134. font-family:lato, 'trebuchet ms', sans-serif;
  135. text-transform:uppercase;
  136. color:rgb(144,144,144);
  137. }
  138. .accent b, .notes a {
  139. font-size:8px;
  140. font-weight:normal;
  141. font-style:normal!important;
  142. letter-spacing:1px;
  143. font-family:lato, 'trebuchet ms', sans-serif;
  144. text-transform:uppercase;
  145. color:rgb(36,36,36);
  146. }
  147. .tumblr_blog:before,
  148. blockquote:after {
  149. content:'';
  150. display:block;
  151. margin:13px auto;
  152. width:40px;
  153. height:1px;
  154. background-color:rgb(224,224,224);
  155. }
  156. .source .tumblr_blog:before,
  157. .text > p .tumblr_blog:before,
  158. blockquote:last-child:after {
  159. display:none;
  160. }
  161. .text a {
  162. font-style:italic;
  163. }
  164. .text img {
  165. margin:9px auto;
  166. }
  167. .text hr {
  168. margin:9px 40%;
  169. }
  170. .caption,
  171. .question,
  172. .source {
  173. color:rgb(144,144,144);
  174. }
  175. ol {
  176. padding:0;
  177. list-style-type:none;
  178. }
  179. ol li {
  180. counter-increment:olist;
  181. }
  182. ol li::before {
  183. content:counter(olist, decimal-leading-zero) '.';
  184. margin-right:.33em;
  185. }
  186. li ol, li ul {
  187. margin:0;
  188. }
  189.  
  190. ul {
  191. padding:0;
  192. list-style-type:none;
  193. }
  194. svg {
  195. display:block;
  196. width:10px;
  197. height:auto;
  198. opacity:.75;
  199. overflow:visible;
  200. }
  201. svg path {
  202. fill:rgb(132,132,132);
  203. -webkit-transition:fill .6s ease-out;
  204. transition:fill .6s ease-out;
  205. }
  206.  
  207. /* container */
  208.  
  209. .main {
  210. margin:0 auto;
  211. }
  212.  
  213.  
  214. /* header */
  215.  
  216. header {
  217. position:fixed;
  218. top:5vh;
  219. left:5vh;
  220. z-index:10;
  221. width:50vh;
  222. margin:-6px 0 0;
  223. }
  224. header h1 {
  225. margin:0 0 1px;
  226. }
  227.  
  228. /* links */
  229.  
  230. aside {
  231. position:fixed;
  232. left:5vh;
  233. bottom:5vh;
  234. margin-bottom:-6px;
  235. z-index:11;
  236. }
  237. aside .links li {
  238. display:inline-block;
  239. margin:0 10px 0 0;
  240. }
  241. aside .links li:last-child {
  242. margin:0;
  243. }
  244.  
  245. /* icons */
  246.  
  247. .in {
  248. position:fixed;
  249. bottom:5vh;
  250. right:5vh;
  251. z-index:12;
  252. margin-bottom:-8px;
  253. margin-right:-3px;
  254. width:21px;
  255. height:auto;
  256. }
  257. .in svg {
  258. width:15px;
  259. padding:3px;
  260. }
  261. .no {
  262. position:fixed;
  263. bottom:5vh;
  264. right:5vh;
  265. z-index:12;
  266. margin-bottom:-6px;
  267. margin-right:22px;
  268. width:21px;
  269. height:auto;
  270. }
  271. .no svg {
  272. width:12px;
  273. padding:3px;
  274. }
  275. .ic {
  276. position:fixed;
  277. top:5vh;
  278. right:5vh;
  279. z-index:13;
  280. margin:-3px 0 0 0;
  281. }
  282. .ic svg {
  283. width:12px;
  284. }
  285.  
  286. /* entries */
  287.  
  288. .entry {
  289. position:relative;
  290. height:75vh;
  291. max-height:75vh;
  292. width:calc(100vw - 25vh);
  293. padding:12.5vh;
  294. margin:auto;
  295. overflow:hidden;
  296. text-align:center;
  297. counter-increment:posts;
  298. }
  299. .entry:last-child {
  300. margin-bottom:0;
  301. }
  302. .entry .post {
  303. width:75vh;
  304. padding:0 16px;
  305. overflow:auto;
  306. }
  307. .entry.ph > .post {
  308. width:auto;
  309. padding:0;
  310. overflow:visible;
  311. }
  312. .post,
  313. .media,
  314. .photo {
  315. display:block;
  316. position:absolute;
  317. top:50%;
  318. left:50%;
  319. transform:translate(-50%,-50%);
  320. max-height:75vh;
  321. max-width:calc(100vw - 25vh);
  322. }
  323. .post img {
  324. max-height:75vh;
  325. max-width:calc(100vw - 25vh);
  326. width:auto;
  327. }
  328.  
  329. /* post info */
  330.  
  331. .b {
  332. position:absolute;
  333. right:5vh;
  334. bottom:5vh;
  335. margin-bottom:-8px;
  336. margin-right:-3px;
  337. opacity:0;
  338. z-index:10001;
  339. }
  340. .b .button {
  341. display:block;
  342. width:20px;
  343. height:20px;
  344. cursor:pointer;
  345. }
  346. .info, #notes {
  347. display:none;
  348. position:absolute;
  349. top:0;
  350. left:0;
  351. right:0;
  352. bottom:0;
  353. z-index:1;
  354. background-color:rgb(255,255,255);
  355. }
  356. .tags {
  357. {block:IndexPage}{block:ifNotShowTags}display:none;{/block:ifNotShowTags}{/block:IndexPage}
  358. }
  359. .tags a {
  360. margin:0 5px;
  361. font-style:normal;
  362. }
  363.  
  364. /* post types */
  365.  
  366. .text {
  367. margin:13px 0 0;
  368. }
  369. .text:first-child,
  370. .text *:first-child {
  371. margin-top:0;
  372. }
  373. .text:last-child,
  374. .text *:last-child {
  375. margin-bottom:0;
  376. }
  377. .caption {
  378. {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
  379. }
  380. .chat .line {
  381. margin:13px 0 0;
  382. }
  383. .quote {
  384. font-size:11px;
  385. }
  386. .question .sender {
  387. margin:1px 0 0;
  388. }
  389. .photo {
  390. opacity:0;
  391. z-index:0;
  392. counter-increment:number;
  393. -webkit-transition:opacity .6s ease-in-out;
  394. transition:opacity .6s ease-in-out;
  395. }
  396. .photo.active {
  397. opacity:1;
  398. z-index:1;
  399. }
  400. .photo .num {
  401. position:absolute;
  402. top:100%;
  403. left:0;
  404. right:0;
  405. text-align:center;
  406. padding:10px 0 0;
  407. background-color:rgb(255,255,255);
  408. }
  409. .photo .num:before {
  410. content:counter(number);
  411. }
  412.  
  413. /* audio posts */
  414.  
  415. .audiowrap {
  416. position:relative;
  417. height:60px;
  418. overflow:hidden;
  419. background-color:rgb(245,245,245);
  420. }
  421. .albumart {
  422. position:absolute;
  423. top:0;
  424. right:0;
  425. z-index:1;
  426. display:block;
  427. width:60px;
  428. height:60px;
  429. opacity:.9;
  430. background-size:cover;
  431. display:none;
  432. }
  433. .audio {
  434. position:absolute;
  435. display:inline-block;
  436. left:0;
  437. top:0;
  438. right:0;
  439. bottom:0;
  440. text-align:left;
  441. line-height:60px;
  442. }
  443. .audio .player {
  444. width:27px;
  445. height:27px;
  446. left:16px;
  447. top:16px;
  448. opacity:.4;
  449. line-height:0;
  450. overflow:hidden;
  451. position:absolute;
  452. }
  453. .audio .track {
  454. overflow:hidden;
  455. line-height:15px;
  456. margin-left:60px;
  457. width: calc(100% - 60px);
  458. display:inline-block;
  459. vertical-align:middle;
  460. }
  461. .audio .track span {
  462. display:block;
  463. max-height:15px;
  464. white-space:nowrap;
  465. overflow:hidden;
  466. text-overflow:ellipsis;
  467. margin-right:75px;
  468. }
  469.  
  470. .pagination {
  471. font-style:italic;
  472. text-align:center;
  473. display:none;
  474. }
  475. .notes {
  476. padding:0;
  477. }
  478. .notes li {
  479. display:block;
  480. }
  481. .notes img {
  482. display:none;
  483. }
  484. .notes .more_notes_link_container {
  485. text-align:inherit!important;
  486. }
  487. #tumblr_controls,
  488. .tmblr-iframe {
  489. position:fixed!important;
  490. opacity:.4!important;
  491. -webkit-filter:invert(100%);
  492. -webkit-backface-visibility:hidden;
  493. padding:4px;
  494. }
  495. #theme {
  496. position:fixed;
  497. display:inline-block;
  498. bottom:10px;
  499. right:10px;
  500. z-index:999;
  501. padding:5px;
  502. line-height:1em;
  503. background-color:rgb(255,255,255);
  504. }
  505. #infscr-loading {
  506. display:none!important;
  507. }
  508. #tumblr_controls,
  509. .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls {
  510. position:fixed!important;
  511. top:-9px!important;
  512. right:0!important;
  513. {block:IndexPage}opacity:0!important;{/block:IndexPage}
  514. -webkit-filter:invert(100%);
  515. -webkit-backface-visibility:hidden;
  516. transform:scale(.93,.93);
  517. -webkit-transform:scale(.93,.93);
  518. padding:5vh calc(5vh + 21px) 5vh 5vh;
  519. -webkit-transition:opacity .3s ease-out;
  520. transition:opacity .3s ease-out;
  521. }
  522. #tumblr_controls:hover,
  523. .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls:hover {
  524. opacity:.4!important;
  525. }
  526.  
  527. </style>
  528. <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
  529. </head>
  530. <body>
  531. <div class="main">
  532. <aside>
  533. <div class="links accent">
  534. {block:ifHomeLink}<li><a href="/">{text:home link}</a></li>{/block:ifHomeLink}
  535. {block:ifArchiveLink}<li><a href="/archive">{text:archive link}</a></li>{/block:ifArchiveLink}
  536. {block:ifAskLink}<li><a href="/ask">{text:ask link}</a></li>{/block:ifAskLink}
  537. {block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li> {/block:Pages}{/block:HasPages}
  538. {block:ifLink1}<li><a href="{text:link 1 url}">{text:link 1}</a></li>{/block:ifLink1}
  539. {block:ifLink2}<li><a href="{text:link 2 url}">{text:link 2}</a></li>{/block:ifLink2}
  540. {block:ifLink3}<li><a href="{text:link 3 url}">{text:link 3}</a></li>{/block:ifLink3}
  541. {block:ifLink4}<li><a href="{text:link 4 url}">{text:link 4}</a></li>{/block:ifLink4}
  542. {block:ifLink5}<li><a href="{text:link 5 url}">{text:link 5}</a></li>{/block:ifLink5}
  543. {block:ifLink6}<li><a href="{text:link 6 url}">{text:link 6}</a></li>{/block:ifLink6}
  544. <li><a href="http://shythemes.tumblr.com">theme</a></li>
  545. </div>
  546. </aside>
  547. <header>
  548. <h1 class="title"><a href="/">{Title}</a></h1>
  549. {block:ifShowDescription}<div class="desc accent">trish / 20</div>{/block:ifShowDescription}
  550. </header>
  551. <div class="content">
  552. {block:Posts}
  553. <article class="entry {block:Photo}ph{/block:Photo}{block:Photoset}ph{/block:Photoset}{block:Video}ph{/block:Video}" id="{PostID}">
  554. <section class="post">
  555. {block:Audio}
  556. <div class="audiowrap">
  557. <div class="albumart" style="{block:AlbumArt}background-image:url({AlbumArtURL});{/block:AlbumArt}"></div>
  558. <div class="audio accent block">
  559. {block:AudioPlayer}
  560. <div class="player">{AudioPlayerWhite}</div>
  561. {/block:AudioPlayer}
  562. <div class="track">{block:TrackName}<span><b>{TrackName}</b></span>{/block:TrackName}{block:Artist}<span>{Artist}</span>{/block:Artist}</div>
  563. </div>
  564. </div>
  565. {/block:Audio}
  566. {block:Photo}
  567. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  568. <img src="{PhotoURL-HighRes}">
  569. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  570. {/block:Photo}
  571. {block:Photoset}
  572. {block:Photos}
  573. <a class="photo" href="#">
  574. <img src="{PhotoURL-HighRes}">
  575. <div class="num accent"> / {PhotoCount}</div>
  576. </a>
  577. {/block:Photos}
  578. {/block:Photoset}
  579. {block:Video}
  580. <div class="video">{Video-500}</div>
  581. {/block:Video}
  582. {block:Answer}
  583. <div class="question">
  584. <span class="inquiry">{Question}</span>
  585. <div class="sender accent">sent by {Asker}</div>
  586. </div>
  587. <div class="answer text">{Answer}</div>
  588. {/block:Answer}
  589. {block:Chat}
  590. {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
  591. <div class="chat text">
  592. {block:Lines}
  593. <div class="line">
  594. {block:Label}
  595. <div class="label accent">{Label}</div>
  596. {/block:Label}
  597. {Line}
  598. </div>
  599. {/block:Lines}
  600. </ul>
  601. {/block:Chat}
  602. {block:Link}
  603. <h1 class="title"><a href="{URL}">{Name}</a></h1>
  604. {block:Description}<div class="text">{Description}</div>{/block:Description}
  605. {/block:Link}
  606. {block:Quote}
  607. <div class="quote title">{Quote}</div>
  608. {block:Source}
  609. <div class="source text">{Source}</div>
  610. {/block:Source}
  611. {/block:Quote}
  612. {block:Text}
  613. {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
  614. <div class="text">{Body}</div>
  615. {/block:Text}
  616. </section>
  617. <section class="b">
  618. <a href="#" target="_blank" class="button"></a>
  619. </section>
  620. <section class="info">
  621. <div class="post">
  622. {block:Date}<div class="date accent"><a href="{Permalink}"><b>{block:ifNotShowNoteCount}{Month} {DayOfMonth}{/block:ifNotShowNoteCount}{block:ifShowNoteCount}{NoteCountWithLabel}{/block:ifShowNoteCount}</b></a></div>{/block:Date}
  623. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  624. {block:HasTags}<div class="tags text accent">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  625. </div>
  626. </section>
  627. {block:PostNotes}
  628. <section id="notes">
  629. <div class="post">
  630. <div class="text accent">{PostNotes}</div>
  631. <div>
  632. </section>
  633. {/block:PostNotes}
  634. </article>
  635. {/block:Posts}
  636. </div>
  637. {block:Pagination}<div class="pagination">{block:PreviousPage}<a class="prev accent" href="{PreviousPage}">previous</a>{/block:PreviousPage} {block:NextPage}<a class="next" href="{NextPage}">next page</a>{/block:NextPage}</div>{/block:Pagination}
  638. </div>
  639. <div class="in"><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"
  640. viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
  641. <path d="M102,79v-6c0-3.3,2.7-6,6-6s6,2.7,6,6v6c0,3.3-2.7,6-6,6S102,82.3,102,79z M96,109h6v34c0,3.3,2.7,6,6,6s6-2.7,6-6v-40
  642. c0-3.3-2.7-6-6-6H96c-3.3,0-6,2.7-6,6S92.7,109,96,109z M186.1,35.9v144.2c0,3.3-2.7,6-6,6H35.9c-3.3,0-6-2.7-6-6V35.9
  643. c0-3.3,2.7-6,6-6h144.2C183.4,29.9,186.1,32.6,186.1,35.9z M174.1,41.9H41.9v132.2h132.2V41.9z"/>
  644. </svg></div>
  645. <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></div>
  646. {block:PermalinkPage}<a class="no" href="#"><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></a>{/block:PermalinkPage}
  647. <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} -->
  648. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  649. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  650. <script src="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  651. <script src="//static.tumblr.com/fwgzvyf/4hio5bpwj/jquery.mousewheel.min.js"></script>
  652. {block:IndexPage}<script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>{/block:IndexPage}
  653. <script src="//static.tumblr.com/fwgzvyf/R34o9ozjb/shythemes.37.js"></script>
  654. </body>
  655. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement