This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<!-- Lightweight Theme by Artur Kim (http://arturkim.com) for Tumblr | version 1.1 --> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>{block:SearchPage}Search results for: {SearchQuery} | {/block:SearchPage}{block:IndexPage}{Title}{/block:IndexPage}{block:PostSummary}{PostSummary}{/block:PostSummary}</title> | |
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description} | |
<link rel="shortcut icon" href="{Favicon}" /> | |
<link rel="apple-touch-icon" href="{PortraitURL-128}"/> | |
<link rel="alternate" type="application/rss+xml" href="{RSS}" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>{block:PostTitle}{PostTitle} | {/block:PostTitle}{Title}</title> | |
<meta charset="UTF-8"> | |
<meta name="description" content="Geek-only friendly, W3C-compliant, CSS3- and HTML5-based website template with a Creative Commons Attribution-Share Alike 3.0 Unported License."> | |
<meta name="robots" content="index,follow,noarchive"> | |
<meta name="text:Disqus Shortname" content=""/> | |
<meta name="if:Show Social Bar" content="1"/> | |
<meta name="if:Show People I Follow" content="1"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE> | |
<!-- Designed by Peter Vidani | |
Found at http://www.tumblr.com/theme/467 | |
--> | |
<html lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta name="generator" content="TextMate http://macromates.com/"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(".not_mine .post_avatar").each(function(){ | |
var bg = $(this).css('background-image'); | |
var n = bg.replace(/_64\.png/,"_128.png"); | |
$(this).css({ backgroundImage: n, width: 128, height: 128, marginLeft: -64 }); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#right_column .radar { display:none; !important } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function($) { | |
function bindScroll() { | |
$(window).scroll(function(){ | |
var threshold = 0.8 * ($(document).height() - $(window).height()); | |
if ($(window).scrollTop() >= threshold){ | |
$(window).unbind('scroll'); | |
getNextPage(); | |
} | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" | |
xmlns:dc="http://purl.org/dc/elements/1.1/" | |
xmlns:og="http://opengraphprotocol.org/schema/" | |
xmlns:fb="http://www.facebook.com/2008/fbml" | |
xml:lang="en" dir="ltr" lang="en"> | |
<head profile="http://purl.org/uF/hCard/1.0/ http://purl.org/uF/hAtom/0.1/ http://gmpg.org/xfn/11 http://purl.org/uF/pattern-data-class/1"> | |
<meta http-equiv="Content-Style-Type" content="text/css" /> | |
<meta http-equiv="content-language" content="en" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Solaris functions v1.1 by Matthew Buchanan http://matthewbuchanan.name except where noted | |
// Bind events to zoom controls to switch between link and high-res URLs | |
// and to open lightbox if there is no enclosing anchor around the image. | |
$("span.zoomcontrol").live("mouseenter", function() { | |
$(this).fadeTo("fast",0.75); | |
}).live("mouseleave", function() { | |
$(this).fadeTo("fast",0.375); | |
}).live("click", function(e) { | |
e.preventDefault(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" | |
"http://www.w3.org/TR/html4/strict.dtd"> | |
<html lang="en"> | |
<head> | |
<!-- | |
Designed by | |
_|_|_| _|_| _|_|_|_| _|_| _| _|_| |