CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 18:07:36 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100206011508
location: https://web.archive.org/web/20100206011508/https://github.com/joshuaclayton/blueprint-css/tree/v0.9
server-timing: captures_list;dur=0.769436, exclusion.robots;dur=0.028217, exclusion.robots.policy;dur=0.012876, esindex;dur=0.012703, cdx.remote;dur=109.961938, LoadShardBlock;dur=380.168604, PetaboxLoader3.datanode;dur=153.161047, PetaboxLoader3.resolve;dur=166.926246
x-app-server: wwwb-app210
x-ts: 302
x-tr: 524
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app210; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 08 Aug 2025 18:07:37 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 06 Feb 2010 01:15:07 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "3ec77b1ad3cbcee21a8464145237172e"
x-archive-orig-x-runtime: 108ms
x-archive-orig-content-length: 31313
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 06 Feb 2010 01:15:08 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 30 May 2009 21:13:42 GMT", ; rel="prev memento"; datetime="Sun, 06 Dec 2009 05:03:58 GMT", ; rel="memento"; datetime="Sat, 06 Feb 2010 01:15:08 GMT", ; rel="next memento"; datetime="Sun, 14 Feb 2010 21:18:40 GMT", ; rel="last memento"; datetime="Tue, 23 Mar 2010 12:05:30 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_14_20100205183334_crawl101-c/52_14_20100206011505_crawl101.arc.gz
server-timing: captures_list;dur=0.472551, exclusion.robots;dur=0.019958, exclusion.robots.policy;dur=0.009196, esindex;dur=0.009127, cdx.remote;dur=116.228487, LoadShardBlock;dur=240.639454, PetaboxLoader3.datanode;dur=158.946276, PetaboxLoader3.resolve;dur=297.350334, load_resource;dur=226.651177
x-app-server: wwwb-app210
x-ts: 200
x-tr: 661
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
joshuaclayton's blueprint-css at v0.9 - GitHub
This service is courtesy of Pledgie.
joshuaclayton / blueprint-css
- Source
- Commits
- Network (249)
- Downloads (7)
- Wiki (10)
- Graphs
-
Tag:
v0.9
click here to add a description
click here to add a homepage
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
A CSS framework that aims to cut down on your CSS development time — Read more
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Tue Aug 26 17:22:13 -0700 2008 | Updated .gitignore to ensure lib/settings.yml i... [joshuaclayton] |
![]() |
AUTHORS.textile | Fri May 29 08:53:22 -0700 2009 | Updated changelog for version 0.9 [Montoya] |
![]() |
CHANGELOG | Fri May 29 08:53:22 -0700 2009 | Updated changelog for version 0.9 [Montoya] |
![]() |
LICENSE | Sun Nov 09 13:38:02 -0800 2008 | Updated authors, license, etc. for version 0.8 [Montoya] |
![]() |
README.textile | Thu May 28 11:41:26 -0700 2009 | Updated conditional comments to [if lt IE 8] [Montoya] |
![]() |
TUTORIAL.textile | Thu May 28 11:41:26 -0700 2009 | Updated conditional comments to [if lt IE 8] [Montoya] |
![]() |
blueprint/ | Fri May 29 08:40:11 -0700 2009 | Added form code for inline forms, with fixes fo... [Montoya] |
![]() |
doc/ | Thu Feb 21 18:06:58 -0800 2008 | Scoped Blueprint classes within a namespace and... [joshuaclayton] |
![]() |
lib/ | Tue Apr 21 07:21:01 -0700 2009 | Rebuilt grid.css to grid.css.erb standards; upd... [joshuaclayton] |
![]() |
tests/ | Fri May 29 13:31:01 -0700 2009 | Fixed forms.html test page [Montoya] |
README.textile
Blueprint CSS Framework Readme
Welcome to Blueprint! This is a CSS framework designed to cut down on your CSS development time. It gives you a solid foundation to build your own CSS on. Here are some of the features BP provides out-of-the-box:
- 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!
Project Info
- Web: https://blueprintcss.org
- Source: https://github.com/joshuaclayton/blueprint-css
- Wiki: https://github.com/joshuaclayton/blueprint-css/wikis/home
- Bug/Feature Tracking: https://blueprintcss.lighthouseapp.com
Setup Instructions
Here’s how you set up Blueprint on your site.
- Upload the “blueprint” folder in this folder to your server, and place it in whatever folder you’d like. A good choice would be your CSS folder.
- Add the following three lines to every
<head/>
of your site. Make sure the threehref
paths are correct (here, BP is in my CSS folder):
<!--[if lt IE 8]> <link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection"> <![endif]-->
Remember to include trailing slashes (" />") in these lines if you’re using XHTML. - For development, add the .showgrid class to any container or column to see the underlying grid. Check out the
plugins
directory for more advanced functionality.
Tutorials
- Tutorial on BlueFlavor
- How to customize BP with the compressor script
- How to use a grid in a layout
- How to use a baseline in your typography
Files in Blueprint
The framework has a few files you should check out. Every file in the src
directory contains lots of (hopefully) clarifying comments.
Compressed files (these go in the HTML):
blueprint/screen.css
blueprint/print.css
blueprint/ie.css
Source files:
blueprint/src/reset.css
This file resets CSS values that browsers tend to set for you.blueprint/src/grid.css
This file sets up the grid (it’s true). It has a lot of classes you apply to<div/>
elements to set up any sort of column-based grid.blueprint/src/typography.css
This file sets some default typography. It also has a few methods for some really fancy stuff to do with your text.blueprint/src/forms.css
Includes some minimal styling of forms.blueprint/src/print.css
This file sets some default print rules, so that printed versions of your site looks better than they usually would. It should be included on every page.blueprint/src/ie.css
Includes every hack for our beloved IE6 and 7.
Scripts:
lib/compress.rb
A Ruby script for compressing and customizing your CSS. Set a custom namespace, column count, widths, output paths, multiple projects, and semantic class names. See commenting incompress.rb
or run$ruby compress.rb -h
for more information.lib/validate.rb
Validates the Blueprint core files with the W3C CSS validator.
Other:
blueprint/plugins/
Contains additional functionality in the form of simple plugins for Blueprint. See individual readme files in the directory of each plugin for further instructions.tests/
Contains html files which tests most aspects of Blueprint. Opentests/index.html
for further instructions.
Extra Information
- For credits and origins, see AUTHORS.
- For license instructions, see LICENSE.
- For the latest updates, see CHANGELOG.