- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <head><html>
- <!-- ----------------------------------
- Theme: Empire State
- by James 2012.
- http://themesbyjames.tumblr.com
- Please leave all theme credits.
- View Terms and condition at:
- http://themesbyjames.tumblr.com/t&c
- ---------------------------------- -->
- <!--- DEFAULT VARIARIABLES --->
- <meta name="color:Background" content="#EFEFEF" />
- <meta name="color:Center" content="#FFF" />
- <meta name="color:Text" content="#000" />
- <meta name="color:Link" content="#000"/>
- <meta name="color:Link Hover" content="#999" />
- <meta name="color:Scrollbar" content="#000"/>
- <meta name="image:Background" content="" />
- <meta name="image:Banner" content="" />
- <meta name="if:Header Border" content="0">
- <meta name="if:Show Banner" content="0"/>
- <meta name="if:Show Blog Title" content="1"/>
- <meta name="if:Blog Title A" content="0"/>
- <meta name="if:Blog Title B" content="1"/>
- <meta name="if:Blog Title C" content="0"/>
- <meta name="if:Photo Hover A" content="0"/>
- <meta name="if:Photo Hover B" content="0"/>
- <meta name="if:Photo Hover C" content="0"/>
- <meta name="if:Image Grayscale Hover" content="0"/>
- <meta name="text:Link One Title" content="" />
- <meta name="text:Link One" content="" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Two Title" content="" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Three Title" content="" />
- <meta name="text:Link Four" content="" />
- <meta name="text:link Four Title" content="" />
- <meta name="text:Link Five" content="" />
- <meta name="text:Link Five Title" content="" />
- <meta name="text:Link Six" content="" />
- <meta name="text:Link Six Title" content="" />
- <meta name="text:Link Seven" content="" />
- <meta name="text:Link Seven Title" content="" />
- <meta name="text:Link Eight" content="" />
- <meta name="text:Link Eight Title" content="" />
- <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
- <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=Permanent+Marker|Annie+Use+Your+Telescope|Coming+Soon' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Permanent+Marker::latin', 'Annie+Use+Your+Telescope::latin', 'Coming+Soon::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <style type="text/css">
- html{
- cursor:crosshair;
- overflow-x: hidden;
- height:110%}
- body, p {
- font-size:11px;
- letter-spacing:0px;
- font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
- line-height:11px;
- padding: 0px;
- margin: 0px;
- color:{color:text};
- cursor:crosshair;}
- #permalink a:link,
- #permalink a:visited,
- #permalink a:hover {
- color: #FFFFFF;
- text-decoration: none; }
- body {
- cursor:crosshair;
- font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
- background-color:{color:background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;}
- a {
- text-decoration:none;
- color:{color:text};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- cursor:crosshair;}
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
- cursor:crosshair;}
- a:hover{
- color:{color:link hover};
- cursor:crosshair;}
- #install{top:27px !important;margin: 0 0 0 0;right:7px !important; position:fixed !important;z-index:1337;}
- iframe#tumblr_controls {top: 1px !important;margin: 0 0 0 0;right:4px !important;position:fixed !important; position:absolute;z-index:11;}
- img{
- border: 0px;
- padding: 0px;
- margin: 0px;
- cursor:crosshair;}
- img:hover{
- -webkit-transition: all 0.4s linear;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- cursor:crosshair;}
- {block:ifImagegrayscaleHover}
- img{
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.4s linear;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;}
- img:hover{
- -webkit-filter: grayscale(85%);
- -webkit-transition: all 0.6s linear;
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;}
- {/block:ifImagegrayscaleHover}
- div#header{
- margin-top:0px;
- font-size:20px;
- z-index:1236;
- text-align="center";
- width:100%;
- overflow:hidden;
- overflow-x:hidden;
- padding:5px;
- padding-bottom:2px;
- height:110px;
- margin-left:0px;
- position:fixed !important;
- opacity:0.6;
- background-color:{color:Center};
- {block:ifheaderborder}
- border: 1px dashed #000;
- {/block:ifheaderborder}
- background-color:{color:header};
- -moz-transition: all .2s ease-in-out;
- -o-transition: all .2s ease-in-out;
- transition: all .2s ease-in-out;
- -webkit-transition: all .2s ease-in-out;
- -webkit-transition-duration: .7s;
- -webkit-transition-duration: .7s;
- -webkit-transition-duration: .7s;
- font-family:Annie Use Your Telescope;}
- div#header:hover{
- background-color:{color:header};
- opacity:1.0;
- -moz-transition: all .2s ease-in-out;
- -o-transition: all .2s ease-in-out;
- transition: all .2s ease-in-out;
- -webkit-transition: all .2s ease-in-out;
- -webkit-transition-duration: .7s;
- -webkit-transition-duration: .7s;
- -webkit-transition-duration: .7s;}
- div#content {
- margin-top:125px;
- {block:indexpage}
- width: 1255px;
- left:50%;
- margin-left:-620px;
- {/block:indexpage}
- {block:PermalinkPage}
- width: 802px;
- margin-left:275px;
- {/block:PermalinkPage}
- padding-left:1px;
- padding-top:1px;
- float:left;
- -moz-transition: all .2s ease-in-out;
- -o-transition: all .2s ease-in-out;
- transition: all .2s ease-in-out;
- -webkit-transition: all .2s ease-in-out;
- -webkit-transition-duration: .7s;
- -webkit-transition-duration: .7s;
- -webkit-transition-duration: .7s}
- .entry {
- padding-right:1px;
- float:left;
- height:auto;
- background-color:{color:Center};
- {block:IndexPage}
- width:245px;
- overflow-x:hidden;
- overflow:hidden;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:802px;
- height:auto;
- {/block:PermalinkPage}}
- {block:IfPhotoHoverC}
- #permalink {
- position: absolute;
- margin-top: 3px;
- margin-left: 0px;
- opacity: 0;
- z-index:999999999999999;
- -webkit-transition: all .6s ease;
- -moz-transition: all .6s ease;
- -o-transition: all .6s ease;
- transition: all .6s ease;}
- .entry:hover #permalink {
- z-index:999999999999999;
- margin-top: 3px;
- margin-left: 55px;
- opacity:1.0;
- -webkit-transition: all .6s ease;
- -moz-transition: all .6s ease;
- -o-transition: all .6s ease;
- transition: all .6s ease;}
- .perms {
- color: #000000;
- opacity: 0.8;
- font-family:happy monkey;
- text-transform: uppercase;
- font-size:9px;
- line-height:18px;
- background-color: #ffffff;
- border:1px solid rgba(0,0,0,0.1);
- padding:5px 5px;
- -webkit-transition: all .6s ease;
- -moz-transition: all .6s ease;
- -o-transition: all .6s ease;
- transition: all .6s ease;}
- .entry:hover .perms:hover{opacity:1.0}
- .perms a:hover {
- color: #000000;
- text-decoration: underline;
- -webkit-transition: all .6s ease;
- -moz-transition: all .6s ease;
- -o-transition: all .6s ease;
- transition: all .6s ease;}
- @font-face {
- font-family: "tinytots";
- src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- {/block:IfPhotoHoverC}
- .details {
- opacity: 0.0;
- filter: alpha(opacity = 0);
- width: 100%;
- height: 100%;
- text-align: center;
- margin:0px 0px 0px 0px;
- z-index:10;
- font-size: 20px;
- font-weight: bold;
- font-family:arial;
- position: absolute;
- background-color:rgba(0,0,0,0.4);
- box-shadow: 0 0 40px rgba(0, 0, 0, 0.9) inset;
- background: url(http://static.tumblr.com/ek9ly4s/SfWm5ouq3/bg.png);}
- a.notep { color:#FFF;}
- .details p {color: #FFF;}
- .details a{
- color: #FFF;
- padding: 5px;
- font-size: 40px;}
- .details p{
- top: 50%;
- margin-top:-21px;
- width: 100%;
- font-size:15px;
- position: absolute;
- text-align: center;
- line-height: 30px;
- text-transform:uppercase;
- font-family:arial;}
- .entry:hover .details{
- -webkit-transition: opacity 0.4s linear;
- opacity: 1.0;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- filter: alpha(opacity = 100);}
- #infscr-loading{
- opacity:0.9;
- bottom: 3px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- .tit{
- margin-top:10px;
- text-align:center;
- color:black;
- {block:ifBlogTitleA}font-family: fromwhere;{/block:ifBlogTitleA}
- {block:ifBlogTitleB}font-family:'jennasue';{/block:ifBlogTitleB}
- {block:ifBlogTitleC}font-family:'Gloria Hallelujah', cursive;{/block:ifBlogTitleC}
- font-size:35px;
- line-height:35px;
- letter-spacing: 1px;
- text-decoration: bold;
- text-transform:uppercase;
- margin-bottom:10px;
- opacity:1.0;
- filter: alpha(opacity = 100);
- -webkit-transition: all .3s ease;
- -moz-transition: all .3s ease;
- -o-transition: all .3s ease;}
- @font-face{font-family:'jennasue';src:url('http://static.tumblr.com/7qdgtio/7qBm5wm8g/jennasue.ttf');}
- @font-face { font-family:fromwhere;
- src: url('http://static.tumblr.com/huallmg/NOjm2hzvp/fromwhereyouare.ttf');
- }
- .tit:hover{
- text-align:center;
- color:black;
- font-size:20px;
- line-height:35px;
- letter-spacing: 4px;
- text-decoration: bold;
- text-transform:uppercase;
- -webkit-transition: all .3s ease;
- -moz-transition: all .3s ease;
- -o-transition: all .3s ease;}
- webkit-transition: all 1.5s ease;
- -moz-transition: all 1.5s ease;
- -o-transition: all 1.5s ease;}
- .yolo{text-transform:uppercase;padding-bottom:3px;list-style-type:none;padding-top:3px;}
- .list{list-style-type:none;text-align:left;}
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 4px;
- border-left: 1px dotted #555555;
- }
- .title{
- font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
- font-size:13px;
- line-height:13px;
- color:#000;
- text-align:left;}
- title a:hover{
- color: #000;
- text-decoration: none;
- cursor:crosshair;}
- #blogtitle a:link,
- #blogtitle a:visited,
- #blogtitle a:hover{
- color:{color:Blog Title};
- }
- .supreme{
- margin-bottom:0px; font-size:11px; text-align:right;text-transform:uppercase;
- -webkit-transition: all .6s ease;
- -moz-transition: all .6s ease;
- -o-transition: all .6s ease;}
- .supreme:hover{
- margin-right:30px;
- -webkit-transition: all .6s ease;
- -moz-transition: all .6s ease;
- -o-transition: all .6s ease;}
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scrollbar};
- height:10px;width:10px;
- -webkit-border-radius:4px;border:2px #fff solid;}
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbar};
- height:10px !important;border:2px #fff solid;
- -webkit-border-radius:4px;}
- ::-webkit-scrollbar {
- height:10px;
- width:10px;
- background-color:{color:background};
- -webkit-border-radius:4px;}
- .not a{
- color: #fff;
- font-weight: bold;
- font-family: Arial, Helvetica, sans-serif;}
- .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
- opacity: 0.8;
- filter: alpha(opacity = 80);}
- .not:hover , .rep:hover, .likep:hover {
- opacity: 1!important;
- filter: alpha(opacity = 100)!important;}
- .perma{
- opacity: 0.0;
- filter: alpha(opacity = 0);
- height: 30px;
- margin-top:-42px;
- top: 50%;
- line-height: 30px;
- font-size: 9px;
- left:70px;
- position:absolute;
- text-align: center;
- z-index:1200;
- -webkit-transition: all .8s ease;
- -moz-transition: all .8s ease;
- -o-transition: all .8s ease;}
- .entry:hover .perma {
- -webkit-transition: opacity 0.4s linear;
- opacity: 1;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- filter: alpha(opacity = 100);}
- .not { position: absolute;
- background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
- height: 20px;
- font-size: 11px;
- line-height: 20px;
- color: #fff;
- position: absolute;
- margin-top: 26px;
- margin-left: 56px;
- padding-left: 4px;
- padding-right: 4px;
- -moz-border-radius: 2px;
- border-radius: 2px;}
- .likep {
- width: 21px;
- height: 20px;
- overflow: hidden;
- position: relative;
- z-index: 1200;
- position: absolute;
- margin-top: 26px;
- margin-left: 5px;}
- .likep {
- width: 21px;
- height: 20px;
- overflow: hidden;
- position: relative;
- z-index: 1200;
- position: absolute;
- margin-top: 26px;
- margin-left: 5px;}
- .rep {
- width: 24px;
- height: 20px;
- overflow: hidden;
- position: relative;
- z-index: 1200;
- position: absolute;
- margin-top: 26px;
- margin-left: 29px;}
- .likep a:hover {
- background-position: 0px 0px;}
- .likep a {
- background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
- background-position: 0px 0px;
- display: block;
- z-index: 1200;
- webkit-transition: all 0s linear;
- -webkit-transition: all 0s linear;
- -moz-transition: all 0s linear;
- transition: all 0s linear;}
- .likep img {
- width: 21px;
- height: 20px;
- webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;}
- .rep img{
- width: 24px;
- height: 20px;
- line-height: 30px;
- display: inline;}
- .nav{
- display:inline;
- margin-left:3px;}
- {CustomCSS}
- </style>
- <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=1280" />
- </head><body>
- <script src="http://static.tumblr.com/6jwx45k/bQgm6xj1n/infintescroll-plugin.txt" type="text/javascript">
- </script>
- <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
- <div id="header"><div align="center">
- {block:ifshowblogtitle}
- <center>
- <a href="/">
- <div class="tit">
- {title}</div></center></a>
- {/block:ifshowblogtitle}
- {block:ifshowbanner}<center><a href="/"><img src="{image:banner}" border=0 width=300px /></a><p><br></center>{/block:ifshowbanner}
- <div style="text-align:center;text-transform: uppercase;font-size:18px;margin-top:0px;display:inline;opacity:1.0;
- filter: alpha(opacity = 100);">
- {block:ifLinkOneTitle}
- <div class="nav"><a href="{text:Link One}">{text:Link One Title}</a></div>
- {/block:ifLinkOneTitle}
- {block:AskEnabled}
- <div class="nav">☯ <a href="/ask">Message</a></div>
- {/block:AskEnabled}
- {block:ifLinkTwoTitle}
- <div class="nav">☯ <a href="{text:Link Two}">{text:Link Two Title}</a></div>
- {/block:ifLinkTwoTitle}
- {block:ifLinkThreeTitle}
- <div class="nav">☯ <a href="{text:Link Three}">{text:Link Three Title}</a></div>
- {/block:ifLinkThreeTitle}
- {block:ifLinkFourTitle}
- <div class="nav">☯ <a href="{text:Link Four}">{text:Link Four Title}</a></div>
- {/block:ifLinkFourTitle}
- {block:ifLinkFiveTitle}
- <div class="nav">☯ <a href="{text:Link Five}">{text:Link Five Title}</a> </div>
- {/block:ifLinkFiveTitle}
- {block:ifLinkSixTitle}
- <div class="nav">☯ <a href="{text:Link Six}">{text:Link Six Title}</a></div>
- {/block:ifLinkSixTitle}
- {block:ifLinkSevenTitle}
- <div class="nav">☯ <a href="{text:Link Seven}">{text:Link Seven Title}</a></div>
- {/block:ifLinkSevenTitle}
- {block:ifLinkEightTitle}
- <div class="nav">☯ <a href="{text:Link Eight}">{text:Link Eight Title}</a> </div>
- {/block:ifLinkEightTitle}
- {block:HasPages}{block:Pages}<div class="nav">☯ <a href="{URL}" class="link">{Label}</a></div>{/block:Pages} {/block:HasPages}
- <div class="nav">☯ <a href="http://final-stand.tumblr.com" target="_blank">Theme</a> </div>
- </div>
- <div style="text-align:center;font-size:16px;margin-top:14px;opacity:1.0;
- filter: alpha(opacity = 100);">
- {description}</div>
- </div></div>
- <div id="content">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<span class="title">{Title}</span></center>{/block:Title}
- <div style="margin-left:3px;">{Body}</div>
- {block:IndexPage}
- <br><a href="{Permalink}"><div class="supreme">{block:Date}{TimeAgo}{/block:Date} // {NoteCountwithLabel}</div></a>
- {/block:IndexPage}
- {/block:Text}
- {block:Answer}
- <img src="{AskerPortraitURL-48}" width="40" align="left" style="margin-right:3px;"/>
- <b>{Asker}: {Question}<p></b>
- {Answer}<p>
- {block:IndexPage}
- <br><a href="{Permalink}"><div class="supreme">{block:Date}{TimeAgo}{/block:Date} // {NoteCountwithLabel}</div></a>
- {/block:IndexPage}
- {/block:Answer}
- {block:Link}
- <a href="{URL}"><span class="title">{Name}</span></a></center>
- <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
- {block:IndexPage}
- <br><a href="{Permalink}"><div class="supreme">{block:Date}{TimeAgo}{/block:Date} // {NoteCountwithLabel}</div></a>
- {/block:IndexPage}
- {block:Link}
- {block:Photo}
- <center>
- {block:ifPhotoHoverA}
- {block:IndexPage}
- <div class="details">
- <p><a class="notep" href="{permalink}">{ShortMonth} {DayofMonth}{DayofMonthSuffix}</a><br />
- {notecountwithlabel}</div>
- {/block:IndexPage}
- {/block:ifPhotoHoverA}{block:ifPhotoHoverB}
- {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="30"/></a></div><div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>
- {/block:IndexPage}
- {/block:ifPhotoHoverB}
- {block:ifPhotoHoverC}{block:IndexPage}
- <div id="permalink">
- <a href="{Permalink}"><span style="border-bottom-left-radius:12px; padding-left: 8px;" class="perms">{12Hour}:{Minutes} {CapitalAmPm}</a></span>
- <a href="{Permalink}"><span style="border-bottom-right-radius:0px; padding-right: 4px;" class="perms">{Notecount}</a></span>
- <a href="{ReblogURL}" target="_blank"> <span style="border-bottom-right-radius:12px; padding-right: 8px;" class="perms">reblog </a></span>
- </div>{block:IndexPage}
- {/block:ifPhotoHoverC}
- {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=100%/></div></a>{LinkCloseTag}{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"width=802px/>{LinkCloseTag}{/block:PermalinkPage}
- </center>
- {/block:Photo}
- {block:Photoset}
- <center>
- {block:IndexPage}{Photoset-400}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- </center>
- {block:IndexPage}
- <div id="permalink">
- <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">REBLOG</a></span></div>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- <div style="margin-left:3px;">
- {Quote}</span>
- {block:Source}<strong>{Source}</strong>{/block:Source}
- </div>
- {block:IndexPage}
- <br><a href="{Permalink}"><div class="supreme">{block:Date}{TimeAgo}{/block:Date} // {NoteCountwithLabel}</div></a>
- {/block:IndexPage}
- {/block:Quote}
- {block:Chat}
- <div style="margin-left:3px;">
- {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}
- </ul>
- </div>
- {block:IndexPage}
- <br><a href="{Permalink}"><div class="supreme">{block:Date}{TimeAgo}{/block:Date} // {NoteCountwithLabel}</div></a>
- {/block:IndexPage}
- {/block:Chat}
- {block:Audio}<div style="height:0px;background-color:black;opacity:0.1;width:100%;margin-top:10px;margin-bottom:5px;"></div>
- {AudioPlayerGrey}
- {block:Caption}{Caption}{/block:Caption}</center>
- {block:IndexPage}
- <br><a href="{Permalink}"><div class="supreme">{block:Date}{TimeAgo}{/block:Date} // {NoteCountwithLabel}</div></a>
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- {Video-400}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-500}</center>
- {/block:PermalinkPage}
- {block:IndexPage}
- <div id="permalink">
- <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}">REBLOG</a></span></div>
- {/block:IndexPage}
- {block:Video}
- {block:PermalinkPage}<center><div class="yolo"><p>
- {block:NoteCount}{TimeAgo} | {NoteCountWithLabel} | {12Hour}:{Minutes} {AmPm} </p>
- </center>{/block:NoteCount}
- {/block:PermalinkPage}
- {block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}{/block:PermalinkPage}
- </div>{/block:Posts}</center>
- {/block:Posts}
- {/block:PermalinkPage}
- {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 = $('#content');
- $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}
- {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>
- <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
- </div>
- <div id="install"><a href="http://themesbyjames.tumblr.com/"><img src="http://static.tumblr.com/8jq17g7/Re3lqefyw/install.png" style="
- border:0px solid;" /></a></div>
- <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/2MFlzww4p/likenew.js"></script>
- <span id="scriptsinsert"> </span>
- </body></html><!-- END OF THEME -->