The Montoya Herald, a weblog about Blueprint, jQuery, design, music and life, publishing on the web since September 2005. Written by Christian Montoya: developer, designer and entrepreneur.

The Montoya Herald — ChristianMontoya.com

Search

I Recommend

Genesis Rocket

Like What I Do?

My Amazon.com Wish List

On this domain

Elsewhere

Blueprint version 0.9

Posted on June 2, 2009.

Just after reporting that Blueprint is rather stable at version 0.8, a couple of big changes have prompted an update to version 0.9. Here's the skinny:

The new forms code is something I'm very proud of. Sean K. Stewart submitted the proposed changes, and I rolled it together with some ideas of my own to make this:

/* Form fields
-------------------------------------------------------------- */
 
input[type=text],
input.text, input.title, 
textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
input[type=text]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
  border-color:#666; 
}
 
input[type=text], 
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}
 
input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }
 
input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}
 
form.inline { line-height:3; }
form.inline p { margin-bottom:0; }

I highly recommend that everyone upgrade their sites to this latest version, as I can't guarantee that previous versions won't create problems with IE version 8. As always, follow Blueprint on Twitter for the latest updates.

Get a trackback link

10 Comments

  1. jitendra vyas on June 6, 2009

    I like the idea of Inline form element but how we can make form like this in blueprint without extra css http://www.uie.com/images/forms_left.gif

  2. Christian Montoya on June 7, 2009

    jitendra: Use the "inline" class on <form>, then use nested columns. Actually, I think I'll put together a tutorial for this so you can see what I'm talking about.

  3. jitendra vyas on June 7, 2009

    Thx . I'm waiting for tutorial

  4. Christian Montoya on June 7, 2009

    Tutorial is here. View the demo page for the quick version.

  5. jitendra vyas on October 2, 2009

    Can we use BP for larger or smaller width size other than 950px?

  6. Christian Montoya on October 3, 2009

    Yes! You can use the grid generator script included with the project to build a custom grid, with your own width, column size, column margins, and # of columns, or you can just use the default grid with a custom size for .container and calculate the maximum # of columns accordingly. I've done some sites with a custom .container width of 760 (I think it was that) where I could do up to 19 columns per row (as in, a full width column was span-19).

    There are also online tools that will generate your custom grid.

  7. jitendra vyas on October 3, 2009

    u mean we can make sites in BP with any width like 945px or 755 px, 975 px etc. in my company where i work i get design from design in many custom width and i thought in BP we can make site only width specfic proportion BP default width is in proportion of 40px

  8. jitendra vyas on October 3, 2009

    Give me one example how we can make BP site in max. width 900 px.

  9. kaiser on October 22, 2009

    i really love working without any custom-grids, because: if i don´t have my sandbox, i can´t redo it. So: if i need for ex. only 870px width, i simply add "push-1" to every column… blueprint is just perfect "out of the box"!

    btw: could you link to your tuts from blueprint.org?

  10. kaiser on October 22, 2009

    edit: every tried VIMEO.COM for uploading HD-Videos? it´s best and got not that many restrictions…

Leave a comment

Use Markdown or basic HTML. For posting code, use Postable. Please keep comments respectful and on topic.