I am developing a web application and want to allow user to select theme for his/her personalization. I want to know from where can I find free CSS theme templates?
By theme I mean, same CSS templates and it should have same CSS class names referenced in CSS file, because then only I can load the CSS file and the whole look and feel gets changed in the webpage.
If the class names in CSS files are different then it's not easy. The only thing that should change is images and background color, etc. But the layout and CSS classes should remain the same.