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">
- <!--
- F L A I T O theme by
- █░░█ █▀▀█ █░█ █▀▀ █░░█ ░▀░
- █▀▀█ █░░█ █▀▄ ▀▀█ █▀▀█ ▀█▀
- ▀░░▀ ▀▀▀▀ ▀░▀ ▀▀▀ ▀░░▀ ▀▀▀
- ©
- -->
- <head>
- <title>{Title}</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}
- <!-- fade-out -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
- <script type="text/javascript">
- $(document).ready(function() {
- $("body").css("display", "none");
- $("body").fadeIn(700);
- $("a.transition").click(function(event){
- event.preventDefault();
- linkLocation = this.href;
- $("body").fadeOut(1000, redirectPage);
- });
- function redirectPage() {
- window.location = linkLocation;
- }
- });
- </script>
- <!-- fade out pictures -->
- <script type="text/javascript" src="http://static.tumblr.com/zh7ydxo/CIvlwa3c5/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/zh7ydxo/CtWlwa3d9/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- <!-- controls -->
- <meta name="color:background" content="#f8f8f7"/>
- <meta name="color:title color" content="#808080"/>
- <meta name="color:links" content="#ebc730"/>
- <meta name="color:links hover" content="#141414"/>
- <meta name="color:text" content="#6e6f68"/>
- <meta name="color:top bar" content="#f7f7f7"/>
- <meta name="color:side bar" content="#ffffff"/>
- <meta name="color:navigation links" content="#424242"/>
- <meta name="image:background" content=""/>
- <meta name="image:top bar" content="http://static.tumblr.com/ii9pnwy/84kmfnikd/75.jpg"/>
- <meta name="image:side bar" content=""/>
- <meta name="image:side bar image" content="http://static.tumblr.com/ii9pnwy/sGgmfnilt/a95163a6gw1dxzfhpel76j.png"/>
- <meta name="font:Body font" content="Arial"/>
- <meta name="text:Body font size" content="9"/>
- <meta name="if:250px posts" content="0"/>
- <meta name="if:400px posts" content="0"/>
- <meta name="if:500px posts" content="1"/>
- <meta name="if:Smaller sidebar" content="0"/>
- <meta name="if:Infinite Scrolling" content="0"/>
- <meta name="if:Show Captions" content="0"/>
- <meta name="if:Side bar photo" content="1"/>
- <meta name="if:Black and white photos" content="0"/>
- <meta name="text:Link 1 URL" content="/" />
- <meta name="text:Link 1 Name" content="link 1" />
- <meta name="text:Link 2 URL" content="/" />
- <meta name="text:Link 2 Name" content="link 2" />
- <meta name="text:Link 3 URL" content="/" />
- <meta name="text:Link 3 Name" content="link 3" />
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScrolling}
- <style type="text/css">
- {CustomCSS}
- iframe#tumblr_controls {
- position: fixed !important;
- -webkit-filter: invert(10%);
- opacity: 0.4;
- z-index: 100;
- -webkit-transition: all 0.7s ease;
- }
- iframe#tumblr_controls:hover {
- position: fixed !important;
- opacity: 1;
- z-index: 100;
- -webkit-transition: all 0.7s ease;
- }
- ::-webkit-scrollbar{
- width: 7px; height: 7px; background-color: transparent;
- }
- ::-webkit-scrollbar-thumb{
- background-color: #000;
- border: 1px solid #bbb;
- }
- body{
- margin: 0px;
- background:{color:background} url({image:background}) fixed;
- }
- a{
- color: {color:links};
- text-decoration: none;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- a:link, a:visited, a:active{
- text-decoration:none;
- }
- a:hover{
- color: #000;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- img{
- opacity: 1;
- -webkit-transition: opacity 0.7s linear;
- {block:IfBlackandwhitephotos}
- filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
- filter: none; /* IE6-9 */
- -webkit-filter: grayscale(100%);
- {/block:IfBlackandwhitephotos}
- }
- img:hover{
- filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
- filter: none; /* IE6-9 */
- -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- div#title{
- position: fixed;
- top: 15px;
- left: 50%;
- text-align: center;
- width: 400px;
- margin-left: -200px;
- border-bottom: solid 1px #2E2E2E;
- font-size: 30px;
- font-family: 'Oleo Script';
- color: {color:title color};
- z-index: 2;
- }
- div#title a{
- color: {color:title color};
- }
- div#topbar{
- position: fixed;
- top:0px;
- left:0px;
- height: 90px;
- width:100%;
- background:{color:top bar} url({image:top bar}) fixed;
- border-bottom: solid 5px {color:title color};
- z-index:1;
- }
- div#sidebar{
- position:fixed;
- {block:If250pxposts}
- left: 50%;
- margin-left: 20px;
- {block:If250pxposts}
- {block:If400pxposts}
- left: 50%;
- margin-left: 80px;
- {block:If400pxposts}
- {block:If500pxposts}
- left: 50%;
- margin-left: 150px;
- {block:If500pxposts}
- top:105px;
- {block:Ifsmallersidebar}
- width: 150px;
- {/block:Ifsmallersidebar}
- {block:IfNotsmallersidebar}
- width: 250px;
- {/block:IfNotsmallersidebar}
- padding:20px;
- font: 9px Arial;
- line-height: 9px;
- color: {color:text};
- background: {color:side bar} url({image:side bar}) fixed;
- text-align: justify;
- border-left: solid 5px #f0f0f0;
- border-right: solid 5px #f0f0f0;
- z-index: 2;
- }
- .photo img{
- {block:Ifsmallersidebar}
- width: 150px;
- {/block:Ifsmallersidebar}
- {block:IfNotsmallersidebar}
- width: 250px;
- {/block:IfNotsmallersidebar}
- margin:auto;
- }
- div#menu{
- position: fixed;
- background: transparent;
- height: 30px;
- width:600px;
- float: left;
- top: 60px;
- left: 50%;
- margin-left: -180px;
- z-index: 2;
- }
- .navigation{
- border-radius: 0px 10px 10px 10px;
- color: {color:navigation links};
- background: rgba(0, 0, 0, 0.5);
- float:left;
- text-align:center;
- margin-right:15px;
- width:48px;
- height: 15px;
- text-transform:uppercase;
- font: 8px Courier New;
- padding-top: 10px;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- z-index:3;
- }
- .navigation:hover{
- border-radius: 10px 10px 0px 10px;
- background-color:{color:links};
- color:#000;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #entry {
- background: #fff;
- margin-bottom:15px;
- {block:If250pxposts}
- width: 250px;
- {block:If250pxposts}
- {block:If400pxposts}
- width: 400px;
- {block:If400pxposts}
- {block:If500pxposts}
- width: 500px;
- {block:If500pxposts}
- padding: 5px;
- font-family: {font:Body font};
- font-size: {text:Body font size}px;
- color: #888686;
- line-height:9px;
- border-left: 85px solid #000;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #entry:hover{
- border-left: 80px solid transparent;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #entry:hover .permalink {
- color:#000;
- margin-left: -80px;
- opacity: 1;
- }
- #entry a{
- background:{color:links};
- color: #000;
- }
- #entry a:hover{
- background: transparent;
- color: #000;
- }
- #titlebar{
- background: #f0f0f0;
- padding: 3px;
- color: #313131;
- letter-spacing:1px;
- text-transform: lowercase;
- font-family: Georgia;
- font-size:12px;
- line-height: 12px;
- }
- #post{
- position: absolute;
- top: 105px;
- {block:If250pxposts}
- width: 270px;
- left: 50%;
- margin-left: -340px;
- {block:If250pxposts}
- {block:If400pxposts}
- width: 420px;
- left: 50%;
- margin-left: -425px;
- {block:If400pxposts}
- {block:If500pxposts}
- width: 520px;
- left: 50%;
- margin-left: -460px;
- {block:If500pxposts}
- }
- .permalink {
- background: transparent;
- padding: 5px;
- text-align: center;
- float: left;
- margin-left: -80px;
- margin-top: 25px;
- text-align: left;
- color: #fff;
- font: 8px courier new;
- text-transform:uppercase;
- letter-spacing: 1px;
- opacity:0;
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- #perma{
- padding:1px;
- font-family: Arial;
- font-size: 8px;
- text-transform: uppercase;
- letter-spacing: 1px;
- text-align: left;
- line-height:8px;
- margin-top:5px;
- {block:If250pxposts}
- width: 250px;
- {block:If250pxposts}
- {block:If400pxposts}
- width: 400px;
- {block:If400pxposts}
- {block:If500pxposts}
- width: 500px;
- {block:If500pxposts}
- border-top: 1px dotted #f0f0f0;
- }
- #sides{
- background:#000;
- padding:5px;
- text-align: center;
- float: left;
- margin-left: 5px;
- margin-top: 5px;
- text-align: left;
- color: #808080;
- font: 8px courier new;
- text-transform:uppercase;
- letter-spacing: 2px;
- opacity:1;
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- #sides:hover{
- opacity:1;
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- .sides{
- background:#ffffff;
- float:left;
- text-align:center;
- margin-right:2px;
- width:75px;
- height: 10px;
- border: 1px solid #dfdfdf;
- text-transform: uppercase;
- font: 8px Arial;
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- .sides:hover{
- background-color:#ffd900;
- }
- #chat{
- border-top: 1px solid #f0f0f0;
- border-left: 1px solid #f0f0f0;
- border-right: 1px solid #f0f0f0;
- padding: 5px;
- }
- .asker {
- font-family: Georgia;
- font-size: 12px;
- padding: 5px;
- line-height: 11px;
- letter-spacing:0px;
- color:#ddb60f;
- }
- .asker img{
- float: left;
- padding: 0px 0px 0px 0px;
- }
- .asker a{
- color:{color:link};
- background: transparent;
- line-height: 11px;
- padding: 0;
- margin: 0;
- }
- .ask {
- margin-left:40px;
- font-family: Georgia;
- font-size: 12px;
- font-weight: normal;
- color:{color:link};
- }
- .question {
- margin-left:40px;
- font-family: arial;
- text-transform: uppercase;
- font-size: 8px;
- font-weight: normal;
- color:{color:text};
- text-transform: uppercase;
- }
- .side{
- border: solid 5px #000;
- }
- .next{
- position: absolute;
- font-family: arial;
- text-transform:uppercase;
- font-size: 8px;
- padding: 5px;
- border-top: 1px dashed #f0f0f0;
- background:#fcfcfc;
- color:#757575;
- margin-top:20px;
- margin-left:-20px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition:all 0.5s ease;
- }
- .next:hover{
- background: #f0f0f0;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition:all 0.5s ease;
- }
- .next2{
- position: absolute;
- font-family: arial;
- text-transform:uppercase;
- font-size: 8px;
- padding: 5px;
- border-top: 1px dashed #f0f0f0;
- background:#fcfcfc;
- color:#757575;
- margin-top:20px;
- {block:Ifsmallersidebar}
- margin-left:140px;
- {/block:Ifsmallersidebar}
- {block:IfNotsmallersidebar}
- margin-left:240px;
- {/block:IfNotsmallersidebar}
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition:all 0.5s ease;
- }
- .next2:hover{
- background: #f0f0f0;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition:all 0.5s ease;
- }
- #notes {
- text-align: left;
- font-size: 8px;
- text-transform:uppercase;
- margin-top: 10px;
- letter-spacing: 1px;
- {block:If250pxposts}
- width: 230px;
- {block:If250pxposts}
- {block:If400pxposts}
- width: 380px;
- {block:If400pxposts}
- {block:If500pxposts}
- width: 480px;
- {block:If500pxposts}
- max-height: 150px;
- overflow:auto;
- }
- #musicart {
- position: absolute;
- {block:If250pxposts}
- margin-left:20px;
- margin-top:5px;
- {block:If250pxposts}
- {block:If400pxposts}
- margin-left:70px;
- margin-top:5px;
- {block:If400pxposts}
- {block:If500pxposts}
- margin-left:120px;
- margin-top:5px;
- {block:If500pxposts}
- height: 60px;
- width: 60px;
- border: 1px solid #F0F0F0;
- background: #fff;
- padding: 5px;
- }
- #musicart img {
- height: 60px;
- width: 60px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #player {
- position: absolute;
- {block:If250pxposts}
- margin-left:100px;
- margin-top:5px;
- {block:If250pxposts}
- {block:If400pxposts}
- margin-left:150px;
- margin-top:5px;
- {block:If400pxposts}
- {block:If500pxposts}
- margin-left:200px;
- margin-top:5px;
- {block:If500pxposts}
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #music {
- {block:If250pxposts}
- margin-left:100px;
- margin-top:15px;
- {block:If250pxposts}
- {block:If400pxposts}
- margin-left:150px;
- margin-top:15px;
- {block:If400pxposts}
- {block:If500pxposts}
- margin-left:200px;
- margin-top:15px;
- {block:If500pxposts}
- min-height: 50px;
- padding: 25px 0px 0px 10px;
- font-size: 9px;
- line-height: 9px;
- }
- .cred {
- border: 1px solid #bbb;
- padding: 5px;
- bottom:10px;
- right:5px;
- position:fixed;
- font-family: Arial;
- font-size: 10px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition:all 0.5s ease;
- }
- .cred a{
- color: black;
- }
- .cred a:hover{
- color: {color:links};
- }
- .cred:hover {
- border: 5px dashed #000;
- padding: 5px;
- margin-top:-100px;
- bottom:10px;
- right:5px;
- position:fixed;
- font-family: Arial;
- font-size: 10px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition:all 0.5s ease;
- }
- blockquote {
- margin-left:1px;
- background:#f0f0f0;
- padding: 10px;
- color: {color:link};
- }
- </style>
- </head>
- <body>
- <!-- title -->
- <div id="title">
- <link href='http://fonts.googleapis.com/css?family=Oleo+Script' rel='stylesheet' type='text/css'>
- <a href="/">{Title}</a>
- </div>
- <!-- top bar -->
- <div id="topbar">
- </div>
- <!-- side bar -->
- <div id="sidebar">
- {block:IfSidebarphoto}
- <div class="photo">
- <img src="{image:side bar image}">
- </div>
- {block:IfSidebarphoto}<br>{Description}<br>
- {block:IfNotInfiniteScrolling}
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">
- <div class="next">previous</div>
- </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">
- <div class="next2">next</div>
- </a>
- {/block:NextPage}
- {/block:Pagination}
- {/block:IfNotInfiniteScrolling}
- </div>
- <div align="center">
- <div id="menu">
- <a href="/"><div class="navigation">home</div></a>
- <a href="/archive"><div class="navigation">archive</div></a>
- <a href="/FAQ"><div class="navigation">message</div></a>
- {block:ifLink1URL}<a href="{text:Link 1 URL}"><div class="navigation">{text:Link 1 Name}</div></a>{/block:ifLink1URL}
- {block:ifLink2URL}<a href="{text:Link 2 URL}"><div class="navigation">{text:Link 2 Name}</div></a>{/block:ifLink2URL}
- {block:ifLink3URL}<a href="{text:Link 3 URL}"><div class="navigation">{text:Link 3 Name}</div></a>{/block:ifLink3URL}
- </div>
- </div>
- <div id="post">
- {block:IfInfiniteScrolling}
- <div class = "autopagerize_page_element" >
- {/block:IfInfiniteScrolling}
- {block:Posts}
- <div id="sides">
- {block:Date}{DayOfMonthWithZero}.{ShortMonth}.{ShortYear} {/block:Date}
- </div>
- <div id="entry">
- {block:IndexPage}<div class="permalink">¦ {NoteCount} <br>¦ <a href="{Permalink}">PERMALINK</a><br>¦ <a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}
- {block:Text}
- <a href="{Permalink}">
- {block:Title}
- <div id="titlebar"><i>{Title}</i></div>
- {/block:Title}
- </a>
- <div align="left">{Body}</div>
- {/block:Text}
- {block:Photo}
- <a href="{Permalink}">
- {block:If250pxposts}
- <div><img src="{PhotoURL-250}"{block:PermalinkPage} width="250px"{/block:PermalinkPage} alt="{PhotoAlt}"/></div>
- {block:If250pxposts}
- {block:If400pxposts}
- <div><img src="{PhotoURL-400}"{block:PermalinkPage} width="400px"{/block:PermalinkPage} alt="{PhotoAlt}"/></div>
- {block:If400pxposts}
- {block:If500pxposts}
- <div><img src="{PhotoURL-500}"{block:PermalinkPage} width="500px"{/block:PermalinkPage} alt="{PhotoAlt}"/></div>
- {block:If500pxposts}
- </a>
- {block:IfShowCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IfShowCaptions}
- {/block:Photo}
- {block:Photoset}
- <a href="{Permalink}">
- {block:If250pxposts}
- {Photoset-250}
- {/block:If250pxposts}
- {block:If400pxposts}
- {Photoset-400}
- {/block:If400pxposts}
- {block:If500pxposts}
- {Photoset-500}
- {/block:If500pxposts}
- </a>
- {block:IfShowCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IfShowCaptions}
- {/block:Photoset}
- {block:Quote}
- <div id="titlebar"><div align="center">
- "<i>{Quote}</i>"
- </div></div>
- {block:Source}
- <p><div align="right"> - {Source}</div></p>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" class="link" {Target}>
- <div id="titlebar"><i>{Name}</i></div>
- </a>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <a href="{Permalink}"><div id="titlebar"><i>{Title}</i></div></a>
- {/block:Title}
- {block:Lines}
- <div id="chat">
- {block:Label}
- <i><font color="#DBA901">{Label}</font></i>
- {/block:Label}{Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- {Video-500}
- {block:IfShowCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IfShowCaptions}
- {/block:Video}
- {block:Audio}
- <div id="musicart">
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- </div>
- <div id="player">
- <div style="width: 100px; height: 27px; overflow: hidden;">
- {AudioPlayerWhite}
- </div></div>
- <div id="music">
- {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
- {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
- <b>Plays:</b> {PlayCount}<br>
- {block:Ifshowcaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Ifshowcaptions}
- </div>
- {/block:Audio}
- {block:Answer}
- <div id="titlebar"><div class="asker">
- <img src="{AskerPortraitURL-24}" class="side" border="0">
- <div class="ask"> <i>{Asker}</i></div>
- <div class="question"> {Question}</div>
- </div></div>
- {Answer}
- {/block:Answer}
- {block:IndexPage}
- <div id="perma">
- {block:HasTags}TAGGED: {block:Tags}
- #<a href="{TagURL}">{Tag}</a>
- {/block:Tags}{/block:HasTags}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div style="padding: 10px; background: #f0f0f0; text-align: left; {block:If250pxposts} width: 230px; {/block:If250pxposts} {block:If400pxposts} width: 380px; {/block:If400pxposts} {block:If500pxposts} width: 480px; {/block:If500pxposts}">
- {block:Date}
- Posted on {Month} {DayOfMonth}, {Year}.
- {/block:Date}
- {block:RebloggedFrom}
- <br>Via: <a href="{ReblogParentURL}">{ReblogParentName}</a> | Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- {block:HasTags}
- {block:Tags}<div id="tags">Tagged: <a href="{TagURL}">#{Tag} </a> </div>{/block:Tags}
- {/block:HasTags}
- </div>
- {/block:PermalinkPage}
- {block:PostNotes}
- <div id="notes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
- </div>
- <!-- do not remove this i'm gonna cut you down -->
- <div class="cred"><a href="http://hokshi.tumblr.com/">©</div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment