Tag Archives: CSS

No description for tag CSS. 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

Two Conditional Tags with grouping scope

There are many Conditional Tags to deal with WordPress contexts. Some of these Conditional Tags groups several conditions. They works like «Catch them all» tags. It’s very handy. It avoid multiple loops when you test some conditions. Continue reading