Where is there a list of all the drupal internal CSS classes and CSS IDs that someone (like me) could use to more quickly develop and modify themes?
I have searched for quite some time, without luck, to find this information.
----------
Some examples of these CSS classes and IDs, are the many classes and IDs used to format various node types. There are of course the obvious IDS like #site-name #site-slogan #breadcrumbs
But for example, the classes and IDs for the links within the breadcrumbs aren't obvious.
With, for example, a phptheme - the style.css contains this information, but it is garbled and their aren't any comments that relate the styles in the file to the visual elements within a drupal page. There isn't any assurance of rational organizaton between the nomenclature there and their actual consistent use within the system's design.
Has anyone created a comprehension 'TAXONOMY' of all this information so that themes can be developed more easily?
Has anyone thought to begin right with this information with considering future design? Isn't it all about the output in the end?
----
Also, while learning drupal it is apparent that the style.css of a theme effects not only the public aspects of a site but the formatting and organization of countless internal pages within drupal's own system, including the administration areas.
If I only had a complete and comprehensive of all this, I could create a style.css without hours make that DAYS of trial and error experimentation.