Skip to content

Instantly share code, notes, and snippets.

View kant's full-sized avatar
🎹
🎼🎶

Darío Hereñú kant

🎹
🎼🎶
  • Planet Earth...
  • X @kant
View GitHub Profile
@torus
torus / tumblr_theme.html
Created September 22, 2011 23:53
Tumblr theme definition
<!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}" />
anonymous
anonymous / owmx-3.0-tumblr-theme.html
Created September 18, 2011 10:23
owmx-3.0 ported Tumblr theme
<!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"/>
@mustpax
mustpax / tumblr.html
Created September 4, 2011 06:51
Modified Tumblr Theme
<!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/">
@mikker
mikker / tumblr.com.js
Created August 8, 2011 19:55
Make Tumblr avatars double in size using dotjs
$(".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 });
});
@blech
blech / hideradar.css
Created June 8, 2011 16:47
hide Tumblr radar user style
#right_column .radar { display:none; !important }
@amarnus
amarnus / infinite_scroll.js
Created June 7, 2011 01:55
Add Infinite Scroll to Tumblr's Stationary theme
(function($) {
function bindScroll() {
$(window).scroll(function(){
var threshold = 0.8 * ($(document).height() - $(window).height());
if ($(window).scrollTop() >= threshold){
$(window).unbind('scroll');
getNextPage();
}
});
@denzuko
denzuko / denzuko-blog-tumblr.liquid
Created May 9, 2011 18:59
Tumblr Theme for Denzuko.co.cc
<!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" />
@nojimage
nojimage / jquery.socialbutton.js
Created March 25, 2011 12:35
jquery.socialbutton.js add tumblr button
/**
* jquery.socialbutton - jQuery plugin for social networking websites
* http://itra.jp/jquery_socialbutton_plugin/
*
* Copyright 2010, Itrans, Inc. http://itra.jp/
*
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* Version: 1.7.3
@popthestack
popthestack / solaris-mod.js
Created February 15, 2011 21:19
tumblr solaris theme without hiding youtube videos
// 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();
@vim13
vim13 / tumblr.html
Created January 30, 2011 04:15
justplaintheme.tumblr.com
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<!--
Designed by
_|_|_| _|_| _|_|_|_| _|_| _| _|_|