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 ]
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <!--Default Variables-->
- <!--Colors-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Link Hover" content="#e8e8e8"/>
- <meta name="color:Border" content="#000000"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="color:Ask Background" content="#000000"/>
- <meta name="color:Ask Text" content="#ffffff"/>
- <meta name="color:Tool Tip" content="#000000"/>
- <meta name="color:Tool Tip Text" content="#ffffff"/>
- <meta name="color:Bubble" content="#ffffff"/>
- <meta name="color:Bubble Text" content="#000000"/>
- <!--Options-->
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Captions" content=""/>
- <meta name="if:Faded Images" content=""/>
- <meta name="if:Inverted Images" content=""/>
- <!--Images-->
- <meta name="image:Background" 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=""/>
- <meta name="text:Link 5 URL" content="/"/>
- <meta name="text:Link 5 Name" 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}
- .photo a:hover{background:transparent;}
- 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;}
- body{background-color: {color:Background};background-image:url({image:Background});background-attachment:fixed;background-repeat:repeat;background-position:center;font-family:times new roman;font-size:13px;line-height:16px;color:{color:Text};}
- a:link, a:active, a:visited{color: {color:Link};text-decoration:none;}
- a:hover{color:{color:Link Hover};text-decoration:underline;}
- #s-m-t-tooltip {max-width:300px;padding:3px 5px 5px 5px;margin:25px 20px 25px 20px;background-color:{color:Tool Tip};color:{color:Tool Tip Text};font-size:11px;line-height:12px;z-index:999999999999999999999999999999999999;box-shadow:rgba(0,0,0,0.07) 3px 3px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
- #content {margin:auto;{block:IndexPage}width:1000px;{/block:IndexPage}{block:PermalinkPage}width:500px;{/block:PermalinkPage}}
- #cage {margin:auto;padding:20px 0 20px 0;width:600px;}
- blockquote{padding-left:8px;margin:0 0 0 20px;border-left:2px solid {color:Link};}
- .p { padding-top: 5px; }
- .ol, ul { margin-left: 30px; padding: 5px; }
- .ul { list-style-type: square; }
- p{margin-top:1px;}
- .pt{font-size:20px;line-height:24px;font-weight:bold;}
- .b{font-size:19px;line-height:15px;font-weight:bold;text-transform:uppercase;}
- .navigate{margin-top:8px;}
- .navigate a{font-family:arial;line-height:14px;margin-left:4px;}
- .audioplayer{background:black;padding:10px;opacity:0.8;}
- .audioinfo{color:white;padding:10px;background:black;opacity:0.8;border-top:1px solid white;}
- #ask {background:{color:Ask Background};margin-top:0px;padding:10px;-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;color:{color:Ask Text};}
- #ask #ds{position:absolute;margin-top:7px;margin-left:30px;color:{color:Ask Background};font-size:30px;font-family:arial;font-weight:bold;}
- .askername{position:Absolute;margin-top:-24px;margin-left:37px;margin-bottom:1px;}
- .askername a{color:{color:Ask Text};} .askername a:hover{text-decoration:underline;}
- .askerimg{padding-bottom:4px;margin-bottom:1px;}
- .askerimg img{width:30px;}
- iframe, img, embed, object, video {max-width: 100%;}
- #side {position:fixed;width:120px;z-index:999;margin-top:40px;{block:IndexPage}margin-left:750px;{/block:IndexPage}{block:PermalinkPage}margin-left:570px;{/block:PermalinkPage}}
- article img{display:block;max-width:100%;}
- article {padding:6px;{block:IndexPage}width:400px;margin:20px;{/block:IndexPage}{block:PermalinkPage}width:500px;margin:20px 0 0 -50px;{/block:PermalinkPage}}
- article .permat{width:400px;position:absolute;opacity:0;margin:10px 0 10px 0;text-align:right;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear; transition: all 0.5s linear;}
- article:hover .permat{opacity:1;}
- .chat .line{padding: 2px;}
- .chat .line .odd{padding:2px;color:{color:Ask Text};background:{color:Ask Background};}
- .label {font-weight:bold;}
- .notes img{width:10px; position:left;margin-right:5px;top:3px;-webkit-border-radius: 10px;
- -moz-border-radius: 10px; border-radius: 10px;display:inline;}
- .notes {line-height:21px;}
- .pagination{margin-top:5px;font-weight:bold;font-family:consolas;}
- .nav{line-height:20px;}
- .nav a{display:block;}
- .nav a:hover{color:{color:Link Hover Bkg};background:transparent;}
- {CustomCSS}
- </style>
- </head>
- <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:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <body>
- <div id="cage">
- <header id="side">
- <div class="b"><a href="/">{Title}</a></div>
- <div style="margin:5px 0 5px 0;">{Description}</div>
- {block:ifLink1name}
- <div class="nav">
- <a href="{text:Link 1 URL}"><div class="dot"></div>{text:Link 1 name}</a>
- </div>
- {/block:ifLink1name}
- {block:ifLink2name}
- <div class="nav">
- <a href="{text:Link 2 URL}"><div class="dot"></div>{text:Link 2 name}</a>
- </div>
- {/block:ifLink2name}
- {block:ifLink3name}
- <div class="nav">
- <a href="{text:Link 3 URL}"><div class="dot"></div>{text:Link 3 name}</a>
- </div>
- {/block:ifLink3name}
- {block:ifLink4name}
- <div class="nav">
- <a href="{text:Link 4 URL}"><div class="dot"></div>{text:Link 4 name}</a>
- </div>
- {/block:ifLink4name}
- {block:ifLink5name}
- <div class="nav">
- <a href="{text:Link 5 URL}"><div class="dot"></div>{text:Link 5 name}</a>
- </div>
- {/block:ifLink5name}
- </div>
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">{block:ifInfiniteScroll} {/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}←{/block:ifNotInfiniteScroll}</a><br>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">{block:ifInfiniteScroll} {/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}→{block:ifNotInfiniteScroll}</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </header>
- <div id="content">
- {block:Posts}
- <article>
- {block:Text}
- {block:Title}
- <div class="pt">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <div class="photo">
- {LinkOpenTag}
- <a href="{permalink}">
- <center><img src="{PhotoURL-500}" alt="{PhotoAlt}"></center>
- </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}
- <div class="photoset">
- <div class="photo">
- {block:IndexPage}{Photoset-400}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- </div>
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="pt">
- "{Quote}"
- </div>
- {block:Source}-{Source}{/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="pt">
- <a href="{URL}">{Name} »</a>
- </div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- <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>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/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}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- <div class="video">
- <div class="video-player">{block:IndexPage}{Video-400}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</div>
- {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}
- {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="askerimg"><img src="{AskerPortraitURL-128}" style="-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;"></div><span class="askername"> {Asker} asked:</span> <span style="padding-left:3px;padding-right:3px;">{Question}</span> <div id="ds">▼</div></div><div style="margin-top:20px;">{Answer}</div>{/block:Answer}
- {block:IndexPage}
- <div class="permat">
- <a href="{Permalink}">{NoteCount}</a> : <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div style="margin-top:5px;"><!--ok-->
- <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}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>· (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </article>
- {/block:Posts}
- </div>
- </div>
- <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}
- <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 : " ",
- 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>
- <!--am-->
- <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 style="position:fixed;bottom:0;right:0;padding-right:20px;padding-bottom:10px;"><a title="theme by tomkirk"href="http://tomkirk.tumblr.com/">▲</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement