I was playing with this theme for another blog I’m working on and decided it was time to give older eyes a break from the dark and dreary themes I typically use. This theme is also 1024×768 friendly and validates as XHTML 1.1, something you don’t typically see with WP themes.

An interesting note about XHTML 1.1 is that iframe tags are no longer used, and have been replaced by object tags:

<iframe src='ad.htm' style='width:125px; height:125px;' ></iframe>

becomes:

<object id="ad" type="text/html" 
    data="ad.htm" 
    width="125" height="125"> 
  <p>Oh no! That didn't work...</p>
</object>

Here’s a new theme I threw together. The background is a titan missile from mightyohm’s flickr and the template base is from “Black Hat” theme by Nicki Faulk. I added opacity and moved stuff around piece by piece using the super kawaii winrar awesome firefox plugin known as firebug. Great stuff…

© 2010 nukeitdotorg Suffusion WordPress theme by Sayontan Sinha