CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 07:11:09 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100131011842
location: https://web.archive.org/web/20100131011842/https://github.com/joshuaclayton/blueprint-css/tree/v0.5
server-timing: captures_list;dur=0.734063, exclusion.robots;dur=0.028083, exclusion.robots.policy;dur=0.012698, esindex;dur=0.011427, cdx.remote;dur=6.573346, LoadShardBlock;dur=180.418232, PetaboxLoader3.datanode;dur=39.514653, PetaboxLoader3.resolve;dur=105.343316
x-app-server: wwwb-app203
x-ts: 302
x-tr: 233
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app203; 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 07:11:10 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 31 Jan 2010 01:18:42 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "d495e0e2e275552cf430b4cc1c334294"
x-archive-orig-x-runtime: 95ms
x-archive-orig-content-length: 24765
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, 31 Jan 2010 01:18:42 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 26 Aug 2008 07:49:20 GMT", ; rel="prev memento"; datetime="Mon, 30 Nov 2009 22:19:42 GMT", ; rel="memento"; datetime="Sun, 31 Jan 2010 01:18:42 GMT", ; rel="next memento"; datetime="Sun, 31 Jan 2010 19:09:23 GMT", ; rel="last memento"; datetime="Tue, 19 Oct 2010 08:23:26 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_20100130212208_crawl102-c/52_14_20100131011737_crawl101.arc.gz
server-timing: captures_list;dur=0.465300, exclusion.robots;dur=0.017390, exclusion.robots.policy;dur=0.008071, esindex;dur=0.009440, cdx.remote;dur=42.605735, LoadShardBlock;dur=316.923352, PetaboxLoader3.datanode;dur=271.476941, PetaboxLoader3.resolve;dur=891.678173, load_resource;dur=907.658091
x-app-server: wwwb-app203
x-ts: 200
x-tr: 1324
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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.5 - GitHub
This service is courtesy of Pledgie.
joshuaclayton / blueprint-css
- Source
- Commits
- Network (247)
- Downloads (7)
- Wiki (10)
- Graphs
-
Tag:
v0.5
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 | |
---|---|---|---|
![]() |
Changelog.txt | Loading commit data... ![]() |
|
![]() |
License.txt | ||
![]() |
Readme.txt | ||
![]() |
lib/ | ||
![]() |
print.css | ||
![]() |
screen.css |
Readme.txt
Blueprint CSS framework 0.5 (https://bjorkoy.com/blueprint) ---------------------------------------------------------------- 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 * Absolutely no bloat Setup instructions ---------------------------------------------------------------- Here's how you set up Blueprint on your site. 1) Upload BP to your server, and place it in whatever folder you'd like. A good choice would be your CSS folder. 2) Add the following lines to every <head> section of your site. Make sure the link path is 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"> 3) That's it! Blueprint is now ready to shine. How to use Blueprint ---------------------------------------------------------------- Here's a quick primer on how to use BP: https://code.google.com/p/blueprintcss/wiki/Tutorial Each file is also heavily commented, so you'll learn a lot by reading through them. Files in Blueprint ---------------------------------------------------------------- The framework has a few files you should check out. Every file contains lots of (hopefully) clarifying comments. * screen.css This is the main file of the framework. It imports other CSS files from the "lib" directory, and should be included on every page. * 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. * lib/grid.css This file sets up the grid (it's true). It has a lot of classes you apply to divs to set up any sort of column-based grid. * lib/typography.css This file sets some default typography. It also has a few methods for some really fancy stuff to do with your text. * lib/reset.css This file resets CSS values that browsers tend to set for you. * lib/buttons.css Provides some great CSS-only buttons. * lib/compressed.css A compressed version of the core files. Use this on every live site. See screen.css for instructions. Credits ---------------------------------------------------------------- Many parts of BP are directly inspired by other peoples work. You may thank them for their brilliance. However, *do not* ask them for support or any kind of help with BP. * Jeff Croft [jeffcroft.com] * Nathan Borror [playgroundblues.com] * Christian Metts [mintchaos.com] * Wilson Miner [wilsonminer.com] * The Typogrify Project [code.google.com/p/typogrify] * Eric Meyer [meyerweb.com/eric] * Angus Turnbull [twinhelix.com] * Khoi Vinh [subtraction.com] Questions, comments, suggestions or bug reports all go to olav at bjorkoy dot com. Thanks for your interest! == By Olav Bjorkoy == https://bjorkoy.com