Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ko ko bop @ planthed
- — DO NOT delete the credit.
- — Do not copy or steal any code.
- — Do not claim as yours.
- — Full credits at @painthemes/c
- -->
- <html lang="en">
- <head>
- <title>{block:PostSummary}{PostSummary}: {/block:PostSummary}{Title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:hidden}
- <!--Default Variables-->
- <meta name="image:Sidebar" content=""/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Accent" content="#BDC0DA"/>
- <meta name="text:Blogtitle" content="" />
- <meta name="text:Ask label" content="contact" />
- <meta name="text:Ask link" content="/ask"/>
- <meta name="text:Link 1 title" content="" />
- <meta name="text:Link 1" content="http://" />
- <meta name="text:Link 2 title" content="" />
- <meta name="text:Link 2" content="http://" />
- <meta name="text:Link 3 title" content="" />
- <meta name="text:Link 3" content="http://" />
- <meta name="if:Infinite scroll" content="" />
- <meta name="if:Load more" content="" />
- <meta name="if:White Tiny cursor" content="" />
- <meta name="if:Black Tiny cursor" content="" />
- <meta name="if:Show captions" content="">
- <meta name="if:Show tags" content="">
- <meta name="select:font size" content="10px" title="10px">
- <meta name="select:font size" content="11px" title="11px">
- <meta name="select:font size" content="12px" title="12px">
- <meta name="select:body font" content="Hind" title="Hind">
- <meta name="select:body font" content="Open Sans" title="Open Sans">
- <meta name="select:body font" content="Karla" title="Karla">
- <meta name="select:body font" content="Maven Pro" title="Maven Pro">
- <meta name="select:body font" content="Inconsolata" title="Inconsolata">
- <meta name="select:body font" content="Roboto" title="Roboto">
- <meta name="select:body font" content="Source Sans Pro" title="Source Sans Pro">
- <meta name="select:body font" content="Source Code Pro" title="Source Code Pro">
- <meta name="select:post size" content="280" title="280px">
- <meta name="select:post size" content="300" title="300px">
- <meta name="select:post size" content="320" title="320px">
- <meta name="select:post size" content="350" title="350px">
- <meta name="select:post size" content="380" title="380px">
- <meta name="select:post size" content="400" title="400px">
- <meta name="select:post size" content="450" title="450px">
- <meta name="select:post size" content="500" title="500px">
- <meta name="select:photoset gutters" content="1" title="1px">
- <meta name="select:photoset gutters" content="2" title="2px">
- <meta name="select:photoset gutters" content="3" title="3px">
- <meta name="select:photoset gutters" content="4" title="4px">
- <meta name="select:photoset gutters" content="5" title="5px">
- <meta name="select:photoset gutters" content="10" title="10px">
- {/block:hidden}
- <!---pxu script--->
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <!--- tooltips script --->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });});})(jQuery);
- </script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
- <style type="text/css">
- #s-m-t-tooltip{
- max-width:300px;
- padding:7px;
- min-height:7px;
- margin:20px 0px 0px 20px;
- line-height:100%;
- border-radius:3px;
- background:white;
- color:{color:text};
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:7px;
- font-family:open sans;
- word-wrap:break-word;
- word-break:break-all;
- box-shadow:0px 1px 2px #eeeeee;
- opacity:1;
- z-index:9999999999999999999;
- }
- .controles {
- position:fixed;
- top:15px;
- right:10px;
- padding:10ñx;
- }
- .controles svg{
- width:1.5em;
- height:auto;
- fill:{color:text};
- }
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:5px!important;
- right:15px!important;
- opacity:0;
- padding-right:40px;
- /* delete invert(1) from here */
- filter:invert(1) contrast(150%);
- -webkit-filter:invert(1) contrast(150%);
- -o-filter:invert(1) contrast(150%);
- -moz-filter:invert(1) contrast(150%);
- -ms-filter:invert(1) contrast(150%);
- /* to here if your blog has a dark background */
- transform:scale(0.65);
- transform-origin:100% 0;
- -webkit-transform:scale(0.65);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.65);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.65);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.65);
- -ms-transform-origin:100% 0;
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- transition: all 0.4s ease-in;
- }
- iframe.tmblr-iframe:hover {
- right:5px!important;
- opacity:0.3!important;
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- transition: all 0.4s ease-in;
- }
- /*tumblr controls and lightbox*/
- #tumblr_lightbox,.tmblr-lightbox{
- background:#f9f9f9!important;}
- #vignette,#tumblr_lightbox_caption,.vignette,.lightbox-caption{
- opacity:0!important;
- }
- #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image, .lightbox-image {
- box-shadow:none!important;
- border-radius:0px!important;
- padding:0px!important;
- background:#f9f9f9!important;
- border:0px solid {color:border}!important;
- }
- ::-webkit-scrollbar{
- height:3px;
- width:15px;
- background:inherit;
- background:#ddd;
- border:7px solid #f9f9f9;
- }
- ::-webkit-scrollbar-track {background:transparent;}
- ::-webkit-scrollbar-thumb {
- height:150px!important;
- background:#ccc;
- border:7px solid #f9f9f9;
- }
- /*tiny cursor*/
- html, body, img, a {
- {block:ifWhiteTinycursor}
- cursor:url(http://static.tumblr.com/vmteopo/fhxo3gbrd/small_white_cursor.png), auto;
- {/block:ifWhiteTinycursor}
- {block:ifBlackTinyCursor}
- cursor: url('http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png'), auto;
- {/block:ifBlackTinyCursor}
- }
- a:hover, a:active, iframe{
- {block:ifWhiteTinycursor}cursor:url(http://static.tumblr.com/vmteopo/RQ9o3gbth/small_white_cursor_help.png), crosshair;
- {/block:ifWhiteTinycursor}
- {block:ifBlackTinyCursor}
- cursor:url(http://static.tumblr.com/vmteopo/DH3njhg50/help_cursor.png), crosshair;
- {/block:ifBlackTinyCursor}
- }
- /*main structure*/
- body{
- background:#f9f9f9;
- font-size:{select:font size};
- font-family:{select:body font}, sans-serif;
- color:{color:text};
- line-height:170%;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- }
- a, a:link, a:active, a:visited{
- color:{color:Accent};
- text-decoration:none;
- -webkit-transition:all 0.3s linear;
- -moz-transition:all 0.3s linear;
- transition:all 0.3s linear;}
- a:hover {color:{color:text};}
- .center {
- position:relative;
- margin:20px auto;
- width:calc({select:post size}px - 200px);
- }
- #posts{
- position:relative;
- {block:PermalinkPage}
- margin-top:100px;
- {/block:PermalinkPage}
- }
- .entry {
- margin-top:60px;
- margin-bottom:60px;
- width:{select:post size}px;
- padding:0px;
- background:#fff;
- box-shadow:0px 1px 2px #eeeeee;
- border-radius:3px 3px 3px 3px;
- {block:indexpage}
- {block:ifinfinitescroll}
- opacity:0;
- z-index:-1;
- {/block:ifinfinitescroll}
- {/block:indexpage}
- }
- .pb{
- padding:10px;
- }
- .entry img{
- max-width:100%;
- position:relative;
- overflow:hidden;
- display:block;
- }
- .mytags{
- margin:25px 0px 0px -9px;
- text-transform:lowercase;
- font-style:italic;
- opacity:0;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out
- }
- .entry:hover .mytags{
- margin-left:-5px;
- opacity:1;
- }
- .mytags a{color:#bbb;margin:2px;}
- .mytags a:hover{color:{color:accent};}
- .photo_caption{
- display:block;
- margin:0px 0px 0px 10px;
- }
- img.tumblr_avatar {
- display:inline-block;
- border-radius:3px;
- margin:15px 0px 0px 0px;
- width:15px;
- }
- .tumblr_parent {
- display:block;
- margin:0px 0px 10px 0px;
- padding:0px;
- border:none;
- }
- a.tumblr_blog{
- position:relative;
- top:-4px;
- color:{color:text}!important;
- letter-spacing:1px;
- text-transform:uppercase;
- font-size:9px;
- margin:0px 0px 0px 10px;
- }
- .tumblr_parent a{
- position:relative;
- font-weight:700;
- }
- .tumblr_parent blockquote a{
- text-transform:none;
- position:static;
- top:0px;
- margin:0px;
- letter-spacing:0px;
- font-weight:normal;
- }
- .tumblr_parent blockquote{
- margin:5px 0px 5px -10px;
- border:none;
- }
- .ptype{
- border-bottom:1px solid #eee;
- }
- .ptype svg{
- width:1.5em;
- height:1.5em;
- fill:#888;
- margin:5px 5px 0px 5px;
- }
- .perm{
- width:calc(100% - 20px);
- padding:10px;
- height:8px;
- border-top:1px solid #eee;
- }
- .perm a{color:{color:text};}
- .perm a:hover{color:{color:Accent};}
- .nt{
- position:absolute;
- text-align:left;
- left:0px;
- margin-top:-10px;
- }
- .nt svg{
- width:1.3em;
- height:1.3em;
- fill:#888;
- margin:5px;
- padding:3px;
- border-radius:3px;
- -webkit-transition:opacity 0.5s linear;
- -webkit-transition:all 0.5s linear;
- -moz-transition:all 0.5s linear;
- transition:all 0.5s linear;
- }
- .butt{
- position:absolute;
- {block:IfInfiniteScroll}
- text-align:right;
- right:0px;
- {/block:IfInfiniteScroll}
- margin-top:-6px;
- {block:IfNOTInfinitescroll}
- right:-200px;
- text-align:right;
- {/block:IfNOTInfinitescroll}
- }
- .butt svg{
- width:1em;
- height:1em;
- fill:#888;
- margin:5px;
- -webkit-transition:opacity 0.5s linear;
- -webkit-transition:all 0.5s linear;
- -moz-transition:all 0.5s linear;
- transition:all 0.5s linear;
- }
- .butt svg:hover, .buli svg:hover, .our_button svg:hover, .like_button svg:hover{
- fill:{color:Accent}!important;
- -webkit-transition:opacity 0.5s linear;
- -webkit-transition:all 0.5s linear;
- -moz-transition:all 0.5s linear;
- transition:all 0.5s linear;
- }
- .custom-like-button {
- position: relative;
- display: inline-block;
- width:20px;
- height:20px;
- left:-5px;
- cursor: pointer;
- }
- .like_button {
- position: absolute;
- top:0;
- left:0;
- right:0;
- bottom:0;
- width:100%;
- height:100%;
- opacity:0;
- z-index:999!important;
- }
- .like_button iframe {
- width:100% !important;
- height:100% !important;
- }
- .like_button svg {
- position:absolute;
- width:100%;
- height:100%;
- top:0;
- left:0;
- right:0;
- bottom:0;
- }
- .like_button:hover + svg {fill:{color:Accent}!important;}
- .like_button.liked + svg { fill:{color:Accent}!important;}
- .video, .video iframe, .tumblr_video_container {
- display:block;
- width:{select:post size}px;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- p {margin:5px 0;}
- p:first-of-type {
- margin-top:0;
- padding-top:0;
- }
- p:last-of-type {
- margin-bottom:0;
- padding-bottom:0;
- }
- small{font-size:1em;}
- big{font-size:2em;}
- h1, h2, h3, h4 {
- font-size:2em;
- margin:0;
- padding:0;
- }
- /*audio player*/
- .cover {
- z-index:1;
- width:60px;
- height:60px;
- position:absolute;
- }
- .cover img {
- position:absolute;
- width:auto;
- height:auto;
- }
- .playbox {
- position:absolute;
- z-index:9;
- opacity:0;
- background:#f2f2f2;
- width:60px;
- height:60px;
- -webkit-transition:opacity 0.5s linear;
- -webkit-transition:all 0.5s linear;
- -moz-transition:all 0.5s linear;
- transition:all 0.5s linear;
- }
- .entry:hover .playbox{
- opacity:1;
- -webkit-transition:opacity 0.5s linear;
- -webkit-transition:all 0.5s linear;
- -moz-transition:all 0.5s linear;
- transition:all 0.5s linear;
- }
- .button {
- position:relative;
- z-index: 1000;
- overflow:hidden;
- width:25px;
- height:25px;
- margin-left:13px;
- margin-top:17px;
- }
- .info {
- margin-top:0px;
- margin-left:80px;
- border-left:1px solid #eee;
- height:40px;
- padding:10px;
- line-height:150%;
- font-size:1.2em;
- text-align:center;
- }
- .info h2{
- font-size:10px;
- text-transform:uppercase;
- }
- /*title*/
- .tit{
- font-family: 'Arapey', serif;
- padding:7px;
- text-align:center;
- border-bottom:1px solid #eee;
- font-size:2.3em;
- line-height:28px;
- color:{color:text};
- }
- .tit a{
- color:{color:text};
- }
- .tit svg{
- width:0.5em;
- height:0.5em;
- fill:{color:text};
- -webkit-transition:all 0.3s linear;
- }
- .tit:hover svg{
- margin-left:10px;
- }
- blockquote{
- border-left:1px solid #eee;
- margin:5px;
- padding-left:10px;
- }
- .quote{
- font-size:1.3em;
- }
- .qs{
- margin-top:10px!important;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- .qs:before {
- display:block;
- margin-bottom:10px;
- content:"";
- width:100px;
- height:1px;
- background:#eee;}
- /*ask style*/
- .question_a img{
- width:40px;
- float:left;
- border-radius:3px;
- }
- .question{
- background:#f1f1f1;
- padding:8px;
- margin-left:55px;
- border-radius:3px;
- min-height:40px;
- }
- .question a{
- color:{color:text};
- }
- .question:before{
- content: '';
- position: absolute;
- display: block;
- border-top: 9px solid transparent;
- border-bottom: 9px solid transparent;
- border-right: 9px solid #f1f1f1;
- width: 0;
- opacity:1;
- z-index: 99999999999999;
- margin-top:3px;
- margin-left:-17px;
- }
- .a{
- display:block;
- line-height:14px;
- margin-top:10px;
- }
- .a img{
- width:100%;
- height:auto;
- }
- .c{position:fixed;bottom:13px;right:10px;width:10px;height:10px;background:#fff;padding:5px;text-transform:uppercase;line-height:10px;font-family:open sans;font-size:7px;letter-spacing:1px;-webkit-transition:all 0.5s linear;
- box-shadow:0px 1px 2px #eeeeee;}.c a{color:{color:text};}
- .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{
- text-transform:uppercase; letter-spacing:1px;
- padding:7px;}
- .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{;padding:7px;
- text-transform:uppercase; letter-spacing:1px;background:#f5f5f5;}
- .entry li {
- list-style:none;
- line-height:170%;
- text-align:left;
- }
- .entry li:before {
- display:block;
- position:absolute;
- margin-left:-20px;
- margin-top:8px;
- content:"";
- width:10px;
- height:1px;
- background:#ddd;}
- /*permalink notes*/
- .inf{
- margin-top:10px;
- display:block;
- margin-bottom:0px;
- line-height:17px;
- border-top:1px solid #eee;
- padding:10px;
- }
- .tg{display:block;}
- .tg a:after{content:',';}
- .tg a:last-of-type:after {content:'.';}
- .inf a, .notas a, .tg a{color:{color:text};}
- .inf a:hover, .notas a:hover, .tg a:hover{color:{color:link};}
- .notas{
- display:none;
- margin:0px !important;
- margin-left:-20px;
- }
- .notas li {
- list-style:none;line-height:170%;text-align:left;}
- .notas li:before {
- display:block;position:absolute;content:"";width:0px;height:0px;}
- ol.notes{padding:0px;margin:0px;list-style-type:none!important;}
- ol.notes li.note{
- padding:8px;text-align:left;
- border-top:1px solid #eee;}
- ol.notes li.note img.avatar {border-radius:100%;float:right;}
- ol.notes li.note blockquote a {text-decoration:none;}
- li.more_notes_link_container {text-transform: uppercase;font-size:1em;line-height:150%;letter-spacing:1px;}
- ol.notes li.note.answer_content{font-weight:normal;}
- img:not(.lightbox-image) {max-width:100%;height:auto;}
- .pagination {
- position:relative;
- float:center;
- width:calc({select:post size}px - 20px);
- margin:0px 0px 60px 0px;
- background:#fff;
- padding:10px;
- text-align:right;
- box-shadow:0px 1px 2px #eeeeee;
- border-radius:3px 3px 3px 3px;
- {block:Ifinfinitescroll}
- visibility:hidden;
- display:none;
- opacity:0;
- {/block:Ifinfinitescroll}
- }
- .pagination a{
- color:{color:text};
- text-transform:uppercase;
- letter-spacing:1px;
- }
- #infscr-loading { display:none!Important; }
- footer{
- width:{select:post size}px;
- margin:auto;
- float:center;
- margin:50px 0px 100px 0px;
- text-align:center;}
- a.load-more {
- margin:auto;
- width:50px;
- padding:10px;
- color:{color:text};
- letter-spacing:1px;
- text-transform:uppercase;
- background:#fff;
- box-shadow:0px 1px 2px #eeeeee;
- border-bottom:1px solid #eee;
- }
- #sidebar{
- position:fixed;
- top:100px;
- margin-left:calc(60px - 290px);
- z-index:9999;
- width:120px;
- padding-top:11px;
- height:auto;
- border-radius:3px;
- background:#fff;
- padding:10px;
- box-shadow:0px 1px 2px #eeeeee;
- }
- #sidebar img{
- width:50px;
- height:50px;
- margin:-35px 33px 0px 33px;
- border-radius:100%;
- }
- .sidetitle{
- text-align:center;
- text-transform:uppercase;
- margin-top:7px;
- letter-spacing:1px;
- font-size:1.3em;
- color:{color:Accent};
- }
- .desc{
- margin-top:5px;
- line-height:14px;
- text-align:center;
- z-index:99999999999;
- }
- .nav{
- margin-top:10px;
- text-align:center;
- opacity:1;
- -webkit-transition-delay: 0.50s;
- -webkit-transition: all 0.50s;
- transition: all 0.50s;
- transition-delay: 0.50s;
- }
- .nav svg{
- width:1.6em;
- height:1.6em;
- font-size:10px;
- fill:{color:text};
- -webkit-transition:All 0.5s ease-in-out;
- margin:2px 2px 2px 2px;
- padding:3px;
- border-radius:3px;
- background:#eee;
- }
- .nav svg:hover{
- fill:{color:text};
- }
- .navigate, .show{
- cursor:pointer;
- }
- .linkerus{
- display:none;
- margin:0px 0px 0px 0px;
- }
- .linkerus svg{
- margin:0px 2px 0px 2px;
- }
- </style>
- </head>
- <body>
- <div class="center">
- <div id="sidebar">
- <a href="/"><img src="{image:sidebar}"> </a>
- <div class="sidetitle">{text:blogtitle}</div>
- <div class="desc">{Description}</div>
- <div class="nav">
- <a title="Home" 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"
- viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
- <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
- 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
- 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
- c0-3.3-2.7-6-6-6H39.5l68.1-67.9L179,111H162z"/>
- </svg>
- </a>
- <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"
- viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
- <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
- 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
- l61.6-52.2V159H43.1V88.7z"/>
- </svg>
- </a>
- <a title="navigate" class="navigate">
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
- <path d="M95.2,186C95.3,186,95.3,186,95.2,186c1.7,0,3.2-0.6,4.3-1.7l64.8-66.7c2.3-2.4,2.3-6.1-0.1-8.4L94.7,39.7
- c-1.1-1.1-2.7-1.7-4.2-1.7c0,0,0,0,0,0l-67.1,0.1c-3.3,0-6,2.6-6,5.9L17,109.9c0,1.6,0.6,3.2,1.8,4.3l72.3,70.2
- C92.2,185.5,93.7,186,95.2,186z M29.4,50L88,49.8l63.6,63.6l-56.5,58.2L29,107.4L29.4,50z M200.3,110.2c2.3,2.3,2.3,6,0,8.4
- l-64.8,66.8c-1.2,1.2-2.7,1.8-4.3,1.8c-1.5,0-3-0.6-4.2-1.7c-2.4-2.3-2.4-6.1-0.1-8.5l60.7-62.6L130.2,56c-2.3-2.4-2.3-6.2,0.1-8.5
- c2.4-2.3,6.2-2.3,8.5,0.1L200.3,110.2z M67.1,77.7c0,4.6-3.8,8.4-8.4,8.4s-8.4-3.8-8.4-8.4c0-4.6,3.8-8.4,8.4-8.4
- S67.1,73.1,67.1,77.7z"/>
- </svg>
- </a>
- <div class="linkerus">
- <a title="{text:link 1 text}" href="{text: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"
- viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
- <path d="M148,37.8c-3.9,0-7.5,0.6-10.8,1.9c-15.1,5.7-24.6,17.8-29.8,26.7c-6-8.6-16.1-20.5-27.6-24.4c-3.8-1.3-8.1-2-12.3-2
- c-10.7,0-20.3,4.1-27,11.5c-5.7,6.2-12,18-10,38.8c4.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-1
- c2.7-1.8,66.5-43.6,73.7-86.1c3.7-21.8-2.7-34.9-8.8-42.1C169.2,42.7,158.6,37.8,148,37.8z M173.1,91c-2.6,15.2-15.1,33.4-36.1,52.7
- c-11.9,10.9-23.5,19.4-29,23.2c-5.7-4-17.9-12.9-30.3-24.3C56,122.5,43.8,104,42.3,89c-1.3-13,1.1-23.2,6.9-29.6
- c6-6.6,13.9-7.6,18.1-7.6c3,0,5.9,0.5,8.5,1.3c11.4,3.9,23.3,21.7,26.9,28.3c1.1,2.1,3.4,3.3,5.7,3.1c2.4-0.2,4.4-1.7,5.2-4
- c0.1-0.2,8.2-22.4,27.7-29.7c1.9-0.7,4.2-1.1,6.6-1.1c7.2,0,14.3,3.3,19,9C173.3,66.2,175.5,77.4,173.1,91z"/>
- </svg></a>
- <a title="{text:link 2 text}" href="{text: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"
- viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
- <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
- 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
- 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
- H63.3C65.4,136.1,84.6,109.4,108,109.4z"/>
- </svg></a>
- <a title="{text:link 3 text}" href="{text:link 3}"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
- <path d="M42.3,97h47.9c3.3,0,6-2.7,6-6V43.1c0-3.3-2.7-6-6-6H42.3c-3.3,0-6,2.7-6,6V91C36.3,94.3,39,97,42.3,97z M48.3,49.1h35.9V85
- H48.3V49.1z"/>
- <path d="M173.7,37.1h-47.9c-3.3,0-6,2.7-6,6V91c0,3.3,2.7,6,6,6h47.9c3.3,0,6-2.7,6-6V43.1C179.7,39.7,177,37.1,173.7,37.1z
- M167.7,85h-35.9V49.1h35.9V85z"/>
- <path d="M36.3,172.9c0,3.3,2.7,6,6,6h47.9c3.3,0,6-2.7,6-6V125c0-3.3-2.7-6-6-6H42.3c-3.3,0-6,2.7-6,6V172.9z M48.3,131h35.9v35.9
- H48.3V131z"/>
- <path d="M125.8,178.9h47.9c3.3,0,6-2.7,6-6V125c0-3.3-2.7-6-6-6h-47.9c-3.3,0-6,2.7-6,6v47.9C119.8,176.3,122.5,178.9,125.8,178.9z
- M131.8,131h35.9v35.9h-35.9V131z"/>
- </svg></a>
- </div>
- </div>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- <div class="ptype"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
- <path d="M169,42c0-3.3-2.7-6-6-6H53c-3.3,0-6,2.7-6,6v138c0,3.3,2.7,6,6,6h110c3.3,0,6-2.7,6-6V42z M157,174H59V48h98V174z M75,77
- c0-3.3,2.7-6,6-6h54c3.3,0,6,2.7,6,6s-2.7,6-6,6H81C77.7,83,75,80.3,75,77z M75,109c0-3.3,2.7-6,6-6h54c3.3,0,6,2.7,6,6s-2.7,6-6,6
- H81C77.7,115,75,112.3,75,109z M75,143c0-3.3,2.7-6,6-6h54c3.3,0,6,2.7,6,6s-2.7,6-6,6H81C77.7,149,75,146.3,75,143z"/>
- </svg>
- </div>
- {block:Title}<div class="tit">{Title}</div>{/block:Title}
- <div class="pb2"><div class="photo_caption">{Body}</div></div>
- {/block:Text}
- {block:Link}
- <div class="ptype"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
- <path d="M55.7,77.1L103,33.7c1.1-1.6,2.9-2.7,5-2.7c0.7,0,1.4,0.1,2.1,0.4c0.8,0.3,1.5,0.7,2.2,1.3l48,44.5c2.4,2.3,2.6,6,0.3,8.5
- c-2.3,2.4-6,2.6-8.5,0.3L114,50.6V142c0,3.3-2.7,6-6,6s-6-2.7-6-6V50.9L63.8,86c-1.2,1.1-2.6,1.6-4.1,1.6c-1.6,0-3.2-0.7-4.4-1.9
- C53.1,83.2,53.3,79.4,55.7,77.1z M43,120c-3.3,0-6,2.7-6,6v54c0,3.3,2.7,6,6,6h129c3.3,0,6-2.7,6-6v-54c0-3.3-2.7-6-6-6s-6,2.7-6,6
- v48H49v-48C49,122.7,46.3,120,43,120z"/>
- </svg>
- </div>
- <div class="tit">
- <a href="{URL}">{Name} <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
- <path d="M78.7,172.8c1.1,0.9,2.5,1.4,3.9,1.4c1.7,0,3.4-0.7,4.6-2.1l50.8-60.3c1.9-2.2,1.9-5.5,0-7.7L87.2,43.9
- c-2.1-2.5-5.9-2.9-8.5-0.7c-2.5,2.1-2.9,5.9-0.7,8.5l47.5,56.4L78,164.4C75.9,166.9,76.2,170.7,78.7,172.8z"/>
- </svg>
- </a></div>
- <div class="photo_caption">{block:Description}{Description}{/block:Description}
- </div>
- {block:Link}
- {block:Photo}
- <div class="ptype"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
- <path d="M174.6,56.1L155.5,56l-18.2-27.1c-1.1-1.7-3-2.6-5-2.6H82.9c-2,0-3.8,1-4.9,2.6L59.1,56.1l-17.7,0C28,56.1,17,67.1,17,80.5
- v78.9c0,13.4,10.9,24.4,24.4,24.4h133.2c13.4,0,24.4-10.9,24.4-24.4V80.5C199,67.1,188,56.1,174.6,56.1z M187,159.4
- c0,6.8-5.5,12.4-12.4,12.4H41.4c-6.8,0-12.4-5.5-12.4-12.4V80.5c0-6.8,5.5-12.4,12.4-12.4l20.8,0c2,0,3.8-1,4.9-2.6l18.9-27.2H129
- l18.2,27.1c1.1,1.6,3,2.6,4.9,2.6l22.4,0.1c6.8,0,12.4,5.5,12.4,12.4V159.4z M108.5,70.5C85,70.5,66,89.6,66,113
- s19.1,42.5,42.5,42.5S151,136.4,151,113S131.9,70.5,108.5,70.5z M108.5,143.5C91.7,143.5,78,129.8,78,113s13.7-30.5,30.5-30.5
- S139,96.2,139,113S125.3,143.5,108.5,143.5z M174.2,88.1c0,4.8-3.9,8.8-8.8,8.8c-4.8,0-8.8-3.9-8.8-8.8c0-4.8,3.9-8.8,8.8-8.8
- C170.3,79.3,174.2,83.3,174.2,88.1z"/>
- </svg>
- </div>
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>
- {block:ifshowcaptions}
- {block:Caption}
- <div class="photo_caption">{Caption}</div>
- {/block:Caption}
- {/block:ifshowcaptions}
- {/block:Photo}
- {block:Photoset}
- <div class="ptype"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
- <path d="M174.6,56.1L155.5,56l-18.2-27.1c-1.1-1.7-3-2.6-5-2.6H82.9c-2,0-3.8,1-4.9,2.6L59.1,56.1l-17.7,0C28,56.1,17,67.1,17,80.5
- v78.9c0,13.4,10.9,24.4,24.4,24.4h133.2c13.4,0,24.4-10.9,24.4-24.4V80.5C199,67.1,188,56.1,174.6,56.1z M187,159.4
- c0,6.8-5.5,12.4-12.4,12.4H41.4c-6.8,0-12.4-5.5-12.4-12.4V80.5c0-6.8,5.5-12.4,12.4-12.4l20.8,0c2,0,3.8-1,4.9-2.6l18.9-27.2H129
- l18.2,27.1c1.1,1.6,3,2.6,4.9,2.6l22.4,0.1c6.8,0,12.4,5.5,12.4,12.4V159.4z M108.5,70.5C85,70.5,66,89.6,66,113
- s19.1,42.5,42.5,42.5S151,136.4,151,113S131.9,70.5,108.5,70.5z M108.5,143.5C91.7,143.5,78,129.8,78,113s13.7-30.5,30.5-30.5
- S139,96.2,139,113S125.3,143.5,108.5,143.5z M174.2,88.1c0,4.8-3.9,8.8-8.8,8.8c-4.8,0-8.8-3.9-8.8-8.8c0-4.8,3.9-8.8,8.8-8.8
- C170.3,79.3,174.2,83.3,174.2,88.1z"/>
- </svg>
- </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>
- {block:ifshowcaptions}
- {block:Caption}
- <div class="photo_caption">{Caption}</div>
- {/block:Caption}
- {/block:ifshowcaptions}
- {/block:Photoset}
- {block:Quote}<div class="ptype"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
- <path d="M154,27H58c-3.3,0-6,2.7-6,6v153.7c0,2.5,1.5,4.7,3.8,5.6c2.3,0.9,4.9,0.3,6.6-1.6l44.8-49.1l42.3,49
- c1.2,1.3,2.8,2.1,4.5,2.1c0.7,0,1.4-0.1,2.1-0.4c2.3-0.9,3.9-3.1,3.9-5.6V33C160,29.7,157.3,27,154,27z M148,170.6l-36.1-41.9
- c-1.1-1.3-2.7-2.1-4.5-2.1c-1.7,0-3.4,0.7-4.5,2L64,171.3V39h84V170.6z"/>
- </svg>
- </div>
- <div class="pb">
- <div class="quote">❝ {quote}</div>
- <div class="qs">{block:Source}{Source}{/block:Source}</div></div>
- {/block:Quote}
- {block:Chat}
- <div class="ptype"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
- <path d="M51.6,144.6l-6,34.1c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-23.8c3.2,0.3,6.3,0.4,9.4,0.4
- c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z M108,42.3
- c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7
- c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/>
- </svg>
- </div>
- <div class="chat">
- {block:Title}<span class="title">{Title}</span></span>{/block:Title}
- {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<i>{Label}</i> {/block:Label}{Line}</div></div>{/block:Lines}
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="ptype"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
- <path d="M101.6,42.2L73.6,73H35c-3.3,0-6,2.7-6,6v58c0,3.3,2.7,6,6,6h36.2l30.8,27.4c1.1,1,2.5,1.5,4,1.5c0.8,0,1.7-0.2,2.5-0.5
- c2.2-1,3.5-3.1,3.5-5.5V46.3c0-2.5-1.5-4.7-3.8-5.6C105.8,39.8,103.2,40.4,101.6,42.2z M100,152.6l-22.5-20c-1.1-1-2.5-1.5-4-1.5H41
- V85h35.3c1.7,0,3.3-0.7,4.4-2L100,61.8V152.6z M160.1,150.7c11.3-12.3,17.5-28.2,17.5-44.9c0-16.5-6.1-32.4-17.2-44.6
- c-2.2-2.5-2-6.2,0.4-8.5c2.5-2.2,6.2-2,8.5,0.4c13.1,14.4,20.3,33.1,20.3,52.6c0,19.7-7.3,38.6-20.7,53.1c-1.2,1.3-2.8,1.9-4.4,1.9
- c-1.5,0-2.9-0.5-4.1-1.6C158,157,157.8,153.2,160.1,150.7z M133.2,128.4c5.7-6.2,8.8-14.1,8.8-22.5c0-8.3-3.1-16.2-8.6-22.3
- c-2.2-2.5-2-6.2,0.4-8.5c2.5-2.2,6.2-2,8.5,0.4c7.6,8.3,11.7,19.1,11.7,30.4c0,11.4-4.2,22.3-12,30.6c-1.2,1.3-2.8,1.9-4.4,1.9
- c-1.5,0-2.9-0.5-4.1-1.6C131.2,134.6,131,130.8,133.2,128.4z"/>
- </svg>
- </div>
- <div class="pb">
- <div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>
- {block:AlbumArt}
- <div class="cover"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playbox">
- <div class="button">
- {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- <div class="info">
- <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName} <h2>by
- <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}</h2>
- </div>
- {block:ifshowcaptions}
- {block:Caption}
- <div class="photo_caption">{Caption}</div>
- {/block:Caption}
- {/block:ifshowcaptions}</div>
- {/block:Audio}
- {block:Video}
- <div class="ptype"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
- <path d="M43.1,137.2c12.3,12.1,33.6,26.4,65.4,26.4s53.1-14.4,65.4-26.4c13.3-13,19-26.1,19.3-26.6c0.7-1.5,0.7-3.3,0-4.8
- c-0.2-0.5-5.6-12.8-18.8-25c-12.1-11.2-33.5-24.5-66.5-24.5c-33,0-54,13.4-65.9,24.6C29,93.1,23.9,105.4,23.7,106
- c-0.6,1.5-0.6,3.2,0.1,4.6C24,111.1,29.8,124.2,43.1,137.2z M107.6,68.7c16.1,0,29.2,13.1,29.2,29.2c0,16.1-13.1,29.2-29.2,29.2
- s-29.2-13.1-29.2-29.2C78.4,81.8,91.5,68.7,107.6,68.7z M73.7,74.5c-4.6,6.6-7.3,14.7-7.3,23.4c0,22.7,18.5,41.2,41.2,41.2
- s41.2-18.5,41.2-41.2c0-8.8-2.8-16.9-7.5-23.6c24.4,9.4,36,27.4,39.5,34c-2.2,4-7.3,12.5-15.8,20.8c-15.5,15.1-34.5,22.7-56.6,22.7
- S67.3,144,51.8,129c-8.6-8.4-13.7-16.9-15.9-20.9C39.2,101.7,50,84,73.7,74.5z"/>
- </svg>
- </div>
- <div class="video">{Video-500}</div>
- {block:ifshowcaptions}
- {block:Caption}
- <div class="photo_caption">{Caption}</div>
- {/block:Caption}
- {/block:ifshowcaptions}
- {/block:Video}
- {block:Answer}
- <div class="ptype"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
- <path d="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
- 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
- l61.6-52.2V159H43.1V88.7z"/>
- </svg>
- </div>
- <div class="pb">
- <div class="question_a"><img src="{AskerPortraitURL-40}"></div>
- <div class="question"><b>{Asker} asked:</b> {Question}</div>
- <div class="a">{Answer}</div></div>
- {/block:Answer}
- {block:IndexPage}
- <div class="perm">
- <div class="nt"><a title="{notecount} notes" href="{permalink}"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
- <path d="M95.2,186C95.3,186,95.3,186,95.2,186c1.7,0,3.2-0.6,4.3-1.7l64.8-66.7c2.3-2.4,2.3-6.1-0.1-8.4L94.7,39.7
- c-1.1-1.1-2.7-1.7-4.2-1.7c0,0,0,0,0,0l-67.1,0.1c-3.3,0-6,2.6-6,5.9L17,109.9c0,1.6,0.6,3.2,1.8,4.3l72.3,70.2
- C92.2,185.5,93.7,186,95.2,186z M29.4,50L88,49.8l63.6,63.6l-56.5,58.2L29,107.4L29.4,50z M200.3,110.2c2.3,2.3,2.3,6,0,8.4
- l-64.8,66.8c-1.2,1.2-2.7,1.8-4.3,1.8c-1.5,0-3-0.6-4.2-1.7c-2.4-2.3-2.4-6.1-0.1-8.5l60.7-62.6L130.2,56c-2.3-2.4-2.3-6.2,0.1-8.5
- c2.4-2.3,6.2-2.3,8.5,0.1L200.3,110.2z M67.1,77.7c0,4.6-3.8,8.4-8.4,8.4s-8.4-3.8-8.4-8.4c0-4.6,3.8-8.4,8.4-8.4
- S67.1,73.1,67.1,77.7z"/>
- </svg></a></div>
- <div class="butt"><a title="reblog" href="{ReblogURL}">
- <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>
- <div class="custom-like-button">
- {LikeButton}
- <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>
- </span>
- </div>
- </div>
- {block:IfShowtags}
- <div class="mytags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>
- {/block:Tags}{/block:HasTags}</div>
- {/block:IfShowtags}
- </div>
- {/block:IndexPage}
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:PermalinkPage}
- {block:Date}
- <div class="inf">
- Posted on {month} {dayofmonth}{dayofmonthsuffix} at {12hour}:{minutes}{ampm} <br>
- {block:RebloggedFrom}
- source: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- {/block:RebloggedFrom}
- <div class="tg">
- {block:HasTags}
- tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>
- {/block:Tags}{/block:HasTags}
- </div>
- <a title="show notes" class="show">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</a></div>
- <div class="notas">
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Date}
- </div>
- {/block:PermalinkPage}
- {/block:Date}
- </div>
- {/block:Posts}
- </div>
- {block:Pagination}
- {block:ifloadmore}
- <footer>
- <a href="#" class="load-more">load more</a></footer>
- {/block:ifloadmore}
- {/block:Pagination}
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">prev /</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" class="next">next</a>
- {/block:NextPage}</div>
- {/block:Pagination}
- </div>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
- <link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"><div class="c"><a title="pain themes" href="http://painthemes.tumblr.com" target="_blank">pt</a></div>
- <link href="https://fonts.googleapis.com/css?family=Arapey:400i" rel="stylesheet">
- <link href='https://fonts.googleapis.com/css?family=Hind:400,700|Open+Sans:400,700|Source+Code+Pro:400,700|Source+Sans+Pro:400,700|Karla:400,700|Maven+Pro:400,700|Inconsolata:400,700|Roboto:400,300,700' rel='stylesheet' type='text/css'>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src ="http://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- {block:IndexPage}
- {block:ifinfinitescroll}
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- {/block:ifinfinitescroll}
- {/block:IndexPage}
- <script src="http://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".navigate").click(function(){
- $(".linkerus").slideToggle("fast");
- });
- });
- $(document).ready(function(){
- $(".show").click(function(){
- $(".notas").slideToggle("slow");
- });
- });
- $(function(){ $('#posts').unnest({
- yourCaption: ".photo_caption",
- newCaptionUsername: true,
- originalPostCaptionUsername: true,
- tumblrAvatars: true,
- tumblrAvatarClass: ".tumblr_avatar",
- usernameColon: false
- }); });
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '{select:photoset gutters}px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- {block:IndexPage}
- var $container = $('#posts');
- $container.masonry({ itemSelector: '.entry' });
- $container.imagesLoaded(function(){
- $container.masonry();
- $container.find('.entry').animate({ opacity: 1, zIndex: 1 });
- });
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '.pagination',
- nextSelector: '.next',
- loadingImg: '',
- loadingText: '',
- doneText: 'no more posts',
- bufferPx: 2000,
- {block:ifloadmore}
- errorCallback: function () {
- jQuery ('.load-more').delay(10).fadeOut();
- $('.entry').last().after($('.load-more'));
- }
- {/block:ifloadmore}
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '{select:photoset gutters}px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- },
- function(){
- resizeVideos(); },
- function(){
- $container.masonry();
- });
- $newElems.unnest({
- yourCaption: ".photo_caption",
- newCaptionUsername: true,
- originalPostCaptionUsername: true,
- tumblrAvatars: true,
- tumblrAvatarClass: ".tumblr_avatar",
- usernameColon: false
- });
- $newElems.imagesLoaded(function(){
- $container.masonry( 'appended', $newElems );
- $newElems.animate({ opacity: 1, zIndex: 1 });
- });
- });
- {block:ifloadmore}
- $(window).unbind('.infscr');
- $('.load-more').click(function(){
- $container.infinitescroll('retrieve');
- return false
- }); {/block:ifloadmore}
- {/block:IndexPage}
- });
- </script>
- <div class="controles"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve">
- <path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14
- s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7
- c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2
- c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8
- c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3
- c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7
- c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2
- c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8
- c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3
- c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7
- c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7
- s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7
- l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4
- c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2
- c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8
- c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7
- S41.9,103.9,45.3,102.3z"/>
- </svg>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment