CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 05 Aug 2025 08:12:34 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100103044351
location: https://web.archive.org/web/20100103044351/https://github.com/joshuaclayton/blueprint-css
server-timing: captures_list;dur=0.913052, exclusion.robots;dur=0.024980, exclusion.robots.policy;dur=0.013365, esindex;dur=0.015247, cdx.remote;dur=70.281059, LoadShardBlock;dur=328.853303, PetaboxLoader3.datanode;dur=268.585156, PetaboxLoader3.resolve;dur=40.044753
x-app-server: wwwb-app239
x-ts: 302
x-tr: 581
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app239; 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: Tue, 05 Aug 2025 08:12:35 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 03 Jan 2010 04:43:51 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "090365b47cf14bb093555db6e4f3500b"
x-archive-orig-x-runtime: 77ms
x-archive-orig-content-length: 31024
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: Sun, 03 Jan 2010 04:43:51 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 26 Aug 2008 07:48:15 GMT", ; rel="prev memento"; datetime="Sat, 12 Dec 2009 22:23:54 GMT", ; rel="memento"; datetime="Sun, 03 Jan 2010 04:43:51 GMT", ; rel="next memento"; datetime="Wed, 06 Jan 2010 04:30:05 GMT", ; rel="last memento"; datetime="Sat, 26 Jul 2025 13:34:05 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: TLA-20100103043229-00144-ia360906-c/TLA-20100103044303-00145-ia360906.us.archive.org.warc.gz
server-timing: captures_list;dur=0.779877, exclusion.robots;dur=0.017628, exclusion.robots.policy;dur=0.006866, esindex;dur=0.009735, cdx.remote;dur=18.216464, LoadShardBlock;dur=790.472213, PetaboxLoader3.datanode;dur=565.665114, PetaboxLoader3.resolve;dur=600.451070, load_resource;dur=397.908909
x-app-server: wwwb-app239
x-ts: 200
x-tr: 1304
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 master - GitHub
joshuaclayton / blueprint-css
- Source
- Commits
- Network (242)
- Issues (2)
- Downloads (7)
- Wiki (10)
- Graphs
-
Branch:
master
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Mon Jun 29 20:05:32 -0700 2009 | Fix grid builder to properly generate png [joshuaclayton] |
![]() |
AUTHORS.textile | Sat Aug 22 19:58:54 -0700 2009 | Whitespace [joshuaclayton] |
![]() |
CHANGELOG | Sat Aug 22 19:58:54 -0700 2009 | Whitespace [joshuaclayton] |
![]() |
LICENSE | Sat Aug 22 19:58:54 -0700 2009 | Whitespace [joshuaclayton] |
![]() |
README.textile | Sat Aug 22 19:58:54 -0700 2009 | Whitespace [joshuaclayton] |
![]() |
TUTORIAL.textile | Fri Jul 17 20:33:03 -0700 2009 | Fixed some typos in TUTORIAL.textile. Signed-o... [shlomif] |
![]() |
blueprint/ | Sat Sep 26 06:28:25 -0700 2009 | Fixed clipping of ordinals for IE in an ordered... [rdavl] |
![]() |
lib/ | Sat Aug 22 19:58:54 -0700 2009 | Whitespace [joshuaclayton] |
![]() |
templates/ | Thu Aug 06 08:44:25 -0700 2009 | Added PSD template to help with mockups [ericclemmons] |
![]() |
tests/ | Sat Aug 22 19:58:54 -0700 2009 | Whitespace [joshuaclayton] |
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):<link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" media="screen, projection"> <link rel="stylesheet" href="css/blueprint/print.css" type="text/css" media="print"> <!--[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.
This feature is coming soon. Sit tight!