Sitekin CSS writing guide with templates
The download zip contains a guidelines for writing CSS, some sample templates that you can do small adjustment and directly use for your project. Please download here. (read more)
CSS Convention
The idea situation will be a generic CSS theme independent from web site content & html. This theme can be attached to any websites and change all the looks of feels of that website. This is nearly impossible because there will be so many different styles of websites using all kinds of div and effects. However, it does possible to write good CSS, that can be attached to many websites with minimize changes to fit into the new website structure. Theme written in this way should following some conventions to make it easier for other user to understand and maintain. The purpose of this article is to start a purpose for CSS convention. (read more)