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">
- <!-- senpai theme by hentaist, do not touch credit please!! -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/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>
- {block:ifinfinitescroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifinfinitescroll}
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://www.nutritionxlosangeles.com/wp-content/plugins/highlighter/public/images/bubble2/closeButton.png" class="btn_close" title="Close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <head>
- <script type="text/javascript">
- <!--
- function handleThis(formElm)
- {
- window.location="http://{text:url}.tumblr.com/tagged/"+formElm.number.value+"";
- return false;
- }
- // -->
- </script>
- <meta name="image:List Style" content="" />
- <meta name="color:bg" content="#fff8fb"/>
- <meta name="color:link" content="#746f6e"/>
- <meta name="color:hover" content="#494b4d"/>
- <meta name="color:bold" content="#c6909c" />
- <meta name="color:H1 text" content ="#aaa9a9"/>
- <meta name="color:borders" content ="#e8e0e2"/>
- <meta name="color:italic" content="#808080" />
- <meta name="color:question highlight" content="#fef3f6" />
- <meta name="color:text" content="#383838"/>
- <meta name="color:chat line 1" content="#fef3f6"/>
- <meta name="color:chat line 2" content="#fbfbfb"/>
- <meta name="color:H1 BG" content ="#fbfbfb"/>
- <meta name="color:H2 text" content ="#ff8e8d"/>
- <meta name="color:H2 BG" content ="#ffffff"/>
- <meta name="color:tags" content="#7a7979">
- <meta name="color:permalinkgbg" content="#faf0f3"/>
- <meta name="if:infinitescroll" content="0"/>
- <meta name="if:pagination" content="1"/>
- <meta name="if:med" content="1"/>
- <meta name="if:small" content="0"/>
- <meta name="if:big" content="0"/>
- <meta name="if:tags" content="0"/>
- <meta name="if:captions" content="0"/>
- <meta name="if:popup" content="0"/>
- <meta name="image:background" content="" />
- <meta name="image:sidebar"content="http://24.media.tumblr.com/6ee51adeeae9f2061149b278f27c18a0/tumblr_mxb4micYhr1r4mh69o1_500.jpg"/>
- <meta name="text:link1" content="url" />
- <meta name="text:url" content="please type in just your tumblr username" />
- <meta name="text:link2" content="url" />
- <meta name="text:link3" content="url" />
- <meta name="text:title1" content="link" />
- <meta name="text:title2" content="link" />
- <meta name="text:title3" content="link" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title><title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="icon" href="{favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <style type="text/css">
- body {
- background-color:{color:bg};
- background-attachment:fixed;
- background-size:cover;
- font-family:helvetica;
- font-size:11px;
- line-height:20px;
- text-align:justify;
- font-style:normal;
- background-image:url('{image:background}');}
- a {
- color:{color:link};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- text-decoration: none;
- }
- a:hover {
- color:{color:hover};
- cursor:pointer;
- }
- iframe#tumblr_controls{
- top:0%!important;
- right:0%!important;
- position:fixed!important;
- z-index:99999999!important;
- opacity:1;
- -webkit-filter:invert(100%);
- -moz-filter:invert(100%);
- -o-filter:invert(100%);
- -ms-filter:invert(100%);
- filter:invert(100%);
- }
- .source {
- letter-spacing:1px;
- margin-top:5px;
- font-size:10px;
- margin-left:10px;
- padding:5px;
- text-align:right;
- }
- h1 {
- font:bold 11px helvetica;
- letter-spacing:1px;
- text-align:center;
- padding:5px;
- border-bottom:1px solid #eee;
- color:{color:h1 text};
- background-color :{color:h1 BG};
- }
- h1 a{
- color:{color:h1 text};
- }
- h2 {
- background:#f8f8f8;
- font-family:helvetica;
- font-size:13px;
- font-weight:100; }
- #shen {
- font-size:12px;
- font-family:helvetica;
- text-transform:lowercase;
- text-align:left;
- font-weight:100;
- background:#fbfbfb;
- padding:10px;
- line-height:20px;
- color:gray;}
- #s-m-t-tooltip {
- position:fixed;
- overflow:hidden;
- max-width:90px;
- padding:3px 5px 3px 5px;
- margin:10px 0 0 10px;
- border-radius:3px;
- background-image:url('');
- background:white;
- border:1px solid {color:borders};
- z-index:9999;
- display:inline-block;
- font:9px arial;
- letter-spacing:1px;
- text-align:center;
- color:gray;}
- h3 {
- font-family: calibri;
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 1px;
- font-size: 9px;
- display: block;
- padding: 5px;
- margin-top: 20px;
- background: #FBFBFB;
- }
- b, strong {
- font-weight:bold;
- color:{color:bold};
- }
- i, em {
- font-style:italic;
- color:{color:italic};
- }
- ul li {
- list-style-image:url('{image:List style}');
- margin-left:-25px;
- margin-right:0px;
- list-style:circle;
- text-align:left;}
- img {
- max-width: 100%;
- }
- /*PRE, BLOCKQUOTE, IMG*/
- img {border:none;}
- pre {
- max-width:%100;
- display: block;
- text-align:start;
- overflow:hidden;
- word-wrap: break-word;}
- blockquote {
- margin: 10px 10px 10px 10px;
- padding-left: 7px;
- word-wrap:break-word;
- padding-right:10px;
- border-left: solid 3px #dedede;
- }
- /*PRE, BLOCKQUOTE, IMG*/
- #searchresults {
- color: gray;
- text-align:center;
- background:white;
- border:1px solid {color:borders};
- text-decoration:underline;
- margin-top:100px;
- }
- #stuffcontainer #searchresults .search_query {
- font-weight: bold;
- }
- #stuffcontainer #searchresults .search_query:before {
- content:'“';
- }
- #stuffcontainer #searchresults .search_query:after {
- content:'”';
- }
- #theme {
- background-color:{color:bg};
- width:700px;
- margin: 0 auto -12px auto;
- text-align: center;
- }
- #sidebar{
- position:fixed;
- top:120px;
- background:white;
- border:1px solid {color:borders};
- left:164px;
- font-size:11px;
- padding:5px;
- }
- .pagination {
- text-align: center;
- padding-bottom: 35px;
- margin-top:8px;
- width:auto;
- margin-left:-10px;
- text-transform: lowercase;
- }
- .pagination a {
- background-color: white;
- color: {color:text};
- font-size:12px;
- width:110px;
- padding: 5px 10px;
- text-decoration: none; }
- #stuff img {
- opacity:1;}
- #stuff a{
- background:{color:question highlight};
- }
- #stuff a:hover{
- background:none;
- text-decoration:underline;
- }
- iframe {
- opacity: 0.7;
- filter:alpha(opacity=70);
- -moz-opacity: 0.7;
- -khtml-opacity: 0.7;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;}
- iframe:hover{
- opacity: 1;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1; }
- #stuffcontainer{
- float:left;
- margin-left:430px;
- margin-top:-50px;
- opacity:1;
- height:100%;
- background-image:url('');
- background-attachment:fixed;
- padding-bottom:5px;
- background-color:{color:bg};
- width:375px;
- border:0px solid {color:borders};
- text-align:justify;
- color:{color:text};
- }
- ul.chat {
- margin: 0;
- list-style-type: none;
- padding: 0;
- }
- .chat li {
- list-style: none;
- margin-left:5px;
- padding: 0px;
- line-height:15px;
- letter-spacing:1px;
- font:11px arial;
- }
- .chat li.odd {
- margin-bottom: 3px;
- list-style-type: none;
- background-color:{color:chat line 1};
- color: {color:text};
- }
- .chat li.even {
- margin-bottom: 3px;
- list-style-type: none;
- background-color:{color:chat line 2};
- color: {color:text};
- }
- #stuff {
- overflow:hidden;
- padding-top:10px;
- padding-bottom:0px;
- border-top:1px solid {color:borders};
- padding-left:10px;
- font-family:helvetica;
- margin-left:25px;
- padding-right:10px;
- opacity:1;
- background-color:{color:bg};
- {block:ifmed}
- width:400px;
- {/block:ifmed}
- {block:ifbig}
- width:500px;
- {/block:ifbig}
- {block:ifsmall}
- width:250px;
- {/block:ifsmall}
- text-align:justify;
- border-left:1px solid {color:borders};
- border-right:1px solid {color:borders};
- border-bottom:1px solid {color:borders};
- font-size:11px;
- background:#fff;
- margin-top:80px;
- line-height:15px;
- letter-spacing:0x;
- color:{color:text};
- }
- .question {
- line-height:15px;
- font-family:helvetica;
- font-size:12px;
- color:gray;
- word-wrap:break-word;
- overflow:hidden;
- padding:8px;
- border-bottom:1px solid #eee;
- }
- .answer {
- padding-top:3px;
- padding-bottom:0px;
- margin-bottom:0px;
- font-family:arial;
- background:white;
- }
- #audio {
- width:100%;
- height:26px;
- overflow:hidden;
- padding-top:7px;
- padding-left:5px;
- padding-right:55px;
- padding-bottom:5px;
- background-color:white;
- color:gray;
- line-height:12px;
- }
- #audio_player {
- width:25px;
- height:70px;
- padding-top:15px;
- background-color:white
- display:block;
- overflow:hidden;
- -moz-transition:all linear 0.8s;
- -webkit-transition:all linear 0.8s;
- -o-transition:all linear 0.8s;
- transition:all linear 0.8s;
- }
- #audio_track {
- color:{color:Text};
- font-size:10px;
- letter-spacing:1px;
- font-style:italic;
- }
- #postinfo {
- font-family: arial;
- margin-top:10px;
- border:1px solid {color:borders};
- {block:ifmed}
- width:390px;
- {/block:ifmed}
- {block:ifbig}
- width:490px;
- {/block:ifbig}
- {block:ifsmall}
- width:246px;
- {/block:ifsmall}
- color:{color:tags};
- font-size:10px;
- padding-left:3px;
- text-transform:lowercase;
- text-align:left;
- background:{color:permalinkgbg};
- }
- #postinfo a {
- color:{color:Tags};
- font-size:11px;
- border-bottom:0px solid #fff;
- font-family:arial;
- text-decoration:underline;
- }
- #postinfo a:hover {
- color:{color:hover};
- }
- .note {
- margin-top:8px;
- width:100%;
- line-height:14px;
- text-transform:lowercase;
- font-size:9px;
- margin-left:-60px;
- letter-spacing:1px; }
- .note li {
- list-style:none; }
- .note img {
- display:none; }
- .note li {
- list-style-type:none;
- padding:10px 25px 10px 25px;
- text-align:left;
- margin:0px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .description {
- width:200px;
- background:{color:bg};
- margin-top:85px;
- border:1px solid {color:borders};
- text-align:center;
- padding-top:2px;
- margin-left:5px;
- color:{color:text};
- }
- #poopie {
- width:auto;
- margin-left:-6px;
- position:fixed;
- margin-top:38px; }
- .sehun {
- height:15px;
- width:221px;
- z-index:999;
- border:1px solid {color:borders};
- margin-bottom:3px;
- -webkit-transition: opacity 0.3s linear;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out; }
- #link1:hover {
- background-color:#f3f3f3;}
- #link2:hover {
- background-color:#f8f8f8;}
- #link3:hover {
- background-color:#fbfbfb;}
- #link1 {
- background-color:#ffe3e7;
- color:gray;
- }
- #link2 {
- background-color:#feebee; color:gray;}
- #link3 {
- background-color:#feecf8; color:gray;}
- .yo img {
- border:1px solid {color:borders};
- max-width:200px;
- opacity:.7; }
- .yo{
- position:inline;
- max-width:200px;
- padding:5px 6px 0px 5px;
- margin-bottom:-79px; }
- .thing {
- position:absolute;
- {block:ifsmall}
- margin-top:-8px;
- margin-left:270px;
- {/block:ifsmall}
- {block:ifmed}
- margin-top:-8px;
- margin-left:415px;
- {/block:ifmed}
- {block:ifbig}
- margin-top:-8px;
- margin-left:515px;
- {/block:ifbig}
- opacity:0;
- width:auto;
- background:white;
- border:1px solid{color:borders};
- padding:2px;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #stuff:hover .thing {
- opacity:.8;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background-image:url('http://i.imgur.com/r6kusyD.jpg');
- background-size:cover;
- position: fixed; left: 0; top: 0;
- background-attachment:fixed;
- width: 100%; height: 100%;
- opacity:1;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background:white;
- padding: 20px;
- border: 1px solid gray;
- float: left;
- font-family:helvetica;
- font-size: 1.2em;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #linko a{
- color:gray;
- background:#fbfbfb;
- border:1px solid #c7c7c7;
- padding:5px;
- }
- #linko a:hover{
- background:#f8f8f8;
- color:gray;
- }
- </style>
- </head>
- <body>
- <div id="03" class="popup_block">
- <center><img src="http://media.tumblr.com/cc2148353aff3bb38f04ba7627bfa638/tumblr_inline_mutfhaJ8ci1qfnehg.png">
- <div id="linko">
- add you things and in here if you choose to have optional pop up links!
- to change the background of this, like how i put the trees in #fade it has background-image, replace my url with your own image url! <b>also, this pop up links area is located right after body!!</b>
- </center></div></div>
- <div id="theme">
- <div id="sidebar">
- <div class="yo"><a href="/" title="refresh"><img src="{image:sidebar}"></a></div>
- <div class="description">{Description}</div>
- <div id="poopie">
- <a href="/ask" title="message"><div class="sehun" id="link3"></div></a>
- <a href="{text:link1}" title="{text:title1}">
- <div class="sehun" id="link1"></div></a>
- <a href="{text:link2}" title="{text:title2}">
- <div class="sehun" id="link2"></div></a>
- {block:iflink3}<a href="{text:link3}" title="{text:title3}">
- <div class="sehun" id="link3"></div></a>{/block:iflink3}
- {block:ifpopup}<a title="links" href="#?w=300" class="poplight" rel="03" ><div class="sehun" id="link1"></div></a>{/block:ifpopup}
- </div>
- <div style="margin-left:3px; position:inline;margin-top:10px">
- <form onsubmit="return handleThis(this)">
- <input type="text" name="number" style="color:{color:tags};border:1px solid {color:borders};width:100px;"/>
- <input type="submit" value="?" style="background-color:{color:bg};color:{color:text};border:1px solid {color:borders}; width:30px;padding:1px;"/>
- </form>
- </div></div>
- </div>
- </div>
- <div id="stuffcontainer">
- <div class="autopagerize_page_element">
- {block:SearchPage}
- {block:SearchResults}
- <div id="searchresults">
- {lang:SearchResultCount results for SearchQuery 2}</div>
- {/block:SearchResults}
- {block:NoSearchResults}
- <div id="searchresults">
- {lang:No search results for SearchQuery 2}</div>
- {/block:NoSearchResults}
- {/block:SearchPage}
- {block:Posts}
- <div id="stuff">
- <div class="thing">
- <span id="perma_reblog" style="color:{color:tags};">
- {block:ifsmall}
- <a href="{Permalink}" style="border-bottom:none;background:none;" title="{12Hour}:{Minutes} {AmPm}">permalink!</a><br> <a href="{ReblogURL}"style="border-bottom:none;background:none;">reblog this</a> </span>{/block:ifsmall}
- {block:ifmed}
- <a href="{Permalink}" style="border-bottom:none;background:none;" title="{12Hour}:{Minutes} {AmPm}">permalink!</a><br> <a href="{ReblogURL}"style="border-bottom:none;background:none;">reblog this</a> </span>{/block:ifmed}
- {block:ifbig}
- <a href="{Permalink}" style="border-bottom:none;background:none;" title="{12Hour}:{Minutes} {AmPm}">permalink!</a><br> <a href="{ReblogURL}"style="border-bottom:none;background:none;">reblog this</a> </span>{/block:ifbig}
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:ReblogParent}{/block:ReblogParent}
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
- {block:Quote}<div id="shen">{Quote}</div><div class="source">{Source}</div>{/block:Quote}
- {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}{block:permalinkpage}{block:notecount}<i>{NoteCountWithLabel}</i> / {/block:notecount}{block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a> / <a href="{ReblogRootURL}" title="{ReblogRootName}">ORIGIN</a>{/block:RebloggedFrom}{/block:permalinkpage}{/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- {block:ifsmall}{Photoset-250}{/block:ifsmall}
- {block:ifmed}{Photoset-400}{/block:ifmed}
- {block:ifbig}{Photoset-500}{/block:ifbig}
- {block:ifcaptions}{block:Caption}<div style="margin-bottom:-10px;">{Caption}</div>{/block:Caption}{/block:ifcaptions}
- {/block:IndexPage}
- {block:permalinkpage}
- {block:ifsmall}{Photoset-250}{/block:ifsmall}
- {block:ifmed}{Photoset-400}{/block:ifmed}
- {block:ifbig}{Photoset-500}{/block:ifbig}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Chat}
- {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}<ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}{Line}</li>{/block:Lines}
- </ul>
- {/block:Chat}
- {block:Video}
- {block:ifsmall}{Video-250}{/block:ifsmall}
- {block:ifmed}{Video-400}{/block:ifmed}
- {block:ifbig}{Video-500}{/block:ifbig}
- {block:ifcaptions}{block:Caption}{Caption}{/block:Caption}
- {/block:ifcaptions}{block:permalinkpage}
- {block:ifsmall}{Video-250}{/block:ifsmall}
- {block:ifmed}{Video-400}{/block:ifmed}
- {block:ifbig}{Video-500}{/block:ifbig}
- {/block:permalinkpage}
- {/block:Video}
- {block:Answer}
- <div class="question"><b>{Asker}:</b> <span style="background:{color:question highlight};color:#808080;">{Question}</span></div>
- <div class="answer">{Answer}</div>{/block:Answer}
- {/block:Answer}
- {block:Audio}
- <table border="0" cellpadding="0" cellspacing="0" ><tr>
- <td valign="top">
- <div id="audio_player">{AudioPlayerWhite}</div>
- </td>
- <td id="audio" valign="top" >
- {block:TrackName}
- <span id="audio_track">{TrackName}</span>
- {/block:TrackName}
- <br>
- {block:Artist}
- by {Artist}
- {/block:Artist}
- {block:Album}
- from {Album}
- {/block:Album}
- <div style="font-size:7px; text-transform:uppercase;">
- {PlayCountWithLabel}
- </div>
- </td>
- </tr>
- </table>
- {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
- {block:Link}
- <div class="ph"><a href="{URL}" target="{Target}">{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Date}
- <div id="postinfo">
- {block:iftags}{block:IndexPage}
- {block:HasTags}<a href="{permalink}" style="background:none;text-decoration:none;font-weight:120">{block:notecount}({NoteCount}) {/block:notecount}</a>
- {block:Tags}<a href="{TagURL}" style="padding: 1px 0px 0px 0px;margin: 5px 7px 0px 0px;text-decoration:none;font-size:10px;background:none;">{Tag}.</a>{/block:Tags}
- {/block:HasTags}{/block:IndexPage} {/block:iftags}
- </div>{/block:Date}
- <div class="note">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- {block:ifpagination}
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a class="back" href="{PreviousPage}">← {lang:Previous}</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a class="next" href="{NextPage}">{lang:Next page} →</a>
- {/block:NextPage}</div>
- {/block:Pagination}
- {/block:ifpagination}
- </div>
- </div>
- </div>
- </div>
- <div style="position:fixed;bottom:5px;left:5px;color:black;background:white;opacity:.5;padding:2px 2px 0px 2px;" title="theme by hentaist"><a href="http://hentaist.tumblr.com">THEME</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement