Mango Blog Template using 960gs

When it comes to creating a quick site for a client you want to use tools you can rely on, not just for performance but for cross-browser compatibility. For the layout of my last serveral projects I have always relied on the basics of the 960 CSS Grid system which has done me well when coming to test on IE6. Recently I haved added to my toolset Mango Blog to help me get a simple CMS site up and running with little fuss, the only issue I have is when it comes to creating the skins (not a big issue mind you). To help me (and hopefully others) I have created a theme skin that uses the 960 Grid system for its layout.

To be clear this is not a theme in anyway but the bare bones of the 960gs system for you to build upon. Its got the essential Mango templates to get up and running and very little CSS styling. As with all my projects I've added this to Github so that it can easily be contributed towards should other people want to build upon it.

Mango blog 960gs framework on Github
https://github.com/andyj/Mango_blog_960gs_framework

Mango blog 960gs framework download of Master
.zip || .tar.gz

Posted: 18-Feb-2011

View: 3050

Permalink: here

Comments

Nice one Andy; personally, I use BlueprintCSS (pretty much the same) - If you look at the OxAlto Capita theme (http://www.mangoblog.org/news/oxalto-capita-theme) you'll see you can disable the main.css to reveal the 'raw' blueprint css underneath.

#1 Tom K
18/Feb/11 1:13 PM

Cheers, im just getting in to Mango Blog skinning and will have a look. Personally I haven't tried Blueprint so would be good to play around with. Is there a reason for choosing the BP css framework over others?

#2 Andy Jarrett
18/Feb/11 1:26 PM

Awesome. I am a little dumb founded 960, Compass, and Sass seems not used to much in the CF world.

#3 Mike
18/Feb/11 5:09 PM

@mike I have yet to look in to Compass but its on my (long) list of things to check out. 960gs (and any other css framework) just take the guess work out of lining up elements across browsers. Im more shocked when devs (who are not designers) don't use them.

#4 Andy Jarrett
18/Feb/11 6:08 PM

@mike I have yet to look in to Compass but its on my (long) list of things to check out. 960gs (and any other css framework) just take the guess work out of lining up elements across browsers. Im more shocked when devs (who are not designers) don't use them.

#5 Andy Jarrett
18/Feb/11 6:08 PM

@Andy, nah, just personal preference. It's the one which made the most sense to me, that's all.

#6 Tom K
21/Feb/11 6:20 PM

Your git repo is missing the pageMenu template so all pages throw an error.

#7 Mark
19/Jun/11 1:15 AM