I use Tumblr like a scrap book and wanted it to look more the part. The result: hand.made. The aesthetic is simple — ink on paper.
Hand drawn elements:
Functionality:
On the to-do list:
I don’t know what this looks like in IE6 and earlier, but it’s probably pretty terrible. This is especially true because I’m using a LOT of .pngs with transparency, and IE6 hates that. But guess what? I don’t care. At all. If this were a commercial site or something I was doing for someone else, I would, but it’s not, so I don’t.
If you insist on using IE, upgrade to 7. And then 8. But really, it would be better to download Safari, Firefox, Camino, or any other standards-compliant browser. They are free, and they don’t suck.
In non-shitty browsers, i.e. NOT IE (har har), the left and right margins will shrink to zero when the window is narrowed. Normally, a variable width body makes this impossible: a 50% body with {margin:0 auto;} means the left quarter of the screen will always be white space. However, using {display:table;} on the body wrapper removes this idiocy. ↩
The “tricks” are pretty obvious. Tops and bottoms of posts are fixed width and height “caps”. Left and right sides are a fixed width background that repeats on the y axis. To ensure that the post body and bottom bracket always meet, there’s a nested div with bottom padding. ↩
The XHTML seems to fail; however, this is only because of the google maps link in the header. The CSS is all valid 2.1 except for the p:last-child selector, which is CSS3 and gets rid of unnecessary white space below last paragraphs and blockquotes. ↩