Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!---
- THEME CREATED BY @AMPLAMENTE
- amplamente.tumblr.com
- --->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <meta charset="utf-8">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:Background" content="#eee" />
- <meta name="color:Post" content="#Fff" />
- <meta name="color:Post Borders" content="#eee" />
- <meta name="color:Borders" content="#eee" />
- <meta name="color:Accent" content="#C2DBA0" />
- <meta name="color:Text" content="#999" />
- <meta name="color:Link" content="#888" />
- <meta name="color:Link hover" content="#ccc" />
- <meta name="color:Sidebar bg" content="#Fff" />
- <meta name="color:Sidebar link" content="#888" />
- <meta name="color:Sidebar link hover" content="#ccc" />
- <meta name="image:Background" content="" />
- <meta name="image:Sidebar" content="" />
- <meta name="if:InfiniteScrolling" content="0"/>
- <meta name="if:Caption" content="0"/>
- <meta name="if:Caption Right" content="0"/>
- <meta name="if:Tags" content="0"/>
- <meta name="text:Link1Title" content="link 1" />
- <meta name="text:Link1Url" content="/" />
- <meta name="text:Link2Title" content="link 2" />
- <meta name="text:Link2Url" content="/" />
- <meta name="text:Link3Title" content="link 3" />
- <meta name="text:Link3Url" content="/" />
- <meta name="text:Link4Title" content="link 4" />
- <meta name="text:Link4Url" content="/" />
- <meta name="text:Link5Title" content="link 5" />
- <meta name="text:Link5Url" content="/" />
- <link href='https://fonts.googleapis.com/css?family=Open+Sans|Allura|Lovers+Quarrel' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/2wl9p6g/G70lj5t0q/animatedcollapse.js"></script>
- <script type="text/javascript">
- animatedcollapse.addDiv('jason', 'fade=1,height=80px')
- animatedcollapse.addDiv('kelly', 'fade=1,height=100px')
- animatedcollapse.addDiv('michael', 'fade=1,height=120px')
- animatedcollapse.addDiv('cat', 'fade=0,speed=400,group=pets')
- animatedcollapse.addDiv('dog', 'fade=0,speed=400,group=pets,persist=1,hide=1')
- animatedcollapse.addDiv('rabbit', 'fade=0,speed=400,group=pets,hide=1')
- animatedcollapse.ontoggle=function($, divobj, state){
- }
- animatedcollapse.init()
- </script>
- <link rel="stylesheet" type="text/css" href="https://dl.dropboxusercontent.com/s/33sakshawgsp033/UNIICONS-ADJ.css?dl=0">
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script> (function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
- <style type="text/css">
- *html, body { width:100%; }
- body {
- margin:0;
- background: {color:background} url("{image:background}") fixed;
- color:{color:Text};
- font-size:12px;
- font-family:Open Sans;
- }
- a {
- text-decoration:none;
- color:{color:link};
- -webkit-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- a:hover {
- color:{color:link hover};
- -webkit-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #post {
- width:700px;
- background:transparent;
- margin-left:calc(50% - 258px);
- margin-top:30px;
- }
- .entry {
- float:left;
- {block:IndexPage}width:400px;{/block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- padding:15px;
- margin-right:-1px;
- margin-bottom:30px;
- border-radius:3px;
- background:{color:post};
- -webkit-{color:borders}hadow: 0 1px 2px {color:borders};
- -moz-box-shadow: 0 1px 2px {color:borders};
- box-shadow: 0 1px 2px {color:borders};}
- .entry img {
- margin-bottom:-3px;
- {block:IndexPage}max-width:400px;{/block:IndexPage}
- {block:PermalinkPage}max-width:500px;{/block:PermalinkPage}
- height:auto;
- }
- .entry .permhover {
- width:auto;
- margin-left:0px;
- margin-top:-46px;
- position:absolute;
- background:rgba(255,255,255,0.8);
- opacity:1;
- padding:5px;
- padding-left:10px;
- padding-right:10px;
- overflow-y:auto;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- -webkit-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- }
- .entry .caption {
- width:250px;
- height:calc(100% - 30px) !important;
- margin-left:420px;
- margin-top:0px;
- position:absolute;
- background:transparent;
- opacity:1;
- padding:5px;
- font-size:11px;
- padding-left:10px;
- padding-right:10px;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- -webkit-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- }
- .buttons {
- font-weight:bold;
- }
- .buttons a {
- color:{color:accent};
- margin-left:3px;
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:6px;
- padding-left:8px;
- padding-right:8px;
- margin:15px 20px;
- font-size:9px;
- letter-spacing:1px;
- text-transform:uppercase;
- border-radius:3px;
- color:{color:accent};
- background:{color:post};
- -webkit-box-shadow: 0 1px 2px {color:post borders};
- -moz-box-shadow: 0 1px 2px {color:post borders};
- box-shadow: 0 1px 2px {color:post borders};
- z-index:9999999;
- }
- .quote {
- padding:5px;
- font-size:13px;
- text-align:left;
- margin-bottom:5px;
- }
- .qsub {
- margin-top:5px;
- font-weight:bold;
- color:{color:accent};
- font-size:12px;
- text-transform:uppercase;
- }
- .ch { padding:0px; background:transparent;}
- .ch .ch1 { padding:10px; margin-bottom:5px;}
- .ch1{ background:{color:background}; }
- .ch .ch1 b{ color:{color:accent}; text-transform:uppercase; font-size:11px;}
- h1 { color:{color:accent}; text-align:center; }
- blockquote {
- width:90%;
- margin-left:0px;
- padding:10px;
- padding-top:0px;
- padding-bottom:0px;
- border-left:2px solid {color:accent};
- background:transparent;
- }
- blockquote img{max-width:170px !important; width:170px !important; height:auto;}
- .albumfoto{
- float:left;
- width:500px;
- margin-top:0px;
- margin-left:0px;
- }
- .albumfoto img{
- width:500px;
- }
- .audiodesc {
- text-transform:uppercase;
- margin-left:0px;
- padding:10px;
- padding-top:35px;
- padding-left:25px;
- background:{color:accent};
- color:{color:post};
- margin-top:400px;
- min-height:105px;
- margin-bottom:10px;
- font-size:13px;
- }
- .audioplay {
- opacity:0.0;
- position:absolute;
- overflow:hidden;
- padding:5px;
- height:28px;
- background:#fff;
- margin-left:85px;
- margin-top:-240px;
- -webkit-transition:all 0.3s ease-out;
- }
- .entry:hover .audioplay {opacity:1; -webkit-transition:all 0.3s ease-out;}
- .seureblog {
- float:left;
- text-align:left;
- padding:10px;
- font-size:11px;
- text-transform:uppercase;
- width:auto;
- margin-top:0px;
- margin-left:0px;
- }
- .seureblog a {
- font-weight:bold;
- margin-right:8px;
- margin:7px;
- color:{color:perma link};
- }
- .nt {margin-top:0px; margin-bottom:0px; padding:5px; }
- .nt a {
- font-size:20px;
- font-weight:bold;
- text-align:left;
- color:{color:accent};
- }
- .pagination {display:none;}
- .permalink { padding:10px;}
- .tags { padding:10px;}
- .tags a{ text-transform:lowercase;}
- #sidebar {
- border-radius:3px;
- background:{color:sidebar bg};
- -webkit-box-shadow: 0 1px 2px {color:borders};
- -moz-box-shadow: 0 1px 2px {color:borders};
- box-shadow: 0 1px 2px {color:borders};
- padding:10px;
- padding-bottom:20px;
- width:150px;
- left:calc(50% - 468px);
- top:25%;
- position:fixed;
- z-index:99;
- }
- .sideimg {
- margin-left:45px;
- margin-top:-45px;
- width:60px;
- border-radius:100%;
- border:1px solid {color:borders};
- position:relative;
- }
- .description {
- margin-top:5px;
- text-align:center;
- font-size:11px;
- width:80%;
- margin-right:auto;
- margin-left:auto;
- }
- .sidetitle {
- font-size:15px;
- font-weight:bold;
- padding:0px;
- text-align:center;
- margin-top:5px;
- margin-left:0px;
- }
- .sidetitle a {color:{color:accent}; }
- .pages {
- border-top:1px solid {color:post borders};
- margin-right:auto;
- margin-left:auto;
- width:60%;
- padding-top:0px;
- margin-top:10px;
- font-size:11px;
- text-transform:lowercase;
- text-align:center;
- z-index:99;
- }
- #dog {
- display:none;
- background:transparent;
- text-align:center;
- margin-top:0px;
- margin-bottom:10px;
- width:150px;
- margin-left:-10px;
- }
- #dog a {
- position:relative;
- cursor:pointer;
- text-shadow:none;
- padding:11px;
- text-transform:uppercase;
- display:inline-block;
- color:{color:sidebar link};
- width:148px;
- font-size:11px;
- background:transparent;
- border-bottom:1px solid {color:background};
- -webkit-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #dog a:hover {
- letter-spacing:2px;
- color:{color:link hover};
- box-shadow:inset 290px 0px {color:background};
- -webkit-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .sl {
- background:transparent;
- text-align:center;
- margin-top:5px;
- margin-bottom:10px;
- margin-left:auto;
- margin-right:auto;
- width:70%;
- }
- .sl a {
- position:relative;
- cursor:pointer;
- text-shadow:none;
- padding:5px;
- text-transform:lowercase;
- display:inline-block;
- color:{color:sidebar link};
- font-size:11px;
- background:transparent;
- -webkit-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .sl a:hover {
- color:{color:sidebar link hover};
- box-shadow:inset 290px 0px {color:background};
- -webkit-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .alt {
- border-top:1px solid {color:post borders};
- padding-top:5px;
- text-align:right;
- {block:PermalinkPage}display:none;{/block:PermalinkPage}
- }
- .alt a {
- font-size:11px;
- color:{color:accent};
- padding-left:5px;
- padding-right:5px;
- }
- .clamam{position:fixed; width:auto; height:auto; letter-spacing: 1px; right:-75px; bottom:20px; font-size:12px; line-height:14px; text-align:right; z-index:99; text-decoration:none; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out;transition:all 0.3s ease-out; text-shadow:none; padding-left:15px; font-weight:bold;}
- .clamam a{background-color:{color:post}; border:1px solid {color:borders};
- padding:6px; color:{color:accent}; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
- .clamam:hover{right:0px; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; transition:all 0.3s ease-out;}
- .clamam a:hover{text-shadow:none; color:{color:texto}; background:{color:bordas}; text-shadow:1.5px 1.5px 1px {color:borders}; letter-spacing:2px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
- ::-webkit-scrollbar {
- width: 6px;
- height: 7px;
- background: {color:background};
- }
- ::-webkit-scrollbar-button {
- width: 11px;
- height: 11px;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:accent};
- border: 1px solid {color:borders};
- border-radius: 50px;
- }
- ::-webkit-scrollbar-thumb:active {
- background:{color:post};
- }
- ::-webkit-scrollbar-track {
- background: {color:background};
- border: 0px none {color:background};
- border-radius: 0px;
- }
- .link {
- padding:15px;
- margin-left:0px;
- background:{color:accent};
- color:{color:post};
- text-align:left;
- }
- .linktitle a{
- font-size:23px;
- font-weight:bold;
- text-transform:uppercase;
- text-align:left;
- color:#fff;
- }
- .pessoap {
- text-transform:uppercase;
- font-size:13px;
- font-weight:bold;}
- .pessoap a{
- color:{color:post};
- text-transform:uppercase;
- font-size:13px;
- font-weight:bold;
- }
- .pessoapfoto img{
- float:left;
- border-radius:100%;
- margin-top:-25px;
- margin-left:188px;
- padding:4px;
- background:{color:background};
- }
- .pergunta {
- background:{color:accent};
- color:{color:post};
- padding:15px;
- padding-bottom:38px;
- margin-left:0px;
- border-bottom:2px solid {color:background};
- text-align:center;
- }
- .sresposta {
- padding:15px;
- padding-top:20px;
- padding-bottom:0px;
- background:transparent;
- border-top:2px solid {color:background};
- }
- .postnotes { margin-top:30px; }
- ol.notes {padding: 0px; margin: 5px 0 100px 0px; list-style-type: none;}
- ol.notes a {text-decoration: none;}
- ol.notes li.note {display: inline-block; margin:0; padding: 0;}
- ol.notes li.note img.avatar {width: 34px; height: 34px;margin-bottom: -4px; padding: 2px; border-radius:5px;}
- aside.permalink_page {margin-top:30px; margin-bottom: 60px;}
- span.action {display:none;}
- ol.notes li.note:hover span.action {display: block;}
- ol.notes li.note blockquote {display:none;}
- ol.notes li.note:hover blockquote{display: block;}
- span.action {position: absolute; width: 150px; margin-left: -60px; margin-top: -6px; padding: 5px; padding-left:10px; padding-right:10px; font-size:12px; color:#fff; background-color:#333; text-align: center; z-index: 4;}
- span.action:after {content: ""; position: absolute; width: 0; height: 0; border-width: 7px; border-style: solid; border-color: transparent transparent #333 transparent; top: -14px; left: 70px;}
- ol.notes li.note blockquote {position: absolute; width: 150px; background-color: #333; z-index: 1; padding: 40px 5px 5px 5px; margin-left: -60px; border:0; }
- ol.notes li.note.more_notes_link_container {display:block; margin-top: 20px; text-align: center;}
- ol.notes li.note.more_notes_link_container a {color:#000; font-weight:bold; text-transform:uppercase;}
- span.action a {color:{color:accent};}
- {CustomCSS}
- </style>
- </head>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#post');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.entry',
- });
- });
- $container.infinitescroll({
- itemSelector : ".entry",
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next",
- loadingImg : "http://static.tumblr.com/nnc3xz0/eYDo4b927/loading5.gif",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });});});
- </script>
- <body>
- <div class="clamam"><a href="http://amplamente.tumblr.com" target="_new">AMPLAMENTE</a></div>
- <div id="sidebar">
- <img class="sideimg" src="{image:sidebar}"/>
- <div class="sidetitle"><a href="/">{Title}</a></div>
- <div class="sl">
- <a href="/ask">Message</a>
- <a href="/submit">Submit</a>
- <a href="/archive">Archive</a>
- <a href="javascript:animatedcollapse.toggle('dog')">links</a>
- </div>
- <div id="dog">
- <a href="{text:link1url}">{text:link1title}</a></br>
- <a href="{text:link2url}">{text:link2title}</a></br>
- <a href="{text:link3url}">{text:link3title}</a></br>
- <a href="{text:link4url}">{text:link4title}</a></br>
- <a href="{text:link5url}">{text:link5title}</a>
- </div>
- <div class="description">{Description}</div>
- {block:IfNotInfiniteScrolling}
- <div class="pages">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">Back</a>{/block:PreviousPage}
- </br>{CurrentPage} of {TotalPages}</br>
- {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IfNotInfiniteScrolling}
- </div>
- <div id="post">
- {block:Posts}
- <div class="entry">
- <div class="caption">
- <div class="buttons">
- <a href="{Permalink}" title="{Month} {DayOfMonthWithZero}, {Year}"><i class="uniicons-clocks27" ></i></a>
- <a href="{ReblogUrl}" title="Reblog"><i class="uniicons-reload22" ></i></a>
- <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="uniicons-loving40" ></i></a>
- </div>
- {block:IFCaptionRight}{block:IfCaption}{block:Caption}<div class="info">{Caption}</div>{/block:Caption}{/block:IfCaption}
- {block:IfTags}<div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:IfTags}
- {/block:IFCaptionRight}
- </div>
- {block:Title} <h1>{TItle}</h1> {/block:Title}
- {block:Text}
- {Body}
- <div class="alt"><a href="{ReblogUrl}">Reblog</a>—
- <a href="{Permalink}">{NoteCountWithLabel}</a>—
- {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}</a>{/block:Date}</div>
- {/block:Text}
- {block:Photo}
- {block:IndexPage}<img src="{PhotoURL-500}" width="400" />{/block:IndexPage}
- {block:PermalinkPage}<img src="{PhotoURL-500}" width="500" />{/block:PermalinkPage}
- <div class="permhover">
- <div class="nt"><a href="{Permalink}">{NoteCount}</a></div>
- </div>
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}{Photoset-400}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- <div class="alt"><a href="{ReblogUrl}">Reblog</a>—
- <a href="{Permalink}">{NoteCountWithLabel}</a>—
- {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}</a>{/block:Date}</div>
- {/block:Photoset}
- {block:Quote}
- <div class="quote">{Quote}
- <div class="qsub">{block:Source} {Source} {/block:Source}</div></div>
- <div class="alt"><a href="{ReblogUrl}">Reblog</a>—
- <a href="{Permalink}">{NoteCountWithLabel}</a>—
- {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}</a>{/block:Date}</div>
- {/block:Quote}
- {block:Link}
- <div class="link">
- <div class="linktitle"><a href="{URL}" {Target}>{Name} <i class="fa fa-angle-double-right" aria-hidden="true"></i>
- </a></div>
- <div class="linkdesc">{block:Description} {Description} {/block:Description}
- {block:Host}<i style="font-size:11px; margin-right:5px;" class="fa fa-link" aria-hidden="true"></i>{Host}{/block:Host}
- </div></div>
- <div class="alt"><a href="{ReblogUrl}">Reblog</a>—
- <a href="{Permalink}">{NoteCountWithLabel}</a>—
- {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}</a>{/block:Date}</div>
- {/block:Link}
- {block:Chat}
- <div class="ch">{block:Lines}<div class="ch1">{block:Label}<b>{Label}</b>
- {/block:Label}{Line}</div>{/block:Lines}</div>
- <div class="alt"><a href="{ReblogUrl}">Reblog</a>—
- <a href="{Permalink}">{NoteCountWithLabel}</a>—
- {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}</a>{/block:Date}</div>
- {/block:Chat}
- {block:Audio}
- <div class="albumfoto">
- {block:AlbumArt}<img src="{AlbumArtURL}" />{/block:AlbumArt}
- <div class="audioplay">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer} </div></div>
- <div class="audiodesc">
- {block:Artist}<i class="fa fa-user" aria-hidden="true"></i> {Artist}{/block:Artist}</br>
- {block:Album}<i class="fa fa-folder-open" aria-hidden="true"></i> {Album}{/block:Album}</br>
- {block:TrackName}<i class="fa fa-music" aria-hidden="true"></i> {TrackName}{/block:TrackName}</br>
- {block:PlayCount}<i class="fa fa-bar-chart" aria-hidden="true"></i> {PlayCountWithLabel}{/block:PlayCount}
- </div>
- <div class="alt"><a href="{ReblogUrl}">Reblog</a>—
- <a href="{Permalink}">{NoteCountWithLabel}</a>—
- {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}</a>{/block:Date}</div>
- {/block:Audio}
- {block:Video}
- {block:IndexPage}{Video-400}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {PlayCountWithLabel}
- <div class="alt"><a href="{ReblogUrl}">Reblog</a>—
- <a href="{Permalink}">{NoteCountWithLabel}</a>—
- {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}</a>{/block:Date}</div>
- {/block:Video}
- {block:Answer}
- <div class="pergunta">
- <div class="pessoap">{Asker} asked:</div>{Question}</div>
- <div class="pessoapfoto"><img src="{AskerPortraitURL-40}" /></div>
- <div class="sresposta">{Answer}</div>
- <div class="alt"><a href="{ReblogUrl}">Reblog</a>—
- <a href="{Permalink}">{NoteCountWithLabel}</a>—
- {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}</a>{/block:Date}</div>
- {/block:Answer}
- {block:IFNotCaptionRight}{block:IfCaption}{block:Caption}<div class="info">{Caption}</div>{/block:Caption}{/block:IfCaption}
- {block:IfTags}<div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:IfTags}{/block:IFNotCaptionRight}
- {block:PermalinkPage}
- <div class="permalink">
- {block:Date}<b><li class="fa fa-clock-o"></li> Posted:</b> {DayOfMonthWithZero} {Month} {Year}, {24Hour}:{Minutes}:{Seconds} {/block:Date}</br>
- {block:RebloggedFrom}
- <b><li class="fa fa-retweet"></li> Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a></br>
- <b><li class="fa fa-globe"></li> Source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a></br>
- {/block:RebloggedFrom}
- {block:NoteCount}<b><li class="fa fa-heart"></li> Notes:</b> {NoteCount}{/block:NoteCount}</br>
- {block:HasTags}<b><li class="fa fa-tags"></li> Tags:</b>{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}
- {block:PostNotes}<div class="postnotes">{PostNotes-64}</div>{/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- {block:IfInfiniteScrolling}
- <div class="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> ·{/block:PreviousPage} {block:NextPage}
- <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
- </div>
- {/block:IfInfiniteScrolling}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement