Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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">
- <!--
- Gratitude Theme by lsaac.tumblr.com
- Please remember to leave at least one credit link visible and as with all of my themes this is not a base code so please do not use it as such, thank you :-)
- -->
- <head>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
- <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".description").hide();
- $(".about").click(function(){
- $('.description').slideToggle("fast");
- return true;
- });
- });
- </script>
- <meta name="color:Background" content="#FFFFFF" />
- <meta name="color:Text" content="#333333" />
- <meta name="color:Links" content="#555555"/>
- <meta name="color:Hover" content="#dad8d8"/>
- <meta name="color:Scrollbar" content="#dad8d8"/>
- <meta name="color:Scrollbar Background" content="#FFFFFF"/>
- <meta name="color:Accent" content="#ebebeb"/>
- <meta name="color:Answer" content="#f0f0f0"/>
- <meta name="color:Reblog Button Colour" content="#000000"/>
- <meta name="image:Header" content=""/>
- <meta name="text:First custom link title" content=""/>
- <meta name="text:First custom link url" content=""/>
- <meta name="text:Second custom link title" content=""/>
- <meta name="text:Second custom link url" content=""/>
- <meta name="text:Third custom link title" content=""/>
- <meta name="text:Third custom link url" content=""/>
- <meta name="text:Fourth custom link title" content=""/>
- <meta name="text:Fourth custom link url" content=""/>
- <meta name="text:Fifth custom link title" content=""/>
- <meta name="text:Fifth custom link url" content=""/>
- <meta name="text:Sixth custom link title" content=""/>
- <meta name="text:Sixth custom link url" content=""/>
- <meta name="text:Header Size" content="500"/>
- <meta name="if:First custom link" content="0"/>
- <meta name="if:Second custom link" content="0"/>
- <meta name="if:Third custom link" content="0"/>
- <meta name="if:Fourth custom link" content="0"/>
- <meta name="if:Fifth custom link" content="0"/>
- <meta name="if:Sixth custom link" content="0"/>
- <meta name="if:Submit link" content="0"/>
- <meta name="if:Archive link" content="1"/>
- <meta name="if:Home link" content="1"/>
- <meta name="if:Message link" content="1"/>
- <meta name="if:Custom Title Font" content="1"/>
- <meta name="if:Alternate Font Face" content="1"/>
- <meta name="if:Inverted Fade" content="1" />
- <meta name="if:Faded Images" content="0" />
- <meta name="if:Cross cursor" content="1"/>
- <meta name="if:Show Header" content="0"/>
- <meta name="font:Body" content="Lucida Sans"/>
- <meta name="font:Title" content="Courier New"/>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}">
- <title>Untitled Document</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}
- <link href='http://fonts.googleapis.com/css?family=Abril+Fatface' rel='stylesheet' type='text/css'>
- <style type="text/css">
- {CustomCSS}
- p{
- margin:0px;
- padding:0px;
- }
- #tumblr_controls{
- position:absolute;
- margin-top:0px;
- margin-left:0px;
- z-index:99999;
- }
- #tumblr_controls{
- -webkit-transition: opacity 0.2s linear;
- opacity: 0.6;
- }
- #tumblr_controls:hover{
- -webkit-transition: opacity 0.2s linear;
- opacity: 1;
- }
- a{
- text-decoration: none;
- color:{color:links};
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- }
- a:hover{
- color:{color:hover};
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- }
- body{
- color:{color:Text};
- background-color:{color:Background};
- background-image:url({image:Background});
- background-attachment: fixed; background-repeat: repeat;
- {block:ifcrosscursor}
- font-size:12px;
- text-align: center;
- {block:ifalternatefontface}
- font-family:consolas;
- {/block:ifalternatefontface}
- {block:ifnotalternatefontface}
- font-family: {font:Body};
- {/block:ifnotalternatefontface}
- line-height:10px;
- overflow-x:hidden;
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- }
- #content{
- margin: auto auto auto auto ;
- width:100%;
- top:0px;
- position:relative;
- }
- #content .posts{
- width:1350px;
- {block:ifalternatefontface}
- font-family:consolas;
- {/block:ifalternatefontface}
- {block:ifnotalternatefontface}
- font-family: {font:Body};
- {/block:ifnotalternatefontface}
- margin: 10px 0px 0px 30px;
- margin-left: 2%;
- {block:PermalinkPage}
- width:600px;
- {/block:PermalinkPage}
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- }
- #content .entry{
- {block:IndexPage}
- width:150px;
- margin:25px;
- {block:ifanimatedpostload}
- -moz-transition: all 3.9s ease-out;
- -o-transition: all 3.9s ease-out;
- -webkit-transition: all 3.9s ease-out;
- transition: all 3.9s ease-out;
- {/block:ifanimatedpostload}
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:600px;
- margin-top:10px;
- margin-left:280px;
- {/block:PermalinkPage}
- }
- #content .entry img{
- {block:IndexPage}
- max-width:250px;
- {/block:IndexPage}
- }
- .entry .perma {
- position: absolute;
- width: auto;
- text-align: center;
- bottom:0px;
- left:40%;
- opacity: 0;
- filter:alpha(opacity=0);
- z-index: 10000;
- font-size: 20px;
- height: 20px;
- line-height: 20px;
- font-family: Times New Roman;
- text-transform: uppercase;
- color:{color:Reblog Button Colour};
- padding: 3px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .entry:hover .perma{
- opacity: 1;
- filter:alpha(opacity=100);
- bottom:-30px;
- }
- .perma:hover{
- transform:rotate(-360deg);
- -ms-transform:rotate(-360deg);
- -webkit-transform:rotate(-360deg);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .perma a{
- color:{color:Reblog Button Colour};
- }
- .top{
- width:100%;
- text-align:center;
- margin: -10px auto ;
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- z-index:99;
- margin-bottom:0px;
- margin-left:-10px;
- padding-right:22px;
- background-color:transparent;
- font-family: {font:Body};
- }
- {block:IndexPage}
- {block:ifinvertedfade}
- img{
- -webkit-transition: opacity 0.3s linear;
- opacity: 1;
- }
- img:hover{
- -webkit-transition: opacity 0.3s linear;
- opacity: 0.7;
- }
- {/block:ifinvertedfade}
- {block:iffadedimages}
- img{
- -webkit-transition: opacity 0.3s linear;
- opacity: 0.8;
- }
- img:hover{
- -webkit-transition: opacity 0.3s linear;
- opacity: 1;
- }
- {/block:iffadedimages}
- {/block:IndexPage}
- .h1{
- display:block;
- font-size:27px;
- line-height:20px;
- text-align: center;
- margin-bottom: 10px;
- {block:ifalternatefontface}
- font-family:consolas;
- {/block:ifalternatefontface}
- {block:ifnotalternatefontface}
- font-family: {font:Body};
- {/block:ifnotalternatefontface}
- }
- .h2{
- font-size:22px;
- line-height:15px;
- margin-bottom:5px;
- {block:ifalternatefontface}
- font-family:consolas;
- {/block:ifalternatefontface}
- {block:ifnotalternatefontface}
- font-family: {font:Body};
- {/block:ifnotalternatefontface}
- display:block;
- text-align:center;
- }
- .h3{
- font-size:90px;
- line-height:90px;
- text-align:center;
- {block:ifcustomtitlefont}
- font-family: 'Abril Fatface', cursive;
- {/block:ifcustomtitlefont}
- {block:ifnotcustomtitlefont}
- font-family: {font:Title};
- {/block:ifnotcustomtitlefont}
- }
- #h4{
- width:530px;
- font-size:10px;
- line-height:12px;
- letter-spacing:1px;
- text-align:center;
- {block:ifalternatefontface}
- font-family:consolas;
- {/block:ifalternatefontface}
- {block:ifnotalternatefontface}
- font-family: {font:Body};
- {/block:ifnotalternatefontface}
- margin:10px auto;
- {block:IndexPage}
- Opacity:1;
- {block:IndexPage}
- {block:PermalinkPage}
- Opacity:0;
- {/block:PermalinkPage}
- }
- .h7{
- width:200px;
- font-size:12px;
- line-height:12px;
- text-transform:uppercase;
- {block:ifalternatefontface}
- font-family:consolas;
- {/block:ifalternatefontface}
- {block:ifnotalternatefontface}
- font-family: {font:Body};
- {/block:ifnotalternatefontface}
- letter-spacing:2px;
- z-index:1000;
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- .nav{
- text-align:center;
- margin-top:0px;
- margin-bottom:0px;
- {block:ifalternatefontface}
- font-family:consolas;
- {/block:ifalternatefontface}
- {block:ifnotalternatefontface}
- font-family: {font:Body};
- {/block:ifnotalternatefontface}
- }
- .notes{
- width:600px;
- padding-left:0px;
- text-align:left;
- }
- .textperma{
- font-family:trebuchet ms;
- font-size:11px;
- line-height:15px;
- letter-spacing:2px;
- text-align:center;
- opacity: 0;
- margin-top:7px;
- margin-bottom:2px;
- -webkit-transition-duration:0.4s;
- }
- .entry:hover .textperma{
- opacity:1;
- padding-top:0px;
- }
- .quote{
- font-size:17px;
- line-height:20px;
- text-transform:none;
- margin-bottom:5px;
- {block:ifalternatefontface}
- font-family:consolas;
- {/block:ifalternatefontface}
- {block:ifnotalternatefontface}
- font-family: {font:Body};
- {/block:ifnotalternatefontface}
- }
- .audio{
- {block:IndexPage}
- width:0px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:630px;
- margin-top:150px;
- {/block:PermalinkPage}
- background-color:#e3e3e3;
- padding:5px;
- margin-top:-2px;
- margin-bottom:1px;
- }
- .audiocap, .videocap{
- display:block;
- padding:0px;
- }
- .albumart, .albumart img{
- {block:IndexPage}
- width:150px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:640px;
- {/block:PermalinkPage}
- }
- div.video embed,
- div.post div.video object {
- {block:IndexPage}
- width:250px !important;
- height:150px !important;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px !important;
- height:400px !important;
- {/block:PermalinkPage}
- }
- .question{
- margin-bottom:5px;
- font-size:10px;
- line-height:10px;
- display:block;
- background-color:{color:Answer};
- border-left-style:solid;
- border-right-style:solid;
- border-color:{color:Accent};
- border-width:2px;
- {block:ifalternatefontface}
- font-family:consolas;
- {/block:ifalternatefontface}
- {block:ifnotalternatefontface}
- font-family: {font:Body};
- {/block:ifnotalternatefontface}
- }
- .asker{
- {block:ifalternatefontface}
- font-family:consolas;
- {/block:ifalternatefontface}
- {block:ifnotalternatefontface}
- font-family: {font:Body};
- {/block:ifnotalternatefontface}
- font-size:10px;
- line-height:10px;
- }
- .answer{
- padding:3px;
- font-size:10px;
- line-height:10px;
- {block:ifalternatefontface}
- font-family:consolas;
- {/block:ifalternatefontface}
- {block:ifnotalternatefontface}
- font-family: {font:Body};
- {/block:ifnotalternatefontface}
- color: {color:text};
- }
- .nav {font-size:10px;
- }
- #link{
- width:600px;
- height:auto;
- margin-bottom:50px;
- margin-top:-50px;
- padding:20px;
- background-color:{color:Accent};
- }
- #chat{
- width:600px;
- height:auto;
- margin-bottom:50px;
- margin-top:-50px;
- padding:20px;
- background-color:{color:Accent};
- }
- #quot{
- width:600px;
- height:auto;
- margin-bottom:50px;
- margin-top:-50px;
- padding:20px;
- background-color:{color:Accent};
- }
- #text{
- width:605px;
- height:auto;
- margin-bottom:50px;
- margin-top:-50px;
- padding:20px;
- background-color:{color:Accent};
- }
- #vid{
- width:600px;
- height:auto;
- margin-bottom:50px;
- margin-top:-50px;
- padding:10px;
- background-color:{color:Accent};
- }
- #photoset{
- width:600px;
- height:auto;
- margin-bottom:50px;
- margin-top:-50px;
- padding:20px;
- background-color:{color:Accent};
- }
- #ans{
- width:615px;
- height:auto;
- margin-bottom:50px;
- margin-top:-50px;
- padding:20px;
- background-color:{color:Accent};
- }
- #myvideo{
- max-width:150px;
- overflow-y:hidden;
- overflow-x:hidden;
- }
- #myphotoset{
- max-width:150px;
- overflow-y:hidden;
- overflow-x:hidden;
- }
- ::-webkit-scrollbar-thumb{
- background-color:{color:Scrollbar};
- border: 2px solid {color:background};
- height:auto;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:9px;
- background-color: #999999;
- border: 4px solid {color:background};
- }
- </style>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
- </script>
- <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
- <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('.posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "div#navigation",
- // selector for the paged navigation (it will be hidden)
- nextSelector : "div#navigation a#nextPage",
- // selector for the NEXT link (to page 2)
- itemSelector : ".entry",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 11000,
- loadingImg : "",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('.posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
- <body>
- <div class="top">
- <div class="nav">
- <div align="center"><br><br>
- {block:ifnotshowheader}
- <span class="h3"><a href="/">{Title}</a></span>{/block:ifnotshowheader}{block:ifshowheader}<img src="{image:Header}" width="{text:Header Size}px;" target="_blank" style=""><br><br>{/block:ifshowheader}</div></span>
- <span class="h7">
- {block:ifhomelink}<a href="/">home</a> {block:ifhomelink}
- {block:ifmessagelink}<a href="/ask">message</a> {block:ifmessagelink}{block:ifarchivelink} <a href="/archive">archive</a> {/block:ifarchivelink}{block:ifsubmitlink}<a href="/submit">submit</a> {block:ifsubmitlink}{block:iffirstcustomlink}<a href="{text:first custom link url}">{text:first custom link title}</a> {/block:iffirstcustomlink}{block:ifsecondcustomlink}<a href="{text:second custom link url}">{text:second custom link title}</a> {/block:ifsecondcustomlink} {block:ifthirdcustomlink}<a href="{text:third custom link url}">{text:third custom link title}</a> {/block:ifthirdcustomlink}
- {block:iffourthcustomlink}<a href="{text:fourth custom link url}">{text:fourth custom link title}</a> {/block:iffourthcustomlink}
- {block:iffifthcustomlink}<a href="{text:fifth custom link url}">{text:fifth custom link title}</a> {/block:iffifthcustomlink}
- <a href="http://lsaac.tumblr.com">theme</a></span></span><div align="center"><p><p><div id="h4"><br>{Description}<br><br></div></div></div></div></div></div>
- <div id="content">
- <div class="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:IndexPage}
- {block:Title}<span class="h1">{Title}</span>{/block:Title}
- {Body}{/block:IndexPage}
- {block:IndexPage}
- <div class="textperma"><a href="{Permalink}">
- {NoteCount}<font color="red">♥</font></a> / <a href="{ReblogURL}">REBLOG</a></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="text">{block:Title}<span class="h1">{Title}</span>{/block:Title}{Body}</div>{/block:PermalinkPage}{/block:Text}
- {block:Photo}
- {block:IndexPage}
- <div class="perma"><a href="{ReblogURL}">↺</a>
- </div><a href="{Permalink}" target="_blank"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="150"/>
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="600"/></a>
- {LinkCloseTag}
- {/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}<div id="myphotoset">{Photoset-250}{/block:IndexPage}
- {block:IndexPage}<div class="textperma"><a href="{Permalink}">VIEW FULL PHOTOSET</a></div></div>
- {/block:IndexPage}{block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="photoset">{Photoset-500}</div>{/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- {block:IndexPage}<div class="quote">"{Quote}" <small><i>{block:Source}- {Source}{/block:Source}</small></i></div>{/block:IndexPage}{block:IndexPage}
- <div class="textperma"><a href="{Permalink}">
- {NoteCount}<font color="red">♥</font></a> / <a href="{ReblogURL}">REBLOG</a></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="quot"><div class="quote">"{Quote}" <small><i>{block:Source} - {Source}{/block:Source}</small></i></div></div>{/block:PermalinkPage}
- {/block:Quote}
- {block:Link}
- {block:IndexPage}<a href="{URL}"{Target}><span class="h2">+{Name}</span></a>{block:Description}<small>{Description}</small>{/block:Description}
- <div class="textperma"><a href="{Permalink}">
- {NoteCount}<font color="red">♥</font></a> / <a href="{ReblogURL}">REBLOG</a></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}
- <div id="link"><a href="{URL}"{Target}><span class="h2"> →{Name}</span></a>
- {block:Description}<small>{Description}</small>{/block:Description}</div>{/block:PermalinkPage}
- {/block:Link}
- {block:Video}
- <div class="video">
- {block:IndexPage}<div id="myvideo">{Video-250}{/block:IndexPage}
- </div></div>{block:IndexPage}<div class="videocap"></a></div><div class="textperma"><a href="{Permalink}">VIEW FULL VIDEO</a></div>{/block:IndexPage}</span>{/block:IndexPage}{block:PermalinkPage}<div style="margin-left:280px;"</div>
- {/block:PermalinkPage}{block:PermalinkPage}<div id="vid">{Video-500}</div>{/block:PermalinkPage}
- {/block:Video}
- {block:Chat}
- {block:IndexPage}{block:Title}<div class="ptitle">{Title}</div>
- {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}{/block:IndexPage}{block:IndexPage}
- <div class="textperma"><a href="{Permalink}">
- {NoteCount}<font color="red">♥</font></a> / <a href="{ReblogURL}">REBLOG</a></a></div>
- {/block:IndexPage}{block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="chat">{block:Title}<div class="ptitle">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}</div>{/block:PermalinkPage}
- {/block:Chat}
- {block:Audio}
- <a href="{Permalink}">
- {block:IndexPage}
- {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}</a>{/block:IndexPage}
- {block:PermalinkPage}<a href="{Permalink}">
- {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}</a><div class="audio">{AudioPlayerGrey}</div>{/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- {block:IndexPage}
- <div class="question">{Asker} said:</a> {Question}</div>
- <div class="answer"><i>{Answer}</i></div>{/block:IndexPage}
- {block:IndexPage}
- <div class="textperma"><a href="{Permalink}">
- {NoteCount}<font color="red">♥</font></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}
- {block:PermalinkPage}<div id="ans"><div class="question">{Asker} said:</a> {Question}</div>
- <div class="answer"><i>{Answer}</i></div></div>
- {/block:PermalinkPage}
- {/block:Answer}
- {block:PermalinkPage}<div class="notes">
- {block:Caption}{Caption}{/block:Caption}
- Posted on {Month} {DayofMonth}{DayofMonthSuffix} at {12Hour}:{Minutes} {CapitalAMPM}
- <br>Has a total of: {NoteCount} Notes
- {block:PostNotes}<br><br><div style=" text-align:left; margin-bottom:30px; max-height: 200px; width:650px; overflow: auto; overflow-x: hidden;">{PostNotes}</div>{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>{/block:Posts}</div></div>
- {block:IndexPage}
- <div class="column navigation" id="navigation">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
- </div>
- {/block:IndexPage}
- <div style="position:fixed; bottom:5px; color: {color:Text}; right:5px; font-size:10px; opacity:1; background-color:{color:Posts}; padding:3px; font-family:Times New Roman;"><a href="http://lsaac.tumblr.com"><u>theme</u></a></div><div style="right: 3px; top: 26px; opacity:0.6; position:fixed;
- z-index:9999999999999999999999;"><a href="http://lsaac.tumblr.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div>
- </div></div></div></div></div></body></html></body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement