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="#000000"/>
- <meta name="color:Ask Text" content="#ffffff"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Border" content="#ffffff"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Link Background" content="#ffee59"/>
- <meta name="color:Link Hover" content="#000000"/>
- <meta name="color:Link Hover Background" content="#e8e8e8"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="color:Perma" content="#949494"/>
- <meta name="color:Perma Hover" content="#B8B8B8"/>
- <meta name="color:Tool Tip" content="#ffffff"/>
- <meta name="color:Tool Tip Text" content="#000000"/>
- <meta name="color:Text Border" content="#FFA1A1"/>
- <meta name="color:Quote Border" content="#FFCDA1"/>
- <meta name="color:Audio Border" content="#FFFFA1"/>
- <meta name="color:Chat Border" content="#A1FFA2"/>
- <meta name="color:Photo Border" content="#A1CAFF"/>
- <meta name="color:Video Border" content="#DCA1FF"/>
- <!--Images-->
- <meta name="image:Background" content=""/>
- <!--Options-->
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Photo Zoom" content="1"/>
- <meta name="if:Captions" 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=""/>
- <meta name="text:Link 5 URL" content="/"/>
- <meta name="text:Link 5 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">
- {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 {-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;z-index:9999999999999;}
- iframe#tumblr_controls:hover{opacity:1;}
- ::-webkit-scrollbar {width:12px; height:20px; background: {color:Background};}
- ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar}; border-top:30px solid {color:Background};border-bottom:30px solid {color:Background};border-right:10px solid {color:Background};}
- 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}
- }
- body{background:{color:Background};{block:ifbackgroundimage}background-image:url('{image:background}');{/block:ifbackgroundimage}background-attachment:fixed;background-repeat:repeat;background-position:center;font-family:arial;font-size:15px;line-height:15px;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};background:{color:Link Background};padding:0 3px 0 3px;text-decoration:none;-webkit-transition: all 0.s linear;-moz-transition: all 0.s linear;transition: all 0.s 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};background:{color:Link Hover Background};}
- #s-m-t-tooltip {
- max-width:200px;
- background-color:{color:Tool Tip};
- color:{color:Tool Tip Text};
- border:0px solid {color:Border};
- font-size:14px;
- line-height:15px;
- 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}width:1050px;{/block:IndexPage}
- {block:PermalinkPage}width:600px;{/block:PermalinkPage}
- }
- #content{
- {block:IndexPage}width:1200px;{/block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- }
- article{
- float:left;
- position:relative;
- {block:IndexPage}width:290px;margin:0 100px 100px 0;{/block:IndexPage}
- {block:PermalinkPage}width:535px;margin:0 100px 100px 25px;{/block:PermalinkPage}
- }
- article img{max-width:100%;{block:indexPage}display:block;{/block:IndexPage}}
- article .cap{
- margin:10px 0 10px 0;
- /*
- background:{color:Entry};
- color:{color:Entry Text};
- */
- }
- article .cap2{
- /*
- background:{color:Entry};
- color:{color:Entry Text};
- */
- }
- article #permalinktxt a{
- position:absolute;
- color:{color:Perma};
- border:2px dashed {color:Perma};
- margin:0px 0 0 0;
- padding:7px 9px 7px 9px;
- margin:20px 0 0 0;
- font-size:20px;
- line-height:20px;
- text-transform:uppercase;
- background:transparent;
- }
- #permalinktxt a:hover{
- color:{color:Perma Hover};
- border:2px dashed {color:Perma Hover};
- }
- article #permalinktxt{
- opacity:0;
- }
- article:hover #permalinktxt{
- opacity:1;
- }
- article #permalinkpg{
- margin:0px 0 0 0;
- padding:10px 13px 10px 13px;
- margin:10px 0 0 0;
- font-size:22px;
- line-height:30px;
- text-transform:uppercase;
- }
- .texts{
- border:2px dashed {color:Text Border};
- padding:10px 15px 5px 15px;
- }
- .quotes{
- border:2px dashed {color:Quote Border};
- padding:10px 15px 5px 15px;
- }
- .chats{
- border:2px dashed {color:Chat Border};
- padding:10px 15px 5px 15px;
- }
- .audios{
- border:2px dashed {color:Audio Border};
- padding:15px 15px 15px 15px;
- }
- .pics{
- border:2px dashed {color:Photo Border};
- padding:15px 15px 15px 15px;
- }
- .photosets{
- border:2px dashed {color:Quote Border};
- padding:15px 15px 15px 15px;
- }
- .vids{
- border:2px dashed {color:Video Border};
- padding:15px 15px 15px 15px;
- }
- #pic {
- position:relative;
- overflow:hidden;
- }
- #pic a{padding:0 0 0 0;}
- #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};
- }
- .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-size:25px;
- line-height:28px;
- font-weight:bold;
- margin:0 0 0 0;
- }
- h2{
- font-size:25px;
- line-height:28px;
- font-weight:bold;
- 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}width:250px;{/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;
- background:transparent;
- -webkit-border-radius:10px;
- -moz-border-radius:10px;
- border-radius:10px;
- }
- .notes a{
- background:transparent;
- }
- .notes{
- line-height:30px;
- }
- #pgs{
- position:fixed;
- margin:20px 0 0 7px;
- text-align:center;
- font-size:15px;
- font-weight:bold;
- font-family:helvetica;
- z-index:999;
- }
- #pgs a{
- background:transparent;
- }
- .pagination{display:none;}
- .com:last-child{display:none;}
- #infscr-loading{
- position:absolute;
- left:50%;
- bottom:-40px;
- }
- #top{
- position:fixed;
- {block:IndexPage}width:1100px;{/block:IndexPage}
- {block:PermalinkPage}width:600px;{/block:PermalinkPage}
- top:90px;
- text-align:center;
- z-index:999;
- }
- .nav a{
- margin:0 5px 0 5px;
- font-weight:bold;
- }
- {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 type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script language="javascript">
- $(document).ready(function() {
- $('#click').click(function() {
- $('.guts',this).toggle();
- });
- $("#etc").css({"margin-left":"-900px" , "opacity":"1"})
- $("#click").toggle(
- function () {
- $("#etc").animate({"margin-left":"10px" , "opacity":"1"}, "slow");
- },
- function () {
- $("#etc").animate({"margin-left":"-900px" , "opacity":"1"}, "slow");
- });
- });
- </script>
- </head>
- <body>
- <div id="container">
- <div id="top">
- <div class="nav">
- <a href="/">h0m3</a>
- <a href="/ask">45k</a>
- <a href="/d">4b0ut</a>
- <a href="http://tomkirk.tumblr.com/">th3m35</a>
- </div>
- </div>
- <br><br><br><br><br><br><br><br><br><br><br><br><br><br>
- <div id="content">
- {block:Posts}
- <article>
- {block:Answer}
- <div class="chats">
- <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>
- </div>
- {/block:Answer}
- {block:Text}
- <div class="texts">
- <div class="cap2">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {Body}
- </div>
- </div>
- {/block:Text}
- {block:Link}
- <div class="texts">
- <div class="cap2">
- <h1><a href="{URL}">{Name} »</a></h1>
- {block:Description}{Description}{/block:Description}
- </div>
- </div>
- {/block:Link}
- {block:Photo}
- <div class="pics">
- <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}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="photosets">
- <div class="photo">
- <center>
- {block:IndexPage}
- <div id="pic">
- <div id="ugh">
- {Photoset-250}
- </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}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="quotes">
- <div class="cap2">
- <div class="q_q">❝</div>
- <h2>{Quote}</h2>
- {block:Source}
- - {Source}
- {/block:Source}
- </div>
- </div>
- {/block:Quote}
- {block:Chat}
- <div class="chats">
- <div class="cap2">
- {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>
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="audios">
- {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}
- </div>
- {/block:Audio}
- {block:Video}
- <div class="vids">
- <div class="photo">
- {Video-250}
- </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}
- </div>
- {/block:Video}
- {block:IndexPage}
- <div id="permalinktxt">
- <a title="{TimeAgo}"href="{Permalink}">{NoteCount} %</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <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}
- </div>
- <div class="cap">
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </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>
- <!--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;z-index:9999999999;"><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