<?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>Graph Paper Press &#187; mono</title>
	<atom:link href="http://graphpaperpress.com/tag/mono/feed/" rel="self" type="application/rss+xml" />
	<link>http://graphpaperpress.com</link>
	<description>Graph Paper Press specializes in photo, video and multimedia themes for Wordpress.</description>
	<lastBuildDate>Mon, 21 May 2012 12:30:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Monochrome Lite</title>
		<link>http://graphpaperpress.com/2008/02/06/monochrome-lite/</link>
		<comments>http://graphpaperpress.com/2008/02/06/monochrome-lite/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 06:23:39 +0000</pubDate>
		<dc:creator>Thad Allender</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[mono]]></category>

		<guid isPermaLink="false">http://graphpaperpress.com/2008/02/06/monochrome-lite/</guid>
		<description><![CDATA[Monochrome Lite is a <strong>free</strong> widgetized theme for Wordpress packaged with an author archives page, seven rotating header images, posts with thumbnail and pullquote custom fields options and a CSS framework to aid in customization.]]></description>
			<content:encoded><![CDATA[<p>
	<a href="http://graphpaperpress.com/themes/"><img src="http://d20g70ffbsoayt.cloudfront.net/wp-content/uploads/2008/02/monochrome_lite.jpg" alt="Graph Paper Press Themes" width="200" height="275" class="alignleft" /></a>
	</p><p>Monochrome Lite is a <strong>free</strong> widgetized theme for WordPress packaged with an author archives page, seven random rotating header images, posts with thumbnail and pullquote custom fields options and a CSS framework to aid in customization.</p>
<p><strong>Installation</strong></p>
<ol>
<li>Unzip the downloaded file</li>
<li>Upload the entire “Monochrome Lite″ folder to your “/wp-content/themes/” folder</li>
<li>Log in into your WordPress control panel</li>
<li>Click the Presentation tab</li>
<li>Select the “Monochrome Lite” screenshot</li>
</ol>
<p><strong>Configuration</strong></p>
<ol>
<li><b>GETTING STARTED:</b>  By default, Monochrome Lite displays the latest entry, followed by the excerpts of the previous five entries.</li>
<li><b>PHOTOS, PULLQUOTES, CUSTOM FIELDS:</b> This theme uses custom fields to manage all photos and thumbnail photos.  In your WordPress settings, you can change the dimensions on both thumbnail and medium sized photos.  Change the thumbnail width to 128 px wide by 128px tall.  Change the medium photo size to 575 px wide.  Save the settings.  WordPress will resize every photo uploaded to the dimensions described above.  After uploading the photo into WordPress using the media uploader, copy the link to this thumbnail photo and paste it into the custom field value, with a key called &#8220;thumbnail.&#8221;  Copy the link to the medium photo (575 pixels wide maximum) and paste it into the custom field value, with a key called &#8220;photo.&#8221;  <a href="http://d20g70ffbsoayt.cloudfront.net/wp-content/uploads/2008/02/picture-2.png">Here is a screenshot</a> of all properly filled out fields.  If you want pullquotes, then simply create a key called &#8220;pullquote&#8221; and type your pullquote into the custom field value.  <a href="http://d20g70ffbsoayt.cloudfront.net/wp-content/uploads/2008/02/picture-2.png">Here is a screenshot</a> of all three properly filled out fields.</li>
<li><b>YOUR AUTHORS PAGE:</b> Monochrome Lite comes packaged with an author archive (authors.php), which will display some author specific info pulled from the Users page in your WordPress installation.  In order for the author&#8217;s image to show up, you&#8217;ll need to place a jpg of the author titled by the author&#8217;s last name in the wp-content/themes/monochrome_lite/images/authors/ folder.  For instance, mine is <a href="http://gridline.thadallender.com/wp-content/themes/gridline/images/authors/Allender.jpg">Allender.jpg</a>, sized at 75px X 75px.  Here is an <a href="http://graphpaperpress.com/demo/monochrome/author/admin/">example author page.</a></li>
<li><strong>STYLES.CSS:</strong> Unlike most WordPress themes which plug all the css in one file called styles.css, Monochrome utilizes the <a href="http://code.google.com/p/blueprintcss/">Blueprint</a> CSS framework to help separate positioning, typography, forms and what I&#8217;ll refer to as <em>custom</em> or <em>Monochrome</em> specific styles.  To edit all <em>custom Monochrome</em> specific styles, you&#8217;ll need to edit the file style.css in your wp/wp-content/themes/monochrome/ directory.</li>
</ol>
<hr />
<h1 class="alt">ABOUT BLUEPRINT</h1>
<hr />
This theme utilizes a CSS framework called <a href="http://code.google.com/p/blueprintcss/">Blueprint</a>.  Who is credited for the ideas behind Blueprint?  Some of the best designers on the web.  They include <a href="http://jeffcroft.com">Jeff Croft</a>, designer for <a href="http://blueflavor.com/">Blue Flavor</a>, <a href="http://subtraction.com">Khoi Vinh</a>, design director for <a href="http://nytimes.com">NYTimes.com</a>, <a href="http://playgroundblues.com/">Nathan Borror</a>, <a href="http://mintchaos.com/">Christian Metts</a>, <a href="http://meyerweb.com/eric">Eric Meyer</a>, <a href="http://wilsonminer.com/">Wilson Minor</a>, <a href="http://twinhelix.com/">Angus Turnbull</a>, <a href="http://bjorkoy.com/">Olav Bjorkoy</a> and a few others.  Most major websites use some form of css framework to allow for rapid, consistent development and design.  <a href="http://www.blueflavor.com/blog/design/blueprintcss_101.php">Take the Blueprint 101 course</a> to learn about all the possibilities.</p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://graphpaperpress.com/2008/02/06/monochrome-lite/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 11/16 queries in 0.031 seconds using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d20g70ffbsoayt.cloudfront.net

Served from: graphpaperpress.com @ 2012-05-21 05:06:46 -->
