views:

47

answers:

3

I'm looking for an open source css that performs a reset and adds a reasonable default level of attractiveness. For example, it might use better colors for the table, or give you some nice background images for a table. It might also give you some simple css classes to make lists attractive like listmatic..

Is there something like this?

+2  A: 

"Attractive" is a rather subjective criterion, isn't it?

I'd say start with one of the common reset CSS options (e.g. this), and build it into something you like.

Piskvor
+1  A: 

you can use this http://sencss.kilianvalkhof.com/documentation/index.html as a base

and For attractive table style you can see here http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/

metal-gear-solid
A: 

For a "reset" you can use Eric Meyer's Reset.

Aaron Harun