<?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>xmz &#187; css</title>
	<atom:link href="http://xmz.mx/tags/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://xmz.mx</link>
	<description>by Xavier Muñiz</description>
	<lastBuildDate>Mon, 29 Aug 2011 15:24:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Override inline styles (this is not for you, IE fans)</title>
		<link>http://xmz.mx/2008/05/09/override-inline-styles-this-is-not-for-you-ie-fans/</link>
		<comments>http://xmz.mx/2008/05/09/override-inline-styles-this-is-not-for-you-ie-fans/#comments</comments>
		<pubDate>Fri, 09 May 2008 15:02:25 +0000</pubDate>
		<dc:creator>Xavier Muñiz</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[inline styles]]></category>
		<category><![CDATA[natalie jost]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://xmz.mx/2008/05/09/override-inline-styles-this-is-not-for-you-ie-fans/</guid>
		<description><![CDATA[Natalie Jost wrote a very interesting article about how to override inline styles from the CSS style sheet. Why would you need something like this? Well, let&#8217;s say you are working with some old CMS with poor render techniques that insist on create and style HTML &#8220;on the fly&#8221;, without template flexibility (Yes, I have [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.standardsforlife.com/">Natalie Jost</a> wrote a very interesting article about how to override inline styles from the CSS style sheet.</p>
<p>Why would you need something like this?</p>
<p>Well, let&#8217;s say you are working with some old CMS with poor render techniques that insist on create and style HTML &#8220;on the fly&#8221;, without template flexibility (Yes, I have found a lot of these being used with my clients)&#8230; Or a worst case: You have to publish documents that were exported to HTML from a crappy desktop word processor (Some companies have this kind of procedures to publish press statements, financial reports and other documents).</p>
<p>So, here&#8217;s the magic sentence:</p>
<pre>

/* override inline styles */
span[style^=""]{
    color: inherit !important;
    font-size: inherit !important;
}
</pre>
<p>But please, go to Natalie&#8217;s blog and <a href="http://www.standardsforlife.com/override-inline-styles-from-the-stylesheet/">read the explanation</a>.</p>
<p>I really hope you don&#8217;t need this, but it is good to have these tools handy, just in case.</p>
]]></content:encoded>
			<wfw:commentRss>http://xmz.mx/2008/05/09/override-inline-styles-this-is-not-for-you-ie-fans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yay! It&#8217;s a naked blog!</title>
		<link>http://xmz.mx/2008/04/08/yay-its-a-naked-blog/</link>
		<comments>http://xmz.mx/2008/04/08/yay-its-a-naked-blog/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 00:25:55 +0000</pubDate>
		<dc:creator>Xavier Muñiz</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css naked day]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://xmz.mx/2008/04/08/yay-its-a-naked-blog/</guid>
		<description><![CDATA[If you are not reading this blog on an RSS aggregator, you&#8217;ll notice the graphic layout has gone. That&#8217;s because this year, April 9 is CSS Naked Day, when a lot of websites around the world just strip their clothes styles and show of their markup au naturel, with the objective of vindicate XHTML as [...]]]></description>
			<content:encoded><![CDATA[<p>If you are not reading this blog on an RSS aggregator, you&#8217;ll notice the graphic layout has gone.</p>
<p>That&#8217;s because this year, April 9 is <a href="http://naked.dustindiaz.com/">CSS Naked Day</a>, when a lot of websites around the world just strip their <del>clothes</del> styles and show of their markup <em>au naturel</em>, with the objective of vindicate <strong>XHTML as a markup language</strong> and not a graphical design platform.</p>
<p>So, being a defender of web standards, XHTML+CSS and all that, I decided to join the party and show off my naked &lt;body&gt;. And well&#8230; I just noticed my templates need some workout.</p>
]]></content:encoded>
			<wfw:commentRss>http://xmz.mx/2008/04/08/yay-its-a-naked-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

