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:Border" content="#e8e8e8"/>
- <meta name="color:Ask Background" content="#f7f7f7"/>
- <meta name="color:Ask Text" content="#000000"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Link Hover" content="#000000"/>
- <meta name="color:Tool Tip" content="#ffffff"/>
- <meta name="color:Tool Tip Text" content="#000000"/>
- <meta name="color:Buttons" content="#f7f7f7"/>
- <meta name="color:Buttons Border" content="#dedddd"/>
- <meta name="color:Buttons Text" content="#000000"/>
- <!--Options-->
- <meta name="if:250px" content=""/>
- <meta name="if:Faded Images" content=""/>
- <meta name="if:Inverted Images" content=""/>
- <meta name="if:Captions" content="1"/>
- <meta name="if:Tiny Cursor" content=""/>
- <meta name="if:Crosshair Cursor" content=""/>
- <meta name="if:Infinite Scrolling" content=""/>
- <meta name="if:Custom Scrollbar" content="1"/>
- <meta name="if:Full Bkg Img" content="1" />
- <!--Images-->
- <meta name="image:Background" content""/>
- <!--Links-->
- <meta name="text:Title Font Size" content="20"/>
- <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=""/>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
- <script src="jquery.js"></script>
- <script>
- $(document).ready(function(){
- $("#dick").click(function(){
- $("#butt").slideToggle("fast");
- });
- });
- </script>
- {block:ifInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifInfiniteScrolling}
- {block:Description}
- <meta name="description" content="{MetaDescription}" />{/block:Description}
- <title>
- {block:PostSummary}
- {PostSummary} - {/block:PostSummary}{Title}</title>
- </style>
- <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{overflow:hidden;}
- iframe#tumblr_controls {-webkit-filter:invert(100%);right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-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:5px; height:5px; background: {color:Background}; }
- ::-webkit-scrollbar-thumb {background:{color:Buttons};border:1px outset {color:Buttons Border};color:{color:Buttons Text};}
- ::-webkit-scrollbar-thumb:hover {background:{color:Buttons};border:1px inset {color:Buttons Border};color:{color:Buttons Text};}
- {/block:ifCustomScrollbar}
- body{background-color: {color:Background};background-image:url({image:Background});background-attachment:fixed;background-repeat:repeat;background-position:center;font-family:consolas;font-size:10px;line-height:14px;color:{color:Text};{block:ifTinyCursor}cursor:url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), 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.1s ease;-moz-transition: all 0.1s ease;transition: all 0.1s ease;}
- a:hover{color:{color:Link Hover};{block:ifTinyCursor}cursor:url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), progress;
- {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}}
- #container {margin:auto;padding-bottom:10px;padding-left:0px;{block:IndexPage}{block:if250px}width:250px;{/block:if250px}{block:ifNot250px}width:150px;{/block:ifNot250px}{/block:IndexPage}{block:PermalinkPage}width:400px;{/block:PermalinkPage}}
- #entry {margin-top:0px;margin-bottom:0px;{block:IndexPage}{block:if250px}width:250px;{/block:if250px}{block:ifNot250px}width:150px;{/block:ifNot250px}{/block:IndexPage}{block:PermalinkPage}width:400px;{/block:PermalinkPage}}
- #entry img{max-width:100%;}
- #entry #perma {border-top:1px dashed {color:Border};margin:10px 0 0 0;padding:5px 0 0 0;text-align:center;line-height:17px;}
- #permalinkpage{position:relative;padding-top:5px;}
- #side{margin:100px 0 0 0;{block:IndexPage}{block:if250px}width:250px;{/block:if250px}{block:ifNot250px}width:150px;{/block:ifNot250px}{/block:IndexPage}{block:PermalinkPage}width:400px;{/block:PermalinkPage}text-align:center;border:0px dashed {color:Border};}
- .navigate {margin-top:10px;}
- .navigate a{margin:0 5px 0 0;}
- .linx{margin:5px 0 0 0;}
- .linx a{-webkit-transition: all 0.s ease;-moz-transition: all 0.s ease;transition: all 0.s ease;background:{color:Buttons};padding:2px 4px 2px 4px;border:1px outset {color:Buttons Border};font-size:10px;line-height:10px;margin:0 2px 0 2px;color:{color:Buttons Text};text-decoration:none;display:inline-block;margin-bottom:8px;}
- .linx a:hover{ background:{color:Buttons};border:1px inset {color:Buttons Border};}
- #butt,#dick{padding:0px;display:inline-block;}
- #dick{padding:0px;}
- #dick:hover{cursor:help;}
- #butt{padding:1px;display:none;}
- .bt a{text-decoration:none;font-size:{text:Title Font Size}px;font-weight:bold;line-height:30px;font-style:italic;}
- #ask {padding:4px;border:1px outset {color:Ask Background};background:{color:Ask Background};color:{color:Ask Text};}
- .askername{position:Absolute;margin-top:-29px;margin-left:39px;padding-bottom:2px;margin-bottom:1px;}
- .askername a{color:{color:Ask Text};} .askername a:hover{text-decoration:underline;}
- .askerimg{padding-bottom:4px;margin-bottom:1px;border-bottom:1px solid {color:Ask Text}}
- .askerimg img{width:30px;}
- .posttitle{font-size:15px;line-height:15px;font-weight:bold;letter-spacing:-1px;margin-bottom:-5px;text-align:right;padding-bottom:5px;}
- .posttitle a{text-decoration:none;}
- .quote{font-size:15px;line-height:15px;font-weight:bold;letter-spacing:-1px;text-align:right;padding-bottom:5px;margin-bottom:5px;}
- .quote .q{position:Absolute;margin-left:-30px;margin-top:-10px;font-family:georgia;font-size:60px;opacity:.2;color:{color:Link};}
- blockquote{padding:0 0 0 10px;margin:5px 0 0 15px;border-left:1px solid {color:Link};font-size:10px;}
- .chat .line{padding: 2px;}
- .label {font-weight:bold; color:{color:text}}
- a img{border: 0px;}
- .p { padding-top: 5px; }
- .ol, ul { margin-left: 20px; padding: 5px; }
- .ul { list-style-type: square; }
- .notes img{display:inline-block;width:10px; position:left; top:3px; -webkit-border-radius: 10px;
- -moz-border-radius: 10px; border-radius: 10px; margin-right:5px;}
- .notes{ line-height:20px;}
- #pgs{margin-top:70px;{block:if250px}width:250px;{/block:if250px}{block:ifNot250px}width:150px;{/block:ifNot250px}text-align:center;margin-bottom:90px;}
- #s-m-t-tooltip {max-width:300px;padding:2px 5px 2px 5px;margin:20px 20px 20px 20px;background-color:{color:Tool Tip};font-size:11px;line-height:12px;color:{color:Tool Tip Text};color:{color:Tool Tip Text};z-index:999999999999999999999999999999999999;box-shadow:rgba(0,0,0,0.05)4px 4px;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;border:1px dashed {color:Border};}
- {CustomCSS}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
- </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:200,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <body>
- <div id="container">
- <div id="side">
- <div class="bt"><a href="/">{Title}</a></div>
- <div id="butt">{Description}
- <div class="linx">
- {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}
- </div>
- </div>
- <div class="navigate">
- <a title="home"href="/"><img src="https://31.media.tumblr.com/tumblr_m0kf43bKjz1qb1380.gif"></a>
- <a title="message"href="/ask"><img src="https://31.media.tumblr.com/tumblr_m0kf4aJd0s1qb1380.gif"></a>
- <div id="dick"><img src="https://31.media.tumblr.com/tumblr_m0kf5lPKsb1qb1380.gif"></div>
- <a title="archive"href="/archive"><img src="https://31.media.tumblr.com/tumblr_m0kf9tE1fu1qb1380.gif"></a>
- </div>
- </div>
- <div id="ins">
- {block:Posts}
- <div id="entry">
- <br><br><br><br><br>
- {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>{Answer}
- {/block:Answer}
- {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}
- <center>
- {LinkOpenTag}<div id="pic"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a></div>{LinkCloseTag}</center>{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}
- {block:IndexPage}
- {block:ifNot250px}
- <div style="position:absolute;padding:2px 5px 2px 5px;background:white;opacity:.7"><a href="{Permalink}">view full photoset</a></div>
- {/block:ifNot250px}
- {/block:ifIndexPage}
- <center>{block:IndexPage}<div class="photo">{Photoset-250}</div>{/block:IndexPage}{block:PermalinkPage}<div class="photo">{Photoset-400}</div>{/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="quote">{Quote}<span class="q">❞</span></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}
- {block:AlbumArt}<img src="{AlbumArtURL}" style="{block:IndexPage}width:150px;{/block:IndexPage}{block:PermalinkPage}display:block;width:400px;{/block:PermalinkPage}">{/block:AlbumArt}
- <div style="background:black;padding:10px;"><div style="width:40px;overflow:hidden;">{AudioPlayerBlack}</div></div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {block:ifNot250px}
- <div style="position:absolute;padding:2px 5px 2px 5px;background:white;opacity:.7"><a href="{Permalink}">view full photoset</a></div>
- {/block:ifNot250px}
- {/block:ifIndexPage}
- <div class="photo"><center>{block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage}</center></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:IndexPage}<div id="perma">
- <a title="{TimeAgo}"href="{Permalink}"><img src="https://31.media.tumblr.com/tumblr_m0kfc8yChA1qb1380.gif"></a>
- <a title="{NoteCountWithLabel}"href="{Permalink}"><img src="https://31.media.tumblr.com/tumblr_m0kfdhxWDL1qb1380.gif"></a>
- <a title="Reblog?"href="{ReblogURL}" target="_blank" class="details"><img src="https://31.media.tumblr.com/tumblr_m0kf3f1VtA1qb1380.gif"></a>
- {block:HasTags}
- <br>
- {block:Tags}<a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- </div>{/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div id="permalinkpage">
- <b>Posted:</b> {TimeAgo} on
- {ShortMonth} {DayofMonth}{DayOfMonthSuffix} , {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}
- {/block:Date}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:ifNotInfiniteScrolling}
- <div id="pgs">
- {block:Pagination}
- {block:PreviousPage} <a href="{PreviousPage}">« </a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}
- {/block:Pagination}
- <div style="position:fixed;right:0;bottom:0;padding:15px;">
- <a title="theme by tomkirk"href="http://tomkirk.tumblr.com/">▲</a>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement