tags:

views:

40

answers:

1

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.

+2  A: 

Try "Download free CSS templates - Free CSS Templates". Lots and lots.

Google is your friend :)

Kyle Sevenoaks
No this. I am not asking for simple templates. I want those templates which have different different color schemes available. The site which you mentioned doesn't offer this.
Ankit Rathod
I think you'd probably have to build these yourself. I have done a similar thing before on my old website and I ended up just making them myself.
Kyle Sevenoaks
Ok thanks Kyle.
Ankit Rathod