Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!---
- read vagabond theme by taylor @ps1
- oh my it just glows!
- --->
- <head>
- <title>{Title}</title>
- <link rel="icon" href="{image:FavIcon}" type="image/gif" >
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!--- Add Custom Fonts Here (like Google Fonts) --->
- <!--- Then add Font name to the 'Font Family' in Theme Options Area --->
- <meta name="image:favicon" content=""/>
- <meta name="image:sidebar" content="https://i.imgur.com/Rcf9SC9.png"/>
- <meta name="image:background" content=""/>
- <meta name="image:footer img" content="https://i.imgur.com/xLStiVQ.gif"/>
- <meta name="image:cursor" content="https://i.imgur.com/7LbphiL.png"/>
- <meta name="color:bg" content="#fff">
- <meta name="color:font color" content="#000">
- <meta name="color:font outline" content="#0000ff">
- <meta name="color:links" content="#0000ff">
- <meta name="color:links hover" content="#0000ff">
- <meta name="color:links glow" content="#ff00e6">
- <meta name="color:links outline" content="#00ff37">
- <meta name="color:desc color" content="#000">
- <meta name="color:desc outline" content="#0000ff">
- <meta name="color:asker bg" content="#0000ff">
- <meta name="color:tooltip color" content="#000">
- <meta name="color:tooltip outline" content="#fff">
- <meta name="color:tooltip glow" content="#0000ff">
- <meta name="color:sparkles" content="#000">
- <meta name="text:font family" content="verdana">
- <meta name="text:sb size" content="20">
- <meta name="text:font size" content="14">
- <meta name="text:title" content="TITLE">
- <meta name="text:sidebar" content="SIDEBAR TOOLTIP TEXT AY">
- <meta name="text:desc" content="DESCRIPTION">
- <meta name="if:sparkles" content="0"/>
- <meta name="if:outline text" content="0" />
- <meta name="if:links underline" content="0"/>
- <meta name="if:links bold" content="0"/>
- <meta name="if:links italic" content="0"/>
- <meta name="if:custom cursor" content="0" />
- <meta name="if:tile background" content="0" />
- <meta name="if:hide title" content="0"/>
- <meta name="if:hide desc" content="0"/>
- <meta name="if:redirect" content="0" />
- <meta name="if:hide caption" content="0"/>
- <meta name="if:hide tags" content="0" />
- <meta name="if:sb center" content="0"/>
- <meta name="text:redirect link" content="/tagged/0">
- <meta name="text:link 1" content="ONE">
- <meta name="text:link 1 URL" content="/">
- <meta name="text:link 2" content="TWO">
- <meta name="text:link 2 URL" content="/">
- <meta name="text:link 3" content="THREE">
- <meta name="text:link 3 URL" content="/">
- <meta name="text:link 4" content="FOUR">
- <meta name="text:link 4 URL" content="/">
- <style type="text/css">
- ::-moz-selection {
- background: {color:links glow};
- color: {color:links hover};}
- ::selection {
- background: {color:links glow};
- color: {color:links};}
- #s-m-t-tooltip {
- z-index: 999999999;
- filter: drop-shadow(0 0 3px {color:tooltip glow});
- background-color:transparent;
- color: {color:tooltip color};
- font-size: {text:Font Size}px;
- text-align: center;
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:tooltip color},
- 0 0 2px {color:tooltip color};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:tooltip outline}, 0 1px {color:tooltip outline}, 1px 0 {color:tooltip outline}, 0 -1px {color:tooltip outline};
- {/block:IfOutlineText}
- transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- text-transform: normal;
- max-width: 400px;
- display: block;
- word-wrap: break-word;
- margin: -30px 0px 10px 20px;}
- body {
- background: {color:bg};
- background-image: url({image:background});
- background-attachment: fixed;
- {block:IfNotTileBackground}
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:IfNotTileBackground}
- font-family: '{text:font family}';
- font-size: {text:font size}px;
- color: {color:font color};
- line-height: 130%;
- word-wrap: break-word;
- overflow-x:hidden;
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:font outline}, 0 1px {color:font outline}, 1px 0 {color:font outline}, 0 -1px {color:font outline};
- {/block:IfOutlineText}}
- {block:IfCustomCursor}
- body, *, a, a:hover { cursor:url({image:cursor}), auto;}{/block:IfCustomCursor}
- p {margin: 0px;}
- ul {list-style: square;}
- img {max-width: 100%;}
- h1 {line-height: 130%;}
- h2 {line-height: 150%;}
- a:link, a:active, a:visited {
- filter: drop-shadow(0 0 3px {color:links glow})
- ;
- color: {color:links};
- {block:IfLinksBold}
- font-weight: bold;{/block:IfLinksBold}
- {block:IfLinksItalic}
- font-style: italic;{/block:IfLinksItalic}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:links outline}, 0 1px {color:links outline}, 1px 0 {color:links outline}, 0 -1px {color:links outline};
- {/block:IfOutlineText}
- {block:IfNotLinksUnderline}
- text-decoration: none;{/block:IfNotLinksUnderline}
- {block:IfLinksUnderline}
- text-decoration: underline;{/block:IfLinksUnderline}
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- a:hover {
- {block:IfLinksBold}
- font-weight: bold;{/block:IfLinksBold}
- color: {color:Links Hover};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- ::-webkit-scrollbar-track {
- border-left: 1px solid {color:border};
- background-color: {color:bg};
- }
- ::-webkit-scrollbar {
- width: 15px;}
- ::-webkit-scrollbar-thumb {
- background-color: {color:bg};
- border: 1px solid {color:border};
- border-right: 0;
- }
- ::-webkit-scrollbar-thumb:hover {
- background-color: {color:links hover};
- }
- #content {
- margin: auto;
- width: 600px;}
- #sb {
- font-size: {text:sb size}px;
- margin-left: 400px;
- position: fixed;
- max-width: 400px;
- line-height: 130%;
- {block:IfSbCenter}
- text-align: center;{/block:IfSbCenter}
- }
- #sb img { display: block;}
- #sb img:hover {
- -webkit-animation: swing 1s ease;
- animation: swing 1s ease;
- -webkit-animation-iteration-count: 1;
- animation-iteration-count: 1;
- }
- @-webkit-keyframes swing
- {
- 15%
- {
- -webkit-transform: translateX(5px);
- transform: translateX(5px);
- }
- 30%
- {
- -webkit-transform: translateX(-5px);
- transform: translateX(-5px);
- }
- 50%
- {
- -webkit-transform: translateX(3px);
- transform: translateX(3px);
- }
- 65%
- {
- -webkit-transform: translateX(-3px);
- transform: translateX(-3px);
- }
- 80%
- {
- -webkit-transform: translateX(2px);
- transform: translateX(2px);
- }
- 100%
- {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
- }
- @keyframes swing
- {
- 15%
- {
- -webkit-transform: translateX(5px);
- transform: translateX(5px);
- }
- 30%
- {
- -webkit-transform: translateX(-5px);
- transform: translateX(-5px);
- }
- 50%
- {
- -webkit-transform: translateX(3px);
- transform: translateX(3px);
- }
- 65%
- {
- -webkit-transform: translateX(-3px);
- transform: translateX(-3px);
- }
- 80%
- {
- -webkit-transform: translateX(2px);
- transform: translateX(2px);
- }
- 100%
- {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
- }
- .linkz {
- margin-top: 5px;
- }
- .title {
- margin-top: 5px;
- }
- .desc {
- margin-top: 5px;
- color: {color:desc color};
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:desc outline}, 0 1px {color:desc outline}, 1px 0 {color:desc outline}, 0 -1px {color:desc outline};
- {/block:IfOutlineText}
- }
- /* post style obvi */
- .pagination {
- font-size: -webkit-calc(100% + 10px);
- text-align: center;
- margin-top: -30px;
- margin-left: -150px;
- margin-bottom: 50px;
- padding: 0px;
- width: 500px;
- }
- .pagination a{ border: 0;}
- .posts {
- background-color: transparent;
- margin-top: 50px;
- margin-bottom: 80px;
- margin-left: -150px;
- width: 500px;
- position: relative;
- }
- .posts blockquote {
- margin: 0 0 5px 20px;
- {block:If250Posts}
- margin: 0 0 5px 5px;
- {/block:If250Posts}
- padding: 5px 0 0 5px;
- border-left: 1px solid {color:font color};
- word-wrap: break-word;
- word-break: break-word;
- }
- .pic img { display: block;}
- .pic img:hover {
- -webkit-animation: swing 1s ease;
- animation: swing 1s ease;
- -webkit-animation-iteration-count: 1;
- animation-iteration-count: 1;
- }
- @-webkit-keyframes swing
- {
- 15%
- {
- -webkit-transform: translateX(5px);
- transform: translateX(5px);
- }
- 30%
- {
- -webkit-transform: translateX(-5px);
- transform: translateX(-5px);
- }
- 50%
- {
- -webkit-transform: translateX(3px);
- transform: translateX(3px);
- }
- 65%
- {
- -webkit-transform: translateX(-3px);
- transform: translateX(-3px);
- }
- 80%
- {
- -webkit-transform: translateX(2px);
- transform: translateX(2px);
- }
- 100%
- {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
- }
- @keyframes swing
- {
- 15%
- {
- -webkit-transform: translateX(5px);
- transform: translateX(5px);
- }
- 30%
- {
- -webkit-transform: translateX(-5px);
- transform: translateX(-5px);
- }
- 50%
- {
- -webkit-transform: translateX(3px);
- transform: translateX(3px);
- }
- 65%
- {
- -webkit-transform: translateX(-3px);
- transform: translateX(-3px);
- }
- 80%
- {
- -webkit-transform: translateX(2px);
- transform: translateX(2px);
- }
- 100%
- {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
- }
- .tags {
- max-height:0px;
- line-height:130%;
- text-align:left;
- opacity:0;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .posts:hover .tags{
- max-height: 200px;
- opacity:1;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #c { position: fixed; bottom: 15px; left: 15px; font-size: 24px;}
- #notes {
- text-align: left;
- margin-top: 20px;
- width: 400px;
- }
- #notes img {display: inline;}
- #permanotes {
- margin-top: 20px;
- margin-bottom: 10px;
- overflow-x: auto;
- max-height: 300px;
- min-height: 100px;
- border: 1px solid {color:border};
- padding: 10px;
- }
- #permanotes ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 0;}
- #permanotes img.avatar {
- margin-right: 10px;
- border: 1px solid {color:font color};
- display: inline;
- width: 16px;
- height: 16px;}
- .quote {
- text-align: justify;
- font-style: italic;
- font-weight: bold;
- font-size: 140%;
- line-height: 130%;}
- .source {
- text-align: right;}
- .spotify_audio_player {
- height:80px!important;
- width:100%!important;}
- .soundcloud_audio_player {
- height:150px!important;
- width:100%!important;}
- /* playbutton background */
- .trackback {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #fff;
- padding: 10px;
- opacity: .4;}
- /* playbutton */
- .pressplay{
- position: relative;
- width: 25px;
- height: 25px;
- overflow: hidden;
- left: -6px;
- top: -3px;}
- /* album img container */
- .albumpic {
- position: absolute;
- left: 0px;
- top: 0px;
- width: 79px;
- height: 79px;}
- /* album img */
- .albumpic img {
- width: 100%;
- height: auto;
- border: 1px solid {color:font color};}
- /* track info ye */
- .trackinfo {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;}
- /* makes both audio player & track info inline */
- .audiowrapper {
- position: relative; display:inline-block;}
- .video {
- position: relative;
- padding-bottom: 75%;
- height: 0;
- overflow: hidden;
- }
- .video iframe, .video object, .video embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- #askimg {
- margin-left: 1px;
- }
- #askimg img {
- border: 2px solid {color:asker bg};
- display: block;
- }
- #asker {
- margin-top: -53px;
- padding: 3px 3px 3px 60px;
- background-color:{color:asker bg};
- }
- #q {
- border: 1px solid {color:asker bg};
- border-top: 0;
- padding-left: 60px;
- padding-bottom: 5px;
- overflow: auto;
- overflow-x: hidden;
- max-height: 70px;
- }
- #a {
- border: 1px solid {color:asker bg};
- border-top: 0;
- padding: 5px;
- padding-left: 60px;
- }
- </style>
- {block:IfRedirect}
- <script>
- if(window.location.pathname == '/') location.replace('{text:Redirect Link}');
- </script>
- {block:IfRedirect}
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js"></script>
- <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>(function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- {block:IfSparkles}
- <script type="text/javascript">
- // <![CDATA[
- var colour="{color:sparkles}";
- var sparkles=120;
- /****************************
- * Tinkerbell Magic Sparkle *
- * (c) 2005 mf2fm web-design *
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var x=ox=400;
- var y=oy=300;
- var swide=800;
- var shigh=600;
- var sleft=sdown=0;
- var tiny=new Array();
- var star=new Array();
- var starv=new Array();
- var starx=new Array();
- var stary=new Array();
- var tinyx=new Array();
- var tinyy=new Array();
- var tinyv=new Array();
- window.onload=function() { if (document.getElementById) {
- var i, rats, rlef, rdow;
- for (var i=0; i<sparkles; i++) {
- var rats=createDiv(3, 3);
- rats.style.visibility="hidden";
- document.body.appendChild(tiny[i]=rats);
- starv[i]=0;
- tinyv[i]=0;
- var rats=createDiv(5, 5);
- rats.style.backgroundColor="transparent";
- rats.style.visibility="hidden";
- var rlef=createDiv(1, 5);
- var rdow=createDiv(5, 1);
- rats.appendChild(rlef);
- rats.appendChild(rdow);
- rlef.style.top="2px";
- rlef.style.left="0px";
- rdow.style.top="0px";
- rdow.style.left="2px";
- document.body.appendChild(star[i]=rats);
- }
- set_width();
- sparkle();
- }}
- function sparkle() {
- var c;
- if (x!=ox || y!=oy) {
- ox=x;
- oy=y;
- for (c=0; c<sparkles; c++) if (!starv[c]) {
- star[c].style.left=(starx[c]=x)+"px";
- star[c].style.top=(stary[c]=y)+"px";
- star[c].style.clip="rect(0px, 5px, 5px, 0px)";
- star[c].style.visibility="visible";
- starv[c]=50;
- break;
- }
- }
- for (c=0; c<sparkles; c++) {
- if (starv[c]) update_star(c);
- if (tinyv[c]) update_tiny(c);
- }
- setTimeout("sparkle()", 40);
- }
- function update_star(i) {
- if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
- if (starv[i]) {
- stary[i]+=1+Math.random()*3;
- if (stary[i]<shigh+sdown) {
- star[i].style.top=stary[i]+"px";
- starx[i]+=(i%5-2)/5;
- star[i].style.left=starx[i]+"px";
- }
- else {
- star[i].style.visibility="hidden";
- starv[i]=0;
- return;
- }
- }
- else {
- tinyv[i]=50;
- tiny[i].style.top=(tinyy[i]=stary[i])+"px";
- tiny[i].style.left=(tinyx[i]=starx[i])+"px";
- tiny[i].style.width="2px";
- tiny[i].style.height="2px";
- star[i].style.visibility="hidden";
- tiny[i].style.visibility="visible"
- }
- }
- function update_tiny(i) {
- if (--tinyv[i]==25) {
- tiny[i].style.width="1px";
- tiny[i].style.height="1px";
- }
- if (tinyv[i]) {
- tinyy[i]+=1+Math.random()*3;
- if (tinyy[i]<shigh+sdown) {
- tiny[i].style.top=tinyy[i]+"px";
- tinyx[i]+=(i%5-2)/5;
- tiny[i].style.left=tinyx[i]+"px";
- }
- else {
- tiny[i].style.visibility="hidden";
- tinyv[i]=0;
- return;
- }
- }
- else tiny[i].style.visibility="hidden";
- }
- document.onmousemove=mouse;
- function mouse(e) {
- set_scroll();
- y=(e)?e.pageY:event.y+sdown;
- x=(e)?e.pageX:event.x+sleft;
- }
- function set_scroll() {
- if (typeof(self.pageYOffset)=="number") {
- sdown=self.pageYOffset;
- sleft=self.pageXOffset;
- }
- else if (document.body.scrollTop || document.body.scrollLeft) {
- sdown=document.body.scrollTop;
- sleft=document.body.scrollLeft;
- }
- else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
- sleft=document.documentElement.scrollLeft;
- sdown=document.documentElement.scrollTop;
- }
- else {
- sdown=0;
- sleft=0;
- }
- }
- window.onresize=set_width;
- function set_width() {
- if (typeof(self.innerWidth)=="number") {
- swide=self.innerWidth;
- shigh=self.innerHeight;
- }
- else if (document.documentElement && document.documentElement.clientWidth) {
- swide=document.documentElement.clientWidth;
- shigh=document.documentElement.clientHeight;
- }
- else if (document.body.clientWidth) {
- swide=document.body.clientWidth;
- shigh=document.body.clientHeight;
- }
- }
- function createDiv(height, width) {
- var div=document.createElement("div");
- div.style.position="absolute";
- div.style.height=height+"px";
- div.style.width=width+"px";
- div.style.overflow="hidden";
- div.style.backgroundColor=colour;
- return (div);
- }
- // ]]>
- </script>
- {/block:IfSparkles}
- </head>
- <div id="content">
- <div id="sb">
- <div {block:IfSbCenter}align="center"{/block:IfSbCenter}>
- <a href="/" data-toggle="tooltip" title="{text:sidebar}"><img src="{image:sidebar}"></a></div>
- {block:ifNotHideTitle}
- <div class="title">{text:title}
- </div>
- {/block:ifNotHideTitle}
- {block:ifNotHideDesc}
- <div class="desc">{text:desc}</div>
- {/block:ifNotHideDesc}
- <div class="linkz">
- <div class="container">
- <a href="{text:link 1 URL}">{text:link 1}</a>
- <a href="{text:link 2 URL}">{text:link 2}</a>
- <a href="{text:link 3 URL}">{text:link 3}</a>
- <a href="{text:link 4 URL}">{text:link 4}</a>
- </div>
- </div>
- </div>
- {block:Posts}
- <div class="posts">
- {block:Text}
- {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}<div class="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <big><a href="{URL}">{Name}</a></big>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}{Title}{/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}{Label}{/block:Label} {Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Answer}
- <div id="askimg"><img src="{AskerPortraitURL-48}"></div>
- <div id="asker">{Asker}:</div>
- <div id="q">{Question}</div>
- <div id="a">{Answer}</div>
- {/block:Answer}
- {block:Photo}
- <div class="pic">
- {block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-HighRes}"></a>{/block:IndexPage}
- {block:PermalinkPage}<a href="{LinkURL}"><img src="{PhotoURL-HighRes}"></a>{/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- {Photoset}
- {/block:Photoset}
- {block:Video}
- <div class="video">{Video-500}</div>
- {/block:Video}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="albumpic"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="trackback">
- <div class="pressplay">
- {AudioPlayer}
- </div></div>
- <div class="trackinfo">
- {block:TrackName}{TrackName}{/block:TrackName}<br>
- {block:Artist}<b>{Artist}</b>{/block:Artist}<br>
- {block:Album}<i>{Album}</i>{/block:Album}<br>
- </div></div>
- {/block:AudioPlayer}
- {block:ifNotHideCaption}
- {block:Caption}<p style="margin-top: 15px;">{Caption}</p>{/block:Caption}
- {/block:ifNotHideCaption}
- {block:IndexPage}<div id="notes">
- <a href="{Permalink}">{NoteCount}N</a>
- <img src="{image:footer img}" style="vertical-align: middle; margin-left: 5px; margin-right: 5px; display: inline-block;">
- <a href="{ReblogURL}" data-toggle="tooltip" title="Reblog?">RB</a>
- </div>{/block:IndexPage}
- {block:IndexPage}
- {block:ifNotHideTags}
- {block:HasTags}
- <div class="tags">
- #{block:Tags}<a href="{TagURL}">{Tag}</a>
- {/block:Tags}</div>{/block:HasTags}
- {/block:ifNotHideTags}{/block:IndexPage}
- {block:PermalinkPage}
- {block:ifHideCaption}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifHideCaption}
- <p>{block:NoteCount}Notes: <a href="{Permalink}">{NoteCount}</a><br>{/block:NoteCount}
- {block:HasTags}Tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}<br>{/block:HasTags}
- {block:RebloggedFrom}
- Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
- <br>{/block:RebloggedFrom}{block:ContentSource}
- Source: <a href="{SourceURL}">{SourceTitle}</a>
- {/block:ContentSource}</p>
- {block:NoteCount}<div id="permanotes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>{/block:NoteCount}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:IndexPage}
- {block:Pagination}
- <div class="pagination">
- {block:JumpPagination length="7"}
- {block:CurrentPage}
- <span class="current_page"><b>{PageNumber}</b></span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- </div>
- {/block:Pagination}{/block:IndexPage}
- </div>
- </div>
- <div id="c">
- <a href="https://ps1.tumblr.com/" style="text-decoration: none; font-style: normal;" data-toggle="tooltip" title="@ps1">♤</a>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment