<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Progress Meters</title>
	<atom:link href="http://deowolf.com/2009/11/02/progress-meters/feed/" rel="self" type="application/rss+xml" />
	<link>http://deowolf.com/2009/11/02/progress-meters/</link>
	<description>Rambelings of an aspiring writer.</description>
	<lastBuildDate>Wed, 04 Nov 2009 18:34:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Thomas</title>
		<link>http://deowolf.com/2009/11/02/progress-meters/comment-page-1/#comment-5</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Wed, 04 Nov 2009 18:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://deowolf.com/?p=49#comment-5</guid>
		<description>Thank you so much for your help, and your plug-in.  I was able to change the color to what I wanted.  I am not savvy when it comes to code, so I think I will leave the themes CSS sheet alone.  But, the code snippet your provided did the trick.  Thanks.</description>
		<content:encoded><![CDATA[<p>Thank you so much for your help, and your plug-in.  I was able to change the color to what I wanted.  I am not savvy when it comes to code, so I think I will leave the themes CSS sheet alone.  But, the code snippet your provided did the trick.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Penney</title>
		<link>http://deowolf.com/2009/11/02/progress-meters/comment-page-1/#comment-4</link>
		<dc:creator>Jason Penney</dc:creator>
		<pubDate>Wed, 04 Nov 2009 11:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://deowolf.com/?p=49#comment-4</guid>
		<description>Glad you found the plugin useful.  

Overriding the default styles should be pretty easy (in your case you&#039;d edit &quot;/themes/nightfallserenade/style.css&quot;, if you edit the sheet that comes with ProgPress it&#039;ll be lost every time an upgrade comes out).

Because your theme loads it&#039;s styles before the plugin does, you just have to be a bit more specific.  So if you want to override the meter color you&#039;d add:

body div.jcp_pp_meter div { background-color: #00008B; }

to change the font you can add (for example)

body div.jcp_pp { font-family: Geneva,Arial,Helvetica,sans-serif; color: #f00; }</description>
		<content:encoded><![CDATA[<p>Glad you found the plugin useful.  </p>
<p>Overriding the default styles should be pretty easy (in your case you&#8217;d edit &#8220;/themes/nightfallserenade/style.css&#8221;, if you edit the sheet that comes with ProgPress it&#8217;ll be lost every time an upgrade comes out).</p>
<p>Because your theme loads it&#8217;s styles before the plugin does, you just have to be a bit more specific.  So if you want to override the meter color you&#8217;d add:</p>
<p>body div.jcp_pp_meter div { background-color: #00008B; }</p>
<p>to change the font you can add (for example)</p>
<p>body div.jcp_pp { font-family: Geneva,Arial,Helvetica,sans-serif; color: #f00; }</p>
]]></content:encoded>
	</item>
</channel>
</rss>
