Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- [ T H E M E B Y ]
- ○ ● ○
- [ T O M K I R K ]
- -->
- <html>
- <!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">
- <head>
- <!--Default Variables-->
- <!--Colors-->
- <meta name="color:Ask Background" content="#f7f7f7"/>
- <meta name="color:Ask Text" content="#666666"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#666666"/>
- <meta name="color:Link" content="#73f3bd"/>
- <meta name="color:Link Hover" content="#000000"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="color:Title" content="#ff6af0"/>
- <meta name="color:Perma Text" content="#73f3bd"/>
- <meta name="color:Tool Tip" content="#ffffff"/>
- <meta name="color:Tool Tip Text" content="#000000"/>
- <!--Options-->
- <meta name="if:400px" content="0"/>
- <meta name="if:2 Columns" content="1"/>
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Captions" content=""/>
- <meta name="if:Custom Scrollbar" content="1"/>
- <meta name="if:Photo Zoom" content=""/>
- <meta name="if:Tiny Cursor" content=""/>
- <meta name="if:Crosshair Cursor" content=""/>
- <!--Links-->
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 1 name" content=""/>
- <meta name="text:Link 2 URL" content="/"/>
- <meta name="text:Link 2 name" content=""/>
- <meta name="text:Link 3 URL" content="/"/>
- <meta name="text:Link 3 name" content=""/>
- <meta name="text:Link 4 URL" content="/"/>
- <meta name="text:Link 4 name" content=""/>
- <link href='http://fonts.googleapis.com/css?family=Quicksand:400,700' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Muli|Varela+Round|Rubik' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta charset="utf-8">
- <meta name="viewport" content="initial-scale=1.0, width=device-width" />
- <title>{block:TagPage}{Tag} posts - {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <style type="text/css">
- iframe#tumblr_controls, .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop { -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);top:5px;right:5px;position:fixed;}
- iframe#tumblr_controls:hover, .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop:hover { opacity:1; }
- html,body,a,a:hover{
- {block:ifTinyCursor}cursor:url(https://31.media.tumblr.com/bdff266e410c6a626f3d7ba461afff73/tumblr_inline_nf2nph3m4q1rs8bwg.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}
- }
- {block:ifCustomScrollbar}
- ::-webkit-scrollbar {width:12px; height:12px; background: {color:Background};}
- ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar}; border-top:5px solid {color:Background};border-right:5px solid {color:Background};border-bottom:5px solid {color:Background};border-left:5px solid {color:Background};}
- {/block:ifCustomScrollbar}
- body{font-family:inconsolata,consolas,arial;font-size:11px;line-height:16px;color:{color:Text};
- {block:ifTinyCursor}cursor:url(https://31.media.tumblr.com/bdff266e410c6a626f3d7ba461afff73/tumblr_inline_nf2nph3m4q1rs8bwg.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}
- }
- a:link, a:active, a:visited{color:{color:Link};text-decoration:none;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;{block:ifTinyCursor}cursor:url(https://31.media.tumblr.com/769de35144cf314ac2a3c6cc0f5f369a/tumblr_inline_nf2nq0naf51rs8bwg.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}}
- a:hover{color:{color:Link Hover};}
- #s-m-t-tooltip {
- max-width:200px;
- background-color:{color:Tool Tip};
- color:{color:Tool Tip Text};
- border:0px solid {color:Border};
- font-size:9px;
- letter-spacing:1px;
- line-height:9px;
- text-transform:uppercase;
- font-family:inconsolata,consolas,arial;
- padding:3px 5px 3px 5px;
- box-shadow:rgba(0,0,0,0.07) 4px 4px;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- z-index:999999999999999999999999999999999999;
- margin:20px;
- {block:ifTinyCursor}margin:10px;{/block:ifTinyCursor}
- }
- #container {
- margin:auto;
- {block:IndexPage}
- {block:if2Columns}
- {block:ifNot400px}width:750px;{/block:ifNot400px}
- {block:if400px}width:1000px;{/block:if400px}
- {/block:if2Columns}
- {block:ifNot2Columns}
- {block:ifNot400px}width:370px;{/block:ifNot400px}
- {block:if400px}width:450px;{/block:if400px}
- {/block:ifNot2Columns}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- }
- #content{
- {block:IndexPage}
- {block:if2Columns}
- {block:ifNot400px}width:800px;{/block:ifNot400px}
- {block:if400px}width:1000px;{/block:if400px}
- {/block:if2Columns}
- {block:ifNot2Columns}
- {block:ifNot400px}width:250px;{/block:ifNot400px}
- {block:if400px}width:400px;{/block:if400px}
- {/block:ifNot2Columns}
- {/block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- }
- article{
- float:left;
- position:relative;
- background:rgba(255,255,255,1);
- overflow:hidden;
- {block:IndexPage}
- {block:if2Columns}
- {block:ifNot400px}width:250px;margin:60px;{/block:ifNot400px}
- {block:if400px}width:400px;margin:40px;{/block:if400px}
- {/block:if2Columns}
- {block:ifNot2Columns}
- {block:ifNot400px}width:250px;margin:30px 0 60px 60px;{/block:ifNot400px}
- {block:if400px}width:400px;margin:60px 0 50px 35px;{/block:if400px}
- {/block:ifNot2Columns}
- {/block:IndexPage}
- {block:PermalinkPage}width:500px;margin:40px 0px 100px 0px;{/block:PermalinkPage}
- }
- article img{max-width:100%;{block:indexPage}display:block;{/block:IndexPage}height:auto;
- border-radius:0px;
- -webkit-border-radius:0px;
- -moz-border-radius:0px;
- overflow:hidden;
- }
- article .cap{
- padding:0;
- }
- article #permalinktxt{
- margin:10px 0 0 0;
- font-size:9px;
- letter-spacing:1px;
- line-height:19px;
- text-transform:uppercase;
- font-family:consolas,arial;
- }
- .re a{
- color:{color:Text};
- }
- .no a{
- color:{color:Perma Text};
- }
- .re a:hover,.no a:hover{color:{color:Link Hover};}
- article #permalink2{
- position:relative;
- padding:10px 15px 10px 15px;
- line-height:15px;
- opacity:1;
- -webkit-border-top-left-radius: 7px;
- -webkit-border-top-right-radius: 7px;
- -moz-border-radius-topleft: 7px;
- -moz-border-radius-topright: 7px;
- border-top-left-radius: 7px;
- border-top-right-radius: 7px;
- }
- #permalink2 img{display:inline;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;}
- #permalink2 a{
- font-size:10px;
- letter-spacing:1px;
- line-height:19px;
- text-transform:uppercase;
- font-family:consolas,arial;
- font-weight:bold;
- }
- #pic {
- position:relative;
- overflow:hidden;
- border-radius:7px;
- -webkit-border-radius:7px;
- -moz-border-radius:7px;
- }
- #pic img{
- display:block;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- article #pc{
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- article:hover #pc{
- {block:ifPhotoZoom}
- {block:IndexPage}
- -ms-transform: scale(1.10); /* IE 9 */
- -webkit-transform: scale(1.10); /* Chrome, Safari, Opera */
- transform: scale(1.10); /* Standard syntax */
- {/block:IndexPage}
- {/block:ifPhotoZoom}
- }
- article #ugh{
- display:block;
- margin-bottom:-10px;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- article:hover #ugh{
- {block:ifPhotoZoom}
- {block:IndexPage}
- -ms-transform: scale(1.10); /* IE 9 */
- -webkit-transform: scale(1.10); /* Chrome, Safari, Opera */
- transform: scale(1.10); /* Standard syntax */
- {/block:IndexPage}
- {/block:ifPhotoZoom}
- }
- #permalinkpg{margin:10px 0 0 0;line-height:17px;}
- #ask {
- padding:10px;
- background:{color:Ask Background};
- color:{color:Ask Text};
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- }
- .asktri1{
- margin:-6px 0 0 30px;
- color:{color:Ask Background};
- font-size:65px;
- font-family:arial;
- }
- .askername{
- position:Absolute;
- margin:-29px 0 0 39px;
- }
- .askername a{
- color:{color:Ask Text};
- }
- .askerimg{
- margin-bottom:8px;
- }
- .askerimg img{
- width:30px;
- border-radius:30px;
- -webkit-border-radius:30px;
- -moz-border-radius:30px;
- }
- #answer{
- margin:10px 15px 20px 15px;
- }
- h1{
- font-family:dosis, Arial;
- font-size:20px;
- line-height:28px;
- letter-spacing:1px;
- font-weight:bold;
- text-transform:uppercase;
- margin:0 0 0 0;
- }
- h2{
- font-family:dosis, Arial;
- font-size:20px;
- line-height:28px;
- letter-spacing:1px;
- font-weight:bold;
- text-transform:uppercase;
- margin:0 0 10px 0;
- }
- .q_q{
- position:absolute;
- font-size:times new roman;
- font-weight:bold;
- font-size:80px;
- line-height:70px;
- opacity:.15;
- }
- blockquote{
- padding-left:10px;
- margin:0 0 0 15px;
- border-left:2px solid rgba(0,0,0,0.2);
- }
- p {
- margin:10px 0 10px 0;
- }
- .ol, ul {
- margin-left:30px;
- padding:5px;
- }
- .ul {
- list-style-type:square;
- }
- .chat .line{
- padding: 2px;
- }
- .chat .line .odd{
- padding:2px;
- color:{color:Ask Text};
- background:{color:Ask Background};
- }
- .label {
- font-weight:bold;
- }
- .audioart img{
- {block:IndexPage}
- {block:ifNot400px}width:250px;{/block:ifNot400px}
- {block:if400px}width:400px;{/block:if400px}
- {/block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- }
- .audioplayer{
- padding:10px;
- background:black;
- opacity:1;
- }
- .audioinfo{
- border-top:1px solid rgba(255,255,255,1);
- padding:10px;
- background:black;
- color:white;
- opacity:1;
- }
- .notes img{
- width:10px;
- position:left;
- margin:3px 5px 0 0;
- -webkit-border-radius:10px;
- -moz-border-radius:10px;
- border-radius:10px;
- }
- .notes{
- line-height:30px;
- }
- #pgs{
- font-size:30px;
- position:absolute;
- }
- .pagination{display:none;}
- .com:last-child{display:none;}
- #infscr-loading{
- position:absolute;
- left:50%;
- bottom:-40px;
- }
- #top{
- top:0;
- width:700px;
- }
- .header{
- position:fixed;
- background: -webkit-linear-gradient({color:Background},rgba(0,0,0,0));
- background: -o-linear-gradient({color:Background},rgba(0,0,0,0));
- background: -moz-linear-gradient({color:Background},rgba(0,0,0,0));
- background: linear-gradient({color:Background},rgba(0,0,0,0));
- height:140px;
- width:100%;
- top:0;
- left:0;
- padding:80px 0 0 0;
- font-size:40px;
- line-height:40px;
- z-index:999;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- z-index:1;
- }
- .header a{
- font-family:dosis;
- text-transform:uppercase;
- letter-spacing:5px;
- font-weight:bold;
- }
- .header2{
- height:70px;
- padding:50px 0 0 0;
- font-size:30px;
- line-height:30px;
- }
- .bt{
- width:100%;
- text-align:center;
- z-index:9999;
- font-style:italic;
- }
- .bt a{
- color:{color:Title};
- text-shadow:{color:Title} 0px 0px 5px;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- .bt a:hover{
- text-shadow:rgba(0,0,0,0) 0px 0px 20px;
- -webkit-transition: all 0.0s linear;
- -moz-transition: all 0.0s linear;
- transition: all 0.0s linear;
- }
- .bar{
- position:absolute;
- bottom:15px;
- width:100%;
- text-align:center;
- z-index:999;
- }
- .rough{
- position:fixed;
- left:0;
- width:100%;
- height:30px;
- text-align:center;
- margin:90px 0 0 0;
- z-index:999999999;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- .rough2{
- margin:50px 0 0 0;
- height:0px;
- overflow:hidden;
- }
- .rough a{
- padding:0 4px 0 7px;
- }
- .headerlinks a{
- font-size:11px;
- letter-spacing:1px;
- line-height:19px;
- text-transform:uppercase;
- font-family:consolas,arial;
- border:0px;
- padding:0;
- margin:0 3px 0 3px;
- color:{color:Perma Text};
- text-shadow:{color:Perma Text} 0px 0px 3px;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- .headerlinks a:hover{
- color:{color:Perma Text};
- text-shadow:rgba(0,0,0,0) 0px 0px 20px;
- -webkit-transition: all 0.0s linear;
- -moz-transition: all 0.0s linear;
- transition: all 0.0s linear;
- }
- {CustomCSS}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
- <script type="text/javascript">
- $(function(){
- var stickyRibbonTop = $('.header2').offset().top;
- $(window).scroll(function(){
- if( $(window).scrollTop() > stickyRibbonTop ) {
- $('.header').addClass('header2');
- } else {
- $('.header').removeClass('header2');
- }
- });
- });
- </script>
- <script type="text/javascript">
- $(function(){
- var stickyRibbonTop = $('.rough2').offset().top;
- $(window).scroll(function(){
- if( $(window).scrollTop() > stickyRibbonTop ) {
- $('.rough').addClass('rough2');
- } else {
- $('.rough').removeClass('rough2');
- }
- });
- });
- </script>
- </head>
- <body>
- <div class="rough2"></div>
- <div class="rough">
- <div style="width:400px;margin:auto;">
- <div style="margin:0px 0 0 0;">{Description}</div>
- </div>
- </div>
- <div class="header2"></div>
- <div class="header">
- <div class="bt">
- {block:ifNotInfiniteScroll}
- {block:IndexPage}
- <span id="pgs" style="margin:0 0 0 -20px;">
- {block:Pagination}
- {block:PreviousPage} <a href="{PreviousPage}"><i class="fa fa-angle-left"></i></a> {/block:PreviousPage}
- {/block:Pagination}
- </span>
- {/block:IndexPage}
- {/block:ifNotInfiniteScroll}
- <a href="/">{Title}</a>
- {block:ifNotInfiniteScroll}
- {block:IndexPage}
- <span id="pgs" style="margin:0 0 0 10px;">
- {block:Pagination}
- {block:NextPage}
- <a href="{NextPage}"><i class="fa fa-angle-right"></i></a>
- {/block:NextPage}
- {/block:Pagination}
- </span>
- {/block:IndexPage}
- {/block:ifNotInfiniteScroll}
- </div>
- <div class="bar">
- <div class="headerlinks">
- {block:ifLink1name}
- <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
- {/block:ifLink1name}
- {block:ifLink2name}
- <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
- {/block:ifLink2name}
- {block:ifLink3name}
- <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
- {/block:ifLink3name}
- {block:ifLink4name}
- <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
- {/block:ifLink4name}
- {block:ifLink5name}
- <a href="{text:Link 5 URL}">{text:Link 5 name}</a>
- {/block:ifLink5name}
- </div>
- </div>
- </div>
- </div>
- <div id="container">
- <br><br><br><br><br><br>
- <div id="content">
- {block:Posts}
- <article>
- {block:Answer}
- <div id="ask">
- <div class="askerimg"><img src="{AskerPortraitURL-128}"></div>
- <span class="askername"> {Asker} asked:</span>
- <span style="padding-left:3px;padding-right:3px;">{Question}</span>
- </div>
- <div class="asktri1">▾</div>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- {block:Text}
- <div class="cap">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Link}
- <div class="cap">
- <h1><a href="{URL}">{Name} »</a></h1>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Photo}
- <div id="pic">
- <a href="{permalink}">
- <div id="pc"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></div>
- </a>
- </div>
- {block:ifCaptions}
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:ifCaptions}
- {block:ifNotCaptions}
- {block:PermalinkPage}
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:ifNotCaptions}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:ReblogParentURL}
- <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ReblogParentURL}
- {/block:Photo}
- {block:Photoset}
- <div class="photo">
- <center>
- {block:IndexPage}
- <div id="pic">
- <div id="ugh">
- {block:ifNot400px}{Photoset-250}{/block:ifNot400px}
- {block:if400px}{Photoset-400}{/block:if400px}
- </div>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- </center>
- </div>
- {block:ifCaptions}
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:ifCaptions}
- {block:ifNotCaptions}
- {block:PermalinkPage}
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:ifNotCaptions}
- {/block:Photoset}
- {block:Quote}
- <div class="cap">
- <div class="q_q">❝</div>
- <h2>{Quote}</h2>
- {block:Source}
- - {Source}
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Chat}
- <div class="cap">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- {block:Lines}
- <div class="chat">
- <div class="line {Alt}">
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <b>{Label} </b>
- {/block:Label}
- {Line}
- </div>
- </div>
- </div>
- {/block:Lines}
- </div>
- </div>
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}
- <div class="audioart">
- <img src="{AlbumArtURL}">
- </div>
- {/block:AlbumArt}
- {block:AudioPlayer}
- <div class="audioplayer">
- {AudioPlayerBlack}
- </div>
- {/block:AudioPlayer}
- {block:TrackName}
- <div class="audioinfo">
- Song : {TrackName}
- </div>
- {/block:TrackName}
- {block:Artist}
- <div class="audioinfo">
- Artist : {Artist}
- </div>
- {/block:Artist}
- {block:Album}
- <div class="audioinfo">
- Album : {Album}
- </div>
- {/block:Album}
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {block:ifNot400px}{Video-250}{/block:ifNot400px}
- {block:if400px}{Video-400}{/block:if400px}
- {/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {block:ifCaptions}
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:ifCaptions}
- {block:ifNotCaptions}
- {block:PermalinkPage}
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:ifNotCaptions}
- {/block:Video}
- {block:IndexPage}
- <div id="permalinktxt">
- <span class="no">
- <a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a>
- </span>
- <span class="re">
- <a href="{ReblogURL}" target="_blank" class="details"> RBLG </a>
- {block:HasTags}<br>
- # : {block:Tags}<a href="{TagURL}">{Tag}</a> <span class="com"> ,</span>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </span>
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div id="permalinktxt">
- <div id="p_tri"></div>
- <b>Posted:</b> {TimeAgo} on
- {ShortMonth} {DayofMonth},{Year} at
- {12Hour}:{Minutes} {CapitalAmPm}
- {block:NoteCount}<br>
- <b>Notes:</b>
- {NoteCount}
- {/block:NoteCount}
- {block:HasTags}
- <br>
- <b>Tags:</b>
- {block:Tags}<a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- <br>{block:RebloggedFrom}
- <b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br> <b>Src:</b> <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
- </div>
- <div class="cap">
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- </article>
- {/block:Posts}
- </div>
- <!--Pagination: previous/next page links-->
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}"> </a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"> </a>{/block:NextPage}
- </div>
- {/block:Pagination}
- <!--Links to jQuery library, Masonry, infinite scroll and imagesLoaded-->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
- {block:IfInfiniteScroll}
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
- {/block:IfInfiniteScroll}
- <!--Code for infinite scroll and grid layout-->
- <script>
- (function() {
- var $tumblelog = $('#content');
- {block:IfInfiniteScroll}
- $tumblelog.infinitescroll({
- navSelector : ".pagination",
- nextSelector : ".pagination a:first",
- itemSelector : "article",
- bufferPx : 50,
- done : "",
- loading: {
- finishedMsg: "<p> </p>",
- img : "http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif",
- msg: null,
- msgText: "<p> </p>"
- },
- },
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $tumblelog.masonry( 'appended', $newElems);
- });
- }
- );
- {/block:IfInfiniteScroll}
- $tumblelog.imagesLoaded( function(){
- $tumblelog.masonry({
- columnWidth: function( containerWidth ) {
- return containerWidth / 100;
- }
- });
- });
- })();
- </script>
- </div>
- <div style="position:fixed;bottom:0;right:0;padding:0 30px 30px 0;font-size:14px;"><a title="theme by tomkirk" style="background:transparent;"href="http://tomkirk.tumblr.com/">▲</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement