|
If you use the container class for a layout with blueprint-css, you end up with a maximum width of 950px. I have a layout that needs to exceed this so I'm wondering why Blueprint uses this default?
<div class="container">
Started by ipso facto on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Blueprint is ....
Blueprint chooses this because a little under 1,000 screen real estate.
If you want another size you'll have to use something else or roll your own .
Blueprint was designed to simplify the creation of 950px layouts.
|
|
There's talk of this compressor script for blueprint css, where you can change the total number of pixels, or include fancy-type etc, but I've never figured out how to use it. All I can ever use is the vanilla version of Blueprint, and in this case, my...
Started by Joseph Carrington on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Please view the screencast to get a better idea of what Compass is .
It also has support for custom Blueprint layouts.
Compass enables you to use Blueprint, YUI or 960 GS along with Sass.
|
|
Comparing sites designed in 960 with sites designed using Blueprint , it seems to me the 960 sites are a lot sharper.
I don't know if this is a coincidence of the samples I'm looking at.
Or is there something about 960 that is more conducive to good design...
Started by cyoung on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Neither are conducive the blueprint CSS I always have a question, should I use 2 or more classnames for one div
<div class="span-13 prepend-7 my-class....
But still 960.gs is my personal preference.
Framework/
blueprint is more flexible.
|
Ask your Facebook Friends
|
I was having a conversation last week with a coworker about architecture (real architecture, as in designing buildings). During our talk it came up that architectural blueprints give an architect, civil engineer, and contractor all the detail they need...
Started by Nick Haddad on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
And computability: a house blueprint is a fixed representation with a fixed expression, and a fixed input; whereas a software blueprint must account for variable input, possibly even of potentially.
|
|
Hi I'm using blueprint and for some reason I can't override some of their built-in styling (screen.css). So far I've tried:
#asset-index-desc .container div li :border dashed !important
...and this does nothing. I'd appreciate any help.
Started by James on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
It takes all.
Especially with compass gem.
Important
Hope this helps
I LOVE Sass and blueprint....
|
|
I'm using blueprint to do a complex form layout that involves jquery-ui tabs, but when I try to use the blueprint span-x divs within the jquery-ui tabs, the formatting gets all screwy....
<div id="tabs"> <ul> <li><a href="#blahblah...
Started by Justin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You might want to try giving each tab/div the blueprint "container" class..
|
|
One of the arguments I've heard about blueprint css is that it lets you think of your layout in terms of a grid rather than in terms of floats. This seems like a big advantage to me because I always get confused about where my floats are going to end ...
Started by brian on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
So understanding CSS Floats is somewhat important....
Here's a novel approach to creating "float-less_no_clear_no_hack_no_joke.asp
As stated, BluePrint is a grid system, but is based on CSS floats.
.)
Under the hood, Blueprint still uses floats.
|
|
I've been looking at different CSS frameworks. The two major players seem to be 960.gs and Blueprint.
My question is simple: what are the pros and cons to each, and which do you recommend? And are there other frameworks that I should consider instead?...
Started by Christian Perry on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
You can easily customize....
Blueprint is 24 columns giving the best of both worlds of researching.
Main reason but isn't as easily divisible (1, 2, 4, 8) .
I use 960.gs for my site (rpmware.com) but I'm thinking about switching to blueprint.
|
|
Blueprint Cams
are blueprint stage 2 cams any good
Started by JAMBOOK20A2 on
, 15 posts
by 9 people.
Answer Snippets (Read the full thread at clubrsx):
Is that a good combination Most people these days are going manifold, aem cai, blueprint stage 2 ....
There are better performing cams i like my set of blueprint camshaft.The stage 2 is a great cam, blueprint stage 2 cams and k pro.
|
|
Hi all,
I'm trying to figure out whether blueprint css framework is good fit for me, and i encountered the following snag along the way. The problem is that I have two pre each wrapped in a div with span-12 class, but they are not displaying side by side...
Started by FurtiveFelon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here is to use the "last" class (provided by the Blueprint CSS framework) to the last <div>.
|