<div dir="ltr"><div>as far as I know every single element in drupal&#39;s got a class and ID(sometimes). if there&#39;s too many calls to css files in source code which may not be needed, go to admin/settings/performance--&gt;enable Optimize CSS files. if this options is on all the css files references will be generated dynamically to a folder like &#39;files/css&#39; I guess. if It&#39;s disabled you can easily figure out where your own class is - using firebug.<br>
</div><div>There will be still some classes which are generating automatically, like first-child,... </div><div><br></div><div>Just disable the option when you&#39;re developing, and enable it when you&#39;re done to improve performance.</div>
<br><div class="gmail_quote">On Fri, Feb 18, 2011 at 10:24 AM, Michael Donahue <span dir="ltr">&lt;<a href="mailto:vbplusme@gmail.com">vbplusme@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello and greetings,<br><br>I am trying to understand the internals of themes and have run into a few questions that seem to be related. I was hoping to find some enlightenment from the list. TIA for any replies.<br><br>I found references to several classes that I can not find in any .css files on the order of:  &lt;li class=&quot;menu-114&quot;&gt;. While I was trying to find the .css file that contained these class definitions, I notice that in the page source, in the marinelli theme for example, many calls to css file that have references attached to them, i.e. links.css?lgkgm7. Can someone explain what this means? I think the menu-xxx classes are being generated dynamically but I do not understand where that is happening and it appears to be inconsistent whether it is defined as a class or as an id in the page code dumps that I have examined. <br>

<br>Appreciate your attention, <br><br>Kindest regards, Michael<br>
<br>_______________________________________________<br>
themes mailing list<br>
<a href="mailto:themes@drupal.org">themes@drupal.org</a><br>
<a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr">Pooya Sanooei<br><div><a href="http://twitter.com/sourcesoft" target="_blank">Twitter</a> - <a href="http://facebook.com/pooya.sanooei" target="_blank">Facebook</a> - <a href="http://www.javabgoo.com" target="_blank">Website</a></div>
</div><br>
</div>