<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: @-rules</title>
		<link>http://en.forums.wordpress.com/topic/-rules</link>
		<description>WordPress.com Forums &#187; Topic: @-rules</description>
		<language>en</language>
		<pubDate>Sun, 26 May 2013 07:39:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/-rules" rel="self" type="application/rss+xml" />

		<item>
			<title>squarepixel on "@-rules"</title>
			<link>http://en.forums.wordpress.com/topic/-rules#post-1131950</link>
			<pubDate>Wed, 23 Jan 2013 17:16:59 +0000</pubDate>
			<dc:creator>squarepixel</dc:creator>
			<guid isPermaLink="false">1131950@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Applying some custom design for a specific post should be pretty easy.</p>
<p>If you look at the source code of your page, and search for the &#60;body&#62; tag, you will see that it has some useful CSS classes, such as:</p>
<p><code>&lt;body class=&quot;single single-post postid-3 single-format-standard ...</code></p>
<p>The useful part for you is the "postid-321", which is the unique ID of this post.</p>
<p>You can now style your specific content like this:</p>
<p><code>.postid-321 .element-I-want-to-change { background: yellow; color: black; }</code></p>
<p>If you want to make page-specific changes, this method should work fine.
</p>
]]></description>
					</item>
		<item>
			<title>ofrag on "@-rules"</title>
			<link>http://en.forums.wordpress.com/topic/-rules#post-1130985</link>
			<pubDate>Tue, 22 Jan 2013 21:18:01 +0000</pubDate>
			<dc:creator>ofrag</dc:creator>
			<guid isPermaLink="false">1130985@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The end goal was to make page specific modifications. So what you are proposing will work. </p>
<p><code>&lt;br /&gt;
.pagetype &gt; .element-I-want-to-change&lt;br /&gt;
</code></p>
<p>Now I'm just wondering what I would do if I had to change a specific post that shares a layout with other pages...</p>
<p>Currently AFIK the only browser that supports it is firefox.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "@-rules"</title>
			<link>http://en.forums.wordpress.com/topic/-rules#post-1130674</link>
			<pubDate>Tue, 22 Jan 2013 17:37:13 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1130674@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I read that @document has been deferred to CSS4:<br />
<a href="http://dev.w3.org/csswg/css3-conditional/#changes" rel="nofollow">http://dev.w3.org/csswg/css3-conditional/#changes</a></p>
<p>I also couldn't find much info on browser support, so I'm not sure how many browsers currently even support it.</p>
<p>What is your end goal? Are you trying to target specific types of pages? If so, WordPress.com applies body classes to all of the different page types and those can be used to target various page types.
</p>
]]></description>
					</item>
		<item>
			<title>ofrag on "@-rules"</title>
			<link>http://en.forums.wordpress.com/topic/-rules#post-1123785</link>
			<pubDate>Mon, 14 Jan 2013 18:45:50 +0000</pubDate>
			<dc:creator>ofrag</dc:creator>
			<guid isPermaLink="false">1123785@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Trying to use @document{} rule set and on update the system strips out the nested rule. </p>
<p>Example:<br />
<pre><code>@document url(&quot;http://www.w3.org/Style/CSS/&quot;) {
  #summary { background: yellow; color: black}
}</code></pre>
<p>on save result:<br />
<pre><code>@document url(&quot;http://www.w3.org/Style/CSS/&quot;) {
}
}</code></pre>
<p>Any pointers?
</p>
]]></description>
					</item>

	</channel>
</rss>
