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:Background" content="#ffffff"/>
- <meta name="color:Text" content="#696969"/>
- <meta name="color:Link" content="#f3baba"/>
- <meta name="color:Link Hover" content="#e8e8e8"/>
- <meta name="color:Scrollbar" content="#faeded"/>
- <meta name="color:Ask Background" content="#f7f7f7"/>
- <meta name="color:Ask Text" content="#696969"/>
- <meta name="color:Border" content="#000000"/>
- <meta name="color:Nav Text" content="#000000"/>
- <meta name="color:Desc Text" content="#000000"/>
- <meta name="color:Tool Tip" content="#000000"/>
- <meta name="color:Tool Tip Text" content="#ffffff"/>
- <!--Images-->
- <meta name="image:Background" content""/>
- <!--Options-->
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Custom Scrollbar" content="1"/>
- <meta name="if:Alt Permalink" content=""/>
- <meta name="if:Captions" content=""/>
- <meta name="if:Box Shadow" content=""/>
- <meta name="if:Faded Images" content=""/>
- <meta name="if:Inverted Images" content=""/>
- <meta name="if:Tiny Cursor" content=""/>
- <meta name="if:Crosshair Cursor" content=""/>
- <meta name="if:Full Bkg Img" content="1" />
- <!--Links-->
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 1 Name" content=""/>
- <meta name="text:Link 1 Title" content=""/>
- <meta name="text:Link 2 URL" content="/"/>
- <meta name="text:Link 2 Name" content=""/>
- <meta name="text:Link 2 Title" content=""/>
- <meta name="text:Link 3 URL" content="/"/>
- <meta name="text:Link 3 Name" content=""/>
- <meta name="text:Link 3 Title" content=""/>
- <meta name="text:Link 4 URL" content="/"/>
- <meta name="text:Link 4 Name" content=""/>
- <meta name="text:Link 4 Title" content=""/>
- {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}">
- <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
- <style type="text/css">
- /*Basic styles*/
- {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}
- iframe#tumblr_controls {-webkit-filter:invert(100%);right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- {block:ifCustomScrollbar}
- ::-webkit-scrollbar {width:10px;height:10px;background:{color:Background};}
- ::-webkit-scrollbar-thumb {background:url('https://31.media.tumblr.com/11d20ed5ea2d2d73c17903d0a334eb64/tumblr_inline_n6tknhUgcl1rh7826.gif');border:0px solid {color:Border}}
- {/block:ifCustomScrollbar}
- body{background-color: {color:Background};background-image:url({image:Background});background-attachment:fixed;background-repeat:repeat;background-position:center;font-family:courier new;font-size:12px;line-height:15px;color:{color:Text};{block:ifTinyCursor}cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}{block:ifFullBkgImg}background-size:100% 100%;{/block:ifFullBkgImg}}
- 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;}
- a:hover{color:{color:Link Hover};{block:ifTinyCursor}cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}}
- #s-m-t-tooltip {max-width:300px;padding:4px 7px 4px 8px;margin:25px 20px 25px 20px;background-color:{color:Tool Tip};color:{color:Tool Tip Text};font-size:13px;line-height:14px;z-index:999999999999999999999999999999999999;box-shadow:rgba(0,0,0,0.07) 3px 3px;border:0px solid rgba(0,0,0,0.07);-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;border:4px double {color:Border};}
- #content {margin:auto;padding:120px 0 80px 100px;}
- blockquote{padding-left:10px;margin-left:10px;margin-right:0px;margin-top:5px;margin-bottom:0px;border-left:1px solid {color:Link};}
- blockquote p, ul{margin:0px;padding:0px;margin-left:0px;}
- .p { padding-top: 5px; }
- .ol, ul { margin-left: 30px; padding: 5px; }
- .ul { list-style-type: square; }
- .posttitle{font-size:20px;line-height:20px;font-weight:bold;}
- .audiop{background:black;padding:10px;}
- .audioplayer {position:relative;margin-top:3px;}
- .audiop img{max-width:470px;display:block;}
- .notes img{width:10px;margin-right:5px; -webkit-border-radius: 10px;-moz-border-radius: 10px; border-radius: 10px;}
- .notes{line-height:20px;}
- #ask {padding:10px;background:{color:Ask Background};color:{color:Ask Text};border:4px double {color:Border};}
- .askername a{color:{color:Ask Text};}
- iframe, img, embed, object, video {max-width: 100%;}
- img {height:auto;width:auto}
- article img {{block:IndexPage}display:block;{/block:IndexPage}{block:PermalinkPage}max-width:500px;{/block:PermalinkPage}}
- article {position:relative;margin:5%;padding:15px;{block:IndexPage}width:20%;{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage}background:white;border:4px double {color:Border};}
- article #accent{position:absolute;height:100%;width:100%;background:url('https://31.media.tumblr.com/11d20ed5ea2d2d73c17903d0a334eb64/tumblr_inline_n6tknhUgcl1rh7826.gif');margin:-30px 0 0 -30px;z-index:-1;}
- article #permalink{position:absolute;{block:ifNotAltPermalink}opacity:1;margin-top:8px;background:{color:Background};padding:0 4px 0 4px;{block:ifNotAltPermalink}{block:ifAltPermalink}opacity:0;margin:30px 0 0 -20px;background:white;padding:2px 6px 2px 6px;border:4px double {color:Border};{/block:ifAltPermalink}-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;}
- article:hover #permalink{opacity:1;}
- article #tags{position:absolute;{block:ifNotAltPermalink}right:15px;opacity:1;margin-top:8px;background:{color:Background};padding:0 4px 0 4px;{block:ifNotAltPermalink}{block:ifAltPermalink}right:-3px;opacity:0;margin:30px 0 0 -20px;background:white;padding:2px 6px 2px 6px;border:4px double {color:Border};{/block:ifAltPermalink}-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;}
- article:hover #tags{opacity:1;}
- #permalinkpage{position:relative;padding-top:5px;}
- .chat .line{padding: 2px;}
- .chat .line .odd{padding:2px;{color:Ask Text};background:{color:Ask Background};}
- .label {font-weight:bold;}
- .pagination{margin:50px 0 50px 150px;}
- .cr{position:fixed;right:0;bottom:0;padding-right:35px;padding-bottom:39px;z-index:9999999;}
- #top{position:fixed;padding:70px 0 0 170px;z-index:99999;color:{color:Desc Text};}
- #top a{font-size:40px;font-weight:bold;margin-right:30px;color:{color:Nav Text};}
- {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>
- </head>
- <body>
- <div id="top">
- <a title="{text:Link 1 Title}"href="{text:Link 1 URL}">{text:Link 1 Name}</a>
- <a title="{text:Link 2 Title}"href="{text:Link 2 URL}">{text:Link 2 Name}</a>
- <a title="{text:Link 3 Title}"href="{text:Link 3 URL}">{text:Link 3 Name}</a>
- <a title="{text:Link 4 Title}"href="{text:Link 4 URL}">{text:Link 4 Name}</a>
- <div style="margin-top:1px;">{Description}</div>
- </div>
- <div id="content">
- {block:Posts}
- <article>
- {block:ifBoxShadow}<div id="accent"></div>{/block:ifBoxShadow}
- {block:Text}
- {block:Title}
- <div class="posttitle">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div class="posttitle">
- <a href="{URL}">{Name} »</a>
- </div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Photo}
- <div class="photo">
- {LinkOpenTag}
- <a href="{permalink}">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" />
- </a>
- {LinkCloseTag}
- {block:ifCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifCaptions}
- {block:ifNotCaptions}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/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}
- <center>
- <div class="photoset">
- {block:IndexPage}{Photoset-250}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- </center>
- {block:ifCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifCaptions}
- {block:ifNotCaptions}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:ifNotCaptions}
- {/block:Photoset}
- {block:Quote}
- <div class="posttitle">"{Quote}"</div>
- {block:Source}
- <i> - {Source}</i>
- {/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}
- <div class="posttitle">
- {Title}
- </div>
- {/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>
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="500" height="500">{/block:AlbumArt}</div>
- <div class="audiop">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {Video-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-400}
- {/block:PermalinkPage}
- {block:ifCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifCaptions}
- {block:ifNotCaptions}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:ifNotCaptions}
- {/block:Video}
- {block:Panorama}
- {block:IndexPage}
- <div class="permap">
- <a href="{Permalink}">{NoteCount}
- </div>
- {/block:IndexPage}
- {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
- {block:ifCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifCaptions}
- {block:ifNotCaptions}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:ifNotCaptions}
- {/block:Panorama}
- {block:Answer}
- <div id="ask">
- <div class="askername">{Asker} asked:</div>
- {Question}
- </div>
- {Answer}
- {/block:Answer}
- {block:IndexPage}
- <div id="permalink">
- <a title="{TimeAgo}"href="{Permalink}">{NoteCount}</a>
- </div>
- {block:HasTags}
- <div id="tags">
- <a title="{block:Tags}#{Tag} {/block:Tags}"href="{TagURL}">#</a>
- </div>{/block:HasTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="permalinkpg">
- {block:Date}
- <b>Posted:</b> {TimeAgo} on
- {ShortMonth} {DayofMonth},{Year} at
- {12Hour}:{Minutes} {CapitalAmPm}
- {/block:Date}
- {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}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>· (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </article>
- {/block:Posts}
- <!--Close of article-->
- </div>
- <!--Pagination: previous/next page links-->
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">Previous</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">Next</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 : "https://31.media.tumblr.com/e6b1589f37690aee2efc30766c2cda35/tumblr_inline_n6tkfg08aE1rh7826.png",
- 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>
- <!--For users adding Google Analytics ID-->
- <script>
- var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
- (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
- g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
- s.parentNode.insertBefore(g,s)}(document,'script'));
- </script>
- <div class="cr"><a title="theme by tomkirk"href="http://tomkirk.tumblr.com/">▲</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement