<?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: Dynamic background color for categories?</title>
		<link>http://en.forums.wordpress.com/topic/dynamic-background-color-for-categories</link>
		<description>WordPress.com Forums &#187; Topic: Dynamic background color for categories?</description>
		<language>en</language>
		<pubDate>Sun, 26 May 2013 01:53:28 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/dynamic-background-color-for-categories" rel="self" type="application/rss+xml" />

		<item>
			<title>sunburntkamel on "Dynamic background color for categories?"</title>
			<link>http://en.forums.wordpress.com/topic/dynamic-background-color-for-categories#post-82515</link>
			<pubDate>Tue, 29 May 2007 02:35:19 +0000</pubDate>
			<dc:creator>sunburntkamel</dc:creator>
			<guid isPermaLink="false">82515@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>yeah, height: 100%; would be beautiful if it worked.<br />
a list apart has the cannonical solution:<br />
<a href="http://www.alistapart.com/articles/fauxcolumns/" rel="nofollow">http://www.alistapart.com/articles/fauxcolumns/</a></p>
<p>otherwise you can pester atthe404 to see if he can explain his <a href="http://www.tamba2.org.uk/wordpress/Gemini/">gemini theme</a> to you, which does two full-length columns.
</p>
]]></description>
					</item>
		<item>
			<title>gveers on "Dynamic background color for categories?"</title>
			<link>http://en.forums.wordpress.com/topic/dynamic-background-color-for-categories#post-82273</link>
			<pubDate>Mon, 28 May 2007 15:30:30 +0000</pubDate>
			<dc:creator>gveers</dc:creator>
			<guid isPermaLink="false">82273@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>sunburnt, thanks to your help I have a fairly close approximation of where I want to go with my blog.  It can be found here:  deepleft.wordpress.com.  I highly recommend viewing in Mozilla if possible (I'll work on making it IE-friendly in time).</p>
<p>I was hoping someone could help me with 2 issues at this point:</p>
<p>- my left sidebar (class "primary") ends abruptly after all the widgets are shown, but I want it to extend to the footer.  I thought "height: 100%" in the CSS would do the trick but no dice.  I would like to extend it consistent with the "content" class it borders.</p>
<p>- I'm having issues using "float."  I can float my primary sidebar to the left (hurray!) but can't get my content box to run up against it.  I've tried A LOT to get this to work (including removing floats and all sorts of crazy stuff).  Any thoughts?</p>
<p>Note: everything was done in the Sandbox no-CSS theme.  Thanks for your help!
</p>
]]></description>
					</item>
		<item>
			<title>sunburntkamel on "Dynamic background color for categories?"</title>
			<link>http://en.forums.wordpress.com/topic/dynamic-background-color-for-categories#post-81486</link>
			<pubDate>Fri, 25 May 2007 13:52:43 +0000</pubDate>
			<dc:creator>sunburntkamel</dc:creator>
			<guid isPermaLink="false">81486@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>actually, as long as you use the "NoStylesheet" skin in the sandbox skins menu, you'll have the menu.  </p>
<p>if you want to use one of the standard layouts as a base, you can just copy the css into your edit css page</p>
<p>you can get the stylesheets here: <a href="http://s.wordpress.com/wp-content/themes/pub/sandbox/skins/2c-l.css" rel="nofollow">http://s.wordpress.com/wp-content/themes/pub/sandbox/skins/2c-l.css</a><br />
(the Global Navigation: N flag is the reason you can't just use the skin menu)
</p>
]]></description>
					</item>
		<item>
			<title>gveers on "Dynamic background color for categories?"</title>
			<link>http://en.forums.wordpress.com/topic/dynamic-background-color-for-categories#post-81429</link>
			<pubDate>Fri, 25 May 2007 05:32:05 +0000</pubDate>
			<dc:creator>gveers</dc:creator>
			<guid isPermaLink="false">81429@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for your help, sunburnt.  Here is my $1,000,000 question.</p>
<p>I like the category navigation bar that you get with Ambiru, Blix, etc.  Is it possible to code for something like this in Sandbox as well?  I'm thinking you could use a text box with HTML, essentially borrowing the code from another theme, but I could be way off.
</p>
]]></description>
					</item>
		<item>
			<title>sunburntkamel on "Dynamic background color for categories?"</title>
			<link>http://en.forums.wordpress.com/topic/dynamic-background-color-for-categories#post-81211</link>
			<pubDate>Thu, 24 May 2007 16:35:50 +0000</pubDate>
			<dc:creator>sunburntkamel</dc:creator>
			<guid isPermaLink="false">81211@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>that's the beauty of the sandbox theme.  it's the <em>only theme</em> that applies categories as classes.</p>
<p>so you can use<br />
<pre><code>body.s-category-blogging {
background: blue;
}</code></pre>
<p>for example.</p>
<p>categories are also applied to posts, so you could use<br />
<pre><code>div.category-blogging {
background: blue;
}</code></pre>
<p>you can read more about it here:<br />
<a href="http://s.wordpress.com/wp-content/themes/pub/sandbox/readme.html" rel="nofollow">http://s.wordpress.com/wp-content/themes/pub/sandbox/readme.html</a>
</p>
]]></description>
					</item>
		<item>
			<title>gveers on "Dynamic background color for categories?"</title>
			<link>http://en.forums.wordpress.com/topic/dynamic-background-color-for-categories#post-81176</link>
			<pubDate>Thu, 24 May 2007 13:23:29 +0000</pubDate>
			<dc:creator>gveers</dc:creator>
			<guid isPermaLink="false">81176@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm thinking this can't be done, but I was hoping the experts could step in and confirm.</p>
<p>I'd like to make the background color change depending on what category the person is viewing.  While CSS seems pretty powerful for modifying different sections of a page, I don't see that there's a tag or trigger that keeps track of which category is currently being viewed.</p>
<p>Any help would be appreciated.  Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
