<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pete Tracey &#187; CSS</title>
	<atom:link href="http://www.petetracey.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.petetracey.com</link>
	<description>A blog about music and technology and miscellaneous other things that make up my life</description>
	<lastBuildDate>Fri, 10 Jun 2011 15:53:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Blueprint CSS Framework</title>
		<link>http://www.petetracey.com/2009/12/blueprint-css-framework/</link>
		<comments>http://www.petetracey.com/2009/12/blueprint-css-framework/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 09:30:39 +0000</pubDate>
		<dc:creator>Pete Tracey</dc:creator>
				<category><![CDATA[Keyring Labs]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Blueprint CSS Framework]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Framework]]></category>

		<guid isPermaLink="false">http://www.petetracey.com/?p=86</guid>
		<description><![CDATA[I stumbled on the BluePrint CSS framework, seeing it used in another blog&#8217;s template. I had no idea there was such a thing as a CSS framework. So I&#8217;ve been playing around with it this morning.

I first wanted to try it out on a very simple page, and the public end of the bbpointofsale.com site [...]]]></description>
			<content:encoded><![CDATA[<p>I stumbled on the BluePrint CSS framework, seeing it used in another blog&#8217;s template. I had no idea there was such a thing as a CSS framework. So I&#8217;ve been playing around with it this morning.<br />
<br/><br />
I first wanted to try it out on a very simple page, and the public end of the bbpointofsale.com site is very simple but uses a lot of floats which are replaced in the framework with the concept of a &#8220;grid.&#8221; It makes things a lot simpler.<br />
<br/><br />
There was one tricky part, the content of bbpointofsale.com is centered ala most Google pages. In screen.css there is a container class that you use when you want to use grid layouts. The default width is 950px so it doesn&#8217;t center at all. I was only using 18 columns in my grid and the math for width of columns is <i>columns * 40 &#8211; 10 = width</i> so I changed it to this:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.container</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">710px</span><span style="color: #00AA00;">;</span>margin<span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Viola! Centered content with the magic of grid layouts!<br />
<br/><br />
<img src="http://www.petetracey.com/wp-content/uploads/2009/12/bbpos.gif" alt="bbpos" title="bbpos" width="538" height="462" class="alignnone size-full wp-image-89" /><br />
<br/><br />
My initial impression is that the Blueprint CSS Framework is well worth learning and using for reduced development time and great simplicity and easier maintenance. Two thumbs up!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.petetracey.com/2009/12/blueprint-css-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

