planthed

NAVILLERA

Jun 18th, 2017
1,065
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.99 KB | None | 0 0
  1. <!--
  2.  
  3. ✧* 。♡ Navillera theme | @vhibes | @v-themes ♡ 。*✧
  4.  
  5.  
  6. — Do not delete the credit.
  7. — Do not copy or steal any code.
  8. — Do not claim as yours.
  9.  
  10. Enjoy (✿◠‿◠)
  11.  
  12. infinite scroll with masonry + pxu: @shythemes
  13.  
  14. -->
  15.  
  16. <html lang="en">
  17. <head>
  18.  
  19.  
  20.  
  21. <title>{block:PostSummary}{PostSummary}: {/block:PostSummary}{Title}</title>
  22. <link rel="shortcut icon" href="{favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:hidden}
  25. <!--Default Variables-->
  26. <meta name="image:Background" content=""/>
  27. <meta name="image:Sidebar" content=""/>
  28.  
  29. <meta name="color:Background" content="#ffffff"/>
  30. <meta name="color:Text" content="#000000"/>
  31. <meta name="color:Accent" content="#ccd7c4"/>
  32. <meta name="color:Accent text" content="#000000"/>
  33.  
  34. <meta name="text:Blogtitle" content="" />
  35. <meta name="text:Home label" content="home" />
  36. <meta name="text:Ask label" content="ask"/>
  37. <meta name="text:Ask link" content="/ask"/>
  38. <meta name="text:Archive label" content="Past" />
  39. <meta name="text:Extra link 1 title" content="" />
  40. <meta name="text:Extra link 1" content="http://" />
  41. <meta name="text:Extra link 2 title" content="" />
  42. <meta name="text:Extra link 2" content="http://">
  43.  
  44. <meta name="if:Right Sidebar" content="" />
  45. <meta name="if:Photofiltre" content="" />
  46. <meta name="if:White Tiny cursor" content="" />
  47. <meta name="if:Black Tiny cursor" content="" />
  48.  
  49.  
  50. {/block:hidden}
  51.  
  52. <link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
  53. <link href="https://fonts.googleapis.com/css?family=Bree+Serif|Indie+Flower|Josefin+Sans|Playfair+Display|Shadows+Into+Light" rel="stylesheet">
  54.  
  55. <!---pxu script--->
  56. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  57.  
  58. <!--- tooltips script --->
  59. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  60. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  61. <script>
  62. (function($){
  63. $(document).ready(function(){
  64. $("a[title]").style_my_tooltips({
  65. tip_follows_cursor:true,
  66. tip_delay_time:90,
  67. tip_fade_speed:600,
  68. attribute:"title"
  69. });
  70. });
  71. })(jQuery);
  72. </script>
  73.  
  74.  
  75. <!-------
  76.  
  77. A FEW RULES YOU NEED TO KNOW BEFORE START EDITING THE THEME:
  78.  
  79. > You CAN'T use my themes as base
  80. > You CAN'T remove my credits, even if you edited the theme a lot.
  81. > Don't use any part of my codes without permission.
  82. > You can edit the theme as your own like and make it look too different as the original one but if you edit the theme a lot and you're having problems with it, I'll not allowed to help you.
  83.  
  84.  
  85. YOU ARE NOT ALLOWED TO USE MY CODES FOR YOUR OWN THEME OR ANY OTHER THEME
  86. BY OTHER THEME MAKER WITHOUT PERMISSION, IF YOU WANNA USE ONE OF MY CODES
  87. ASK FIRST, DON'T CLAIM AS YOURS, DON'T BE AN ASSHOLE.
  88.  
  89. ---------->
  90.  
  91.  
  92. <style type="text/css">
  93.  
  94. ::-moz-selection { /* Code for Firefox */
  95. color:{color:Accent};
  96. background: #fff;
  97. }
  98.  
  99. ::selection {
  100. color:{color:Accent};
  101. background: #fff;
  102. }
  103.  
  104.  
  105. /*tooltips style*/
  106. #s-m-t-tooltip{
  107. max-width:300px;
  108. padding:6px;
  109. min-height:7px;
  110. margin:20px 0px 0px 20px;
  111. line-height:100%;
  112. background:rgba(0, 0, 0, 0.7);
  113. color:white;
  114. word-wrap:break-word;
  115. word-break:break-all;
  116. opacity:1;
  117. z-index:9999999999999999999;
  118. }
  119.  
  120.  
  121. #tumblr_controls, .tmblr-iframe{
  122. position:fixed!important;
  123. top:20px!important;
  124. right:5px!important;
  125. opacity:0.3;
  126. z-index:99999999999999999999999999!important;
  127. -webkit-filter:invert(100%);
  128. -webkit-transition:all 0.6s ease-out;
  129. -webkit-transition: opacity 0.7s linear;
  130. -webkit-transition: all 0.8s ease-out;
  131. -moz-transition: all 0.8s ease-out;
  132. transition: all 0.8s ease-out
  133. }
  134.  
  135.  
  136. /*tumblr controls and lightbox*/
  137.  
  138. #tumblr_lightbox,.tmblr-lightbox{
  139. background:rgba({RGBcolor:background}, 0.8)!important;}
  140.  
  141. #vignette,#tumblr_lightbox_caption,.vignette,.lightbox-caption{
  142. opacity:0!important;
  143. }
  144.  
  145. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image, .lightbox-image {
  146. box-shadow:none!important;
  147. border-radius:0px!important;
  148. padding:0px!important;
  149. background:{color:post background}!important;
  150. border:0px solid {color:accent}!important;
  151. }
  152.  
  153. ::-webkit-scrollbar{
  154. height:3px;
  155. width:11px;
  156. background:inherit;
  157. background:rgba({RGBcolor:accent}, 0.4);
  158. border:5px solid {color:background};
  159. }
  160.  
  161. ::-webkit-scrollbar-track {background:transparent;}
  162.  
  163. ::-webkit-scrollbar-thumb {
  164. height:150px!important;
  165. background:{color:accent};
  166. border:5px solid {color:background};
  167. }
  168.  
  169. /*tiny cursor*/
  170.  
  171.  
  172.  
  173. html, body, img, a {
  174. {block:ifWhiteTinycursor}
  175. cursor:url(http://static.tumblr.com/vmteopo/fhxo3gbrd/small_white_cursor.png), auto;
  176. {/block:ifWhiteTinycursor}
  177. {block:ifBlackTinyCursor}
  178. cursor: url('http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png'), auto;
  179. {/block:ifBlackTinyCursor}
  180. }
  181.  
  182. a:hover, a:active, iframe{
  183. {block:ifWhiteTinycursor}cursor:url(http://static.tumblr.com/vmteopo/RQ9o3gbth/small_white_cursor_help.png), crosshair;
  184. {/block:ifWhiteTinycursor}
  185. {block:ifBlackTinyCursor}
  186. cursor:url(http://static.tumblr.com/vmteopo/DH3njhg50/help_cursor.png), crosshair;
  187. {/block:ifBlackTinyCursor}
  188. }
  189.  
  190.  
  191. /*main structure*/
  192.  
  193. body{
  194. background-color:{color:background};
  195. background-image:url({image:Background});
  196. background-attachment:fixed;
  197. background-repeat:repeat;
  198. font-size:11px;
  199. font-family:muli, sans-serif;
  200. color:{color:text};
  201. line-height:1.5em;
  202. -moz-osx-font-smoothing:grayscale;
  203. -webkit-font-smoothing:antialiased;
  204. font-smoothing:antialiased;
  205. }
  206.  
  207.  
  208. a:link, a:active, a:visited{
  209. color:{color:Accent};
  210. text-decoration:none;
  211. -webkit-transition:all 0.5s linear;
  212. -moz-transition:all 0.5s linear;
  213. transition:all 0.5s linear;
  214. }
  215.  
  216. a:hover {color:{color:text};}
  217.  
  218.  
  219. .center {
  220. position:relative;
  221. margin:40px auto;
  222. width:calc(510px + 130px);
  223. {block:PermalinkPage}
  224. width:500px;
  225. {/block:PermalinkPage}
  226. }
  227.  
  228. #posts{
  229. position:relative;
  230. {block:PermalinkPage}
  231. margin-top:100px;
  232. {/block:PermalinkPage}
  233. }
  234.  
  235.  
  236. .entry {
  237. margin:30px;
  238. {block:indexpage}
  239. width:240px;
  240. opacity:0;
  241. z-index:-1;
  242. {/block:indexpage}
  243. {block:PermalinkPage}
  244. width:400px;
  245. {/block:PermalinkPage}
  246. }
  247.  
  248.  
  249. .entry img{
  250. max-width:100%;
  251. display:block;
  252. position:relative;
  253. overflow:hidden;
  254. {block:IfPhotofiltre}
  255. -webkit-transition:all 0.5s linear;
  256. -webkit-filter: grayscale(50%);
  257. {/block:IfPhotofiltre}
  258. }
  259.  
  260. .entry:hover img{
  261. {block:IfPhotofiltre}
  262. -webkit-filter: grayscale(0%);
  263. {/block:IfPhotofiltre}
  264. }
  265.  
  266. .photo-slideshow img{
  267. {block:IfPhotofiltre}
  268. -webkit-filter: grayscale(50%);
  269. {/block:IfPhotofiltre}
  270. }
  271.  
  272. .mask{
  273. position:absolute;
  274. width:240px;
  275. height:100%;
  276. opacity:0.0;
  277. background:black;
  278. z-index:9;
  279. -webkit-transform: scale(1);
  280. -webkit-transition: all 0.4s ease;
  281. -moz-transition: all 0.4s ease;
  282. -o-transition: all 0.4s ease;
  283. transition: all 0.4s ease;
  284. }
  285.  
  286. .entry:hover .mask{
  287. opacity:0.6;
  288. -webkit-transform: scale(1);
  289. -webkit-transition: all 0.4s ease;
  290. -moz-transition: all 0.4s ease;
  291. -o-transition: all 0.4s ease;
  292. transition: all 0.4s ease;
  293. }
  294.  
  295.  
  296. .perm1 svg{
  297. width:1.6em;
  298. height:1.6em;
  299. margin-top:-6px;
  300. margin-left:-5px;
  301. fill:white;
  302. -webkit-transition: all 0.5s ease;
  303. }
  304.  
  305. .perm2 svg, .perm3 svg{
  306. width:1em;
  307. height:1em;
  308. fill:white;
  309. -webkit-transition: all 0.5s ease;
  310. }
  311.  
  312. .perm1 svg:hover, .perm2 svg:hover{
  313. fill:{color:Accent};
  314. -webkit-transition: all 0.5s ease;
  315. }
  316.  
  317.  
  318. .perm1 {
  319. width:15px;
  320. height:15px;
  321. position:absolute;
  322. z-index:100;
  323. top:calc(50% - 20px);
  324. font-size:18px;
  325. padding:10px;
  326. margin-left:63px;
  327. opacity:0;
  328. display:inline-block;
  329. -webkit-transition: all 0.5s ease;
  330. -moz-transition: all 0.5s ease;
  331. -o-transition: all 0.5s ease;
  332. transition: all 0.5s ease;
  333. -webkit-transform: scale(0.9);
  334. }
  335.  
  336. .entry:hover .perm1{
  337. opacity:1;
  338. -webkit-transform: scale(1);
  339. -webkit-transition-delay: 0.50s;
  340. -webkit-transition: all 0.50s;
  341. transition: all 0.50s;
  342. transition-delay: 0.50s;
  343. }
  344.  
  345.  
  346. .perm2 {
  347. width:15px;
  348. height:15px;
  349. position:absolute;
  350. z-index:100;
  351. top:calc(50% - 20px);
  352. font-size:18px;
  353. padding:10px;
  354. margin-left:103px;
  355. opacity:0;
  356. display:inline-block;
  357. -webkit-transition:all .5s ease-in-out;
  358. -moz-transition:all .5s ease-in-out;
  359. -o-transition:all .5s ease-in-out;
  360. -webkit-transform: scale(0.9);
  361. }
  362.  
  363. .entry:hover .perm2 {
  364. opacity:1;
  365. -webkit-transform: scale(1);
  366. -webkit-transition-delay: 0.60s;
  367. -webkit-transition: all 0.60s;
  368. transition: all 0.60s;
  369. transition-delay: 0.60s;
  370. }
  371.  
  372. .perm3 {
  373. width:15px;
  374. height:15px;
  375. position:absolute;
  376. z-index:100;
  377. top:calc(50% - 20px);
  378. font-size:20px;
  379. padding:10px;
  380. margin-left:143px;
  381. opacity:0;
  382. display:inline-block;
  383. -webkit-transition:all .5s ease-in-out;
  384. -moz-transition:all .5s ease-in-out;
  385. -o-transition:all .5s ease-in-out;
  386. -webkit-transform: scale(0.9);
  387. }
  388.  
  389. .entry:hover .perm3 {
  390. opacity:1;
  391. -webkit-transform: scale(1);
  392. -webkit-transition-delay: 0.70s;
  393. -webkit-transition: all 0.70s;
  394. transition: all 0.70s;
  395. transition-delay: 0.70s;
  396. }
  397.  
  398.  
  399. .custom-like-button {
  400. position: relative;
  401. display: inline-block;
  402. width:20px;
  403. height:20px;
  404. left:0px;
  405. cursor: pointer;
  406. }
  407.  
  408. .like_button {
  409. position: absolute;
  410. top:0;
  411. left:0;
  412. right:0;
  413. bottom:0;
  414. width:100%;
  415. height:100%;
  416. opacity:0;
  417. z-index:999!important;
  418. }
  419. .like_button iframe {
  420. width:100% !important;
  421. height:100% !important;
  422. }
  423.  
  424. .like_button svg {
  425. position:absolute;
  426. width:100%;
  427. height:100%;
  428. top:0;
  429. left:0;
  430. right:0;
  431. bottom:0;
  432. }
  433.  
  434.  
  435. .custom-like-button:hover svg{fill:{color:Accent}!important;}
  436. .like_button.liked + svg { fill:red!important;}
  437.  
  438. .video, .video iframe, .tumblr_video_container{
  439. display:block;
  440. {block:indexpage}
  441. width:240px;
  442. height:auto;
  443. {/block:indexpage}
  444. {block:PermalinkPage}
  445. width:400px;
  446. height:auto;
  447. {/block:PermalinkPage}
  448. }
  449.  
  450. pre {
  451. white-space: pre-wrap;
  452. white-space: -moz-pre-wrap;
  453. white-space: -pre-wrap;
  454. white-space: -o-pre-wrap;
  455. word-wrap: break-word;
  456. }
  457.  
  458. p {margin:5px 0;}
  459.  
  460. p:first-of-type {
  461. margin-top:0;
  462. padding-top:0;
  463. }
  464.  
  465. p:last-of-type {
  466. margin-bottom:0;
  467. padding-bottom:0;
  468. }
  469.  
  470.  
  471. small, big {font-size:1em;}
  472.  
  473. h1, h2, h3, h4 {
  474. font-size:1.5em;
  475. margin:0;
  476. font-family:quicksand;
  477. text-transform:uppercase;
  478. letter-spacing:1px;
  479. padding:0;
  480. }
  481.  
  482. .back{
  483. padding-top:10px;
  484. }
  485.  
  486. .back li, .a li, .caption li, #dis li{position:relative;display:block;}
  487. .back li:before, .a li:before, .caption li:before, #dis li:before{content:'›';font-size:15px;position:absolute;left:-13px;color:{color:Accent};top:-1px;font-family:karla;}
  488.  
  489. .caption li:before{color:{color:Accent text};}
  490.  
  491. ol li {counter-increment:list;}
  492.  
  493.  
  494. .permalinktext{
  495. display:block;
  496. text-decoration:none;
  497. text-transform:uppercase;
  498. font-family:open sans;
  499. letter-spacing:1px;
  500. font-size:8px;
  501. margin-top:5px;
  502. width:240px;
  503. line-height:16px;
  504. }
  505.  
  506. .permalinktext a{color:{color:text};}
  507.  
  508. .permalinktext svg{
  509. width:1em;
  510. height:1em;
  511. margin:5px;
  512. fill:{color:Accent};
  513. }
  514.  
  515. .permalinktext a:hover{
  516. color:{color:Accent};
  517. }
  518.  
  519.  
  520.  
  521. .permalinktext .custom-like-button {
  522. position: relative;
  523. display: inline-block;
  524. width:15px;
  525. height:15px;
  526. margin-left:-8px;
  527. cursor: pointer;
  528. }
  529.  
  530. .permalinktext .like_button {
  531. position: absolute;
  532. top:0;
  533. left:0;
  534. right:0;
  535. bottom:0;
  536. width:100%;
  537. height:100%;
  538. opacity:0;
  539. z-index:999!important;
  540. }
  541. .permalinktext .like_button iframe {
  542. width:100% !important;
  543. height:100% !important;
  544. }
  545.  
  546. .permalinktext .like_button svg {
  547. position:absolute;
  548. width:100%;
  549. height:100%;
  550. top:0;
  551. left:0;
  552. right:0;
  553. bottom:0;
  554. }
  555.  
  556. .permalinktext .like_button.liked + svg { fill:red!important;}
  557.  
  558. /*audio player*/
  559.  
  560.  
  561.  
  562. #audio {
  563. width:auto;
  564. margin:0px;
  565. height:auto;
  566. min-height:60px;
  567. line-height:20px;
  568. }
  569. .cover {
  570. z-index:1;
  571. width:70px;
  572. height:70px;
  573. position:absolute;
  574. }
  575. .cover img {
  576. float:left;
  577. position:absolute;
  578. border-radius:0px;
  579. width:70px;
  580. height:70px;
  581. }
  582.  
  583. .playbox {
  584. position:absolute;
  585. z-index:9;
  586. background:black;
  587. opacity:0;
  588. width:70px;
  589. height:70px;
  590. -webkit-transition:opacity 0.5s linear;
  591. -webkit-transition:all 0.5s linear;
  592. -moz-transition:all 0.5s linear;
  593. transition:all 0.5s linear;
  594. }
  595.  
  596. .entry:hover .playbox{
  597. opacity:.8;
  598. -webkit-transition:opacity 0.5s linear;
  599. -webkit-transition:all 0.5s linear;
  600. -moz-transition:all 0.5s linear;
  601. transition:all 0.5s linear;
  602. }
  603.  
  604. .button {
  605. position:relative;
  606. z-index: 1000;
  607. overflow:hidden;
  608. width:25px;
  609. height:25px;
  610. margin:20px 20px 20px 20px;
  611. }
  612.  
  613.  
  614. .info {
  615. margin-left:70px;
  616. margin-top:0px;
  617. font-size:10px;
  618. letter-spacing:2px;
  619. text-align:right;
  620. height:50px;
  621. overflow:auto;
  622. text-transform:uppercase;
  623. line-height:25px;
  624. background:{color:Accent};
  625. color:{color:Accent text};
  626. padding:10px;
  627. }
  628.  
  629. /*title*/
  630.  
  631. .title{
  632. padding:10px;
  633. text-align:center;
  634. font-family:Quicksand;
  635. text-transform:uppercase;
  636. font-size:20px;
  637. font-weight:500;
  638. letter-spacing:1px;
  639. border-radius:3px;
  640. line-height:28px;
  641. color:{color:Accent text};
  642. background:{color:Accent};
  643. -webkit-transition:All 0.3s ease;
  644. }
  645. .title a:hover{
  646. color:{color:background};
  647. -webkit-transition:All 0.3s ease;
  648. }
  649. .title a{
  650. color:{color:Accent text};
  651. -webkit-transition:All 0.3s ease;}
  652.  
  653. /*blockquote & quote*/
  654.  
  655. blockquote{
  656. border-left:1px solid {color:accent};
  657. margin:5px;
  658. padding-left:10px;
  659. line-height:15px;
  660. }
  661.  
  662. .quote{
  663. color:{color:Title};
  664. font-style:italic;
  665. padding:7px;
  666. background:{color:Accent};
  667. color:{color:Accent text};
  668. }
  669.  
  670. .cite{
  671. line-height:15px;
  672. text-align:right;
  673. font-size:9px;
  674. font-style:italic;
  675. padding:10px;
  676. padding-bottom:7px;;
  677. background:rgba({RGBcolor:Accent}, 0.8);
  678. color:{color:Accent text};
  679. }
  680.  
  681. .cite a{
  682. color:{color:Accent text};
  683. }
  684.  
  685. /*ask style*/
  686.  
  687.  
  688.  
  689. .question_a img{
  690. width:40px;
  691. float:left;
  692. border-radius:3px;
  693. }
  694.  
  695. .question{
  696. background:{color:accent};
  697. color:{color:accent text};
  698. padding:8px;
  699. margin-left:55px;
  700. border-radius:3px;
  701. min-height:40px;
  702. }
  703.  
  704. .question a{
  705. color:{color:accent text};
  706. }
  707.  
  708. .question:before{
  709. content: '';
  710. position: absolute;
  711. display: block;
  712. border-top: 9px solid transparent;
  713. border-bottom: 9px solid transparent;
  714. border-right: 9px solid {color:accent};
  715. width: 0;
  716. opacity:1;
  717. z-index: 99999999999999;
  718. margin-top:3px;
  719. margin-left:-17px;
  720. }
  721.  
  722.  
  723. .a{
  724. display:block;
  725. line-height:14px;
  726. margin-top:10px;
  727. }
  728.  
  729. .a img{
  730. width:100%;
  731. height:auto;
  732. }
  733.  
  734.  
  735. .c {
  736. position:fixed;
  737. font-size:15px;
  738. right:10px;
  739. bottom:10px;
  740. z-index:99999999999999999999999;
  741. -o-transition-transition: all 0.3s ease;
  742. -webkit-transition: all 0.3s ease;
  743. -moz-transition: all 0.3s ease;
  744. transition: all 0.3s ease;
  745. }
  746.  
  747. .c svg{fill:{color:accent};
  748. width:1.6em;
  749. height:1.6em;}
  750. .c:hover{-webkit-animation:pop 1s;}
  751.  
  752. @-webkit-keyframes pop{0% {-webkit-transform: scale(1);}30% {-webkit-transform: scale(.8);}50% {-webkit-transform: scale(1);}70% {-webkit-transform: scale(.8);}100% {-webkit-transform: scale(1);}}
  753.  
  754.  
  755. /*chat styling*/
  756.  
  757. .user_1, .user_3, .user_5, .user_7, .user_9, .user_11, .user_13, .user_15, .user_17, .user_19, .user_21, .user_23, .user_25, .user_27, .user_29, .user_31, .user_33, .user_35, .user_37, .user_39, .user_41, .user_43, .user_45, .user_47, .user_49, .user_51, .user_53, .user_55, .user_57, .user_59, .user_61, .user_63, .user_65, .user_67, .user_69, .user_71, .user_73, .user_75, .user_77, .user_79, .user_81, .user_83, .user_85, .user_87, .user_89, .user_91, .user_93, .user_95, .user_97, .user_99, .user_101, .user_103, .user_105, .user_107, .user_109, .user_111, .user_113, .user_115, .user_117, .user_119, .user_121, .user_123, .user_125, .user_127, .user_129, .user_131, .user_133, .user_135, .user_137, .user_139, .user_141, .user_143, .user_145, .user_147, .user_149{
  758. background:rgba({RGBcolor:Accent}, 1);
  759. padding:7px;
  760. color:{color:Accent text};}
  761.  
  762. .user_2, .user_4, .user_6, .user_8, .user_10, .user_12, .user_14, .user_16, .user_18, .user_20, .user_22, .user_24, .user_26, .user_28, .user_30, .user_32, .user_34, .user_36, .user_38, .user_40, .user_42, .user_44, .user_46, .user_48, .user_50, .user_52, .user_54, .user_56, .user_58, .user_60, .user_62, .user_64, .user_66, .user_68, .user_70, .user_72, .user_74, .user_76, .user_78, .user_80, .user_82, .user_84, .user_86, .user_88, .user_90, .user_92, .user_94, .user_96, .user_98, .user_100, .user_102, .user_104, .user_106, .user_108, .user_110, .user_112, .user_114, .user_116, .user_118, .user_120, .user_122, .user_124, .user_126, .user_128, .user_130, .user_132, .user_134, .user_136, .user_138, .user_140, .user_142, .user_144, .user_146, .user_148, .user_150{
  763. background:rgba({RGBcolor:Accent}, 0.6);
  764. padding:7px;
  765. color:{color:Accent text};}
  766.  
  767.  
  768. /*permalink notes*/
  769.  
  770. .caption{
  771. padding:10px;
  772. margin-top:0px;
  773. background:{color:Accent};
  774. color:{color:Accent text};
  775. }
  776.  
  777. .caption a{
  778. color:{color:Accent text};}
  779.  
  780. .inf{
  781. display:block;
  782. margin-bottom:0px;
  783. padding:10px;
  784. border-top:1px solid #fff;
  785. background:{color:Accent};
  786. color:{color:Accent text};
  787. line-height:17px;
  788. }
  789.  
  790. .show{cursor:pointer;}
  791. .tg{display:block;}
  792. .tg a:after{content:',';}
  793. .tg a:last-of-type:after {content:'.';}
  794. .inf a, .notas a, .tg a{color:{color:Accent text};}
  795. .inf a:hover, .notas a:hover, .tg a:hover{color:{color:text};}
  796.  
  797. .notas{
  798. margin-top:0px;
  799. display:none;
  800. background:{color:Accent};
  801. color:{color:Accent text};
  802. }
  803.  
  804.  
  805. ol.notes{padding:0px;margin:0px;list-style-type:none;}
  806. ol.notes li.note{padding:8px;text-align:left;border-top:1px solid #fff;}
  807. ol.notes li.note img.avatar {border-radius:100%;float:right;}
  808. ol.notes li.note blockquote a {text-decoration:none;}
  809. li.more_notes_link_container {text-transform: uppercase;font-size:1em;line-height:150%;letter-spacing:1px;}
  810. li.more_notes_link_container:hover{letter-spacing:4px;}
  811. img:not(.lightbox-image) {max-width:100%;height:auto;}
  812.  
  813. #infscr-loading { display:none!important; }
  814.  
  815. #top{
  816. position:fixed;
  817. top:0px;
  818. left:0px;
  819. width:100%;
  820. height:10px;
  821. background:{color:Accent};
  822. z-index:999999;
  823. }
  824.  
  825.  
  826. #sidebar {
  827. width:190px;
  828. height:auto;
  829. position:fixed;
  830. margin-left:calc(60px - 330px);
  831. {block:ifRightSidebar}
  832. right:calc(140px - 10px);
  833. {/block:IfRightSidebar}
  834. top:140px;
  835. z-index:999;
  836. height:auto;
  837. }
  838.  
  839. .photo img{
  840. width:50px;
  841. border-radius:100px;
  842. {block:IfPhotofiltre}
  843. -webkit-filter: grayscale(50%);
  844. {/block:IfPhotofiltre}
  845. -webkit-transition: all 0.4s ease;
  846. -moz-transition: all 0.4s ease;
  847. }
  848.  
  849. #sidebar:hover .photo img{
  850. -webkit-transform: rotate(360deg);
  851. -webkit-filter: grayscale(0%);
  852. -webkit-transition: all 0.4s ease;
  853. -moz-transition: all 0.4s ease;
  854. }
  855.  
  856. .desc{
  857. margin-left:68px;
  858. margin-top:-50px;
  859. color:{color:accent text};
  860. background:{color:Accent};
  861. overflow:hidden;
  862. width:120px;
  863. padding:10px;
  864. height:auto;
  865. min-height:30px;
  866. text-align:center;
  867. z-index:1;
  868. border-radius:3px;
  869. -webkit-transition: all 0.4s ease;
  870. -moz-transition: all 0.4s ease;
  871. }
  872.  
  873. .desc:before {
  874. content: '';
  875. position: absolute;
  876. display: block;
  877. border-top: 12px solid transparent;
  878. border-bottom: 12px solid transparent;
  879. border-right: 12px solid {color:accent};
  880. width: 0;
  881. opacity:1;
  882. z-index: 99999999999999;
  883. margin-top:2px;
  884. margin-left:-19px;
  885. }
  886.  
  887.  
  888. .titulo{
  889. position:absolute;
  890. color:{color:text};
  891. text-align:center;
  892. text-transform:uppercase;
  893. font-family:Quicksand;
  894. font-size:22px;
  895. margin-top:-23px;
  896. margin-left:70px;
  897. letter-spacing:2px;
  898. z-index:-1;
  899. width:135px;
  900. opacity:1;
  901. transition:0.4s;
  902. }
  903.  
  904. #sidebar:hover .titulo{
  905. opacity:0;
  906. margin-top:30px;
  907. }
  908.  
  909. #sidebar:hover .nav{
  910. opacity:1;
  911. margin-top:-80px;
  912. visibility:visible;
  913. }
  914.  
  915. .nav{
  916. width:150px;
  917. visibility:hidden;
  918. margin-top:30px;
  919. position:absolute;
  920. margin-left:70px;
  921. opacity:0;
  922. z-index:-1;
  923. font-size:10px;
  924. transition:0.4s;
  925. }
  926.  
  927. .nav svg{
  928. width:1.6em;
  929. height:1.6em;
  930. fill:{color:text};
  931. -webkit-transition:All 0.5s ease-in-out;
  932. margin:5px;
  933. }
  934.  
  935. .nav svg:hover{
  936. fill:{color:accent};
  937. }
  938.  
  939. </style>
  940. </head>
  941.  
  942. <body>
  943. <div id="top"></div>
  944.  
  945. <div class="center">
  946.  
  947. <div id="sidebar">
  948.  
  949. <div class="titulo">{text:blogtitle}</div>
  950. <div class="photo"><img src="{image:sidebar}"></div>
  951. <div class="nav">
  952. <a title="{text:Home Label}" href="/"><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"
  953. viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
  954. <path d="M197.8,112.4l-86.2-82c-2.4-2.2-6.1-2.2-8.4,0.1l-82.5,82.3c-1.7,1.7-2.2,4.3-1.3,6.5c0.9,2.2,3.1,3.7,5.5,3.7h23v56
  955. c0,3.3,2.7,6,6,6h35c3.3,0,6-2.7,6-6v-44h25v44c0,3.3,2.7,6,6,6h36c3.3,0,6-2.7,6-6v-56h26c0,0,0,0,0,0c3.3,0,6-2.7,6-6
  956. C200,115.1,199.2,113.5,197.8,112.4z M162,111c-3.3,0-6,2.7-6,6v56h-24v-44c0-3.3-2.7-6-6-6H89c-3.3,0-6,2.7-6,6v44H60v-56
  957. c0-3.3-2.7-6-6-6H39.5l68.1-67.9L179,111H162z"/>
  958. </svg>
  959. </a>
  960. <a title="{text:Ask Label}" href="{text:Ask link}"><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"
  961. viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
  962. <path d="M37.1,171h141.9c3.3,0,6-2.7,6-6V74.7c0,0,0-0.1,0-0.1V50.7c0-3.3-2.7-6-6-6H37.1c-3.3,0-6,2.7-6,6v25.1c0,0,0,0,0,0.1V165
  963. C31.1,168.3,33.8,171,37.1,171z M43.1,56.7h129.9v15.2l-65.5,55.5L43.1,73V56.7z M43.1,88.7l60.5,51.1c2.2,1.9,5.5,1.9,7.7,0
  964. l61.6-52.2V159H43.1V88.7z"/>
  965. </svg>
  966. </a>
  967. <a title="{text:Extra link 1 Title}" href="{text:Extra link 1}"><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"
  968. viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
  969. <path d="M51.1,176c0,3.3,2.7,6,6,6h101.8c3.3,0,6-2.7,6-6c0-33.2-15-61.7-36.1-73.1c10.2-6.7,16.9-18.3,16.9-31.4
  970. c0-20.7-16.9-37.6-37.6-37.6S70.4,50.7,70.4,71.5c0,13.1,6.7,24.6,16.9,31.4C66.1,114.3,51.1,142.8,51.1,176z M82.4,71.5
  971. c0-14.1,11.5-25.6,25.6-25.6s25.6,11.5,25.6,25.6S122.1,97.1,108,97.1S82.4,85.6,82.4,71.5z M108,109.4c23.4,0,42.6,26.7,44.7,60.6
  972. H63.3C65.4,136.1,84.6,109.4,108,109.4z"/>
  973. </svg>
  974. </a>
  975. <a title="{text:Extra link 2 Title}" href="{text:Extra link 2}"><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"
  976. viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
  977. <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
  978. 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
  979. 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
  980. 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
  981. 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
  982. S67.1,73.1,67.1,77.7z"/>
  983. </svg>
  984. </a>
  985. <a title="{text:Archive Label}" href="/archive"><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"
  986. viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
  987. <path d="M194,40v146c0,3.3-2.7,6-6,6H28c-3.3,0-6-2.7-6-6V40c0-3.3,2.7-6,6-6h22c3.3,0,6,2.7,6,6s-2.7,6-6,6H34v134h148V46h-12
  988. c-3.3,0-6-2.7-6-6s2.7-6,6-6h18C191.3,34,194,36.7,194,40z M116,34H99c-3.3,0-6,2.7-6,6s2.7,6,6,6h17c3.3,0,6-2.7,6-6
  989. S119.3,34,116,34z M72,142H58c-3.3,0-6,2.7-6,6v10c0,3.3,2.7,6,6,6h14c3.3,0,6-2.7,6-6v-10C78,144.7,75.3,142,72,142z M115,142h-15
  990. c-3.3,0-6,2.7-6,6v10c0,3.3,2.7,6,6,6h15c3.3,0,6-2.7,6-6v-10C121,144.7,118.3,142,115,142z M78,115c0-3.3-2.7-6-6-6H58
  991. c-3.3,0-6,2.7-6,6v10c0,3.3,2.7,6,6,6h14c3.3,0,6-2.7,6-6V115z M121,115c0-3.3-2.7-6-6-6h-15c-3.3,0-6,2.7-6,6v10c0,3.3,2.7,6,6,6
  992. h15c3.3,0,6-2.7,6-6V115z M157,109h-14c-3.3,0-6,2.7-6,6v10c0,3.3,2.7,6,6,6h14c3.3,0,6-2.7,6-6v-10C163,111.7,160.3,109,157,109z
  993. M52,81v10c0,3.3,2.7,6,6,6h14c3.3,0,6-2.7,6-6V81c0-3.3-2.7-6-6-6H58C54.7,75,52,77.7,52,81z M121,81c0-3.3-2.7-6-6-6h-15
  994. c-3.3,0-6,2.7-6,6v10c0,3.3,2.7,6,6,6h15c3.3,0,6-2.7,6-6V81z M163,81c0-3.3-2.7-6-6-6h-14c-3.3,0-6,2.7-6,6v10c0,3.3,2.7,6,6,6h14
  995. c3.3,0,6-2.7,6-6V81z M76,58c3.3,0,6-2.7,6-6V24c0-3.3-2.7-6-6-6h-6c-3.3,0-6,2.7-6,6v28c0,3.3,2.7,6,6,6H76z M145,18h-6
  996. c-3.3,0-6,2.7-6,6v28c0,3.3,2.7,6,6,6h6c3.3,0,6-2.7,6-6V24C151,20.7,148.3,18,145,18z"/>
  997. </svg></a>
  998. </div>
  999. <div class="desc">
  1000. {description}
  1001. </div>
  1002. </div>
  1003.  
  1004.  
  1005. <div id="posts">
  1006. {block:Posts}
  1007. <div class="entry" id="{PostID}">
  1008.  
  1009. {block:Text}
  1010. {block:Title}<div class="title">{Title}</div>{/block:Title}
  1011. <div class="back">{Body}</div>
  1012. {block:IndexPage}
  1013. <div class="permalinktext">
  1014. <a href="{permalink}">{Month} {DayOfMonth}, {Year} with {notecountwithlabel}</a> <div style="text-align:right;margin-top:-16px"><a href="{ReblogURL}" target="_blank"><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></a>
  1015. <div class="custom-like-button">
  1016. {LikeButton}
  1017. <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>
  1018. </span>
  1019. </div>
  1020. </div></div>
  1021. {/block:IndexPage}
  1022. {/block:Text}
  1023.  
  1024.  
  1025. {block:Link}
  1026. <div class="title">
  1027. <a href="{URL}">{Name}</a></div>
  1028. <div class="back">{block:Description}{Description}{/block:Description}
  1029. </div>{block:IndexPage}
  1030. <div class="permalinktext">
  1031. <a href="{permalink}">{Month} {DayOfMonth}, {Year} with {notecountwithlabel}</a> <div style="text-align:right;margin-top:-16px"><a href="{ReblogURL}" target="_blank"><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></a>
  1032. <div class="custom-like-button">
  1033. {LikeButton}
  1034. <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>
  1035. </span>
  1036. </div>
  1037. </div></div>
  1038. {/block:IndexPage}
  1039. {block:Link}
  1040.  
  1041.  
  1042. {block:Photo}
  1043. {block:IndexPage}
  1044. <div class="perm1">
  1045. <a title="Posted {timeago} with {notecount} notes" href="{Permalink}">
  1046. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  1047. viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
  1048. <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
  1049. 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"/>
  1050. <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
  1051. s-6,2.7-6,6v44C96,117.9,96.9,119.6,98.3,120.7z"/>
  1052. </svg>
  1053. </a>
  1054. </div>
  1055. <div class="perm2"><a href="{ReblogURL}" target="_blank"><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></a>
  1056. </div>
  1057. <div class="perm3">
  1058. <div class="custom-like-button">
  1059. {LikeButton}
  1060. <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>
  1061. </span>
  1062. </div>
  1063. </div>
  1064. <div class="mask"></div>
  1065. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>
  1066. {/block:IndexPage}
  1067. {block:PermalinkPage}
  1068. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>
  1069. {/block:PermalinkPage}
  1070. {/block:Photo}
  1071.  
  1072.  
  1073. {block:Photoset}
  1074. <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>
  1075. {block:IndexPage}
  1076. <div class="permalinktext">
  1077. <a href="{permalink}">{Month} {DayOfMonth}, {Year} with {notecountwithlabel}</a> <div style="text-align:right;margin-top:-16px"><a href="{ReblogURL}" target="_blank"><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></a>
  1078. <div class="custom-like-button">
  1079. {LikeButton}
  1080. <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>
  1081. </span>
  1082. </div>
  1083. </div></div>
  1084. {/block:IndexPage}
  1085. {/block:Photoset}
  1086.  
  1087.  
  1088. {block:Quote}
  1089. <div class="quote">❝&nbsp;{quote}</div>
  1090. <div class="cite">&mdash; {Source}</div>
  1091. {block:IndexPage}
  1092. <div class="permalinktext">
  1093. <a href="{permalink}">{Month} {DayOfMonth}, {Year} with {notecountwithlabel}</a> <div style="text-align:right;margin-top:-16px"><a href="{ReblogURL}" target="_blank"><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></a>
  1094. <div class="custom-like-button">
  1095. {LikeButton}
  1096. <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>
  1097. </span>
  1098. </div>
  1099. </div></div>
  1100. {/block:IndexPage}
  1101. {/block:Quote}
  1102.  
  1103. {block:Chat}
  1104. <div class="chat">
  1105. {block:Title}<span class="title">{Title}</span></span>{/block:Title}
  1106. {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<i>{Label}</i> {/block:Label}{Line}</div></div>{/block:Lines}
  1107. </div>
  1108. {block:IndexPage}
  1109. <div class="permalinktext">
  1110. <a href="{permalink}">{Month} {DayOfMonth}, {Year} with {notecountwithlabel}</a> <div style="text-align:right;margin-top:-16px"><a href="{ReblogURL}" target="_blank"><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></a>
  1111. <div class="custom-like-button">
  1112. {LikeButton}
  1113. <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>
  1114. </span>
  1115. </div>
  1116. </div></div>
  1117. {/block:IndexPage}
  1118. {/block:Chat}
  1119.  
  1120. {block:Audio}
  1121. <div id="audio">
  1122. <div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>
  1123. {block:AlbumArt}
  1124. <div class="cover"><img src="{AlbumArtURL}"></div>
  1125. {/block:AlbumArt}
  1126. <div class="playbox">
  1127. <div class="button">
  1128. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  1129. <div class="info">
  1130. <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}
  1131. <div style="text-transform:uppercase;font-size:9px;letter-spacing:2px;color:{color:Accent text};font-family:{select:Font};">
  1132. <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}</div>
  1133. </div>
  1134. </div>
  1135. {block:IndexPage}
  1136. <div class="permalinktext">
  1137. <a href="{permalink}">{Month} {DayOfMonth}, {Year} with {notecountwithlabel}</a> <div style="text-align:right;margin-top:-16px"><a href="{ReblogURL}" target="_blank"><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></a>
  1138. <div class="custom-like-button">
  1139. {LikeButton}
  1140. <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>
  1141. </span>
  1142. </div>
  1143. </div></div>
  1144. {/block:IndexPage}
  1145. {/block:Audio}
  1146.  
  1147.  
  1148. {block:Video}
  1149. <div class="video">{Video-500}</div>
  1150. {block:IndexPage}
  1151. <div class="permalinktext">
  1152. <a href="{permalink}">{Month} {DayOfMonth}, {Year} with {notecountwithlabel}</a> <div style="text-align:right;margin-top:-16px"><a href="{ReblogURL}" target="_blank"><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></a>
  1153. <div class="custom-like-button">
  1154. {LikeButton}
  1155. <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>
  1156. </span>
  1157. </div>
  1158. </div></div>
  1159. {/block:IndexPage}
  1160. {/block:Video}
  1161.  
  1162.  
  1163. {block:Answer}
  1164. <div class="question_a"><img src="{AskerPortraitURL-40}"></div>
  1165. <div class="question"><b>{Asker} asked:</b> {Question}</div>
  1166. <div class="a">{Answer}</div>
  1167. {block:IndexPage}
  1168. <div class="permalinktext">
  1169. <a href="{permalink}">{Month} {DayOfMonth}, {Year} with {notecountwithlabel}</a> <div style="text-align:right;margin-top:-16px"><a href="{ReblogURL}" target="_blank"><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></a>
  1170. <div class="custom-like-button">
  1171. {LikeButton}
  1172. <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>
  1173. </span>
  1174. </div>
  1175. </div></div>
  1176. {/block:IndexPage}
  1177. {/block:Answer}
  1178.  
  1179. {block:ContentSource}<!-- {SourceURL}
  1180. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  1181. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1182. {/block:ContentSource}
  1183.  
  1184. <!-- {block:NoRebloggedFrom}
  1185. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1186. {/block:NoRebloggedFrom} -->
  1187.  
  1188. {block:PermalinkPage}
  1189. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1190. {block:Date}
  1191. <div class="inf">
  1192. Posted on {month} {dayofmonth}{dayofmonthsuffix} at {12hour}:{minutes}{ampm} <br>
  1193. {block:RebloggedFrom}
  1194. source: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  1195. {/block:RebloggedFrom}
  1196. <div class="tg">
  1197. {block:HasTags}
  1198. tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  1199. {/block:Tags}{/block:HasTags}
  1200. </div>
  1201. <a class="show">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</a></div>
  1202. <div class="notas">
  1203. {block:PostNotes}
  1204. {PostNotes}
  1205. {/block:PostNotes}
  1206. {/block:Date}
  1207. </div>
  1208. {/block:PermalinkPage}
  1209. {/block:Date}
  1210. </div>
  1211. {/block:Posts}
  1212. </div>
  1213.  
  1214.  
  1215. <div class="pagination">
  1216. {block:Pagination}
  1217. {block:PreviousPage}
  1218. <a href="{PreviousPage}"></a>
  1219. {/block:PreviousPage}
  1220.  
  1221. {block:NextPage}
  1222. <a href="{NextPage}" class="next"></a>
  1223. {/block:NextPage}
  1224. {/block:Pagination}</div></div>
  1225.  
  1226. <!--Like seriously guys, DON'T TOUCH any of this scripts unless you know what it does or you will ruin your whole theme--->
  1227. <link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
  1228. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
  1229. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
  1230. <div class="c"><a title="Theme made by vhibes" href="http://vhibes.tumblr.com" target="_blank"><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"
  1231. viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M30.4,90.2c4.1,42.6,71.5,87.1,74.3,88.9c1,0.7,2.1,1,3.3,1c1.1,0,2.3-0.3,3.3-1c2.7-1.8,66.5-43.6,73.7-86.1
  1232. c3.7-21.8-2.7-34.9-8.8-42.1c-7-8.3-17.5-13.2-28.2-13.2c-3.9,0-7.5,0.6-10.8,1.9c-15.1,5.7-24.6,17.8-29.8,26.7
  1233. c-6-8.6-16.1-20.5-27.6-24.4c-3.8-1.3-8.1-2-12.3-2c-10.7,0-20.3,4.1-27,11.5C34.7,57.6,28.4,69.4,30.4,90.2z"/>
  1234. </svg></a></div>
  1235. <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700|Source+Sans+Pro:400,700|Hind:400,700|Dancing+Script:400,700|Open+Sans:400,700|Muli|Kurale|PT+Serif:400,700|Old+Standard+TT:400,700|Roboto:400,700|Roboto+Condensed:400,700|Lato:400,700|Raleway:400,700,300|Montez|Karla:400,700|Quicksand:400,700|Petit+Formal+Script|Clicker+Script|Mako|Maven+Pro:400,700' rel='stylesheet' type='text/css'>
  1236. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  1237. <script src ="http://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  1238. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  1239. {block:IndexPage}
  1240. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  1241. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  1242. {/block:IndexPage}
  1243. <script>
  1244.  
  1245. $(document).ready(function(){
  1246. $(".show").click(function(){
  1247. $(".notas").slideToggle("slow");
  1248. });
  1249. });
  1250. $(document).ready(function(){
  1251. $('.photo-slideshow').pxuPhotoset({
  1252. lightbox: true,
  1253. rounded: false,
  1254. gutter: '1px',
  1255. photoset: '.photo-slideshow',
  1256. photoWrap: '.photo-data',
  1257. photo: '.pxu-photo'
  1258. });
  1259. {block:IndexPage}
  1260. var $container = $('#posts');
  1261. $container.masonry({ itemSelector: '.entry' });
  1262. $container.imagesLoaded(function(){
  1263. $container.masonry();
  1264. $container.find('.entry').animate({ opacity: 1, zIndex: 1 });
  1265. });
  1266. $container.infinitescroll({
  1267. itemSelector: '.entry',
  1268. navSelector: '.pagination',
  1269. nextSelector: '.next',
  1270. loadingImg: '',
  1271. loadingText: '<em></em>',
  1272. bufferPx: 2000
  1273. },
  1274. function( newElements ) {
  1275. var $newElems = $( newElements );
  1276. $newElems.find('.photo-slideshow').pxuPhotoset({
  1277. lightbox: true,
  1278. rounded: false,
  1279. gutter: '1px',
  1280. photoset: '.photo-slideshow',
  1281. photoWrap: '.photo-data',
  1282. photo: '.pxu-photo'
  1283. },
  1284.  
  1285. function(){
  1286. resizeVideos(); },
  1287.  
  1288. function(){
  1289. $container.masonry();
  1290. });
  1291.  
  1292.  
  1293. var $newElemsIDs = $newElems.map(function(){
  1294. return this.id;
  1295. }).get();
  1296. console.log($newElems, $newElemsIDs);
  1297. Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
  1298.  
  1299. $newElems.imagesLoaded(function(){
  1300. $container.masonry( 'appended', $newElems );
  1301. $newElems.animate({ opacity: 1, zIndex: 1 });
  1302. });
  1303. });
  1304. {/block:IndexPage}
  1305. });
  1306. </script>
  1307. </body>
  1308. </html>
Add Comment
Please, Sign In to add comment