Tag Archives: Blueprint

No description for tag Blueprint. Suggest the administrator to fill a helping blurb.

Using the Basics grid

♥ Basics comes with a 940 pixels grid system which gather the best of three worlds: Blueprint CSS, 960.gs and The Simpler Grid. If you want to use it, just activate grid.css by removing the comments around the @import rules /* @import "css/grid.css"; */ located within style.css.  A 940 pixels width is good for me; If you prefer a 960 pixel one, you could determine the width of the body tag at 960 pixels, like I did for this website. Continue reading

How to handle CSS within Basics?

It’s pretty simple. Or not. It depends on your knowledge of CSS. First I’ve splitted style.css from HTML5 Boilerplate in three parts. To be consistent with the editor of WordPress, the first part of H5bP — reset.css — is imported in markup.css witch is used for styling both the front site and TinyMCE Editor build in. Actually, it’s editor-style.css renamed. Continue reading