<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: can't find some div and class css in Thematic?</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 22 May 2013 17:26:33 +0000</pubDate>

<item>
<title>johnny baconbitz on "can't find some div and class css in Thematic?"</title>
<link>http://themeshaper.com/forums/topic/cant-find-some-div-and-class-css-in-thematic#post-1238</link>
<pubDate>Sat, 10 Jan 2009 03:26:20 +0000</pubDate>
<dc:creator>johnny baconbitz</dc:creator>
<guid isPermaLink="false">1238@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Chris, thanks. So there are remnants of code that live on like a class of .widgettitle that are just picking up parental or cascading css? Funny, I spent so much time looking for that css in the theme css that I never thought of just writing a new css for it. I'll try it, thanks.&#60;br /&#62;
Ed
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "can't find some div and class css in Thematic?"</title>
<link>http://themeshaper.com/forums/topic/cant-find-some-div-and-class-css-in-thematic#post-1211</link>
<pubDate>Sat, 03 Jan 2009 15:10:34 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">1211@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;There're different approaches to CSS.&#60;/p&#62;
&#60;p&#62;You could create a DIV, a CLASS and an ID for each element in your theme. Pretty hard to learn, understand and to read. A classic case for a designer suffering from what is commonly known as Divititis, or, using the HTML DIV element to tag all of the content.&#60;/p&#62;
&#60;p&#62;Or you could use a hierarchical, semantic HTML and contextual CSS. That means .. not every single element has a unique name .. but can be located by describing it's position in the CSS tree. &#60;/p&#62;
&#60;p&#62;Let's say .. you would like to change the appearance of the titles in &#34;Primary Aside&#34; only .. create a new entry in your CSS file describing the location:&#60;/p&#62;
&#60;p&#62;#primary h3 {color:red;}&#60;/p&#62;
&#60;p&#62;Let's say .. the red titles are ok, but the title of the &#34;categories&#34; widget in &#34;Primary Aside&#34; should be blue .. create an additional entry:&#60;/p&#62;
&#60;p&#62;#primary #categories h3 {color:blue;}&#60;/p&#62;
&#60;p&#62;Don't worry if not everything will work out at once .. I had the same time of trial and error. Once you got it, it's much easier to work with.&#60;/p&#62;
&#60;p&#62;Let me know if you need more examples or help.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>johnny baconbitz on "can't find some div and class css in Thematic?"</title>
<link>http://themeshaper.com/forums/topic/cant-find-some-div-and-class-css-in-thematic#post-1203</link>
<pubDate>Tue, 30 Dec 2008 06:00:10 +0000</pubDate>
<dc:creator>johnny baconbitz</dc:creator>
<guid isPermaLink="false">1203@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Using web developer in Firefox to isolate some info in the main aside.&#60;br /&#62;
So one area is: &#60;code&#62;#primary .aside main-aside&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Only, can't find any css for #primary or class of .aside main-aside?&#60;/p&#62;
&#60;p&#62;On another, in the aside, web dev is telling me a &#38;lt;h3&#38;gt; with a class of .widgettitle, no where I can find?&#60;br /&#62;
The css that makes that &#38;lt;h3&#38;gt; dance is actually a class called .main-aside h3? What is the disparity coming from in what web developer thinks it is named with what actually is its name? Makes for a lot of trial and error in the css. Seems there are several cases like this.&#60;/p&#62;
&#60;p&#62;Any help is appreciated.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
