Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!------------------ Tile Dream by Laighlin -------------------
- Enjoy! Don't hesitate to contact me at @linthm if you have
- any comments or questions.
- Credits:
- - Alternating blockquote color tutorial by @magistramagi
- - Custom tooltip plugin by Malihu on GitHub
- - Navigation Icons from Font Awesome
- - All fonts from Google Fonts
- - Default sidebar image by John Towner
- Last update: 14.03.2017
- --------------------------------------------------------------->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://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:SearchPage} // {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary} // {PostSummary}{/block:PostSummary}</title>
- {block:ifCustomFavicon}
- <link rel="shortcut icon" href="{image:favicon}">
- {/block:ifCustomFavicon}
- {block:ifNotCustomFavicon}
- <link rel="shortcut icon" href="{Favicon}">
- {/block:ifNotCustomFavicon}
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i|Orbitron:400,700|PT+Sans+Narrow" rel="stylesheet">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.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>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="image:Background" content="http://static.tumblr.com/e69668ce603e8589e245f78a5808e00b/xwoxjom/IAYomgqd2/tumblr_static_e0xqxcnj35wg480gcg8w8cg4c.jpg"/>
- <meta name="image:Favicon" content=""/>
- <meta name="if:Custom favicon" content="0"/>
- <meta name="if:500px posts" content="1"/>
- <meta name="if:Blurred sidebar image" content="1"/>
- <meta name="if:Search bar" content="1"/>
- <meta name="if:Borders" content="0"/>
- <meta name="if:Rounded corners" content="1"/>
- <meta name="if:Hide captions" content="1"/>
- <meta name="if:Hide tags" content="0"/>
- <meta name="if:Numbered custom links" content="0"/>
- <meta name="select:Background size" title="cover" content="no-repeat;background-size:cover"/>
- <meta name="select:Background size" title="tiled" content="repeat"/>
- <meta name="color:Background color" content="#d7d5d3"/>
- <meta name="color:Borders" content="#ccc"/>
- <meta name="color:Sidebar background" content="#033e35"/>
- <meta name="color:Title" content="#fff"/>
- <meta name="color:Title background" content="#3d6d4f"/>
- <meta name="color:Description text" content="#333"/>
- <meta name="color:Post background" content="#fff"/>
- <meta name="color:Post text" content="#333"/>
- <meta name="color:Bold" content="#b06b80"/>
- <meta name="color:Italic" content="#30b396"/>
- <meta name="color:Link" content="#949494"/>
- <meta name="color:Link hover" content="#4e978e"/>
- <meta name="color:Selection text" content="#fff"/>
- <meta name="color:Selection background" content="#2f7b5f"/>
- <meta name="color:Scrollbar" content="#255a47"/>
- <meta name="color:Extra links background" content="#524139"/>
- <meta name="color:Extra links text" content="#fff"/>
- <meta name="color:Blockquotes 1" content="#a58975"/>
- <meta name="color:Blockquotes 2" content="#298465"/>
- <meta name="color:Post footer background" content="#2d5a43"/>
- <meta name="color:Post footer text" content="#fff"/>
- <meta name="color:Tags" content="#fff"/>
- <meta name="color:Tags hover" content="#ddd"/>
- <!-- text fields -->
- <meta name="text:Body font" content="Noto Sans"/>
- <meta name="text:Body font size" content="13px"/>
- <style type="text/css">
- body {
- margin:0px;
- background:url({image:background}) {color:background color} fixed {select:background size};
- color:{color:post text};
- font-family:'{text:body font}', 'noto sans', sans-serif;
- font-size:{text:body font size};
- word-wrap:break-word;
- }
- #desc p:first-child, .pad p:first-child {
- margin-top:-3px;
- }
- #desc p:last-child, .pad p:last-child {
- margin-bottom:-5px;
- }
- a {
- transition:.2s ease-in-out;
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- }
- .pad a, #desc a, .media_wrap a {
- color:{color:link};
- }
- .pad a, #desc a {
- border-bottom:1px solid;
- }
- .title a { border:none; color:{color:title} !important; }
- .pad a:hover, #desc a:hover, .media_wrap a:hover {
- color:{color:link hover};
- border-color:transparent;
- }
- b, strong {
- color:{color:bold};
- }
- i, em {
- color:{color:italic};
- }
- img {
- border:none;
- max-height:100%;
- max-width:100%;
- }
- blockquote, blockquote blockquote {
- padding-left:7px;
- border-left:4px solid;
- margin-left:2px;
- margin-right:0;
- }
- .tumblr_blog {
- font-weight:bold;
- margin-right:1px;
- letter-spacing:.5px;
- }
- h1 {
- font-size:130%;
- }
- ::selection {
- background: {color:Selection background};
- color: {color:selection text};
- }
- ::-moz-selection {
- background: {color:Selection background};
- color: {color:selection text};
- }
- ::-webkit-scrollbar {
- width:8px;
- height:8px;
- }
- ::-webkit-scrollbar-thumb {
- background:{color:scrollbar};
- background-clip:padding-box;
- }
- ::-webkit-scrollbar-track {
- background:{color:background color};
- }
- #s-m-t-tooltip {
- margin-left:13px;
- background:{color:extra links text};
- color:{color:extra links background};
- padding:5px;
- font:italic 95% 'noto sans';
- border-left:4px solid {color:borders};
- z-index:9999999999;
- pointer-events:none;
- }
- .like {
- position:relative;
- }
- .like svg {
- margin-top:4px;
- }
- .like svg path {
- fill: {color:post footer text};
- }
- .like .like_button {
- position: absolute;
- margin-top: -23px;
- margin-left:3px;
- opacity:0;
- }
- .like .like_button.liked {
- opacity:1;
- z-index:9999;
- }
- .col {
- top:0;
- }
- #middle {
- max-width:550px;
- {block:if500pxPosts}
- left:calc(50% - 155px);
- {/block:if500pxPosts}
- {block:ifNot500pxPosts}
- left:calc(50% - 105px);
- {/block:ifNot500pxPosts}
- position:absolute;
- }
- #lefthand {
- width:300px;
- {block:if500pxPosts}
- left:calc(50% - 485px);
- {/block:if500pxPosts}
- {block:ifNot500pxPosts}
- left:calc(50% - 435px);
- {/block:ifNot500pxPosts}
- }
- #righthand {
- width:100px;
- {block:if500pxPosts}
- left:calc(50% + 385px);
- {/block:if500pxPosts}
- {block:ifNot500pxPosts}
- left:calc(50% + 335px);
- {/block:ifNot500pxPosts}
- }
- #lefthand, #righthand {
- background:{color:sidebar background};
- position:fixed;
- height:100%;
- z-index:4;
- overflow:hidden;
- display:flex;
- flex-flow:column nowrap;
- align-items:center;
- justify-content:center;
- transition:.3s all ease;
- }
- #lefthand:before, #righthand:before {
- content:'';
- position:absolute;
- top:-10px;
- left:-10px;
- bottom:-10px;
- right:-10px;
- filter:{block:ifBlurredSidebarImage} blur(2px) {/block:ifBlurredSidebarImage} opacity(.8);
- }
- #lefthand:before {
- background-position:left;
- }
- #righthand:before {
- background-position:center;
- }
- {block:ifBlurredSidebarImage}
- #lefthand:hover:before, #righthand:hover:before {
- filter:blur(4px) opacity(.8);
- }
- {/block:ifBlurredSidebarImage}
- #leftbar {
- max-width:250px;
- z-index:10;
- }
- .title, #title {
- color:{color:title};
- font:bold 120% 'Orbitron', monospace;
- letter-spacing:1px;
- text-transform:uppercase;
- background:{color:Title background};
- text-align:center;
- }
- #title {
- margin-bottom:6px;
- }
- .title.text {
- margin-bottom:-10px;
- }
- .title {
- margin:-10px -10px;
- padding:10px 7px 7px;
- }
- .search_page {
- margin:-10px;
- }
- #desc {
- color:{color:description text};
- background:{color:Post background};
- font-size:95%;
- overflow-y:auto;
- }
- #title, #desc {
- position:relative;
- padding:7px;
- z-index:10;
- }
- #navcont {
- margin:0 -3px 6px;
- display:flex;
- align-items:center;
- justify-content:center;
- }
- a.nav, .a.pag {
- padding:3px 4px 4px;
- background:{color:extra links background};
- color:{color:extra links text};
- }
- a.nav { margin:0 3px; padding:4px; }
- .nav.fa, .pag.fa {
- width:29px;
- height:29px;
- font-size:22px;
- text-align:center;
- line-height:28px;
- }
- .nav.fa.fa-home {
- font-size:25px;
- line-height:31px;
- margin-left:2px;
- }
- .nav.fa.fa-folder-open {
- line-height:30px;
- width:30px;
- }
- form#search_bar {
- margin-top:6px;
- height:33px;
- display:flex;
- }
- #search_bar input, button {
- padding:2px;
- outline:none;
- }
- #search_bar input {
- background-color:{color:post footer background};
- color:{color:post footer text};
- flex-grow:3;
- font:95% {text:body font};
- }
- #search_bar button {
- width:33px;
- margin-left:6px;
- padding:3px;
- font-size:18px;
- color:{color:extra links text};
- background:{color:extra links background};
- transition:.2s all ease;
- cursor:pointer;
- }
- #search_bar button:hover {
- border-color:transparent;
- }
- .search_query:before {
- content:"\201C";
- }
- .search_query:after {
- content:"\201D";
- }
- #entries {
- margin:auto;
- position:relative;
- {block:if500pxPosts}
- width:508px;
- {/block:if500pxPosts}
- {block:ifNot500pxPosts}
- width:408px;
- {/block:ifNot500pxPosts}
- }
- .pad, .info, .footer_wrap {
- margin-top:6px;
- position:relative;
- }
- .pad {
- padding:10px;
- background:{color:Post background};
- {block:if500pxPosts}
- width:480px;
- {/block:if500pxPosts}
- {block:ifNot500pxPosts}
- width:380px;
- {/block:ifNot500pxPosts}
- }
- .title.text:empty { background:none;margin-bottom:-24px; }
- .text_body {
- padding:20px 0 0;
- }
- .text_body:empty { margin:0; }
- .media_wrap {
- background:{color:Post background};
- }
- a.title {
- color:{color:title};
- }
- .media_wrap.pic {
- line-height:0;
- }
- .media_wrap.quo {
- font-family:'pt sans narrow', serif;
- font-size:150%;
- padding:5px;
- letter-spacing:.5px;
- }
- {block:ifHideCaptions}
- .pad.caption {
- display:none;
- {block:PermalinkPage}
- display:block;
- {/block:PermalinkPage}
- }
- {/block:ifHideCaptions}
- .short {
- {block:if500pxPosts}
- width:380px;
- {/block:if500pxPosts}
- {block:ifNot500pxPosts}
- width:280px;
- {/block:ifNot500pxPosts}
- height:66px;
- overflow-y:auto;
- overflow-x:hidden;
- float:right;
- margin:0;
- }
- .sq {
- width:86px;
- height:86px;
- float:left;
- }
- .sq .fa-link {
- background:{color:Title background};
- color:{color:title};
- font-size:70px;
- text-align:center;
- line-height:90px;
- width:86px;
- height:86px;
- }
- .info {
- text-align:center;
- text-transform:uppercase;
- font:95% 'noto sans',sans-serif;
- display:flex;
- width:calc(100% + 6px);
- margin-left:-3px;
- }
- .inf {
- background:{color:post footer background};
- color:{color:post footer text};
- height:26px;
- display:inline-block;
- margin:0 3px;
- }
- a.inf {
- width:26px;
- }
- .inf.note_count {
- font:bold 13px orbitron;
- letter-spacing:.5px;
- padding:0 5px;
- line-height:27px;
- width:auto;
- }
- .fa.inf {
- line-height:26px;
- font-size:20px;
- }
- .inf.stretcher {
- max-width:100%;
- flex-grow:2;
- min-width:3px;
- }
- .asked {
- font:bold 13px orbitron;
- text-transform:uppercase;
- margin-top:-2px;
- letter-spacing:1px;
- }
- .ans {
- text-align:right;
- }
- .tags {
- display:inline;
- color:{color:tags};
- padding:3px;
- }
- .tags:hover {
- color:{color:tags hover};
- }
- .tag_btn {
- cursor:pointer;
- }
- .tag_cont {
- background:{color:post footer background};
- color:{color:post footer text};
- font-size:95%;
- padding:3px;
- {block:ifHideTags}
- display:none;
- {block:PermalinkPage}
- display:block;
- {/block:PermalinkPage}
- {/block:ifHideTags}
- }
- #note {
- overflow-x:hidden;
- text-align:center;
- margin-top:6px;
- {block:if500pxPosts}
- width:480px;
- {/block:if500pxPosts}
- {block:ifNot500pxPosts}
- width:380px;
- {/block:ifNot500pxPosts}
- max-height:350px;
- overflow-y:auto;
- overflow-x:hidden;
- }
- #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:3px;
- }
- #note ol.notes li {
- padding:3px;
- }
- .aud {
- height:30px;
- width:20px;
- overflow:hidden;
- position:relative;
- margin: 15px 24px 13px 16px;
- }
- .audholder {
- position:absolute;
- z-index:30;
- background:#000;
- margin-top:18px;
- margin-left:16px;
- opacity:.5;
- border-radius:50%;
- }
- #song {
- height:51px;
- padding:15px;
- background:transparent;
- }
- .chat {
- margin:2px -10px;
- padding:1px 4px;
- border-bottom:1px solid {color:borders};
- }
- .chat:first-child {
- margin-top:-4px;
- }
- .chat:last-child {
- border:none;
- margin-bottom:-5px;
- }
- #linkcont {
- position:relative;
- margin-top:3px;
- margin-left:-3px;
- width:256px;
- display:flex;
- flex-flow:row wrap;
- counter-reset:links;
- text-align:right;
- }
- .links {
- {block:ifNumberedCustomLinks}
- padding:4px 5px 5px 35px;
- width:202px;
- {/block:ifNumberedCustomLinks}
- {block:ifNotNumberedCustomLinks}
- padding:4px 5px;
- flex-grow:2;
- {/block:ifNotNumberedCustomLinks}
- display:inline-block;
- position:relative;
- font:13px 'noto sans';
- text-transform:uppercase;
- text-align:center;
- margin:3px;
- transition:.2s all ease;
- letter-spacing:.5px;
- }
- {block:ifNumberedCustomLinks}
- .links:before {
- counter-increment:links;
- content:counter(links,decimal-leading-zero)".";
- left:5px;
- top:4px;
- position:absolute;
- background:{color:Title background};
- color:{color:title};
- font:bold 11px orbitron;
- height:17px;
- line-height:17px;
- width:27px;
- padding:5px 0 5px;
- margin-left:-5px;
- margin-top:-4px;
- }
- {/block:ifNumberedCustomLinks}
- .links, .nav, .pag {
- background:{color:extra links background};
- color:{color:extra links text};
- }
- a.pag {
- margin:6px;
- display:block;
- padding:3px;
- }
- a.pag.num {
- font:bold 18px orbitron;
- height:29px;
- width:29px;
- text-align:center;
- line-height:28px;
- }
- a.pag.cur {
- font:bold 23px orbitron;
- height:37px;
- width:37px;
- margin-left:2px;
- text-align:center;
- line-height:35px;
- background:{color:extra links text};
- color:{color:extra links background};
- pointer-events:none;
- }
- a.pag.fa {
- background:{color:Title background};
- color:{color:title};
- }
- #rightbar {
- z-index:10;
- }
- .links:hover, .nav:hover, .pag:hover, a.inf:hover {
- border-color:transparent;
- }
- .photoset { padding:0; }
- .post { margin:40px auto; }
- #title, #desc, a.nav, a.pag, .inf, #search_bar button, #search_bar input, .pad, .media_wrap, .tag_cont, .links {
- {block:ifBorders}
- border:4px solid {color:borders};
- background-clip:padding-box;
- {/block:ifBorders}
- {block:ifNotBorders}
- border:4px solid transparent;
- {/block:ifNotBorders}
- {block:ifRoundedCorners}
- border-radius:4px;
- {/block:ifRoundedCorners}
- }
- {block:ifNotBorders}
- a.nav:hover, a.pag:hover, a.inf:hover, #search_bar button:hover, #search_bar input:focus, .links:hover {
- border-color:{color:borders};
- }
- {/block:ifNotBorders}
- .floclear { clear:both; }
- {CustomCSS}
- </style>
- </head>
- <script>
- $(document).ready(function() {
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- });
- $(".tag_btn").click(function() {
- var $info = $(this).parent();
- var $footer_wrap = $info.parent();
- $footer_wrap.children(".tag_cont").slideToggle(150);
- });
- var colors = ["{color:blockquotes 1}","{color:blockquotes 2}"];
- $('body').find('blockquote').each( function (i) {
- $(this).css("border-left-color", colors[i % colors.length]);
- });
- })(jQuery);
- </script>
- <body>
- <div id="main_wrap">
- <div id="lefthand" class="col">
- <div class="wrap" id="leftbar">
- <div id="title">
- {Title}
- </div>
- <div id="navcont">
- <a class="nav fa fa-home" href="/" title="{lang:Home}"></a>
- {block:AskEnabled}<a class="nav fa fa-pencil" href="/ask" title="Ask"></a>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a class="nav fa fa-envelope" href="/submit" title="Submit"></a>{/block:SubmissionsEnabled}
- <a class="nav fa fa-folder-open" href="/archive" title="{lang:Archive}"></a>
- <a class="nav fa fa-code" href="http://linthm.tumblr.com/thm" title="Tile Dream © Laighlin"></a>
- </div>
- <div id="desc">
- <p>{Description}</p>
- </div>
- {block:ifSearchBar}
- <form id="search_bar" action="/search" method="get">
- <input type="text" name="q" value="{URLSafeSearchQuery}"/>
- <button type="submit" value="search" title="{lang:Search}"><span class="fa fa-search"></span></button>
- </form>
- {/block:ifSearchBar}
- {block:HasPages}
- <div id="linkcont">
- {block:Pages} <a href="{URL}" class="links">
- {Label}</a>{/block:Pages}
- </div>
- {/block:HasPages}
- </div></div>
- <div id="middle" class="col">
- <div id="entries">
- {block:SearchPage}
- <div class="post"><div class="pad"><div class="title search_page">
- {block:SearchResults}
- {lang:SearchResultCount results for SearchQuery 2}
- {/block:SearchResults}
- {block:NoSearchResults}
- {lang:No search results for SearchQuery 2}
- {/block:NoSearchResults}
- </div></div></div>
- {/block:SearchPage}
- {block:TagPage}
- <div class="post"><div class="pad"><div class="title search_page">
- {lang:Posts tagged Tag 3}
- </div></div></div>
- {/block:TagPage}
- {block:Posts inlineMediaWidth="350px"}
- <div class="post" id="{PostID}">
- {block:Text}
- <div class="pad">
- <div class="title text">{block:Title}{Title}{/block:Title}</div>
- <div class="text_body">{Body}</div></div>
- {/block:Text}
- {block:Photo}
- <div class="media_wrap pic">{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</div>
- {block:Caption}<div class="pad caption">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}<div class="media_wrap pic">
- {block:if500pxPosts}
- {Photoset-500}
- {/block:if500pxPosts}
- {block:ifNot500pxPosts}
- {Photoset-400}
- {/block:ifNot500pxPosts}</div>
- {block:Caption}<div class="pad caption">{Caption}</div>{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="media_wrap quo">“{Quote}”</div>
- {block:Source}<div class="pad caption" style="text-align:right"><p> — {Source}</p></div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="media_wrap sq">
- <div class="fa fa-link"></div>{block:Thumbnail}<img src="{Thumbnail}">{/block:Thumbnail}
- </div>
- <div class="pad short"><a href="{URL}" class="title link_post" style="display:block" target="{Target}">{Name}</a>
- {block:Excerpt}<div class="text_body"><span style="font-size:95%;font-style:italic">{Excerpt}</span></div>{/block:Excerpt}
- </div>
- <div class="floclear"></div>
- {block:Description}
- <div class="pad">{Description}</div>{/block:Description}{/block:Link} {block:Chat}
- <div class="pad">
- <div class="title text">{block:Title}{Title}{/block:Title}</div>
- <div class="text_body">{block:Lines}<div class="chat">
- {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
- </div>
- {/block:Lines}</div></div>{/block:Chat}
- {block:Audio}
- <div class="media_wrap sq">
- {block:AlbumArt} <img src="{AlbumArtURL}"> {/block:AlbumArt}
- </div>
- <div class="audholder">
- <div class="aud">
- {AudioPlayerBlack}
- </div>
- </div>
- <div class="pad short">
- <div style="margin-top:-5px">
- {block:Artist}<span class="asked"><b>Artist:</b></span> {Artist}<br>
- {/block:Artist} {block:TrackName}<span class="asked"><b>Title:</b></span> {TrackName}<br>{/block:TrackName}
- {block:Album}<span class="asked"><b>Album:</b></span>{Album}{/block:Album}
- <p><span class="asked"><b>({PlayCountWithLabel})</b></span></p>
- </div></div>
- <div class="floclear"></div>
- {block:Caption}
- <div class="pad caption">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video} <div class="media_wrap pic">{block:if500pxPosts} {Video-500} {/block:if500pxPosts} {block:ifNot500pxPosts} {Video-400} {/block:ifNot500pxPosts} </div>
- {block:Caption}<div class="pad caption">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="media_wrap sq"><div id="asker"><img src="{AskerPortraitURL-96}"></div>
- </div>
- <div class="pad short">
- <div class="asked">{Asker} says:</div>
- {Question}
- </div>
- <div class="floclear"></div>
- <div class="pad">
- {block:Answerer}
- <div class="ans"><div class="asked">{Answerer} replied:</div> {Answer}</div>{/block:Answerer}
- {Replies}</div>
- {/block:Answer}
- <div class="footer_wrap">
- {block:HasTags}
- <div class="tag_cont">{block:Tags}
- <a class="tags" href="{TagURL}">#{Tag} </a>
- {/block:Tags}</div>{/block:HasTags}
- {block:Date}
- <div class="info">
- <div class="inf stretcher"></div>
- {block:NoteCount}<a class="inf note_count" href="{Permalink}" title="{lang:Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:HasTags}{block:ifHideTags}{block:IndexPage}
- <a class="inf fa fa-tags tag_btn" title="{lang:Tags}"></a>
- {/block:IndexPage}{/block:ifHideTags}{/block:HasTags}
- <a class="inf fa fa-clock-o" href="{Permalink}" title="{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {Year}"></a>
- {block:RebloggedFrom}
- <a class="inf" href="{ReblogParentURL}" title="{lang:reblogged TimeAgo from ReblogParentName}"><img src="{ReblogParentPortraitURL-40}"></a>
- <a class="inf" href="{ReblogRootURL}" title="{lang:originally from ReblogRootName}"><img src="{ReblogRootPortraitURL-40}"></a>
- {/block:RebloggedFrom}
- <a class="inf fa fa-retweet" href="{ReblogUrl}"></a>
- <a class="inf"><div class="like">
- <svg width="18" height="18" viewBox="0 0 19 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><path d="M14.0425097,0.000920262799 C16.1435097,-0.0400797372 18.8835097,1.28192026 18.9635097,5.36992026 C19.0525097,9.95492026 15.1985097,13.3079203 9.48350967,16.2089203 C3.76650967,13.3079203 -0.0874903349,9.95492026 0.00150966509,5.36992026 C0.0815096651,1.28192026 2.82150967,-0.0400797372 4.92250967,0.000920262799 C7.02450967,0.0419202628 8.87050967,2.26592026 9.46950967,2.92792026 C10.0945097,2.26592026 11.9405097,0.0419202628 14.0425097,0.000920262799 Z"></path></svg>
- {LikeButton color="grey" size="20"}
- </div></a>
- </div>{/block:Date}</div>
- {block:PostNotes}
- <div class="pad" id="note">
- {PostNotes}
- </div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div> <!-- end of post column-->
- <div id="righthand" class="col">
- <div class="wrap" id="rightbar">
- {block:Pagination}<div id="pagination"> <!-- regular pagination -->
- {block:PreviousPage}<a href="{PreviousPage}" class="pag fa fa-caret-up" title="{lang:Previous}"></a>{/block:PreviousPage}
- {block:JumpPagination length="7"}
- {block:CurrentPage}<a class="pag cur">{PageNumber}</a>{/block:CurrentPage}
- {block:JumpPage}<a href="{URL}" class="pag num">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="pag fa fa-caret-down" title="{lang:Next}"></a>{/block:NextPage}
- </div>{/block:Pagination}
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement