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 attract开发者_如何学Pythonive like listmatic..
Is there something like this?
For nicely styled responsive base CSS I like skelton and foundation by zurb.
It's a good starting point if you're looking to get something together quickly and have it look nice. Twitter bootstrap is worth looking into as well.
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/
"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.
For a "reset" you can use Eric Meyer's Reset.
CSSesta is public domain, doens't interfear with the styling aspect of CSS, and is more upto date than any of the common ones (Meyer, YUI, Boilerplate).
It's an actual reset sheet it has no styling just sets typical elements as we expect them to be.
There is also good outdated IE support like YUI.
It has options so if you feel you can adjust what's necessary.
http://cssesta.tk
精彩评论