Do you know a source for pure CSS Templates? After setting up a simple Web Project I always wish to have a css file to:
- Set reasonable font settings for paragraphs and headers
- Polish my anchor tags
- Style my forms (if I have to touch the HTML for this one - no problem)
- Style my tables (I use headers and footers etc) using even & odd
- Maybe give me some handy classes for error boxes, etc.
So if I Google for a such CSS file I find CSS Homepage Templates with HTML Structure and massive CSS which I can't use without changing much. I find CSS examples for perfect tables, other examples for perfect forms but what I don't find is a single CSS File which when loaded in a properly formatted HTML website will make it look "okay" instead of the pure HTML look.
Do you get me? Does anybody have a hint for me?