CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 10 Aug 2025 22:01:44 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090830180425
location: https://web.archive.org/web/20090830180425/https://github.com/joshuaclayton/blueprint-css/tree/v0.5
server-timing: captures_list;dur=0.798088, exclusion.robots;dur=0.026485, exclusion.robots.policy;dur=0.010766, esindex;dur=0.014298, cdx.remote;dur=1386.541912, LoadShardBlock;dur=264.145119, PetaboxLoader3.datanode;dur=45.713203, PetaboxLoader3.resolve;dur=50.690057
x-app-server: wwwb-app222
x-ts: 302
x-tr: 1710
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app222; 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: Sun, 10 Aug 2025 22:01:44 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Sun, 30 Aug 2009 18:04:25 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 179ms
x-archive-orig-etag: "2d161fa2c89178f815298ecb51d629b2"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 25328
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 30 Aug 2009 18:04:25 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="Wed, 17 Jun 2009 19:05:16 GMT", ; rel="memento"; datetime="Sun, 30 Aug 2009 18:04:25 GMT", ; rel="next memento"; datetime="Mon, 30 Nov 2009 22:19:42 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_11_20090830130741_crawl101.gpg-c/52_11_20090830180322_crawl101.arc.gz
server-timing: captures_list;dur=0.670658, exclusion.robots;dur=0.025341, exclusion.robots.policy;dur=0.011083, esindex;dur=0.012837, cdx.remote;dur=88.741925, LoadShardBlock;dur=91.780126, PetaboxLoader3.datanode;dur=60.238039, PetaboxLoader3.resolve;dur=276.345769, load_resource;dur=274.004806
x-app-server: wwwb-app222
x-ts: 200
x-tr: 540
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 repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | A CSS framework that aims to cut down on your CSS development time edit |
Homepage: | https://www.blueprintcss.org edit |
Public Clone URL: |
git://github.com/joshuaclayton/blueprint-css.git
Give this clone URL to anyone.
git clone git://github.com/joshuaclayton/blueprint-css.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:joshuaclayton/blueprint-css.git
|
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
This feature is coming soon. Sit tight!