In the interest of seeing how much I can use/abuse CSS (in particular CSS3's rather bountiful number of selectors), I've started working on a new theme for blitzbasic.com that more or less requires Firefox 3.7 and up or a modern Webkit browser (e.g., Chrome, Safari 4 and up, etc.). BB.com has a fairly horrifying HTML (the sheer number of tables is just baffling), but it's also predictable, so that makes it easier to use some selectors (e.g., nth-of-type is a good one to use on bb.com).
Anyhow, here's a picture:

The particularly glowy tab is one that's being clicked.
It currently uses no images except for div.quote (because I can't render polygons or insert new elements via CSS, so I need an image for part of it). I expect if I finish it, simonh/mark won't add it because it 1) changes the location of some bits on the site and 2) really limits what browsers you can use. I expect Opera will render it sans transitions, at least, but I expect IE support is required.
|