Questions tagged [blueprint-css]

Blueprint is a CSS framework, which aims to cut down on your development time. It gives you a solid foundation to build your project on top of, with an easy-to-use grid, sensible typography, useful plugins, and even a stylesheet for printing.

Blueprint is a CSS framework, which aims to cut down on your development time. It gives you a solid foundation to build your project on top of, with an easy-to-use grid, sensible typography, useful plugins, and even a stylesheet for printing.


Features :

  • An easily customizable grid
  • Sensible default typography
  • A typographic baseline
  • Perfected browser CSS reset
  • A stylesheet for printing
  • Powerful scripts for customization
  • Absolutely no bloat!

Resources :


Related tags :

214 questions
2
votes
1 answer

Blueprint via Compass in Rails 3.1

I have successfully integrated Compass and Rails 3.1 in this sample app. I am also trying to learn to use Blueprint, so I am trying to replicate the Grid Test in the app. So how do I include Blueprint? The commands described in the documentation are…
2
votes
1 answer

Using Sass + Compass + Blueprint in Rails 3.1 App

I am struggling BIG TIME with getting this framework set up correctly. Has anyone successfully been able to get this working? If so, I would love any and all feedback. Thanks! I'm following the instructions from http://compass-style.org/install/…
pruett
  • 2,101
  • 3
  • 22
  • 36
2
votes
1 answer

Rails 3.1 and Stylesheet Frameworks

I am building an application in Rails 3.1 and I really like the whole SASS feature. I looked at Compass recently and did also come across some debate discussing the need to use compass anymore in Rails 3.1. Frankly, the things that attracted me to…
alik
  • 3,820
  • 9
  • 41
  • 55
2
votes
1 answer

Compass Blueprint mixins not compiling?

I'm trying to get Blueprint (SCSS-Syntax) working with my Rails (3.1) project. To keep it simple at first I set up a plain HTML file (outside my rails project) with some basic blueprint syntax, after installing compass and creating the basic scss…
A5308Y
  • 409
  • 6
  • 13
2
votes
2 answers

Does Blueprint prevent a 100% background-size for images in CSS?

I'm trying to create a website with a background-size:100% 100% css rule. It's an image that sits behind the content and is designed in such a way that no matter the dimensions of the browser window it still works well. I think the rule I have (as…
Dan Hanly
  • 7,829
  • 13
  • 73
  • 134
2
votes
2 answers

Using compass + blueprint in rails. How to get visual grid overlay

I am sure I saw at one point a technique to overlay a grid on top of the page when using blueprint + compass. Any idea on how to turn this on.
bradgonesurfing
  • 30,949
  • 17
  • 114
  • 217
2
votes
1 answer

Blueprint CSS - High level rules for using it

I started using Blueprint CSS at about 8AM EDT this morning and I find myself having the following questions: When do I use the container class? How should I think of container conceptually? Do container classes need a span class? Why or why…
Greg
  • 45,306
  • 89
  • 231
  • 297
2
votes
4 answers

What's up with all these CSS frameworks and others?

I'm digging into the world of CSS and I'm having some difficulties understanding the use of everything that exists. There is LESS, SASS, Compass, Blueprint, HAML, etc. Which ones should I use together? Can someone explain what goes with each other?
donald
  • 23,587
  • 42
  • 142
  • 223
2
votes
1 answer

Negative-margin border on an element that is centered with margin: 0 auto;

I have a fixed-width page that I want to add a simple border to with the Border CSS command. However, I don't want this border to balloon the page and cause smaller screens to have a horizontal scrollbar. I'm not too great with CSS, but I know…
Milo
  • 335
  • 4
  • 15
2
votes
1 answer

What special features does Compass have?

What features does Compass have that the standard Sass portion of the HAML gem does not?
Kudu
  • 6,570
  • 8
  • 27
  • 27
2
votes
1 answer

Why does blueprint css define a div.class and class with the same styling?

In the linked code for the blueprint CSS framework, there is a style defined for a div.class selector and just the .class selector. Isn't this redundant? Or is there a more subtle reason for defining the class with two…
noli
  • 15,927
  • 8
  • 46
  • 62
2
votes
2 answers

Blueprint CSS boxes

I am currently testing out Blueprint to create the layout for a site. So far it has been going great, but now I've run into a problem I'm wondering if there is any elegant solution to. I am using the default 24 column layout and have a situation…
kfuglsang
  • 2,385
  • 2
  • 21
  • 26
2
votes
1 answer

Why do my login status links not render properly with BlueprintCSS's print.css

I am attempting to implement the BlueprintCSS grid framework in my app and after including the scripts it calls for my links are rendering weird. I have it narrowed down to the print.css. was wandering if anyone has run across this before. Here's…
Bert Smith
  • 701
  • 3
  • 11
2
votes
1 answer

Is there a way to make Blueprint CSS grid fluid?

Is there any tool to recalculate px values in % ?
HongKilDong
  • 1,276
  • 3
  • 16
  • 23
2
votes
2 answers

Using blueprint CSS, is it possible to do the following layout

I would like to do the following layout using blueprint css Page Width = 960px <- 20px -> <------- 600px -------> <- 20px -> <--- 300px ---> <- 20px -> left main content middle right rail right gutter …
DrewM
  • 1,878
  • 14
  • 13