<?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>/blog &#187; CSS</title>
	<atom:link href="http://www.9ls.org/blog/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.9ls.org/blog</link>
	<description>The world according to Nils</description>
	<lastBuildDate>Fri, 18 Jun 2010 11:37:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Site specific stylesheets in Mozilla</title>
		<link>http://www.9ls.org/blog/2005/12/20/site-specific-stylesheets-in-mozilla/</link>
		<comments>http://www.9ls.org/blog/2005/12/20/site-specific-stylesheets-in-mozilla/#comments</comments>
		<pubDate>Mon, 19 Dec 2005 22:16:50 +0000</pubDate>
		<dc:creator>Nils</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.9ls.org/blog/?p=12</guid>
		<description><![CDATA[One of the new features in Mozilla Firefox 1.5 is the at-rule for matching on site/document. This allows you to make site specific[1] css rules in your userContent.css[2]file. Example of the syntax: @-moz-document url-prefix(http://www.domain.com/) { &#160;body { &#160;&#160;&#160;background: white !important; &#160;&#160;&#160;color: black ! important; &#160;} } In the example above the you would overrule any [...]]]></description>
		<wfw:commentRss>http://www.9ls.org/blog/2005/12/20/site-specific-stylesheets-in-mozilla/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Usercontent and CSS3 selectors</title>
		<link>http://www.9ls.org/blog/2005/09/07/usercontent-and-css3-selectors/</link>
		<comments>http://www.9ls.org/blog/2005/09/07/usercontent-and-css3-selectors/#comments</comments>
		<pubDate>Wed, 07 Sep 2005 16:16:59 +0000</pubDate>
		<dc:creator>Nils</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.9ls.org/blog/?p=10</guid>
		<description><![CDATA[In CSS 3 there is a several new attribute selectors. Especially interesting is the &#8220;Substring matching attribute selectors&#8220; [att$=val] Represents the att attribute whose value ends with the suffix &#8220;val&#8221; Both Mozilla and Safari has implemented support for this css3 property. Though it might be a bit early use to on the net considering the [...]]]></description>
		<wfw:commentRss>http://www.9ls.org/blog/2005/09/07/usercontent-and-css3-selectors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generic font-family</title>
		<link>http://www.9ls.org/blog/2005/04/22/generic-font-family/</link>
		<comments>http://www.9ls.org/blog/2005/04/22/generic-font-family/#comments</comments>
		<pubDate>Fri, 22 Apr 2005 20:11:45 +0000</pubDate>
		<dc:creator>Nils</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.9ls.org/blog/?p=7</guid>
		<description><![CDATA[Style sheet designers are encouraged to offer a generic font family as a last alternative. Generic font family names are keywords and must NOT be quoted. [1] This should be common knowlegde for anyone that is working with CSS, but what happens when you use a generic font-family that is not strictly defined. The examples [...]]]></description>
		<wfw:commentRss>http://www.9ls.org/blog/2005/04/22/generic-font-family/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
