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>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <!--Default Variables-->
- <!--Colors-->
- <meta name="color:Ask Background" content="#000000"/>
- <meta name="color:Ask Text" content="#ffffff"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Link Hover" content="#000000"/>
- <meta name="color:Link Border" content="#FB7DFF"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="color:Border" content="#000000"/>
- <meta name="color:Pagination" content="#ffffff"/>
- <meta name="color:Accent" content="#000000"/>
- <meta name="color:Accent Text" content="#ffffff"/>
- <meta name="color:Tool Tip" content="#ffffff"/>
- <meta name="color:Tool Tip Text" content="#000000"/>
- <!--Images-->
- <meta name="image:Background" content=""/>
- <!--Options-->
- <meta name="if:400px" content="0"/>
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Captions" content=""/>
- <meta name="if:Custom Scrollbar" content="1"/>
- <meta name="if:Rainbow Links" content="1"/>
- <meta name="if:Faded Images" content=""/>
- <meta name="if:Inverted Images" 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'>
- {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">
- {block:ifInvertedImages}img{
- opacity: 1;
- filter:alpha(opacity=10);
- -moz-opacity: 0.1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifInvertedImages}
- {block:ifInvertedImages} img:hover{
- opacity: .8;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifInvertedImages}
- {block:ifFadedImages}img{
- opacity: .8;
- filter:alpha(opacity=10);
- -moz-opacity: 0.1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifFadedImages}
- {block:ifFadedImages} img:hover{
- opacity: 1;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifFadedImages}
- {block:ifInvertedImages}.photo {
- opacity: 1;
- filter:alpha(opacity=10);
- -moz-opacity: 0.1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifInvertedImages}
- {block:ifInvertedImages}.photo:hover{
- opacity: .8;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifInvertedImages}
- {block:ifFadedImages}.photo {
- opacity: .8;
- filter:alpha(opacity=10);
- -moz-opacity: 0.1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifFadedImages}
- {block:ifFadedImages}.photo:hover{
- opacity: 1;
- filter:alpha(opacity=100);
- -moz-opacity: 1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- {/block:ifFadedImages}
- .photo{
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;}
- iframe#tumblr_controls {-webkit-filter:invert(100%);-moz-filter:invert(100%);-filter:invert(100%);right:3px;-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
- iframe#tumblr_controls:hover{opacity:1;}
- {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{background:{color:Background};{block:ifbackgroundimage}background-image:url('{image:background}');{/block:ifbackgroundimage}background-attachment:fixed;background-repeat:repeat;background-position:center;font-family:dotum,arial;font-size:12px;line-height:16px;color:{color:Text};
- {block:ifTinyCursor}cursor:url(http://img69.imageshack.us/img69/7673/cursorw.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.1s linear;-moz-transition: all 0.1s linear;transition: all 0.1s linear;{block:ifTinyCursor}cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}}
- a:hover{color:{color:Link Hover};}
- #s-m-t-tooltip {
- max-width:200px;
- margin:25px 20px 25px 20px;
- background-color:{color:Tool Tip};
- color:{color:Tool Tip Text};
- border:0px solid {color:Border};
- font-size:13px;
- line-height:13px;
- padding:3px 5px 4px 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;
- }
- #container {
- margin:auto;
- {block:IndexPage}
- {block:ifNot400px}width:340px;{/block:ifNot400px}
- {block:if400px}width:480px;{/block:if400px}
- {/block:IndexPage}
- {block:PermalinkPage}width:480px;{/block:PermalinkPage}
- }
- #content{
- {block:IndexPage}
- {block:ifNot400px}width:340px;margin:0 0 0 -10px;{/block:ifNot400px}
- {block:if400px}width:480px;margin:0 0 0 -10px;{/block:if400px}
- {/block:IndexPage}
- {block:PermalinkPage}width:480px;margin:0 0 0 -10px;{/block:PermalinkPage}
- }
- article{
- float:left;
- margin:40px;
- position:relative;
- overflow:hidden;
- {block:IndexPage}
- {block:ifNot400px}width:250px;{/block:ifNot400px}
- {block:if400px}width:400px;{/block:if400px}
- {/block:IndexPage}
- {block:PermalinkPage}width:400px;{/block:PermalinkPage}
- }
- article .cap{
- padding:10px 0px 15px 0px;
- }
- article img{max-width:100%;{block:indexPage}display:block;{/block:IndexPage}}
- article #permalinktxt{
- background:{color:Accent};
- color:{color:Accent Text};
- padding:10px 13px 10px 13px;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- line-height:20px;
- }
- article:hover #permalinktxt{
- opacity:1;
- }
- #permalinktxt a{
- color:{color:Accent Text};
- padding:0 0 2px 0;
- border-bottom:1px solid transparent;
- }
- #permalinktxt a:hover{
- {block:ifNotRainbowLinks}
- border-bottom:1px solid {color:Accent Text};
- {/block:ifNotRainbowLinks}
- }
- #permalinktxt #p_tri{
- position:absolute;
- margin:-17px 0 0 10px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 0 10px 9px 10px;
- border-color: transparent transparent {color:Accent} transparent;
- }
- #pic {
- position:relative;
- overflow:hidden;
- }
- #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:IndexPage}
- -ms-transform: scale(1.10); /* IE 9 */
- -webkit-transform: scale(1.10); /* Chrome, Safari, Opera */
- transform: scale(1.10); /* Standard syntax */
- {/block:IndexPage}
- }
- article #ugh{
- display:block;
- margin-bottom:-3px;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- article:hover #ugh{
- {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}
- }
- #permalinkpg{margin:10px 0 0 0;line-height:17px;}
- #ask {
- padding:10px;
- background:{color:Ask Background};
- color:{color:Ask Text};
- border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;
- }
- .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:Quicksand, Arial;
- font-size:25px;
- line-height:28px;
- font-weight:bold;
- margin:0 0 0 0;
- }
- h2{
- font-family:Quicksand, Arial;
- font-size:25px;
- line-height:28px;
- font-weight:bold;
- margin:0 0 0 0;
- }
- 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:400px;{/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;
- }
- .hide{
- position:fixed;
- background:{color:Background};{block:ifbackgroundimage}background-image:url('{image:background}');{/block:ifbackgroundimage}background-attachment:fixed;background-repeat:repeat;background-position:center;
- {block:IndexPage}
- {block:ifNot400px}width:500px;{/block:ifNot400px}
- {block:if400px}width:550px;{/block:if400px}
- {/block:IndexPage}
- {block:PermalinkPage}width:650px;{/block:PermalinkPage}
- height:95px;
- z-index:9999;
- margin:0 0 0 -70px;
- top:0;
- }
- .preface{
- height:105px;
- border-bottom:1px solid white;
- overflow:hidden;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .epilogue{
- height:0px;
- border-bottom:1px solid transparent;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #preface{
- position:fixed;
- background:{color:Accent};
- color:{color:Accent Text};
- text-align:center;
- {block:IndexPage}
- {block:ifNot400px}width:270px;{/block:ifNot400px}
- {block:if400px}width:420px;{/block:if400px}
- {/block:IndexPage}
- {block:PermalinkPage}width:420px;{/block:PermalinkPage}
- margin:0 0 0 10px;
- padding:5px 10px 10px 10px;
- z-index:999;
- z-index:999999;
- }
- #preface a{
- color:{color:Accent Text};
- }
- .o_o{
- margin:5px 0 0 0px;
- font-size:12px;
- line-height:30px;
- border-bottom:0px;
- color:{color:Accent Text};
- }
- .o_o a{
- margin:0 5px 0 5px;
- cursor:help;
- padding:0 0 3px 0;
- border-bottom:1px solid transparent;
- }
- .o_o a:hover{
- {block:ifNotRainbowLinks}
- border-bottom:1px solid {color:Accent Text};
- {/block:ifNotRainbowLinks}
- }
- .hpic img{
- width:60px;
- height:60px;
- margin:0 0 10px 0;
- border-radius:300px;
- -webkit-border-radius:300px;
- -moz-border-radius:300px;
- }
- #pgs{
- position:relative;
- width:100%;
- text-align:center;
- margin:50px 0 0px 0;
- font-size:30px;
- font-weight:bold;
- font-family: 'Quicksand', sans-serif,helvetica;
- }
- .com:last-child{display:none;}
- #infscr-loading{
- position:absolute;
- left:50%;
- bottom:-40px;
- }
- {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:90,
- tip_fade_speed:100,
- 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 = $('.epilogue').offset().top;
- $(window).scroll(function(){
- if( $(window).scrollTop() > stickyRibbonTop ) {
- $('.preface').addClass('epilogue');
- } else {
- $('.preface').removeClass('epilogue');
- }
- });
- });
- </script>
- {block:ifRainbowLinks}
- <script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt"></script>
- {/block:ifRainbowLinks}
- </head>
- <body>
- <div id="container">
- <br><br><br><br>
- <div class="epilogue"></div>
- <div id="preface">
- <div class="preface">
- <div style="margin:10px 0 10px 0;">
- <div class="hpic">
- <a title="{Title}"href="/"><img src="{PortraitURL-128}"></a>
- </div>
- {Description}
- </div>
- </div>
- <div class="o_o">
- {block:ifLink1name}
- <a href="{text:Link 1 URL}"><i class="fa fa-file-image-o"></i> .{text:Link 1 name}</a>
- {/block:ifLink1name}
- {block:ifLink2name}
- <a href="{text:Link 2 URL}"><i class="fa fa-comments"></i> .{text:Link 2 name}</a>
- {/block:ifLink2name}
- {block:ifLink3name}
- <a href="{text:Link 3 URL}"><i class="fa fa-exclamation-circle"></i> .{text:Link 3 name}</a>
- {/block:ifLink3name}
- {block:ifLink4name}
- <a href="{text:Link 4 URL}"><i class="fa fa-star-o"></i> .{text:Link 4 name}</a>
- {/block:ifLink4name}
- </div>
- </div>
- <div class="hide"></div>
- <br><br><br><br><br><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-400}{/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">
- <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}
- <div class="photo">
- <center>
- {block:IndexPage}
- {block:ifNot400px}{Video-250}{/block:ifNot400px}
- {block:if400px}{Video-400}{/block:if400px}
- {/block:IndexPage}
- {block:PermalinkPage}{Video-400}{/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:Video}
- {block:IndexPage}
- <div id="permalinktxt">
- <div id="p_tri"></div>
- <a title="{TimeAgo}"href="{Permalink}"><i class="fa fa-files-o"></i> .{NoteCount}</a>
- <span style="float:right;">
- <a title="Reblog?"href="{ReblogURL}" target="_blank" class="details"><i class="fa fa-refresh"></i> .RBLG </a>
- </span>
- {block:HasTags}
- <div style="padding:0 5px 0 5px;">
- # : {block:Tags}<a href="{TagURL}">{Tag} </a> <span class="com">,</span>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div class="cap">
- <div id="permalinkpg">
- <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}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- </article>
- {/block:Posts}
- {block:ifNotInfiniteScroll}
- {block:IndexPage}
- <div id="pgs">
- {block:Pagination}
- {block:PreviousPage} <a href="{PreviousPage}"><i class="fa fa-arrow-circle-left"></i></a> : {/block:PreviousPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}"><i class="fa fa-arrow-circle-right"></i></a>{/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IndexPage}
- {/block:ifNotInfiniteScroll}
- </div>
- <br><br><br><br><br>
- <!--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