<?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"
	>
<channel>
	<title>Comments on: Upgraded to WordPress 2.0.3</title>
	<atom:link href="http://www.surpluscode.com/2006/06/14/upgraded-to-wordpress-203/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.surpluscode.com/2006/06/14/upgraded-to-wordpress-203/</link>
	<description>C#, PHP, CSS, DHTML, AJAX</description>
	<pubDate>Fri, 30 Jul 2010 12:31:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: veha</title>
		<link>http://www.surpluscode.com/2006/06/14/upgraded-to-wordpress-203/#comment-3</link>
		<dc:creator>veha</dc:creator>
		<pubDate>Fri, 23 Jun 2006 14:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.surplusmeat.com/2006/06/14/upgraded-to-wordpress-203/#comment-3</guid>
		<description>Peter,

I probably can\'t give you a quick answer on this. I am assuming by your question that you either are not very family with CSS or you haven\'t poked around the theme\'s PHP files. If it\'s the former, then I probably can\'t give you a quick and easy answer. I\'ll try below, but it may require a full length post to fully walk you through the process.

In the style.css file, look for the \"a\" markups. If you are new to CSS, you can visit &lt;a rel=\"nofollow\" href=\"http://www.htmldog.com/guides/cssbeginner/\" rel="nofollow"&gt;HTML Dog&lt;/a&gt; or google for one of the many tutorials sites out there.

Here is one example to change the default link colors via CSS. On line 49-51 in the Hemingway Reloaded style.css file, the default link color is set to black (#000000).
&lt;code&gt;
a{
color: #000000;
}
&lt;/code&gt;

To change it to blue, you simple change the color attribute:
&lt;code&gt;
a{
color: #0000ff;
}
&lt;/code&gt;

That\'s easy, right? Well, not really. You have changed the default link color; however, with CSS, markups can be nested. Again visit &lt;a rel=\"nofollow\" href=\"http://www.htmldog.com/guides/cssintermediate/grouping/\" rel="nofollow"&gt; HTML Dog&lt;/a&gt; for an explaination on grouping and nesting in CSS.

For now, in style.css, search for the phrase &lt;strong&gt;hover&lt;/strong&gt;. This is the style that will be applied when the mouse hovers over the link. Wherever you find hover in style.css, you will probably find the style for the normal state of the link. Just look up a few lines for a similiar markup block.

Again, I apologize that I can\'t give a more specific answer. Aside from the initial learning curve of CSS, I have also hacked my style.css (and the other pages in the theme) so much that I just can\'t tell you which line to change, etc. I will see if I can do a full write up sometime in the next couple of weeks.

Good luck and congrats on being the first comment!

-Veha</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>I probably can\&#8217;t give you a quick answer on this. I am assuming by your question that you either are not very family with CSS or you haven\&#8217;t poked around the theme\&#8217;s PHP files. If it\&#8217;s the former, then I probably can\&#8217;t give you a quick and easy answer. I\&#8217;ll try below, but it may require a full length post to fully walk you through the process.</p>
<p>In the style.css file, look for the \&#8221;a\&#8221; markups. If you are new to CSS, you can visit <a rel=\"nofollow\" href=\"http://www.htmldog.com/guides/cssbeginner/\" rel="nofollow">HTML Dog</a> or google for one of the many tutorials sites out there.</p>
<p>Here is one example to change the default link colors via CSS. On line 49-51 in the Hemingway Reloaded style.css file, the default link color is set to black (#000000).<br />
<code><br />
a{<br />
color: #000000;<br />
}<br />
</code></p>
<p>To change it to blue, you simple change the color attribute:<br />
<code><br />
a{<br />
color: #0000ff;<br />
}<br />
</code></p>
<p>That\&#8217;s easy, right? Well, not really. You have changed the default link color; however, with CSS, markups can be nested. Again visit <a rel=\"nofollow\" href=\"http://www.htmldog.com/guides/cssintermediate/grouping/\" rel="nofollow"> HTML Dog</a> for an explaination on grouping and nesting in CSS.</p>
<p>For now, in style.css, search for the phrase <strong>hover</strong>. This is the style that will be applied when the mouse hovers over the link. Wherever you find hover in style.css, you will probably find the style for the normal state of the link. Just look up a few lines for a similiar markup block.</p>
<p>Again, I apologize that I can\&#8217;t give a more specific answer. Aside from the initial learning curve of CSS, I have also hacked my style.css (and the other pages in the theme) so much that I just can\&#8217;t tell you which line to change, etc. I will see if I can do a full write up sometime in the next couple of weeks.</p>
<p>Good luck and congrats on being the first comment!</p>
<p>-Veha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.surpluscode.com/2006/06/14/upgraded-to-wordpress-203/#comment-2</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Fri, 23 Jun 2006 09:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.surplusmeat.com/2006/06/14/upgraded-to-wordpress-203/#comment-2</guid>
		<description>thanks for this. Is there any chance you can tell me what you change in the CSS file to make links appear, either on the homepage, or just to change their colour in general?

much appreciated!</description>
		<content:encoded><![CDATA[<p>thanks for this. Is there any chance you can tell me what you change in the CSS file to make links appear, either on the homepage, or just to change their colour in general?</p>
<p>much appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
