http://qs321.pair.com?node_id=44812


in reply to On Stylesheets

Build each major part of the site with a specific class name. <div class="user_profile">...</div>. For normal browsing, this will have no effect, but any CSS "themes" that choose to use them, the functionality will be there to hook normal CSS attributes into. We won't have to craft any special pseudo-CSS tags for our purposes. Just make sure each site element has an appropriate class set.