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">
- <!--
- Recently 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>
- <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- $('li.drawer div:nth-child(2)').hide();
- $('li.drawer h0').click(function () {
- if ($(this).hasClass('open')) {
- $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
- else {
- $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
- $(this).next().slideDown();
- $(this).addClass('open');}
- });
- });
- </script>
- <meta name="color:Background" content="#fff" />
- <meta name="color:Text" content="#333333" />
- <meta name="color:Links" content="#555555"/>
- <meta name="color:Hover" content="#dad8d8"/>
- <meta name="color:Scrollbar" content="#666666"/>
- <meta name="color:Scrollbar Background" content="#dad8d8"/>
- <meta name="color:Borders" content="#dad8d8"/>
- <meta name="color:Answer" content="#ebebeb"/>
- <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:Title Font Size" content="60"/>
- <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:Inverted Fade" content="1" />
- <meta name="if:Faded Images" content="0" />
- <meta name="if:Custom Title Font" content="1"/>
- <meta name="if:Cross cursor" content="1"/>
- <meta name="if:Show Header" content="0"/>
- <meta name="if:Animated Post Load" content="1"/>
- <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}
- <style type="text/css">
- {CustomCSS}
- @font-face {font-family: customfont; src: url('http://static.tumblr.com/fxpo5zq/ad0m5vybr/quicksand_light.otf');
- }
- p{
- margin:0px;
- padding:0px;
- }
- #tumblr_controls{
- position:absolute;
- margin-top:0px;
- margin-left:0px;
- }
- #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};
- {block:ifcrosscursor}
- font-size:9px;
- text-align: center;
- font-family: {font:Body};
- line-height:10px;
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- }
- #content{
- margin: auto auto auto auto ;
- width:100%;
- top:108px;
- position:relative;
- }
- #content .posts{
- width:870px;
- font-family: {font:Body};
- margin: 10px 0px 0px 30px;
- margin-left: 230px;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- }
- #content .entry{
- {block:IndexPage}
- width:250px;
- margin:20px;
- {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: 870px;
- margin-bottom:50px;
- {/block:PermalinkPage}
- }
- #content .entry:hover{
- {block:IndexPage}
- width:250px;
- {/block:IndexPage}
- }
- #content .entry img{
- {block:IndexPage}
- max-width:250px;
- {/block:IndexPage}
- }
- .perma {
- opacity: 0.0;
- filter: alpha(opacity = 0);
- z-index:9999991;
- display: inline-block;
- position: absolute;
- bottom: 4px;
- left: 5px;
- -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;
- }
- .entry:hover .perma {
- opacity: 1;
- filter: alpha(opacity = 100);
- }
- .likep {
- width: 21px;
- height: 20px;
- overflow: hidden;
- z-index: 9999999;
- display: inline-block;
- }
- .rep {
- width: 24px;
- height: 20px;
- overflow: hidden;
- z-index: 9999999;
- display: inline-block;
- }
- .likep a:hover {
- background-position: 0px 0px;
- }
- .likep a {
- background-image: url("http://static.tumblr.com/ykziu7r/ICbmd11nu/like.png");
- background-position: 0px 0px;
- display: block;
- z-index: 9999999;
- }
- .likep img {
- width: 21px;
- height: 20px;
- }
- .rep img{
- width: 24px;
- height: 20px;
- line-height: 30px;
- display: inline;
- -webkit-filter: invert(100%)
- }
- .top{
- width:870px;
- text-align:center;
- top:0px;
- left:230px;
- z-index:999999999;
- margin-bottom:10px;
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- padding-top:20px;
- padding-right:8px;
- padding-left:8px;
- padding-bottom:20px;
- position: fixed;
- background-color:{color:background};
- font-family: {font:Body};
- }
- {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}
- .h1{
- display:block;
- font-size:27px;
- line-height:20px;
- text-align: center;
- margin-bottom: 10px;
- font-family: {font:Body};
- }
- .h2{
- font-size:22px;
- line-height:15px;
- margin-bottom:5px;
- font-family: {font:Body};
- display:block;
- text-align:center;
- }
- .h3{
- font-size:{text:Title Font Size}px;
- line-height:{text:Title Font Size}px;
- text-align:center;
- text-transform:uppercase;
- {block:ifcustomtitlefont}
- font-family: 'Customfont';
- {/block:ifcustomtitlefont}
- {block:ifnotcustomtitlefont}
- font-family: {font:Title};
- {/block:ifnotcustomtitlefont}
- }
- #h4{
- width:400px;
- font-size:10px;
- line-height:12px;
- text-align:center;
- font-family: {font:Body};
- }
- #h7{
- width:620px;
- border-top-style:solid;
- border-width:1px;
- border-color:{color:Borders};
- padding-top:5px;
- font-size:10px;
- line-height:10px;
- text-transform:uppercase;
- font-family: {font:Body};
- letter-spacing:1px;
- }
- .nav{
- text-align:center;
- margin-top:0px;
- margin-bottom:0px;
- font-family: {font:Body};
- }
- .notes{
- width:870px;
- padding-left:0px;
- text-align:left;
- }
- .permalink{
- display:block;
- text-align:right;
- padding:2px;
- border-width:0px;
- text-transform:uppercase;
- font-family:{font:Body};
- margin-top:5px;
- border-bottom-style:solid;
- }
- .permalink{
- -webkit-transition: opacity 0.3s linear;
- opacity: 0.3;
- -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;
- }
- .permalink:hover{
- -webkit-transition: opacity 0.3s linear;
- opacity: 1;
- -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;
- }
- .quote{
- font-size:17px;
- line-height:20px;
- text-transform:none;
- margin-bottom:5px;
- font-family: {font:Body};
- }
- .audio{
- {block:IndexPage}
- width:288px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:858px;
- {/block:PermalinkPage}
- background-color:#fff;
- padding:5px;
- margin-bottom:0px;
- }
- .audiocap, .videocap{
- display:block;
- padding:0px;
- }
- .albumart, .albumart img{
- {block:IndexPage}
- width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:870px;
- {/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;
- font-family: {font:Body};
- }
- .asker{
- font-family: {font:Body};
- font-size:10px;
- line-height:10px;
- }
- .answer{
- padding:3px;
- font-size:10px;
- line-height:10px;
- font-family: {font:Body};
- color: {color:text};
- background-color:{color:Answer};
- }
- .nav {font-size:10px;
- }
- #link{
- width:870px;
- height:auto;
- margin-bottom:50px;
- margin-top:50px;
- }
- #chat{
- width:870px;
- height:auto;
- margin-bottom:50px;
- margin-top:50px;
- }
- #quote{
- width:870px;
- height:auto;
- margin-bottom:50px;
- margin-top:50px;
- }
- #text{
- width:870px;
- height:auto;
- margin-bottom:50px;
- margin-top:50px;
- }
- #vid{
- width:870px;
- height:auto;
- margin-bottom:50px;
- margin-top:50px;
- }
- #photoset{
- width:870px;
- height:auto;
- margin-bottom:50px;
- margin-top:50px;
- }
- #ans{
- width:855px;
- height:auto;
- margin-bottom:50px;
- margin-top:50px;
- }
- ul#drawers {width: 870px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;}
- ul#drawers a {text-decoration: none; color: #000;}
- ul#drawers li h0 {margin: 0; padding: 1px; text-transform: Camelcase; font-size: 10px; text-align: center; cursor: help; background-color: #363835; background: rgba(255, 255, 255, 0.0); -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out;
- transition: background-color 0.5s ease-out;}
- h4.small {display: table-cell; width: 100px; margin: 0px; height: 100%;}
- li.drawer h0.open {background-color: #121213; border-top: 0px;}
- li.drawer div {padding: 2px; margin: 0px; line-height: 12px; background-color: #363835; background: rgba(255, 255, 255, 0.0);}
- li.drawer div li {list-style-type: disc;}
- li.drawer div ul {-webkit-padding-start: 12px;}
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Scrollbar};
- height:100px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:Scrollbar};
- height:10px;
- }
- ::-webkit-scrollbar {
- height:10px;
- width:8px;
- background-color:{color:Scrollbar 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"><p>
- <ul id="drawers">
- <li class="drawer" id="info"> <h0>{block:ifnotshowheader}
- <span class="h3">{Title}</span>{/block:ifnotshowheader}{block:ifshowheader}<img src="{image:Header}" width="{text:Header Size}px;" target="_blank" style=""><br><br>{/block:ifshowheader}</h0>
- <div align="center"><p><p><div id="h4"><br>{Description}<br></div><br>
- <div id="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}{block:ifsixthcustomlink}<a href="{text:sixth custom link url}">{text:sixth custom link title}</a> {/block:ifsixthcustomlink}<a href="http://lsaac.tumblr.com">Theme</a></span>
- </p></div></li></ul></div></form></div></div></div></span></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="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
- {block:PermalinkPage}<div style="margin-left:220px;"</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">
- <div class="likep">
- <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
- </div>
- <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
- </div>
- </div>
- <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="300"/></a>
- {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
- {LinkCloseTag}
- {/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}{Photoset-250}{/block:IndexPage}
- {block:Caption}{Caption}{/block:Caption}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>{block:PermalinkPage}<div style="margin-left:230px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="photoset">{Photoset-500}</div>{/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- {block:IndexPage}<div class="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> </div> {block:Source}<small>{Source}</small>{/block:Source}{/block:IndexPage}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
- {block:PermalinkPage}<div style="margin-left:230px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> - {block:Source}<small>{Source}</small>{/block:Source}</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}{/block:IndexPage}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
- {block:PermalinkPage}<div style="margin-left:230px;"</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}{Video-250}{/block:IndexPage}
- </div>{block:IndexPage}<div class="videocap"></a></div><div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>{/block:IndexPage}{block:PermalinkPage}<div style="margin-left:230px;"</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="permalink"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>{block:PermalinkPage}<div style="margin-left:230px;"</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:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}</a><div class="audio">{AudioPlayerWhite}</div>
- {block:PermalinkPage}{block:Caption}<div class="audiocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- {block:IndexPage}
- <div class="asker">{Asker} said:</a><div class="question"><br>{Question}</div></div><div class="answer"><i>{Answer}</i></div>{/block:IndexPage}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><div></span></div></div>{/block:IndexPage}{block:PermalinkPage}<div style="margin-left:10px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="ans"><div class="asker">{Asker} said:</a><div class="question"><br>{Question}</div></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="border-width:1px; border-style:solid; border-color:{color:borders}; text-align:left; margin-bottom:30px; max-height: 200px; width:868px; 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:1px; font-size:36px; opacity:0.6; background-color:{color:Posts}; border-radius:18px; padding:9px; font-family:Times New Roman;"><a href="http://lsaac.tumblr.com">+</a></div><div style="right: 3px; top: 26px; opacity:0.6; position:absolute;"><a href="http://lsaac.tumblr.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div></div></div></div></div></div>
- <script type="text/javascript" src="http://static.tumblr.com/ykziu7r/gJrmd11kv/liked.js"></script>
- <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></body></html></body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement