<?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>ohbrooke &#187; hex colors</title>
	<atom:link href="http://ohbrooke.com/tag/hex-colors/feed/" rel="self" type="application/rss+xml" />
	<link>http://ohbrooke.com</link>
	<description></description>
	<lastBuildDate>Sun, 28 Aug 2011 17:09:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Blog Tips: Changing Colors</title>
		<link>http://ohbrooke.com/2009/11/03/blog-tips-changing-colors/</link>
		<comments>http://ohbrooke.com/2009/11/03/blog-tips-changing-colors/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 13:34:00 +0000</pubDate>
		<dc:creator>ohbrooke</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[changing blog colors]]></category>
		<category><![CDATA[hex colors]]></category>

		<guid isPermaLink="false">http://ohbrooke.com/?p=1775</guid>
		<description><![CDATA[Your blog reads hexidecimal colors. They are represented in six digit values. I create these hex colors through my eyedropper tool in Photoshop, but if you don&#8217;t have this at your disposal, you can use 2createawebsite.com to generate hex colors. You can copy and paste any hex number {will look something like this: #B14646} with [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1776" title="Picture 2" src="http://ohbrooke.com/wp-content/uploads/2009/11/Picture-2.jpg" alt="Picture 2" width="487" height="486" /></p>
<p>Your blog reads <a href="http://www.w3schools.com/Html/html_colors.asp" target="_blank">hexidecimal colors</a>. They are represented in six digit values. I create these hex colors through my eyedropper tool in Photoshop, but if you don&#8217;t have this at your disposal, you can use <a href="http://www.2createawebsite.com/build/hex-colors.html" target="_blank">2createawebsite.com</a> to generate hex colors. You can copy and paste any hex number {will look something like this: #B14646} with any hex number you have in your stylesheet.</p>
<h2>A reminder on how to get to your stylesheets:</h2>
<p><strong>For WordPress</strong></p>
<p>In the admin section, Appearance/Editor, your file might be called “stylesheet.css” or some other “.css” file. If there are more than one, open them all and you’ll be using the longest one.</p>
<p><strong>For Blogpsot</strong></p>
<p>In the admin section, under Layout/Edit HTML, your stylesheet is hardcoded all in one page with the blog. The styles are held at the top of the page between &lt;style&gt; tags {You can also use Layout/Fonts and Colors to paste your hex colors into}.</p>
<h2>Your code should look something like this:</h2>
<p>h1 {<br />
font-family: &#8216;Trebuchet&#8217;, Arial, sans-serif;<br />
font-weight: bold;<br />
font-size:24px;<br />
color: #333333;<br />
}</p>
<p><strong>**Just to be safe: copy and paste the entire code of what you are working on, into Notepad or Textedit, in case you forget a semi-colon, or something goes terribly wrong, you can put the old code back in a try again. Just a caution. You can’t miss a character or it won’t look correct and may break your page.**</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ohbrooke.com/2009/11/03/blog-tips-changing-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

