From: Shaun M. <sh...@ae...> - 2004-08-06 16:47:21
|
Perhaps I'm getting the wrong end of the stick but the introduction of extra style sheets on a per module basis doesn't sound very conducive to cross-module standization or making the life of site theme designers any easier. There's elements in each module that are pretty standard fare - tabs, menus, forms, fieldsets, table lists, sections, images. I just want to define the style of these once, in one place, and that that style is picked up so it's consistent across all modules. Per module stylesheets don't do that and add to maintenance issues and increases complexity. Descendent selectors based on the module name alone don't do that. The only way to do it, although I'm open to suggestions, is to specify base classes for each element in style.css or perhaps even in a core stylesheet as these elements don't often need tweaking across styles provided you keep the colour styling out. Use descendent selectors to override these but there still needs to be a base set usable across modules. Shaun aegis design - http://www.aegisdesign.co.uk |