Skip to content

Instantly share code, notes, and snippets.

@agoodkind
Last active August 29, 2015 13:57
Show Gist options
  • Save agoodkind/9612765 to your computer and use it in GitHub Desktop.
Save agoodkind/9612765 to your computer and use it in GitHub Desktop.
Perverb 2 column theme
<!--
american theme by jake
i will slice off your genitals if you steal this
-->
<!--Base code by wifisexual edits done by http://rowrz.com!-->
<head>
<meta name="color:Background" content="#eeeeee"/>
<meta name="color:Text" content="#FFFFFF"/>
<meta name="color:Hover" content="#FFFFFF"/>
<meta name="color:Link" content="#FFFFFF"/>
<meta name="color:accents" content="#FFFFFF"/>
<meta name="image:Background" content="1"/>
<meta name="image:sidebar background" content="1"/>
<meta name="image:sidebar" content="1"/>
<meta name="text:home link title" content="return"/>
<meta name="text:link one" content=""/>
<meta name="text:link one title" content=""/>
<meta name="text:link two" content=""/>
<meta name="text:link two title" content=""/>
<meta name="text:link three" content=""/>
<meta name="text:link three title" content=""/>
<meta name="text:link four" content=""/>
<meta name="text:link four title" content=""/>
<meta name="text:adcode" content="ad code goes here"/>
<meta name="if:ShowOcehansHover" content="1"/>
{block:ifShowOcehansHover}
<meta name="if:Show Music Player" content="1"/>
{block:ifShowOcehansHover}
<meta name="text:songtitle1" content="" />
<meta name="text:songlink1" content="" />
<meta name="text:songtitle2" content="" />
<meta name="text:songlink2" content="" />
<meta name="text:songtitle3" content="" />
<meta name="text:songlink3" content="" />
<meta name="text:songtitle4" content="" />
<meta name="text:songlink4" content="" />
<meta name="text:songtitle5" content="" />
<meta name="text:songlink5" content="" />
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('li.drawer div:nth-child(2)').hide();
$('#clicky').click(function () {
if ($('li.drawer h1').hasClass('open')) {
$('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
else {
$('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
$('li.drawer h1').next().slideDown();
$('li.drawer h1').addClass('open');
}
});
});
</script>
{block:indexpage}
<script>
$(document).ready(function () {
$( "#clicky" ).toggle(function() {
$( '#pointy' ).css( "transform", "rotate(90deg)" );
$( '#pointy' ).css( "-moz-transform", "rotate(90deg)" );
$( '#pointy' ).css( "-webkit-transform", "rotate(90deg)" );
}, function() {
$( '#pointy' ).css( "transform", "none" );
$( '#pointy' ).css( "-moz-transform", "none" );
$( '#pointy' ).css( "-webkit-transform", "none" );
});
});
</script>
{/block:indexpage}
<style type="text/css">
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
a {
text-decoration:none;
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}
a:hover {
text-decoration:none;
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}
#tumblr_controls{
position:fixed !important;
-webkit-filter: invert(100%)
}
#center{
padding-top:3px;
padding-bottom:3px;
position:fixed !important;
width:250px;
height:207px;
background-color:#fff;
{block:PermalinkPage}
width:410px;
height:207px;
{/block:PermalinkPage}
}
#posts{
float:center;
{block:indexpage}
width:710px;
{/block:indexpage}
{block:permalinkpage}
width:860px;
{/block:permalinkpage}
margin-left: 32%;
margin-top: 0px;
}
body {
padding: 0px;
margin: 0px;
color:{color:text};
font-family: georgia;
font-size: 10px;
line-height:14px;
background-color: {color:Background};
background-image:url({image:Background});
background-attachment: fixed;
background-size: cover;
}
a:link, a:active, a:visited{
text-decoration:none;
color:{color:link};
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;}
a:hover{
color:{color:accents};
text-shadow:0px 0px 20px #fff;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#entry {
margin:16px;
float:left;
padding:9px;
padding-bottom:6px;
border:1px solid #fff;
z-index:9999999;
box-shadow:1px 1px 5px #ccc;
background-color: white;
font-size: 12px;
line-height:15px;
{block:IndexPage}width:260px;{/block:IndexPage}
{block:PermalinkPage}width:400px; margin-left:40px;{/block:PermalinkPage}
}
#entry .perma{
position:absolute;
width: 260px;
height: auto;
overflow:hidden;
bottom:10px;
font-family: consolas;
font-size: 12px;
line-height:14px;
text-align: center;
padding:3px;
text-transform: uppercase;
opacity:0.0;
background-color: rgba(255,255,255,0.5);
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
transition: all 0.8s ease;
-o-transition: all 0.8s ease;
}
#entry:hover .perma{
overflow:visible;
width: 260px;
opacity: 0.9;
}
#entry:hover .perma:hover{
padding-left:15px;
width:245px;
opacity:1;
}
.perm{
display: block;
font-family:georgia;
font-size:9px;
line-height:13px;
text-transform:uppercase;
text-align: right;
background-color:{color:accents};
border-right:3px {color:accents} solid;
padding:3px;
opacity:.8;
margin: 0px;
margin-bottom:5px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
transition: all 1s ease;
-o-transition: all 1s ease;
}
.perm:hover{
opacity:.6;
}
.blogtitle{
font-size:23px;
line-height:27px;
font-family:Palatino, 'Palatino Linotype', serif;
height:auto;
letter-spacing:3px;
text-align:center;
border-bottom:solid 1.5px #303030;
width:200px;
z-index:99999999999999999;
opacity:.9;
text-transform:uppercase;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.blogtitle:hover{
text-shadow: 1px 0px #df8181, -1px 0px #54d2cb;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.title{
font-family:georgia;
text-transform:lowercase;
font-size: 19px;
line-height: 24px;
color: {color:text};
}
#sidebar{
z-index:999999999;
width:200px;
height:100%;
position:fixed;
background-color:#fff;
background-size:cover;
margin-left:10%;
padding:14px;
margin-top:-6px;
font-size:11px;
line-height:15px;
font-family:Georgia;
padding-top:100px;
overflow:hidden;
border:solid #d9d9d9 5px;
text-align:center;
opacity:1;
-webkit-transition: all 0.8s linear;
-moz-transition: all 0.8s linear;
transition: all 0.8s linear;
}
.imgside {
padding-bottom:10px;
}
ul#drawers {list-style: none; margin: auto; cursor: crosshair;}
ul#drawers li h1 {font-size: 10px; text-transform: uppercase; }
li.drawer h1.open {border-top: 0px;}
li.drawer div {padding: 0px 0 0 0px; margin: 0px; line-height: 15px;}
li.drawer div li {list-style-type: disc;}
#ocehans1{
height:13px;
text-align:center;
overflow:hidden;
margin-top:-1px;
border-bottom:1px solid #efefef;
text-transform:uppercase;
letter-spacing:1px;
font-size:8px;
line-height:10px;
z-index:999999999999999999999;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
#ocehans1:hover{
height:35px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
#ocehans2{
height:13px;
text-align:center;
overflow:hidden;
border-bottom:1px solid #efefef;
text-transform:uppercase;
background-color:#fff;
letter-spacing:1px;
font-size;8px;
line-height:13px;
z-index:999999999999999999999;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
#ocehans2:hover{
height:60px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
#ocehans3{
height:13px;
text-align:center;
overflow:hidden;
border-bottom:1px solid #efefef;
text-transform:uppercase;
background-color:#fff;
letter-spacing:1px;
font-size;8px;
line-height:13px;
z-index:999999999999999999999;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
#ocehans3:hover{
height:100px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
#ocehans4{
height:13px;
text-align:center;
overflow:hidden;
border-bottom:1px solid #efefef;
text-transform:uppercase;
background-color:#fff;
letter-spacing:1px;
font-size;8px;
line-height:13px;
z-index:999999999999999999999;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
#ocehans4:hover{
height:50px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
#ocehans5{
height:13px;
margin-bottom:-3px;
text-align:center;
overflow:hidden;
border-bottom:0px solid #efefef;
text-transform:uppercase;
background-color:#fff;
letter-spacing:1px;
font-size;8px;
line-height:13px;
z-index:999999999999999999999;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
#ocehans5:hover{
height:600px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
}
#ocehans{
text-align:left;
font-size:15px;
text-transform:uppercase;
opacity: .8;
border:1px solid #eee;
position:fixed;
font-family:georgia;
right:5%;
background-color:#fff;
letter-spacing:1px;
width:120px;
z-index:9999;
padding:4px;
top:30px;
z-index:99999999999999999999;
}
.titlelink:hover{
text-shadow: 1px 0px #df8181, -1px 0px #54d2cb;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
}
#pointy {
position:absolute;
left:48px;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
transition: all 0.3s linear;
transform:none;
}
</style>
<title>{title}</title>
<link rel="shortcut icon" href="{favicon}">
<link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
<meta name="viewport" content="width=720" />
</head>
<body onkeydown="return false">
<img style="position:fixed; opacity: 1.0; width: 60px; height: 50px; TOP:20px; LEFT:200px; z-index: 1;" src="http://i61.tinypic.com/if38cm.jpg">
<div class="center">
<div id="sidebar">
<div class="blogtitle"><a class="titlelink" href="/">{title}</a></div>
<br />
<a href="/"><img class="imgside" src="{image:sidebar}" width="200px"/></a>
{description}
{block:indexpage}
<div style="margin-top:5px; margin-left:-40px;">
<ul id="drawers">
<li class="drawer" id="info"><h1><div class="pointy" id="pointy" style="font-size:9px">▶</div><span id="clicky" style="font-size:11px;padding-left:3px; padding-right:3px;"> N a v i g a t i o n</span></h1>
<div style="font-size:10px; text-align:center; margin-left:0px;">
<a href="/">{text:home link title}</a><br/>
<a href="{text:link one}">{text:link one title}</a><br/>
<a href="{text:link two}">{text:link two title}</a><br/>
<a href="{text:link three}">{text:link three title}</a><br/>
<a href="{text:link four}">{text:link four title}</a><br/>
<a href="http://chemical-themes.tumblr.com">credit</a>
</div>
</li>
</ul>
</div>
</div></div>
{/block:indexpage}
{block:permalinkpage}
<div style="margin-top:5px; margin-left:-40px;">
<ul id="drawers">
<li class="drawer" id="info"><h1><span id="clicky" style="font-size:11px;padding-left:3px; padding-right:3px;"> N a v i g a t i o n</span></h1>
<div style="font-size:10px; text-align:center; margin-left:0px;">
<a href="/">{text:home link title}</a><br/>
<a href="{text:link one}">{text:link one title}</a><br/>
<a href="{text:link two}">{text:link two title}</a><br/>
<a href="{text:link three}">{text:link three title}</a><br/>
<a href="{text:link four}">{text:link four title}</a><br/>
<a href="http://chemical-themes.tumblr.com">credit</a>
</div>
</li>
</ul>
</div>
</div></div>
{/block:permalinkpage}
<div class="content">
<div class="left">
<div id="posts">
{block:Posts}
<div id="entry">
{block:Text}
{block:Title}<span class="title">{Title}</span>{/block:Title}
<span class="entrytext">{Body}</span></a>
{block:IndexPage}
<div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
{/block:IndexPage}
{/block:Text}
{block:Link}
<a href="{URL}" class="title">{Name}</a>
{block:Description}{Description}{/block:Description}
{block:IndexPage}
<div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
{/block:IndexPage}
{block:Link}
{block:Photo}
{block:IndexPage}
<div class="perma"><a href="{reblogurl}">reblog</a> &nbsp;|&nbsp; <a href="{Permalink}" target="_blank">{NoteCountWithLabel}</a></div>
{/block:IndexPage}
{block:IndexPage}<a href="{Permalink}"><div class="photo"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="260"/></div></a>
{block:ifshowcaptions}{Caption}{/block:ifshowcaptions}
{/block:IndexPage}
{block:PermalinkPage}{LinkOpenTag}<img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/>{LinkCloseTag}{/block:PermalinkPage}
{/block:Photo}
{block:Photoset}{block:IndexPage}
<div class="perma"><a href="{reblogurl}">reblog</a> &nbsp;|&nbsp; <a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:IndexPage}<center>{Photoset-250}</center></span>{/block:Photoset}
{block:Quote}
<span class="title">{Quote}</span><br />
{block:Source}{Source}{/block:Source}
{block:IndexPage}
<br /><div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
{/block:IndexPage}
{/block:Quote}
{block:Chat}
{block:Title}<span class="title">{Title}</span>{/block:Title}
<ul class="chat">
{block:Lines}
<li class="user_{UserNumber}">
{block:Label}
<span class="label">{Label}</span>
{/block:Label}
{Line}
</li>
{/block:Lines}
</ul>
{block:IndexPage}
<div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
{/block:IndexPage}
{/block:Chat}
{block:Audio}
<center><div style="width:200px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
{FormattedPlayCount} plays</small></div></div></center><br>
{block:Caption}{Caption}{/block:Caption}
{block:IndexPage}
<div class="perm"><a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</span></a></div>
{/block:IndexPage}
{/block:Audio}
{block:Video}{block:IndexPage}
<div class="permalink">
<a href="{permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank"> REBLOG </a> / <a href="{permalink}">{TimeAgo}</a></span></div>{/block:IndexPage}
<center>
<div class="videoperma">{Video-300}</div><BR>
{block:Caption}{Caption}</a>{/block:Caption}</center>
{block:Video}
{block:PermalinkPage}
<center>
{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
{/block:PermalinkPage}
{block:PostNotes}{PostNotes}
{/block:PostNotes}
</div>
{/block:Posts}
</div>
</div>
</div>
</div>
<!--{block:indexpage}
{/block:indexpage}
{block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/4ra4qv5/wOemzialp/masonry.pkgd.min.js">
</script>
<script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
<script type="text/javascript">
$(window).load(function () {
$('.posts').masonry(),
$('.masonryWrap').infinitescroll({
navSelector : "div#pagination",
nextSelector : "div#pagination a#nextPage",
itemSelector : ".entry",
bufferPx : 12000,
extraScrollPx: 50,
loadingImg : "http://static.tumblr.com/oji7zlw/lM4lp25ra/ajax-loader.gif",
loadingText : "<em></em>",
},
function() { $('.posts').masonry({ appendedContent: $(this) }); }
);
});
</script>
<script type="text/javascript">
$(window).load(function(){
$("p").remove(":contains('Source:')");
});
</script>
</div-->
{block:indexpage}
{block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/4ra4qv5/j02n2t61p/jquerymsnry2.js"></script>
<script type="text/javascript">
$(window).load(function(){
var $wall = $('#posts');
$wall.imagesLoaded(function(){
$wall.masonry({
itemSelector: '#entry, #entry_photo',
isAnimated : false
});
});
$wall.infinitescroll({
navSelector : '#page-nav',
nextSelector : '#page-nav a',
itemSelector : '#entry, #entry_photo',
bufferPx : 2000,
debug : false,
errorCallback: function() {
$('#infscr-loading').fadeOut('normal');
}},
function( newElements ) {
var $newElems = $( newElements );
$newElems.hide();
$newElems.imagesLoaded(function(){
$wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
});
}); $('#content').show(500);
});
</script>
{/block:indexpage}
</div>
{block:ifShowOcehansHover}
<div id="ocehans">
<center>
<div id="ocehans1">
<div style="font-size:8px;">music</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:#b9b9b9;">
{block:ifShowMusicPlayer}
<embed src="http://www.sheepproductions.com/billy/billy.swf?
autoplay=false&f0={text:songlink1}&t0={text:songtitle1}&f1={text:songlink2}&t1={text:songtitle2}&f2={text:songlink3}&t2={text:songtitle3}&f3={text:songlink4}&t3={text:songtitle4}&f4={text:songlink5}&t4={text:songtitle5}&total=5" quality="high" wmode="transparent"
width="200" height="10" name="billy" align="middle"
type="application/x-shockwave-flash" />
{/block:ifShowMusicPlayer}
<br><br>
</div>
</div>
<div id="ocehans2">
<div style="font-size:8px;">stats</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:black;">
<script language="JavaScript">
var ref = (''+document.referrer+'');
var w_h = window.screen.width + " x " + window.screen.height;
document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID3946836&e1=explorers&e2=explorers&r=' + ref + '&wh=' + w_h + '"><\/script>');
</script> <b>//</b> <script language="JavaScript" src="http://freehostedscripts.net/ocount.php?site=ID2443046&name= explored"></script> <br> hit counter started on 2/17/2014
</div></div>
<div id="ocehans3">
<div style="font-size:8px;">favorites</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:black;">
<p><a href="http://rowrz.com/">alex</a></p>
<p><a href="http://easied.tumblr.com/">austin</a></p>
<p><a href="http://unkemptly.com/">harsh</a></p>
<p><a href="http://bovrbon.tumblr.com/">sean</a></p>
<br><br>
</div>
</div>
<div id="ocehans4">
<div style="font-size:8px;">networks</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:black;">
<a href="http://vintageurs.tumblr.com/"><img src="http://static.tumblr.com/4ra4qv5/I4on1puue/29nbaxj.jpg" width="30"/></a>
<a href="http://rebelkittens.tumblr.com/"><img src="http://static.tumblr.com/hipkk0v/zTHmukkad/kittens.gif" width="30"/></a>
</div></div>
<div id="ocehans5">
<div style="font-size:8px;">ads</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:black;">
{text:adcode}
</div></div>
</div></div></div></div>
{/block:ifShowOcehansHover}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment