Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
- <head><title>{Title}{block:PostSummary} // {PostSummary}{/block:PostSummary}</title>
- {block:ifNotCustomFavicon}
- <link rel="shortcut icon" href="{Favicon}">
- {/block:ifNotCustomFavicon}{block:ifCustomFavicon}
- <link rel="shortcut icon" href="{image:favicon}">
- {/block:ifCustomFavicon}
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Barrio" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Imprima" rel="stylesheet">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--
- Brick-Breaker by Laighlin
- 1. don't move the credit (you can customize how it looks)
- 2. don't redistribute or lift large chunks of code
- -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
- <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- $(document).ready(function() {
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:300
- });
- $('.post').unnest({
- yourCaption: ".pad",
- wrapName: ".tumblr_parent",
- originalPostCaptionUsername: true,
- tumblrAvatars: true,
- tumblrAvatarClass: ".tumblr_avatar",
- usernameColon: false,
- });
- });
- </script>
- <meta name="viewport" content="width=device-width" />
- <meta name="color:background color" content="#fefcf9"/>
- <meta name="color:borders" content="#fff"/>
- <meta name="image:sidebar" content="http://static.tumblr.com/e1e948c2900b9847cfe9723f8c506453/xwoxjom/bBeolo5e5/tumblr_static_4n9vyniadzi8gkkwcsw04cs4g.png"/>
- <meta name="image:sidebar small" content=""/>
- <meta name="image:favicon" content="{favicon}"/>
- <meta name="if:custom favicon" content="0"/>
- <meta name="if:500 px" content="0"/>
- <meta name="if:rounded corners" content="1"/>
- <meta name="if:black tumblr controls" content="0"/>
- <meta name="if:small sidebar image" content="0"/>
- <meta name="select:sidebar image size" title="cover" content="no-repeat;background-size:cover"/>
- <meta name="select:sidebar image size" title="tiled" content="repeat"/>
- <meta name="color:title" content="#fff"/>
- <meta name="color:title bg" content="#a08ea2"/>
- <meta name="color:desc text" content="#282828"/>
- <meta name="color:desc bg" content="#f3ebd8"/>
- <meta name="color:thick border" content="#6b5670"/>
- <meta name="color:post bg" content="#fff"/>
- <meta name="color:post text" content="#555"/>
- <meta name="color:bold" content="#5d4068"/>
- <meta name="color:italic" content="#947e67"/>
- <meta name="color:link" content="#7c5b86"/>
- <meta name="color:link hover" content="#28132b"/>
- <meta name="color:selection text" content="#fff"/>
- <meta name="color:selection bg" content="#53475a"/>
- <meta name="color:scrollbar" content="#b3a9b6"/>
- <meta name="color:extra links first color" content="#6b5670"/>
- <meta name="color:extra links second color" content="#a58ca5"/>
- <meta name="color:extra links text" content="#f0f0f0"/>
- <meta name="color:tags" content="#64476b"/>
- <meta name="color:tags hover" content="#767166"/>
- <!-- text fields -->
- <meta name="text:title font" content="Barrio"/>
- <meta name="text:body font" content="Noto Sans"/>
- <meta name="text:body font size" content="13px"/>
- <meta name="text:desc font size" content="13px"/>
- <style type="text/css">
- {block:ifnotblacktumblrcontrols}
- .tmblr-iframe {
- filter:invert(100%) opacity(60%);
- }
- {/block:ifnotblacktumblrcontrols}
- body {
- margin:0px;
- background:{color:background color};
- color:{color:post text};
- font-family:'{text:body font}',calibri,sans-serif;
- font-size:{text:body font size};
- overflow:hidden;
- }
- a.tumblr_blog {
- font-weight:bold;
- }
- #yeehaw {
- height:100%;
- width:100%;
- position:absolute;
- overflow:auto;
- }
- a, .links, .tags {
- transition:.2s ease-in-out;
- }
- b, strong {
- color:{color:bold};
- }
- i, em {
- color:{color:italic};
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- p, p + p {
- margin:8px 0;
- }
- p:last-child {
- margin-bottom:3px;
- }
- p:first-child {
- margin-top:3px;
- }
- a:hover {
- color:{color:link hover};
- }
- img {
- border:none;
- max-height:100%;
- max-width:100%;
- }
- blockquote, blockquote blockquote {
- padding-left:7px;
- margin:0 2px;
- border-left:1px dashed {color:bold};
- }
- blockquote.tumblr_parent {
- border:none;
- margin-left:-5px;
- padding:none;
- }
- img.tumblr_avatar {
- height:16px;
- border-radius:3px;
- position:relative;
- top:3px;
- right:4px;
- }
- h1 {
- font-size:130%;
- }
- ::selection {
- background: {color:selection bg};
- color: {color:selection text};
- }
- ::-moz-selection {
- background: {color:selection bg};
- color: {color:selection text};
- }
- ::-webkit-scrollbar {
- width:10px;
- height:10px;
- }
- ::-webkit-scrollbar-thumb {
- background:{color:scrollbar} padding-box;
- border:3px solid transparent;
- }
- /* Track */
- ::-webkit-scrollbar-track {
- background:transparent;
- }
- ::-webkit-scrollbar-corner {
- background:{color:scrollbar};
- }
- .tumblr_video_container {
- display:none;
- }
- #s-m-t-tooltip {
- margin-left:13px;
- background:{color:post bg} padding-box;
- color:{color:post text};
- padding:3px 5px;
- line-height:105%;
- font:italic 90% 'noto sans';
- z-index:999999;
- pointer-events:none;
- border:7px solid rgba({RGBcolor:thick border},.5);
- {block:ifRoundedCorners}
- border-radius:3px;
- {/block:ifRoundedCorners}
- }
- #s-m-t-tooltip:before {
- content:'';
- position:absolute;
- top:-4px;
- left:-4px;
- bottom:-4px;
- right:-4px;
- border:1px dashed {color:borders};
- }
- a#cred {
- height:20px;
- width:20px;
- bottom:15px;
- right:15px;
- position:fixed;
- z-index:9999;
- background:{color:extra links first color} padding-box;
- padding:1px;
- border-radius:50%;
- border:7px solid rgba({RGBcolor:thick border},.5);
- }
- a#cred:before {
- content:'';
- position:absolute;
- border:1px dashed {color:borders};
- border-radius:50%;
- top:-4px;
- bottom:-4px;
- left:-4px;
- right:-4px;
- pointer-events:none;
- }
- a#cred svg#laigh {
- fill:{color:extra links text};
- transition:.2s all ease;
- }
- a#cred:hover {
- background:{color:extra links text};
- }
- a#cred:hover svg#laigh {
- fill:{color:extra links second color};
- }
- .controls svg {
- width:14px;
- height:auto;
- opacity:.8;
- padding:1px;
- display:block;
- overflow:visible;
- fill:{color:link};
- }
- .controls {
- float:right;
- margin-top:-1px;
- margin-right:-3px;
- }
- .controls a {
- position:relative;
- display:inline-block;
- overflow:hidden;
- padding:1px;
- width:14px;
- height:15px;
- }
- .controls .reblog {
- opacity:.93;
- }
- .controls .reblog svg {
- width:13px;
- margin-top:1px;
- }
- .controls .like .liked + svg {
- opacity:1;
- }
- .controls .like .liked + svg path {
- fill:#ec5a5a;
- }
- .controls .like .like_button {
- position:relative;
- }
- .controls .like .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- #entwrapper {
- float:right;
- top:0;
- z-index:59;
- position:relative;
- }
- #entries {
- padding:10px;
- margin:-10px auto;
- position:relative;
- /*display:none;*/
- {block:if500px}
- width:540px;
- {/block:if500px}
- {block:ifNot500px}
- width:440px;
- {/block:ifNot500px}
- }
- .post, .info {
- width:inherit;
- position:relative;
- background:{color:post bg};
- z-index:10;
- }
- .post {
- }
- .post ul li {
- list-style-type:none;
- margin-left:-10px;
- position:relative;
- }
- .post ul li:before {
- content:'\00D7 ';
- padding-right:5px;
- margin-left:-15px;
- position:absolute;
- }
- .tit {
- font:120% Imprima;
- padding:7px 7px 1px 7px;
- margin-left:33px;
- color:{color:bold};
- position:relative;
- }
- .tit.quote:before {
- content:'\201C';
- position:absolute;
- width:45px;
- color:rgba({RGBcolor:bold},.8);
- font:65px barrio;
- left:-27px;
- top:0;
- }
- .tit.text {
- /*padding-top:12px;*/
- }
- .tit.ques {
- font-size:100%;
- }
- .tit .fa {
- color:rgba({RGBcolor:bold},.8);
- font-size:25px;
- position:absolute;
- left:-24px;
- top:4px;
- }
- .tit .fa.fa-music {
- margin-top:5px;
- }
- .askr {
- font:95% {text:body font};
- text-transform:uppercase;
- }
- .pad, .ch {
- padding:5px 8px;
- }
- .info {
- padding:5px 10px;
- text-transform:uppercase;
- font-size:85%;
- letter-spacing:1px;
- background:{color:desc bg};
- color:{color:desc text};
- overflow:hidden;
- }
- #note {
- overflow-x:hidden;
- text-align:center;
- {block:if500px}
- width:480px;
- {/block:if500px}
- {block:ifNot500px}
- width:380px;
- {/block:ifNot500px}
- margin:auto;
- }
- #tagcont {
- position:relative;
- text-transform:none;
- font-size:112%;
- margin:-2px auto 2px;
- letter-spacing:0;
- }
- a.tags {
- display:inline;
- color:{color:tags};
- margin-right:3px;
- }
- a.tags:hover {
- color:{color:tags hover};
- }
- #sidebar {
- left:0;
- top:0;
- bottom:0;
- position:fixed;
- display:flex;
- flex-flow:column nowrap;
- align-items:center;
- justify-content:center;
- background:{color:background color} url('{image:sidebar}') {select:sidebar image size};
- background-position:center;
- pointer-events:none;
- }
- #wrap {
- position:relative;
- {block:ifRoundedCorners}border-radius:6px;{/block:ifRoundedCorners}
- padding:20px;
- background:rgba({RGBcolor:thick border},.5);
- pointer-events:initial;
- }
- #wrap:after {
- content:'';
- position:absolute;
- border:1px dashed {color:borders};
- top:10px;
- bottom:10px;
- left:10px;
- right:10px;
- {block:ifRoundedCorners}border-radius:5px;{/block:ifRoundedCorners}
- }
- #wrap.side {
- width:270px;
- }
- #wrap.posties {
- margin:50px auto;
- }
- #title, #desc {
- position:relative;
- padding:10px;
- z-index:10;
- }
- #title {
- color:{color:title};
- background:{color:title bg};
- display:block;
- font:150% '{text:title font}';
- letter-spacing:1px;
- text-transform:uppercase;
- padding:10px 15px 15px;
- }
- #navcont {
- text-align:right;
- height:3px;
- background:{color:extra links first color};
- padding-right:5px;
- }
- .nav {
- text-transform:uppercase;
- font:11px 'noto sans';
- z-index:12;
- letter-spacing:1px;
- position:relative;
- background:{color:extra links first color};
- color:{color:extra links text};
- padding:3px 4px;
- top:-9px;
- margin:0 2px;
- }
- .nav:hover {
- background:{color:extra links text};
- color:{color:extra links first color};
- }
- #desc {
- padding-top:15px;
- color:{color:desc text};
- background:{color:desc bg};
- font-size:{text:desc font size};
- max-height:230px;
- overflow-y:auto;
- overflow-x:hidden;
- }
- #desc a, .info a {
- color:{color:tags};
- }
- #desc a:hover, .info a:hover {
- color:{color:tags hover};
- }
- {block:ifSmallSidebarImage}
- #simg {
- max-height:200px;
- height:200px;
- background:url({image:sidebar small}) no-repeat center;
- background-size:cover;
- }
- {/block:ifSmallSidebarImage}
- #note ol.notes {
- list-style-type:none;
- margin:5px;
- padding:5px;
- }
- #note ol.notes img.avatar {
- margin-right: 5px;
- margin-bottom:-3px;
- width: 16px;
- height: 16px;
- border-radius:50%;
- }
- #note ol.notes li {
- padding:3px;
- }
- .aud {
- height:30px;
- width:20px;
- overflow:hidden;
- position:relative;
- margin: 15px 24px 13px 16px;
- }
- #cover {
- margin-right:5px;
- width:81px;
- height:81px;
- float:left;
- background-size:cover;
- z-index:-1;
- }
- #cover img { border-radius:4px; }
- .audholder {
- position:absolute;
- z-index:11;
- background:#000;
- margin-top:11px;
- margin-left:11px;
- opacity:.5;
- border-radius:50%;
- }
- #song {
- height:51px;
- padding:15px;
- background:transparent;
- margin-left:63px;
- }
- .chat:nth-child(even) {
- padding:0 10px;
- }
- .chat {
- border-bottom:1px dashed rgba({RGBcolor:italic},.7);
- }
- .chat:last-child {
- border:none;
- }
- #linkcont {
- position:relative;
- z-index:10;
- display:flex;
- flex-flow:row wrap;
- counter-reset:linx;
- }
- a.links {
- width:100%;
- font:11px 'noto sans';
- padding:5px;
- height:16px;
- background:{color:extra links second color};
- color:{color:extra links text};
- text-transform:uppercase;
- letter-spacing:1px;
- position:relative;
- overflow:hidden;
- }
- .links:nth-child(odd) {
- text-align:right;
- background:{color:extra links first color};
- }
- .links:nth-child(odd):before, .links:nth-child(even):after {
- text-align:center;
- line-height:19px;
- content:counter(linx, decimal-leading-zero);
- counter-increment:linx;
- position:absolute;
- background:{color:desc text};
- color:{color:desc bg};
- height:20px;
- width:20px;
- top:0;
- z-index:11;
- padding:3px;
- }
- .links:nth-child(odd):before {
- left:0;
- }
- .links:nth-child(even):after {
- right:0;
- }
- a.links:hover {
- background:{color:desc bg};
- color:{color:desc text};
- }
- #pagcont {
- background:{color:desc bg};
- height:20px;
- padding:3px;
- display:flex;
- justify-content:center;
- align-items:center;
- position:relative;
- z-index:15;
- overflow:hidden;
- }
- #pagcont.mob {
- width:80%;
- margin:50px auto;
- position:relative;
- display:none;
- }
- .pag {
- background:{color:extra links first color};
- color:{color:extra links text};
- padding:6px;
- margin:0 3px;
- line-height:11px;
- font:12px noto sans;
- text-transform:uppercase;
- min-width:17px;
- text-align:center;
- transition:.2s all ease;
- }
- .pag:hover, .pag.cur {
- background:{color:desc text};
- color:{color:desc bg};
- }
- .photoset { padding:0; }
- {block:ifRoundedCorners}
- #radius {
- border-radius:4px;
- overflow:hidden;
- }
- {/block:ifRoundedCorners}
- {block:ifnot500px}@media all and (max-width: 800px) {/block:ifnot500px}
- {block:if500px}@media all and (max-width: 900px) {/block:if500px} {
- #sidebar {
- width:100%;
- position:relative;
- padding:30px 0;
- }
- #title, #desc { text-align:center; }
- #wrap.side {
- width:70%;
- float:top;
- }
- #simg { display:none; }
- #pagcont.mob {
- display:block;
- background:none;
- overflow:visible;
- z-index:10;
- height:25px;
- text-align:center;
- }
- .pag {
- width:40px;
- position:relative;
- padding:8px;
- font-size:100%;
- display:inline;
- }
- #pagcont.desktop {
- display:none;
- }
- #linkcont {
- background:{color:extra links second color};
- padding:2px;
- }
- a.links {
- width:calc(50% - 14px);
- max-width:100%;
- flex-grow:2;
- display:block;
- flex-flow:column wrap;
- margin:2px;
- }
- .links:nth-child(odd), .links:nth-child(even) {
- background:{color:extra links first color};
- text-align:center;
- }
- .links:before, .links:after { display:none; }
- #navcont {
- text-align:center;
- }
- #entwrapper {
- width:100%;
- }
- }
- {block:ifnot500px}@media all and (min-width: 801px) {/block:ifnot500px}
- {block:if500px}@media all and (min-width: 901px) {/block:if500px}
- {
- #sidebar {
- width:40%;
- }
- #entwrapper {
- width:60%;
- float:right;
- }
- #pagcont.mob {
- display:none;
- }
- }
- {CustomCSS}</style></head><body>
- <div id="yeehaw">
- <a id="cred" href="http://linthm.tumblr.com/tagged/thm" title="Brick-Breaker. by Laighlin">
- <svg id="laigh" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 399.69 399.69"><title>Laighlin</title><rect x="131.87" y="21.19" width="136.42" height="136.42" rx="17.42" ry="17.42" transform="translate(120.98 -115.45) rotate(45)"/><rect x="131.87" y="242.39" width="136.42" height="136.42" rx="17.42" ry="17.42" transform="translate(277.39 -50.66) rotate(45)"/><rect x="243.08" y="131.18" width="136.42" height="136.42" rx="17.42" ry="17.42" transform="translate(231.32 -161.87) rotate(45)"/><rect x="21.88" y="131.18" width="136.42" height="136.42" rx="17.42" ry="17.42" transform="translate(166.54 -5.46) rotate(45)"/></svg>
- </a>
- <div id="titbar"></div>
- <div id="sidebar">
- <div id="wrap" class="side">
- <div id="radius">
- <a href="/" id="title">{Title}</a>
- <div id="navcont">
- <a class="nav" href="/">home</a>
- {block:AskEnabled}<a class="nav" href="/ask">ask</a>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a class="nav" href="/submit">submit</a>{/block:SubmissionsEnabled}
- <a class="nav" href="/archive">past</a>
- </div>
- <div id="simg"></div>
- <div id="desc">
- <p>
- {Description}
- </p>
- </div>
- <div id="linkcont">
- {block:Pages} <a href="{URL}" class="links">
- {Label}
- </a>{/block:Pages}
- </div>
- {block:Pagination} <div id="pagcont" class="desktop">
- {block:PreviousPage}<a href="{PreviousPage}"><div class="pag">prev</div></a> {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<div class="pag cur">{PageNumber}</div>{/block:CurrentPage}
- {block:JumpPage}<a href="{URL}"><div class="pag">{PageNumber}</div></a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}"><div class="pag">next</div></a> {/block:NextPage}
- </div>{/block:Pagination}</div></div>
- </div>
- <div id="entwrapper">
- <div id="entries">
- {block:Posts}
- <div id="wrap" class="posties"><div id="radius">
- {block:RebloggedFrom}
- <div class="info">
- <span class="fa fa-retweet" aria-hidden="true"></span> <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> <span style="float:right"><span class="fa fa-copyright"></span> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span>
- </div>
- {/block:RebloggedFrom}
- <div class="post">
- {block:Text}
- {block:Title}<div class="tit text"><span class="fa fa-align-left" aria-hidden="true"></span>{Title}</div>{/block:Title}
- <div class="pad">{Body}</div>{/block:Text} {block:Photo} {LinkOpenTag} <img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}<div class="pad">{Caption}</div>{/block:Caption} {/block:Photo}
- {block:Photoset}
- <div class="photoset">
- {block:if500px}{Photoset-500}{/block:if500px}{block:ifNot500px}{Photoset-400}{/block:ifnot500px}
- </div> {block:Caption}<div class="pad">{Caption}</div>{/block:Caption}
- {/block:Photoset} {block:Quote}<div class="tit quote">{Quote}</div>
- {block:Source}<div class="pad"> —{Source}</div>{/block:Source}
- {/block:Quote} {block:Link}
- <a href="{URL}" class="tit lonk">{Name}</a>
- {block:Description}<div class="pad">{Description}</div>{/block:Description}{/block:Link} {block:Chat}{block:Title}
- <div class="tit text"><span class="fa fa-comments-o" aria-hidden="true"></span>{Title}</div>
- {/block:Title}<div class="ch">{block:Lines}<div class="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}</div>
- {/block:Lines}</div>{/block:Chat} {block:Audio}
- <div class="tit song">
- <span class="fa fa-music" aria-hidden="true"></span>
- <div style="position:relative;width:200px;margin-bottom:5px">{block:ifnotblacktumblrcontrols}{AudioPlayerWhite}{/block:ifnotblacktumblrcontrols}{block:ifblacktumblrcontrols}{AudioPlayerBlack}{/block:ifblacktumblrcontrols}</div>
- {block:Artist}<b>Artist:</b> {Artist}<br>
- {/block:Artist} {block:TrackName}<b>Title:</b> {TrackName}
- <p>{/block:TrackName}
- </div>
- {block:Caption}
- <div class="pad">
- {Caption}</div>{/block:Caption} {/block:Audio} {block:Video} {block:if500px} {VideoEmbed-500} {/block:if500px} {block:ifNot500px} {VideoEmbed-400} {/block:ifNot500px} {block:Caption}<div class="pad">{Caption}</div>{/block:Caption}{/block:Video} {block:Answer}
- <div class="tit ques"><span class="fa fa-comment-o" aria-hidden="true"></span>
- <div class="askr">{Asker} said:</div>
- <em>{Question}</em></div>
- {block:Answerer}<div class="tit ques" style="font:100% {text:body font}"><span class="fa fa-comment" aria-hidden="true"></span><div class="askr">{Answerer} replied:</div>{Answer}</div>{/block:Answerer}
- <div class="pad">{Replies}</div>
- {/block:Answer}
- {block:Date}
- <div class="info">
- {block:HasTags}
- <div id="tagcont">{block:Tags}
- #<a class="tags" href="{TagURL}">{Tag}</a>
- {/block:Tags}</div>{/block:HasTags}
- <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a> // {NoteCountWithLabel}
- <span class="controls">
- <a href="{ReblogURL}" target="_blank" class="reblog">
- <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>
- <a href="#" class="like">{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>
- </a>
- </span>
- </div>{/block:Date}
- {block:PostNotes}
- <div id="note">
- {PostNotes}
- </div>
- {/block:PostNotes}
- </div></div></div>
- {/block:Posts}
- </div>
- {block:Pagination} <div id="pagcont" class="mob">
- {block:PreviousPage}<a href="{PreviousPage}"><div class="pag">prev</div></a> {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"><div class="pag">next</div></a> {/block:NextPage}
- </div>{/block:Pagination}</div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement