Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- angela theme by wildthemes. do not remove credits, themes take alot of time and effort to make, you will be reported if you're seen using this theme with no credits.-->
- <!--This work is licensed under a Creative Commons Attribution 3.0 Unported License.
- taking credits off/stealing/using my themes as a basecode is illegal.-->
- <!--IMPORTANT: to show all posts on your blog, go to customize -> scroll down to advanced -> change posts per page to 15.-->
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:background" content="#f7f7f7"/>
- <meta name="image:background" content="">
- <meta name="color:text" content="#000"/>
- <meta name="color:link" content="#000"/>
- <meta name="color:hover" content="#000"/>
- <meta name="color:link shadows" content="#000"/>
- <meta name="text:reblog label" content="reblog" />
- <meta name="color:glow colour" content="#a3c7c6"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="if:show sidebar photo" content="0"/>
- <meta name="if:show blog title" content="1"/>
- <meta name="if:infinite scrolling" content="1"/>
- <meta name="if:shadow links" content="0"/>
- <meta name="if:rainbow links" content="0"/>
- <meta name="if:star icon" content="1"/>
- <meta name="if:pencil icon" content="1"/>
- <meta name="if:plus icon" content="1"/>
- <meta name="if:camera icon" content="0"/>
- <meta name="text:reblog label" content="reblog" />
- <meta name="text:envelope icon title" content="ask" />
- <meta name="text:envelope icon link" content="/ask" />
- <meta name="text:pencil icon title" content="random" />
- <meta name="text:pencil icon link" content="/random" />
- <meta name="text:star icon title" content="archive" />
- <meta name="text:star icon link" content="/archive" />
- <meta name="text:plus icon title" content="dash" />
- <meta name="text:plus icon link" content="http://tumblr.com" />
- <meta name="text:camera icon title" content="" />
- <meta name="text:camera icon link" content="" />
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <style type="text/css">
- .iloveyou {
- color: #FFFFFF;
- letter-spacing:1px;
- font-family: arial;
- font-size: 8px;
- line-height:14px;
- margin: 2px;
- background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
- background-repeat:repeat;
- border:1px solid rgba(0,0,0,0.1);
- padding:3px 5px;
- -webkit-border-radius:2px;
- moz-border-radius:2px;
- -o-border-radius:2px;
- border-radius:2px;
- }
- .iloveyou:hover{
- -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- .iloveyou a { color: #FFF; }
- #icons a:hover{opacity:0.6;
- color: #000000;
- text-shadow: 0px 0px 3px #fff}
- #icons a{opacity:1;
- color:#000000}
- #icons{
- position: fixed;
- left: 90px;
- top: 50px;
- width: 16px;
- z-index:9999999999;
- opacity: 0.7;
- height: px;
- }
- #link{
- margin-top: 5px;}
- @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
- #link .linkk{
- margin-top: -14px;
- margin-left: -50px;
- opacity: 0;
- filter: alpha (opacity=0);
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- font-family: "littlefont";
- text-transform:uppercase;
- font-size: 8px;
- opacity:0;
- }
- #link:hover .linkk{
- opacity: 1;
- filter: alpha (opacity=9);
- margin-left: -100px;
- }
- #tumblr_controls{
- position:fixed !important;
- }
- .wrapper{
- margin: 0px auto;
- width: 802px;
- }
- .header{
- float: left;
- width: 100%;
- }
- .left{
- float: left;
- margin-right: 20px;
- width: 802px;
- }
- .right{
- float: right;
- width: 200px;
- background-color: {color:Background};
- }
- @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
- @font-face { font-family: "cake"; src: url('http://static.tumblr.com/chrrjbz/7NGlys3s8/cinnamon_cake.ttf'); }
- body{
- margin:0px;
- background-color: {color:background};
- background-image: url({image:background});
- background-attachment: fixed;}
- body, div, p, textarea, submit, input{
- font-family: short stack;
- font-size: 10px;
- line-height: 12px;
- color:{color:text};
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- }
- .entry:hover{
- -moz-box-shadow: 0 0 15px {color:glow colour};
- -webkit-box-shadow: 0 0 15px {color:glow colour};
- box-shadow: 0 0 15px {color:glow colour};
- -webkit-transition: all .25s ease-in-out;
- -moz-transition: all .25s ease-in-out;
- -o-transition: all .25s ease-in-out;
- transition: all .25s ease-in-out;}
- a:hover {
- color: {color:hover};
- {block:ifshadowlinks}
- text-shadow:1px 1px 3px {color:link shadows};{/block:ifshadowlinks}
- -webkit-transition: all 0.4s linear;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- #posts .entry img{
- max-width: 100%;
- }
- #posts {
- width: 1000px;
- margin-left: 400px;
- margin-top:2px;
- float: left;
- }
- .entry {
- margin-top: 4px;
- margin-left: 4px;
- margin-right: 4px;
- padding: 0px;
- float:left;
- background-color: transparent;
- {block:IndexPage}
- width:300px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- #likez {z-index:99999999999999; margin-left:0px; font-size:10px; padding:2px; position:absolute; bottom:50px;width:-10px; text-align:right; height: auto; overflow:hidden; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; background-color:#ffffff; opacity:.7;;}
- #likez:hover {padding-left:20px; opacity:1.0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; box-shadow: 0 0 15px {color:glow colour};
- -webkit-transition: all .25s ease-in-out;
- -moz-transition: all .25s ease-in-out;
- -o-transition: all .25s ease-in-out;
- transition: all .25s ease-in-out;
- -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
- #notez {z-index:99999999999999; margin-left:0px; font-size:10px; padding:2px; position:absolute; bottom:10px;width:-10px; text-align:right; height: auto; overflow:hidden; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; background-color:#ffffff; opacity:.7;;}
- #notez:hover {padding-left:20px; opacity:1.0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; box-shadow: 0 0 15px {color:glow colour};
- -webkit-transition: all .25s ease-in-out;
- -moz-transition: all .25s ease-in-out;
- -o-transition: all .25s ease-in-out;
- transition: all .25s ease-in-out;
- -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
- #reblawg {z-index:99999999999999; margin-left:0px; font-size:10px; padding:2px; position:absolute; bottom:30px;width:auto; text-align:right; height: auto; overflow:hidden; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; background-color:#ffffff; opacity:.7;;}
- #reblawg:hover { box-shadow: 0 0 15px {color:glow colour};
- -webkit-transition: all .25s ease-in-out;
- -moz-transition: all .25s ease-in-out;
- -o-transition: all .25s ease-in-out;
- transition: all .25s ease-in-out;
- -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;padding-left:20px; opacity:1.0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
- .permahover {
- text-align: right;
- line-height:200%;
- opacity: 0.0;
- filter: alpha(opacity = 0);
- font-size: 9px;
- line-height: 9px;
- text-transform: uppercase;
- }
- .entry:hover .permahover {
- text-align: center;
- opacity: 1;
- filter: alpha(opacity = 50);
- }
- div#sidebar{
- position:fixed !important;
- width: 260px;
- height: auto;
- margin-top: 80px;
- margin-left: -150px;
- padding: 1px;
- text-align: center;
- background-color: transparent;
- }
- @font-face { font-family: "lobster"; src: url('http://themes.googleusercontent.com/static/fonts/lobster/v3/MWVf-Rwh4GLQVBEwbyI61Q.woff'); }
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- @font-face {font-family: "kg luck of the irish";src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');}
- .entries {
- font-size: 20px;
- border-bottom:1px solid #c4c4c4;
- font-family: short stack;
- color: #5a595c;
- font-weight: none;
- text-align: left;
- line-height: 14px;
- height: 14px;
- }
- .title{
- font-family: 'lobster';
- font-size: 25px;
- line-height: 10px;
- color: #000;
- letter-spacing: 0px;
- font-weight: normal;
- }
- @font-face { font-family: "sueellen"; src: url('http://themes.googleusercontent.com/static/fonts/sueellenfrancisco/v2/TwHX4vSxMUnJUdEz1JIgrrtXaZAN_aGv07JTA91X2HI.woff'); }
- @font-face {
- font-family: "dawning";
- src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
- }
- #title2{
- position:fixed;
- margin-top: 40px;
- width: 300px;
- margin-left: -200px;
- z-index:100;
- text-align: center;
- text-shadow: 1px 1px 3px black;
- }
- #title2 a:hover{
- position:fixed;
- margin-top: 60px;
- width: 260px;
- margin-left: 4px;
- z-index:100;
- text-align: left;
- text-shadow: 0px 0px 0px black;
- }
- .title2{
- color: #000;
- font-family: lobster;
- font-size: 40px;
- line-height: 40px;
- }
- .bubble {align:right;background: #d5d0d0; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
- .bubble p {margin:1px 0px;}
- .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #d5d0d0;}
- .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #f7f7f7}
- .cum{font-family:'short stack';font-size:12px;}
- .heart {display : block; text-indent : -7px; vertical-align : middle; background:
- url('http://www.hellostar.org/wp-admin/images/q1.gif') no-repeat left; padding-left : 10px;
- padding-bottom : 2px;}
- .heart:hover {display : block; vertical-align : middle; background : url('http://www.hellostar.org/wp-admin/images/q2.gif') no-repeat left; padding-left : 10px; padding-bottom : 2px;}
- {CustomCSS}
- </style>
- {block:ifsparklelinks}
- <style type="text/css">a:hover {background: url(http://media.tumblr.com/tumblr_m2himtTZZW1qef014.gif); }</style>
- </div>{/block:ifsparklelinks}
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- var $content = $('#posts');
- $content.masonry({itemSelector: '.entry'}),
- $content.infinitescroll({
- navSelector : 'div#pagination',
- nextSelector : 'div#pagination a#nextPage',
- itemSelector : '.entry',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
- },
- bufferPx : 600,
- debug : false,
- },
- // call masonry as a callback.
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
- });
- });
- });
- </script>
- {/block:IndexPage}
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}">
- <meta name="viewport" content="width=820" />
- {block:ifrainbowlinks}
- <script type='text/javascript'>
- //<![CDATA[
- var rate = 20;
- if (document.getElementById)
- window.onerror=new Function("return true")
- var objActive; // The object which event occured in
- var act = 0; // Flag during the action
- var elmH = 0; // Hue
- var elmS = 128; // Saturation
- var elmV = 255; // Value
- var clrOrg; // A color before the change
- var TimerID; // Timer ID
- if (document.all) {
- document.onmouseover = doRainbowAnchor;
- document.onmouseout = stopRainbowAnchor;
- }
- else if (document.getElementById) {
- document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
- document.onmouseover = Mozilla_doRainbowAnchor;
- document.onmouseout = Mozilla_stopRainbowAnchor;
- }
- function doRainbow(obj)
- {
- if (act == 0) {
- act = 1;
- if (obj)
- objActive = obj;
- else
- objActive = event.srcElement;
- clrOrg = objActive.style.color;
- TimerID = setInterval("ChangeColor()",100);
- }
- }
- function stopRainbow()
- {
- if (act) {
- objActive.style.color = clrOrg;
- clearInterval(TimerID);
- act = 0;
- }
- }
- function doRainbowAnchor()
- {
- if (act == 0) {
- var obj = event.srcElement;
- while (obj.tagName != 'A' && obj.tagName != 'BODY') {
- obj = obj.parentElement;
- if (obj.tagName == 'A' || obj.tagName == 'BODY')
- break;
- }
- if (obj.tagName == 'A' && obj.href != '') {
- objActive = obj;
- act = 1;
- clrOrg = objActive.style.color;
- TimerID = setInterval("ChangeColor()",100);
- }
- }
- }
- function stopRainbowAnchor()
- {
- if (act) {
- if (objActive.tagName == 'A') {
- objActive.style.color = clrOrg;
- clearInterval(TimerID);
- act = 0;
- }
- }
- }
- function Mozilla_doRainbowAnchor(e)
- {
- if (act == 0) {
- obj = e.target;
- while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
- obj = obj.parentNode;
- if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
- break;
- }
- if (obj.nodeName == 'A' && obj.href != '') {
- objActive = obj;
- act = 1;
- clrOrg = obj.style.color;
- TimerID = setInterval("ChangeColor()",100);
- }
- }
- }
- function Mozilla_stopRainbowAnchor(e)
- {
- if (act) {
- if (objActive.nodeName == 'A') {
- objActive.style.color = clrOrg;
- clearInterval(TimerID);
- act = 0;
- }
- }
- }
- function ChangeColor()
- {
- objActive.style.color = makeColor();
- }
- function makeColor()
- {
- // Don't you think Color Gamut to look like Rainbow?
- // HSVtoRGB
- if (elmS == 0) {
- elmR = elmV; elmG = elmV; elmB = elmV;
- }
- else {
- t1 = elmV;
- t2 = (255 - elmS) * elmV / 255;
- t3 = elmH % 60;
- t3 = (t1 - t2) * t3 / 60;
- if (elmH < 60) {
- elmR = t1; elmB = t2; elmG = t2 + t3;
- }
- else if (elmH < 120) {
- elmG = t1; elmB = t2; elmR = t1 - t3;
- }
- else if (elmH < 180) {
- elmG = t1; elmR = t2; elmB = t2 + t3;
- }
- else if (elmH < 240) {
- elmB = t1; elmR = t2; elmG = t1 - t3;
- }
- else if (elmH < 300) {
- elmB = t1; elmG = t2; elmR = t2 + t3;
- }
- else if (elmH < 360) {
- elmR = t1; elmG = t2; elmB = t1 - t3;
- }
- else {
- elmR = 0; elmG = 0; elmB = 0;
- }
- }
- elmR = Math.floor(elmR).toString(16);
- elmG = Math.floor(elmG).toString(16);
- elmB = Math.floor(elmB).toString(16);
- if (elmR.length == 1) elmR = "0" + elmR;
- if (elmG.length == 1) elmG = "0" + elmG;
- if (elmB.length == 1) elmB = "0" + elmB;
- elmH = elmH + rate;
- if (elmH >= 360)
- elmH = 0;
- return '#' + elmR + elmG + elmB;
- }
- //]]>
- </script>
- {/block:ifrainbowlinks}
- </head>
- <body>
- <div class="wrapper">
- <div class="header">
- </div>
- {block:ifshowblogtitle}
- <div id="title2">
- <div class="title2"><a href="/">{Title}</div>
- </div>{/block:ifshowblogtitle}
- <div id="sidebar">
- {block:ifshowsidebarphoto}<a href="/"><img src="{image:sidebar}" width=260px; height=170px></a>{/block:ifshowsidebarphoto}
- <br>
- {Description}
- <div id="icons">
- <br><br><br>
- <div id="link">
- <img src="http://png-1.findicons.com/files//icons/2354/dusseldorf/16/home.png">
- <div class="linkk"><span style="background-color:transparent;"><a href="/">home</a> </span></div>
- </div>
- <div id="link">
- <img src="http://png-2.findicons.com/files//icons/1580/devine_icons_part_2/16/mail_2.png">
- <div class="linkk"><span style="background-color:transparent;"><a href="{text:envelope icon link}">{text:envelope icon title}</a></span></div>
- </div>
- {block:ifpencilicon}
- <div id="link">
- <img src="http://png-3.findicons.com/files//icons/2354/dusseldorf/16/drawings.png">
- <div class="linkk"><span style="background-color:transparent;"><a href="{text:pencil icon link}">{text:pencil icon title}</a></span></div></div>
- {/block:ifpencilicon}
- {block:ifstaricon}
- <div id="link">
- <img src="http://png-5.findicons.com/files//icons/2354/dusseldorf/16/premium.png">
- <div class="linkk">
- <span style="background-color: transparent;">
- <a href="{text:star icon link}">{text:star icon title}</a></span></div></div>
- {/block:ifstaricon}
- {block:ifplusicon}
- <div id="link">
- <img src="http://png-1.findicons.com/files//icons/974/glyphish/15/plus.png">
- <div class="linkk"><span style="background-color:transparent;"><a href="{text:plus icon link}">{text:plus icon title}</a></span></div></div>
- {/block:ifplusicon}
- {block:ifcameraicon}
- <div id="link">
- <img src="http://png-5.findicons.com/files//icons/2232/wireframe_mono/16/photo.png">
- <div class="linkk"><span style="background-color:transparent;"><a href="{text:camera icon link}">{text:camera icon title}</a></span></div></div>
- {/block:ifcameraicon}
- </div></div></div>
- </div>
- </div>
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <span class="entrytext">{Body}</span>{block:indexpage}<div class="perma"><a href="{permalink}" target="_blank">{NoteCountwithlabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:indexpage}{/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a><br>
- {block:Description}{Description}{/block:Description}{block:indexpage}<div class="perma"><a href="{permalink}" target="_blank">{NoteCountwithlabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:indexpage}
- {block:Link}
- {block:Photo}
- {block:IndexPage}
- <div id="likez"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');">♥</a></div>
- <a href="{ReblogURL}"><div id="reblawg">{text:reblog label}</div></a><a href="{Permalink}"><div id="notez">{notecount}</div></a>{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
- {/block:IndexPage}
- {block:permalinkpage}
- {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
- {/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}{block:IndexPage}<div class="permalink">
- <a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a> / {timeago}</div>{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:Photoset}
- {block:Quote}
- {Quote}</span>
- {block:Source}<strong>-{Source}</strong>{/block:Source}{block:indexpage}<div class="perma"><a href="{permalink}" target="_blank">{NoteCountwithlabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:indexpage}
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}{block:indexpage}<div class="perma"><a href="{permalink}" target="_blank">{NoteCountwithlabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:indexpage}
- {/block:Chat}
- {block:Audio}
- <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerwhite}</div></div></center>{block:indexpage}<div class="perma"><a href="{permalink}" target="_blank">{NoteCountwithlabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:indexpage}{/block:Audio}
- {block:Video}{block:IndexPage}<div class="permalink">
- <a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a> / {timeago}</span></div>{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{/block:Video}
- {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker} was like : {Question} </div>{Answer} {block:indexpage}<div class="perma"><a href="{permalink}" target="_blank">{NoteCountwithlabel}</a></div>{/block:indexpage}{/block:Answer}
- {block:PermalinkPage}
- <center>
- <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div>
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </div>
- </body>
- <div style="position:fixed;right:0px;top:28px;font-family: arial;">
- <span class="iloveyou"><a href="http://wildthemes.tumblr.com/" target="_blank">THEME.</a></span>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement