Some Changes Made
January 28th, 2008
This was my first free weekend in a very, very long time. I haven't goofed off like this in about 6 months, it felt great. I did do something productive with this blog thought.
First of all, I changed over to a slightly modified template. I wanted to have a liquid layout with a static side bar on the right, and achieving that surprisingly not straight forward. I wanted to place the content above the menu in the html code, and that affects the css implementation.
Second of all, I started a tumblr blog. I wanted to somehow achieve the same kind of blogging style using wordpress, but tumblr is just way too far along, and the fact that tumblr is embeddable made me sign up for one. We'll see how that goes.
By the way, tumblr doesn't give you any information on the css you need to stylize the embedded content. I'm not sure how they expect people to figure that out, given that browsers don't display HTML generated by javascript. Luckily I have Firefox and the Web Developer Toolbar. I can just hit View Source > View Generated Source and see what the tumblr javascript generates. These is css styles I've created for the tumblr sidebar so far:
-
.textwidget ol{margin:0; padding:0;}
-
li.tumblr_post{color:#FFFFFF; margin:10px 0 10px 0; padding:0; list-style:none;}
-
-
/*video*/
-
div.tumblr_video{text-align:center;}
-
div.tumblr_video object{width:300px; height:225px;}
-
div.tumblr_video embed{width:300px; height:255px;}
-
div.tumblr_caption{text-align:center; padding:10px;}
-
/*text*/
-
div.tumblr_title{font-size:16px; font-weight:bold;}
-
div.tumblr_body{}
-
/*photo*/
-
li.tumblr_photo_post{width:300px;}
-
img.tumblr_photo{width:100%; height:100%;}
