If the <body> tag of each page had a class that corresponds with its URI:
<body class="questions">
<body class="tags">
<body class="people">
<body class="badges">
<body class="ask">
it would become very easy to apply specific CSS styles to specific pages:
body.tags div.AList { ..... } /* Rule applies to tags page only */
Done a while ago, a page name is added to the class at most pages (but not all yet - only those that required that for the styling).
For example, main page has class "main-page", also multiple classes are used everywhere, at the expense of not supporting IE6, which is almost extinct by now.
Also, added a document on skin customization: http://askbot.org/doc/customizing-skin-in-askbot.html
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2010-05-01 01:42:08 -0500
Seen: 812 times
Last updated: Jun 13 '11
ability to display askbot version on web page?
Can we convert the tag background into CSS?
Search related questions when posting a question
Please allow diacritic characters for user names.
Please allow hyphens for user names.
Can the interface for searching with tags be improved?
can (should) users send email or post messages to moderators? [done]
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.