up vote 67 down vote favorite
142
share [g+] share [fb]

Does not have to be free, I'm just not a designer and loathe starting from scratch. Any suggestions would be appreciated.

link|improve this question

feedback

15 Answers

up vote 53 down vote accepted
+100
  1. Rambling Soul
  2. Free CSS
  3. Free CSS Templates
  4. Template World
  5. Smashing Magazine
  6. Web Designer Depot
  7. Template
  8. Templates Arcsin
link|improve this answer
Mr Ross what is the benefit of reducing characters in body! – Srikanth Feb 12 '09 at 7:43
Smashing Magazine is a cracker, I like it alot. – Spedge Feb 12 '09 at 11:11
It is a lot neater :) – baxter Feb 12 '09 at 16:41
nice list! I had only heard of a few of those. Thanks for the answer! – Andrew Feb 16 '09 at 21:02
This is a page with links to pages with links themselves... I came here referenced via a link too!! Anyway, bookmarked. – Felipe Almeida Dec 9 '11 at 23:10
feedback

The grandaddy of them all, Open Source Web Design.

link|improve this answer
feedback

I really love the 960 Grid System - very easy to use, includes tutorials and demos, and works well cross-browser.

link|improve this answer
Thanks, I hadn't heard of this and found it really interesting :) – baxter Feb 12 '09 at 16:36
+1 on 960 Grid... – Chris Ballance Jun 25 '10 at 5:44
feedback

Zen Garden

link|improve this answer
Zen Garden is hard-core and the OP doesn't want it to be that. – graham.reeds Feb 11 '09 at 18:01
Zen Garden is within the realm of what I'm looking for. – Chris Ballance Jun 25 '10 at 5:43
feedback

Try this: http://www.freecsstemplates.org/.

Also check out this answer to a slightly different question.

http://stackoverflow.com/questions/495339/free-tools-to-speed-up-web-development/514741#514741

link|improve this answer
feedback

Try http://themeforest.net/, has some nice layouts. I purchased a couple of the Admin offerings for use CRM-style internal sites.

link|improve this answer
feedback

Layout Gala is a great site for building a basic layout and takes a lot of the hard work out of getting a stylesheet started. If you still want to add some of your own design elements then I highly recommend it.

CSS Vault and the CSS Zen Garden are some resources that I look to for inspiration. A lot of the sites recommended by others are great and you can find most of them listed at this eConsultants page.

I also like A List Apart, but this might require more effort than you're interested in giving :)

Good luck!

link|improve this answer
feedback

http://webhost.bridgew.edu/etribou/layouts/skidoo/ -- Contains some basic templates that are far from completion. http://www.glish.com/css/ contains some similar templates, but with different syntax.

Also, if none of the answers here help you, http://www.alvit.de/handbook/ has a ridiculous number of CSS-related links.

link|improve this answer
feedback

A resource I refer to quite often is the 40 CSS Layouts site. It gives you the groundwork of several different fixed, flexible, and liquid layouts.

link|improve this answer
feedback

Try Drupal, the Open Source Content Management System's themes. Most of the themes are very high quality and can be modified for other projects as easily as anything else.

http://drupal.org/project/themes

link|improve this answer
feedback

If you'd like to start a couple of notches above scratch, but understand exactly what's going on, try Blueprint. Make sure to include the "typography" stylesheet for easy spiffup.

link|improve this answer
feedback

Well I didn't like it too much until I figured out the IEClearing fix, but for what it's worth YAML (Yet Another Multi-Column Layout) yaml.de/en did a great job for my last website. I found it off another suggestion on stackoverflow

link|improve this answer
feedback

It's a bit off your question, but aside from using good resources (guides, blogs, etc.), when I see something I like - a nice style somewhere - I just go to the code and see how it's done.

Firebug's inspect mode helps in locating relevant code quickly.

Asaf.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.