<?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: Per-site custom CSS in Firefox</title>
	<atom:link href="http://coreygilmore.com/blog/2008/10/23/per-site-custom-css-in-firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://coreygilmore.com/blog/2008/10/23/per-site-custom-css-in-firefox/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 11:13:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Alle Links unterstrichen - Seite 2 - DIGITAL FERNSEHEN - Forum</title>
		<link>http://coreygilmore.com/blog/2008/10/23/per-site-custom-css-in-firefox/comment-page-1/#comment-66358</link>
		<dc:creator>Alle Links unterstrichen - Seite 2 - DIGITAL FERNSEHEN - Forum</dc:creator>
		<pubDate>Thu, 10 Nov 2011 14:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=454#comment-66358</guid>
		<description>[...] url-prefix(http://forum.digitalfernsehen.de/forum/){ a{text-decoration:none !important;}}  http://coreygilmore.com/blog/2008/10...ss-in-firefox/  geht auch mit STYLISH und dan brauchst du kein [...]</description>
		<content:encoded><![CDATA[<p>[...] url-prefix(http://forum.digitalfernsehen.de/forum/){ a{text-decoration:none !important;}}  <a href="http://coreygilmore.com/blog/2008/10...ss-in-firefox/" rel="nofollow">http://coreygilmore.com/blog/2008/10&#8230;ss-in-firefox/</a>  geht auch mit STYLISH und dan brauchst du kein [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using custom CSS to remove the new Facebook News Scroller (Chrome &#38; Firefox) &#171; &#171; Exit 20 Exit 20</title>
		<link>http://coreygilmore.com/blog/2008/10/23/per-site-custom-css-in-firefox/comment-page-1/#comment-65853</link>
		<dc:creator>Using custom CSS to remove the new Facebook News Scroller (Chrome &#38; Firefox) &#171; &#171; Exit 20 Exit 20</dc:creator>
		<pubDate>Wed, 21 Sep 2011 16:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=454#comment-65853</guid>
		<description>[...] took some directions from http://coreygilmore.com/blog/2008/10/23/per-site-custom-css-in-firefox/ [...]</description>
		<content:encoded><![CDATA[<p>[...] took some directions from http://coreygilmore.com/blog/2008/10/23/per-site-custom-css-in-firefox/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alghero</title>
		<link>http://coreygilmore.com/blog/2008/10/23/per-site-custom-css-in-firefox/comment-page-1/#comment-64874</link>
		<dc:creator>alghero</dc:creator>
		<pubDate>Sat, 23 Apr 2011 18:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=454#comment-64874</guid>
		<description>In Facebook if you want to hide the right colum (usually used for ADV) just use:

@-moz-document domain(facebook.com) {
 #pagelet_right_sidebar {
    display:none;
	}
}</description>
		<content:encoded><![CDATA[<p>In Facebook if you want to hide the right colum (usually used for ADV) just use:</p>
<p>@-moz-document domain(facebook.com) {<br />
 #pagelet_right_sidebar {<br />
    display:none;<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rowsdower!</title>
		<link>http://coreygilmore.com/blog/2008/10/23/per-site-custom-css-in-firefox/comment-page-1/#comment-64837</link>
		<dc:creator>rowsdower!</dc:creator>
		<pubDate>Fri, 01 Apr 2011 13:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=454#comment-64837</guid>
		<description>@simontron, you just append &quot;!important&quot; to the end of each style option you are setting. For example:

body{padding:0;}

becomes:

body{padding:0 !important;}

Note that the &quot;!important&quot; part comes BEFORE the closing &quot;;&quot; character.</description>
		<content:encoded><![CDATA[<p>@simontron, you just append &#034;!important&#034; to the end of each style option you are setting. For example:</p>
<p>body{padding:0;}</p>
<p>becomes:</p>
<p>body{padding:0 !important;}</p>
<p>Note that the &#034;!important&#034; part comes BEFORE the closing &#034;;&#034; character.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simotron</title>
		<link>http://coreygilmore.com/blog/2008/10/23/per-site-custom-css-in-firefox/comment-page-1/#comment-62213</link>
		<dc:creator>simotron</dc:creator>
		<pubDate>Tue, 18 Jan 2011 18:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=454#comment-62213</guid>
		<description>Hi I have a problem with the cascade!
I would find this costumization very useful if the style passed to the browser would be the last in the cascade, as it&#039;s not the last one,  original site&#039;s css override my costumization!
I want to see visited link on sites that keep the same color but my style is processed but than cutted by original author style a 
Any idea how to do?</description>
		<content:encoded><![CDATA[<p>Hi I have a problem with the cascade!<br />
I would find this costumization very useful if the style passed to the browser would be the last in the cascade, as it&#039;s not the last one,  original site&#039;s css override my costumization!<br />
I want to see visited link on sites that keep the same color but my style is processed but than cutted by original author style a<br />
Any idea how to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: And now for something completely different! &#124; Rebellious Thoughts</title>
		<link>http://coreygilmore.com/blog/2008/10/23/per-site-custom-css-in-firefox/comment-page-1/#comment-52844</link>
		<dc:creator>And now for something completely different! &#124; Rebellious Thoughts</dc:creator>
		<pubDate>Wed, 01 Sep 2010 21:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=454#comment-52844</guid>
		<description>[...] Firefox also renders my CSS correctly, with a few exceptions.  Firefox&#8217;s support for CSS3 attribution statements, which I&#8217;ve used here because they&#8217;re awesome, is somewhat limited.  As such, some orange text and images will occur.  As I don&#8217;t routinely use Firefox, I&#8217;m not about to go and find complicated methods of doing hat Opera can do in a single line.  If someone else finds a way to remedy the issues Firefox has with my CSS, feel free to post a link to your version here, and I&#8217;ll include it in this post.  Directions for how to customize your Firefox CSS can be found here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Firefox also renders my CSS correctly, with a few exceptions.  Firefox&#039;s support for CSS3 attribution statements, which I&#039;ve used here because they&#039;re awesome, is somewhat limited.  As such, some orange text and images will occur.  As I don&#039;t routinely use Firefox, I&#039;m not about to go and find complicated methods of doing hat Opera can do in a single line.  If someone else finds a way to remedy the issues Firefox has with my CSS, feel free to post a link to your version here, and I&#039;ll include it in this post.  Directions for how to customize your Firefox CSS can be found here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: motoculteur</title>
		<link>http://coreygilmore.com/blog/2008/10/23/per-site-custom-css-in-firefox/comment-page-1/#comment-52575</link>
		<dc:creator>motoculteur</dc:creator>
		<pubDate>Wed, 07 Jul 2010 03:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=454#comment-52575</guid>
		<description>i tried the third one and it works for me.</description>
		<content:encoded><![CDATA[<p>i tried the third one and it works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://coreygilmore.com/blog/2008/10/23/per-site-custom-css-in-firefox/comment-page-1/#comment-52559</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Sun, 04 Jul 2010 02:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=454#comment-52559</guid>
		<description>@harbin91 I&#039;m not positive, but I&#039;d try one of the following:
&lt;pre lang=&quot;css&quot;&gt;
@-moz-document domain(*) { /* rules */ }
@-moz-document * { /* rules */ }
@-moz-document url-prefix(http) { /* rules */ }
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@harbin91 I&#039;m not positive, but I&#039;d try one of the following:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #a1a100;">@-moz-document domain(*) { /* rules */ }</span>
<span style="color: #a1a100;">@-moz-document * { /* rules */ }</span>
<span style="color: #a1a100;">@-moz-document url-prefix(http) { /* rules */ }</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: harbin91</title>
		<link>http://coreygilmore.com/blog/2008/10/23/per-site-custom-css-in-firefox/comment-page-1/#comment-52558</link>
		<dc:creator>harbin91</dc:creator>
		<pubDate>Sat, 03 Jul 2010 19:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=454#comment-52558</guid>
		<description>Awesome guide, but any way I can make it so it&#039;s applied to every page I visit?  I want to actually change it so I can control what the hyperlinks look like.</description>
		<content:encoded><![CDATA[<p>Awesome guide, but any way I can make it so it&#039;s applied to every page I visit?  I want to actually change it so I can control what the hyperlinks look like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Internet-Police</title>
		<link>http://coreygilmore.com/blog/2008/10/23/per-site-custom-css-in-firefox/comment-page-1/#comment-52345</link>
		<dc:creator>Internet-Police</dc:creator>
		<pubDate>Mon, 12 Apr 2010 22:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=454#comment-52345</guid>
		<description>Ich habe eine beschwerde ein gewisser user bei php-fusion ha das firefoxlogo kopiert und bei sich eingefügt. der beweiß http://dki.bplaced.net/</description>
		<content:encoded><![CDATA[<p>Ich habe eine beschwerde ein gewisser user bei php-fusion ha das firefoxlogo kopiert und bei sich eingefügt. der beweiß <a href="http://dki.bplaced.net/" rel="nofollow">http://dki.bplaced.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://coreygilmore.com/blog/2008/10/23/per-site-custom-css-in-firefox/comment-page-1/#comment-37638</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 13 Nov 2009 06:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=454#comment-37638</guid>
		<description>Awesome buddy, but is there any way I can click a button or bookmark to apply my custom CSS to any page which I am currently looking at?  I used to do this using Web Developer Toolbar, but as you say, it&#039;s a pain.

Actually, I&#039;d really like to be able to override the CSS which gets applied when you click View &gt; Page Style &gt; No Style

Cheers, Adam.</description>
		<content:encoded><![CDATA[<p>Awesome buddy, but is there any way I can click a button or bookmark to apply my custom CSS to any page which I am currently looking at?  I used to do this using Web Developer Toolbar, but as you say, it&#039;s a pain.</p>
<p>Actually, I&#039;d really like to be able to override the CSS which gets applied when you click View &gt; Page Style &gt; No Style</p>
<p>Cheers, Adam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bowman</title>
		<link>http://coreygilmore.com/blog/2008/10/23/per-site-custom-css-in-firefox/comment-page-1/#comment-37626</link>
		<dc:creator>Bowman</dc:creator>
		<pubDate>Fri, 13 Nov 2009 02:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://coreygilmore.com/?p=454#comment-37626</guid>
		<description>Thanks, now I can block all those ads on your site.</description>
		<content:encoded><![CDATA[<p>Thanks, now I can block all those ads on your site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 552/572 objects using disk: basic
Content Delivery Network via Amazon Web Services: S3: cdn01.coreygilmore.com

Served from: coreygilmore.com @ 2012-02-07 23:31:06 -->
