Skip to content

Instantly share code, notes, and snippets.

@kandadaboggu
Created June 16, 2011 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kandadaboggu/1029734 to your computer and use it in GitHub Desktop.
Save kandadaboggu/1029734 to your computer and use it in GitHub Desktop.
Tumblr theme customization for kandadaboggu.com
<html>
<head>
<!-- Custom CSS -->
<style>
pre {
background-color: #F9F9F9;
color: #333333;
margin: 30px 0;
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #EEEEEE;
border-style: solid;
border-width: 1px 1px 1px 20px;
margin: 20px 0;
overflow: auto;
overflow-Y: hidden;
padding: 6px 4px 4px 6px;
}
#content #newDay .post pre code {
color: #333333;
background: none;
font-family: consolas,'lucida console','bitstream vera sans mono','courier new',monospace;
padding: 0px;
line-height: 1.2;
font-size: 16px;
}
a.install { display:none;}
#header .quote {
font-family: Georgia;
font-size: 24px;
line-height: 1.3em;
margin-bottom: 10px;
}
#header .quote span {
font-family: Georgia;
font-size: 14px;
line-height: 1.6em;
}
#header .quote span a {
color: #0F6F9F;
text-decoration: none;
}
#header .widget {
float: left;
padding-right: 20px;
}
#header .widgets {
}
</style>
</head>
<body>
<!-- Description HTML -->
<div class="quote">
"May you find what you are looking for." <span>— <a href="http://en.wikipedia.org/wiki/May_you_live_in_interesting_times" title="">VERY BAD</a> Chinese curse!</span>
</div>
<div class="widgets">
<div class="widget">
<a href="http://stackoverflow.com/users/163203/kandadaboggu">
<img src="http://stackoverflow.com/users/flair/163203.png" width="208" height="58" alt="profile for KandadaBoggu at Stack Overflow, Q&amp;A for professional and enthusiast programmers" title="profile for KandadaBoggu at Stack Overflow, Q&amp;A for professional and enthusiast programmers"/>
</a>
</div>
<div class="widget">
<a href="http://twitter.com/kandadaboggu" class="twitter-follow-button" data-show-count="false">Follow @kandadaboggu</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
</div>
<div style="clear:both;"></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment