Can someone recommend a bells and whistles CSS framework? - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T00:09:35Zhttp://stackoverflow.com/feeds/question/322484http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/322484/can-someone-recommend-a-bells-and-whistles-css-framework11Can someone recommend a bells and whistles CSS framework?Ali A2008-11-26T23:08:22Z2009-04-14T00:57:23Z
<p>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".</p>
<p>What I have not found is something that will give my web applications a consistent reusable style or theme.</p>
<p>I guess it would have to have a number of predefined elements that do things, for example:</p>
<pre><code>div.boxed {...}
</code></pre>
<p>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.</p>
<p>(Open source would be best, but we don't mind paying)</p>
<p><strong>Edit:</strong> 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.</p>
http://stackoverflow.com/questions/322484/can-someone-recommend-a-bells-and-whistles-css-framework/322489#3224893Answer by TravisO for Can someone recommend a bells and whistles CSS framework?TravisO2008-11-26T23:12:50Z2008-11-26T23:31:05Z<p>Just use <a href="http://developer.yahoo.com/yui/grids/" rel="nofollow">YUI Grids</a>, it's as good as it gets :P</p>
http://stackoverflow.com/questions/322484/can-someone-recommend-a-bells-and-whistles-css-framework/322513#3225135Answer by fuzzymonk for Can someone recommend a bells and whistles CSS framework?fuzzymonk2008-11-26T23:22:12Z2008-11-26T23:22:12Z<p>I am a fan of <a href="http://www.blueprintcss.org/" rel="nofollow">Blue Print CSS</a>, their reset and grids styles are a very good starting point. Especially if you care about having clean html and css.</p>
http://stackoverflow.com/questions/322484/can-someone-recommend-a-bells-and-whistles-css-framework/322574#3225743Answer by nickf for Can someone recommend a bells and whistles CSS framework?nickf2008-11-26T23:57:12Z2008-11-26T23:57:12Z<p><a href="http://www.960.gs" rel="nofollow">960gs</a> is good for layouts.</p>
http://stackoverflow.com/questions/322484/can-someone-recommend-a-bells-and-whistles-css-framework/322578#32257811Answer by Dustin for Can someone recommend a bells and whistles CSS framework?Dustin2008-11-27T00:03:15Z2008-11-27T00:03:15Z<p><a href="http://acts-as-architect.blogspot.com/2008/11/introducing-compass.html" rel="nofollow">Compass</a> really changes things for you.</p>
<p>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.</p>
<p>It makes things you don't even realize are painful pain-free. Definitely worth looking over.</p>
http://stackoverflow.com/questions/322484/can-someone-recommend-a-bells-and-whistles-css-framework/322674#3226742Answer by humanlever for Can someone recommend a bells and whistles CSS framework?humanlever2008-11-27T01:07:18Z2008-11-28T03:28:24Z<p>I'm a huge fan of <a href="http://bluetrip.org/" rel="nofollow">BlueTrip</a> 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."</p>
http://stackoverflow.com/questions/322484/can-someone-recommend-a-bells-and-whistles-css-framework/323445#3234451Answer by Tim Sewell for Can someone recommend a bells and whistles CSS framework?Tim Sewell2008-11-27T10:45:16Z2008-11-27T10:45:16Z<p>I found <a href="http://www.yaml.de/en/" rel="nofollow">YAML</a> (Yet Another Multi-columned Layout) to be an excellent, comprehensive, highly adaptable all-rounder.</p>
http://stackoverflow.com/questions/322484/can-someone-recommend-a-bells-and-whistles-css-framework/323525#3235250Answer by Ali A for Can someone recommend a bells and whistles CSS framework?Ali A2008-11-27T11:31:10Z2008-12-12T10:39:51Z<p>Well, thanks for all the responses. I admit that I have heard of most of the frameworks mentioned.</p>
<p>Here is a list of my quick review. Now <strong>please experts correct me</strong> if I am wrong about anything.</p>
<p>(YUI, YAML - I have production code using both these systems, rest are just trialled)</p>
<ul>
<li>YUI - reset, typography, layout</li>
<li>YAML - reset, typography, layout, shiny buttons*</li>
<li>Blueprint - layout, edit: and some typography</li>
<li>Tripoli - reset, typography</li>
<li>BlueTrip - reset, typography, layout (Blueprint + Tripoli)</li>
<li>960gs - layout</li>
</ul>
<p>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.</p>
<p>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.</p>
http://stackoverflow.com/questions/322484/can-someone-recommend-a-bells-and-whistles-css-framework/325175#3251753Answer by chriseppstein for Can someone recommend a bells and whistles CSS framework?chriseppstein2008-11-28T06:46:31Z2008-11-28T06:46:31Z<p>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. </p>
http://stackoverflow.com/questions/322484/can-someone-recommend-a-bells-and-whistles-css-framework/745951#7459511Answer by vladocar for Can someone recommend a bells and whistles CSS framework?vladocar2009-04-14T00:57:23Z2009-04-14T00:57:23Z<p><a href="http://code.google.com/p/emastic/" rel="nofollow">Emastic</a> lightweight, em based, fluid and fixed columns. </p>