<?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>WordPress Angel &#187; Design</title>
	<atom:link href="http://www.wordpressangel.com/topics/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordpressangel.com</link>
	<description>Bringing WordPress Down to Earth</description>
	<lastBuildDate>Wed, 07 Dec 2011 17:26:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Backgrounds: Quick updates to your site with Thesis</title>
		<link>http://www.wordpressangel.com/2010/06/custom-background-thesis/</link>
		<comments>http://www.wordpressangel.com/2010/06/custom-background-thesis/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 16:02:00 +0000</pubDate>
		<dc:creator>Lisa Brown</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.wordpressangel.com/?p=251</guid>
		<description><![CDATA[One of the questions I get a lot is what will it take to make my blog look like my site or less like a blog (or both). Here are some easy ways to begin making changes to your site. This is the first in a series of posts talking about easy ways to modify [...]]]></description>
			<content:encoded><![CDATA[<p>One of the questions I get a lot is what will it take to make my blog look like my site or less like a blog (or both).<br />
<div id="attachment_254" class="wp-caption alignright" style="width: 137px"><img class="size-full wp-image-254" title="My Background Pattern" src="http://www.wordpressangel.com/wp-content/uploads/2010/06/patt_4c0a6e3271f09.jpg" alt="" width="127" height="127" /><p class="wp-caption-text">Tiling Background Image</p></div><br />
Here are some easy ways to begin making changes to your site. This is the first in a series of posts talking about easy ways to modify your WordPress/Thesis site.</p>
<h3>Today, let&#8217;s tackle your background.</h3>
<p>Sure you can use the Design Options and set the background color. And if you&#8217;re feeling really adventurous you can even check the box that adds a cool shadow effect to the site. (this keys off your background color to create the shadow effect)</p>
<p>But what about adding a tiling image to your background? <a href="http://www.wordpressangel.com/tiling-background-thesis/">This page</a> has a custom tiling background, here&#8217;s how you can do it. (you can also do it for a particular post, more on that in a moment)</p>
<p>Enter custom.css &#8211; and a little bit of code. (don&#8217;t worry, it&#8217;s not hard to work with&#8230;)</p>
<p>First you&#8217;ll need an image to use as your background. Check out this site for generating background patterns: <a href="http://www.bgpatterns.com/ ">bgpatterns.com</a> (warning this site can be fun and you might find you spent more time there than you intended) and download your background. This site&#8217;s backgrounds are nice &#8211; because they seamlessly tile to create a background. Small file sizes create really striking looks.</p>
<p>Got your background? Good. You can rename the file to something easier to work with &#8211; if you downloaded from the bgpattern site &#8211; it will be a randomly generated name beginning with patt_. You&#8217;ll need to ftp or upload it to your web server. It belongs in the wp-content/themes/thesis/custom/images folder.</p>
<p>Now for custom.css. Go to the custom file editor in Thesis and you should see the the custom.css file there ready to edit.</p>
<p>Here&#8217;s what you&#8217;ll paste in:</p>
<pre>body.custom  {
  background:#F3F7FB url(images/wpa-clouds.jpg) repeat-x;
}</pre>
<p>Now change the name of the image to your background image&#8217;s name. That works for all the pages on your site &#8211; but what if you want to assign a special background to a particular page? Thesis makes that easy, actually!  For example, say you have a page called &#8220;services&#8221;. You can apply a different background on this page by using this css, because Thesis adds a css class for each page of your site. (home would be home, contact would be contact, basically whatever you entered in as the page&#8217;s name in the permalink or slug field.</p>
<pre>body.tiling-background-thesis {
 background:#F3F7FB url(images/patterntile.jpg) repeat;
}
</pre>
<p>If you wanted to &#8211; you could even apply different backgrounds to your category pages of your blog &#8211; the classes for these are created like this: cat_categoryname &#8211; so if you had a category called Beaches, it would be cat_beaches.</p>
<p>If you decide to apply this to a post, there&#8217;s one more step &#8211; after you&#8217;ve created your style, note what the class name is &#8211; that&#8217;s the part after the dot. Then edit your post, look in the SEO Details and Additional Style section for the  CSS Class field, add your class there (no dot) and update your post. That&#8217;s how I got the different background on this post! Easy!</p>
<p>There&#8217;s a lot more customization you can do with this system &#8211; but this is one of the simplest and easiest changes you can do to your Thesis site.  Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressangel.com/2010/06/custom-background-thesis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color Schemes and Color Scheme Tools</title>
		<link>http://www.wordpressangel.com/2009/07/color-schemes-tools/</link>
		<comments>http://www.wordpressangel.com/2009/07/color-schemes-tools/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 17:57:34 +0000</pubDate>
		<dc:creator>Lisa Brown</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.wordpressangel.com/?p=154</guid>
		<description><![CDATA[Color schemes aren&#8217;t technical, really, are they? You just pick what you like, right? Ah, not so fast. Color choice on your site can make or break how your site is received by it&#8217;s audience. Clash and you&#8217;ll drive visitors away with a headache from trying to read your red text on a blue background. [...]]]></description>
			<content:encoded><![CDATA[<p>Color schemes aren&#8217;t technical, really, are they? You just pick what you like, right? Ah, not so fast. Color choice on your site can make or break how your site is received by it&#8217;s audience. Clash and you&#8217;ll drive visitors away with a headache from trying to read your red text on a blue background.</p>
<p>What you can do: use a color scheme tool to test drive your color combination. These online tools make it easy (and fun) to try out all sorts of combinations. Some allow you to use an image as the basis for your scheme, others let you play with variations of colors, the color wheel and more.</p>
<p>Here&#8217;s 5 color scheme tools to help you generate a color palette for your site:</p>
<p><img class="aligncenter size-full wp-image-155" title="color-hunter" src="http://www.wordpressangel.com/wp-content/uploads/2009/07/color-hunter.jpg" alt="color-hunter" width="450" height="168" /></p>
<p><strong><a href="http://www.colorhunter.com/">ColorHunter</a></strong></p>
<p style="padding-left: 30px;">Get a color palette based on an image upload or image url &#8211; or just browse those already uploaded. This one is fun to play with and I really like how it picks the colors out of the image.</p>
<p><strong><a href="http://kuler.adobe.com/">Kuler by Adobe</a></strong></p>
<p style="padding-left: 30px;">Adobe&#8217;s online tool for color. Fun to browse through other&#8217;s submissions. View by most popular, highest rated, or random. You can download these palettes, for use in Adobe CS2 &amp; CS3.</p>
<p><strong><a href="http://www.colr.org/">Colr.org</a></strong></p>
<p style="padding-left: 30px;">pick a color scheme from selections from images found on flickr, your own uploaded image or colors from specific websites. You pick from the colors found within the image.</p>
<p><img class="aligncenter size-full wp-image-156" title="cssdrive-palette-generator" src="http://www.wordpressangel.com/wp-content/uploads/2009/07/cssdrive-palette-generator.jpg" alt="cssdrive-palette-generator" width="450" height="295" /></p>
<p><strong><a href="http://www.cssdrive.com/imagepalette/">Color Palette Generator at CSSdrive</a></strong></p>
<p style="padding-left: 30px;">Generate from an image. Upload an image and this tool generates several color schemes: light, medium, dark and a complete color selection.</p>
<p><strong><a href="http://colorschemedesigner.com/">Color Scheme Designer</a></strong></p>
<p style="padding-left: 30px;">Love this, choose a color and you can preview a page example &#8211; a complete mockup page using either a light or dark background.</p>
<p>Color influences mood and sends a message, tells a story &#8211; and if your story being told by your color choice doesn&#8217;t match up with what you&#8217;re trying to accomplish on your site &#8211; well you just made your job that much harder. Color symbolism is a huge subject on it&#8217;s own, we&#8217;ll leave that subject for another day.</p>
<p>Once you&#8217;ve pinned down your color scheme &#8211; then you can provide those colors to your web designer or plug them into your css yourself. Have fun exploring colors!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressangel.com/2009/07/color-schemes-tools/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

