vote up 11 vote down star
16

I am looking for a bells and whistles CSS framework. I have found a number online that deal with "grids", and some that deal with "typography" and others that deal with "resetting".

What I have not found is something that will give my web applications a consistent reusable style or theme.

I guess it would have to have a number of predefined elements that do things, for example:

div.boxed {...}

And then a number of themes or plugins that provide these in a consistent way. Javascript toolkits like ExtJS, YUI, and also GWT have their own skinability, and I guess this is the featureset that I want, but independent of any Javascript library.

(Open source would be best, but we don't mind paying)

Edit: 5 good answers, but I have seen all those frameworks, and they are not enough of what I am looking for. Perhaps what I am looking for doesn't exist. Or I haven't explained properly. I will give them a good going over and see.

flag

9 Answers

vote up 11 vote down check

Compass really changes things for you.

In addition to providing everything from grids to mixins like horizontal-list, it's built on top of SASS so you get stuff like reuse and variables and other such things.

It makes things you don't even realize are painful pain-free. Definitely worth looking over.

link|flag
This looks really interesting. But I am not using ruby. Is that a requirement? – Ali A Nov 27 '08 at 1:17
You only need ruby to compile your CSS. Your deployment can be static files. I work with the author -- everyone who touches this (designer to engineer) is just amazed at what they can suddenly do. – Dustin Nov 27 '08 at 1:21
1  
Ok, Compass is amazingly cool. If I could vote this twice I would. – Ali A Nov 27 '08 at 13:35
1  
Compass is revolutionary. It is the Rails of CSS. – Charles Roper Sep 3 at 8:55
vote up 1 vote down

Emastic lightweight, em based, fluid and fixed columns.

link|flag
vote up 3 vote down

One of the long term plans for compass is to create tools for designers to share designs for things like shiny buttons or even whole pages. It's actually possible right now but the mechanims are not well documented yet. But I'm glad you like it, please feel free to bug us on the mailing list.

link|flag
vote up 0 vote down

Well, thanks for all the responses. I admit that I have heard of most of the frameworks mentioned.

Here is a list of my quick review. Now please experts correct me if I am wrong about anything.

(YUI, YAML - I have production code using both these systems, rest are just trialled)

  • YUI - reset, typography, layout
  • YAML - reset, typography, layout, shiny buttons*
  • Blueprint - layout, edit: and some typography
  • Tripoli - reset, typography
  • BlueTrip - reset, typography, layout (Blueprint + Tripoli)
  • 960gs - layout

What I wanted more of was the shiny buttons bit. At the very least, if the styles are not ready and shiny there is perhaps a framework for defining what those styles should be. Surely there has been some concerted shared effort to develop some reusable components, and put them all in one place. Just like YUI's Javascript library has a load of nice widgets, so might there exist a load of nice ready-styles in a library.

Now Compass is an entirely different notion, and I was immediately reminded of a Python library cleverCSS, although Compass sounds more powerful. Now with Compass, I can see a reasonably short-term way by which I could develop myself the framework that I want. Of course this iss at the cost of being harder to learn, and more complex, but I will give it a go.

link|flag
vote up 1 vote down

I found YAML (Yet Another Multi-columned Layout) to be an excellent, comprehensive, highly adaptable all-rounder.

link|flag
vote up 2 vote down

I'm a huge fan of BlueTrip which bills itself as, "A full featured and beautiful CSS (Cascading Style Sheets) framework which combined the best of Blueprint, Tripoli (hence the name), Hartija's print stylesheet, 960.gs's simplicity, and Elements' icons, and has now found a life of its own."

link|flag
vote up 3 vote down

960gs is good for layouts.

link|flag
Yea, I've been using some of this framework for a while. – dylanfm Nov 27 '08 at 0:43
vote up 5 vote down

I am a fan of Blue Print CSS, their reset and grids styles are a very good starting point. Especially if you care about having clean html and css.

link|flag
Blueprint CSS is certainly a bells and whistles framework. – dylanfm Nov 26 '08 at 23:49
vote up 3 vote down

Just use YUI Grids, it's as good as it gets :P

link|flag
YUI grids only handles Grids, I have used it and like it, but I am looking for something more than that. – Ali A Nov 26 '08 at 23:14
"More than YUI"? Good luck with that :p – da5id Nov 26 '08 at 23:15
YUI js is quite complete, but apart from rest-fonts-grids I see no reusable CSS components in YUI. Is there some way of leveraging yui-skin-sam or some such? – Ali A Nov 27 '08 at 1:19

Your Answer

Get an OpenID
or

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