<?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: Stylesheet Switching</title>
	<atom:link href="http://blog.bfg9000.co.uk/stylesheet-switching/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bfg9000.co.uk/stylesheet-switching/</link>
	<description>Random blurb from BFG 9000</description>
	<lastBuildDate>Thu, 15 Sep 2011 16:19:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Vitor Martins</title>
		<link>http://blog.bfg9000.co.uk/stylesheet-switching/#comment-738</link>
		<dc:creator>Vitor Martins</dc:creator>
		<pubDate>Wed, 28 Jul 2010 19:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bfg9000.co.uk/?p=796#comment-738</guid>
		<description>Hello there. Sorry to be so late answering your comment but I&#039;ve found it only yesterday, when analising Google Analytics links to my site... 
Well, I&#039;ve tried what you told me and it didn&#039;t work. I&#039;m sure I&#039;ve used correct names for the style. What happens is like the site has lost his style, showing the default browser colors defined to links.

Thank you for your attention.
If possible answer to vinixtito@gmail.com or geral@puramistura.net so I can answer back sooner! 

Vitor Martins</description>
		<content:encoded><![CDATA[<p>Hello there. Sorry to be so late answering your comment but I&#8217;ve found it only yesterday, when analising Google Analytics links to my site&#8230;<br />
Well, I&#8217;ve tried what you told me and it didn&#8217;t work. I&#8217;m sure I&#8217;ve used correct names for the style. What happens is like the site has lost his style, showing the default browser colors defined to links.</p>
<p>Thank you for your attention.<br />
If possible answer to <a href="mailto:vinixtito@gmail.com">vinixtito@gmail.com</a> or <a href="mailto:geral@puramistura.net">geral@puramistura.net</a> so I can answer back sooner! </p>
<p>Vitor Martins</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BFG 9000</title>
		<link>http://blog.bfg9000.co.uk/stylesheet-switching/#comment-468</link>
		<dc:creator>BFG 9000</dc:creator>
		<pubDate>Wed, 02 Dec 2009 23:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bfg9000.co.uk/?p=796#comment-468</guid>
		<description>Hi Vitor,

In your header, you have this :-

link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://puramistura.net/wp-content/themes/minimalist/style.css&quot; /&gt;
link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://puramistura.net/wp-content/themes/minimalist/styles/white.css&quot; title=&quot;white&quot; /&gt;

link rel=&quot;alternate stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://puramistura.net/wp-content/themes/minimalist/styles/black.css&quot; title=&quot;black&quot; /&gt;
link rel=&quot;alternate stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://puramistura.net/wp-content/themes/minimalist/styles/blue.css&quot; title=&quot;blue&quot; /&gt;
link rel=&quot;alternate stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://puramistura.net/wp-content/themes/minimalist/styles/green.css&quot; title=&quot;green&quot; /&gt;
link rel=&quot;alternate stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://puramistura.net/wp-content/themes/minimalist/styles/grey.css&quot; title=&quot;grey&quot; /&gt;


If you wanted (for example) the green to be default - you would change it to look like this :-


link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://puramistura.net/wp-content/themes/minimalist/style.css&quot; /&gt;
link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://puramistura.net/wp-content/themes/minimalist/styles/green.css&quot; title=&quot;green&quot; /&gt;

link rel=&quot;alternate stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://puramistura.net/wp-content/themes/minimalist/styles/black.css&quot; title=&quot;black&quot; /&gt;
link rel=&quot;alternate stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://puramistura.net/wp-content/themes/minimalist/styles/blue.css&quot; title=&quot;blue&quot; /&gt;
link rel=&quot;alternate stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://puramistura.net/wp-content/themes/minimalist/styles/white.css&quot; title=&quot;white&quot; /&gt;
link rel=&quot;alternate stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://puramistura.net/wp-content/themes/minimalist/styles/grey.css&quot; title=&quot;grey&quot; /&gt;

(I had to remove the opening &#039;&lt;&#039;s from the above code).


Hope this helps,

BFG</description>
		<content:encoded><![CDATA[<p>Hi Vitor,</p>
<p>In your header, you have this :-</p>
<p>link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://puramistura.net/wp-content/themes/minimalist/style.css&#8221; /><br />
link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://puramistura.net/wp-content/themes/minimalist/styles/white.css&#8221; title=&#8221;white&#8221; /></p>
<p>link rel=&#8221;alternate stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://puramistura.net/wp-content/themes/minimalist/styles/black.css&#8221; title=&#8221;black&#8221; /><br />
link rel=&#8221;alternate stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://puramistura.net/wp-content/themes/minimalist/styles/blue.css&#8221; title=&#8221;blue&#8221; /><br />
link rel=&#8221;alternate stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://puramistura.net/wp-content/themes/minimalist/styles/green.css&#8221; title=&#8221;green&#8221; /><br />
link rel=&#8221;alternate stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://puramistura.net/wp-content/themes/minimalist/styles/grey.css&#8221; title=&#8221;grey&#8221; /></p>
<p>If you wanted (for example) the green to be default &#8211; you would change it to look like this :-</p>
<p>link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://puramistura.net/wp-content/themes/minimalist/style.css&#8221; /><br />
link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://puramistura.net/wp-content/themes/minimalist/styles/green.css&#8221; title=&#8221;green&#8221; /></p>
<p>link rel=&#8221;alternate stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://puramistura.net/wp-content/themes/minimalist/styles/black.css&#8221; title=&#8221;black&#8221; /><br />
link rel=&#8221;alternate stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://puramistura.net/wp-content/themes/minimalist/styles/blue.css&#8221; title=&#8221;blue&#8221; /><br />
link rel=&#8221;alternate stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://puramistura.net/wp-content/themes/minimalist/styles/white.css&#8221; title=&#8221;white&#8221; /><br />
link rel=&#8221;alternate stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://puramistura.net/wp-content/themes/minimalist/styles/grey.css&#8221; title=&#8221;grey&#8221; /></p>
<p>(I had to remove the opening &#8216;<&#8216;s from the above code).</p>
<p>Hope this helps,</p>
<p>BFG</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitor</title>
		<link>http://blog.bfg9000.co.uk/stylesheet-switching/#comment-467</link>
		<dc:creator>Vitor</dc:creator>
		<pubDate>Wed, 02 Dec 2009 22:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bfg9000.co.uk/?p=796#comment-467</guid>
		<description>Hello there.
I have a theme that have a &quot;customize&quot; link to change the style &quot;on the fly&quot;. It&#039;s ok to see what color fits best, but I want to choose one so people coming to my site only see that one. By default it&#039;s based on white wich, for my bad luck, is not the color I want. I&#039;ve found the links on the &quot;customize&quot; link and discover this &quot;setActiveStyleSheet&quot; function but since it works on a link I can&#039;t do much with it. What would suggest me to do?

Regards

Vitor Martins</description>
		<content:encoded><![CDATA[<p>Hello there.<br />
I have a theme that have a &#8220;customize&#8221; link to change the style &#8220;on the fly&#8221;. It&#8217;s ok to see what color fits best, but I want to choose one so people coming to my site only see that one. By default it&#8217;s based on white wich, for my bad luck, is not the color I want. I&#8217;ve found the links on the &#8220;customize&#8221; link and discover this &#8220;setActiveStyleSheet&#8221; function but since it works on a link I can&#8217;t do much with it. What would suggest me to do?</p>
<p>Regards</p>
<p>Vitor Martins</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry James</title>
		<link>http://blog.bfg9000.co.uk/stylesheet-switching/#comment-83</link>
		<dc:creator>Henry James</dc:creator>
		<pubDate>Mon, 02 Mar 2009 22:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bfg9000.co.uk/?p=796#comment-83</guid>
		<description>Thank you for your help!</description>
		<content:encoded><![CDATA[<p>Thank you for your help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

